2022-11-23T01:11:43.3847912Z Requested labels: linux.2xlarge 2022-11-23T01:11:43.3847985Z Job defined at: pytorch/pytorch/.github/workflows/_linux-build.yml@refs/heads/master 2022-11-23T01:11:43.3848006Z Waiting for a runner to pick up this job... 2022-11-23T01:11:43.5700312Z Job is about to start running on the runner: i-0a18ecc25516e70dd (organization) 2022-11-23T01:11:47.3297383Z Current runner version: '2.299.1' 2022-11-23T01:11:47.3302971Z Runner name: 'i-0a18ecc25516e70dd' 2022-11-23T01:11:47.3303405Z Runner group name: 'Default' 2022-11-23T01:11:47.3303997Z Machine name: 'ip-10-0-3-71' 2022-11-23T01:11:47.3305966Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T01:11:47.3306613Z Actions: write 2022-11-23T01:11:47.3306873Z Checks: write 2022-11-23T01:11:47.3307194Z Contents: write 2022-11-23T01:11:47.3307487Z Deployments: write 2022-11-23T01:11:47.3307745Z Discussions: write 2022-11-23T01:11:47.3308043Z Issues: write 2022-11-23T01:11:47.3308404Z Metadata: read 2022-11-23T01:11:47.3308650Z Packages: write 2022-11-23T01:11:47.3308939Z Pages: write 2022-11-23T01:11:47.3309239Z PullRequests: write 2022-11-23T01:11:47.3309530Z RepositoryProjects: write 2022-11-23T01:11:47.3309876Z SecurityEvents: write 2022-11-23T01:11:47.3310177Z Statuses: write 2022-11-23T01:11:47.3310419Z ##[endgroup] 2022-11-23T01:11:47.3313462Z Secret source: Actions 2022-11-23T01:11:47.3314422Z Prepare workflow directory 2022-11-23T01:11:47.8936926Z Prepare all required actions 2022-11-23T01:11:47.9111550Z Getting action download info 2022-11-23T01:11:48.0828217Z Download action repository 'pytorch/test-infra@main' (SHA:c57ff4d9a93667a5571a80a0e92c3e2674aeedfd) 2022-11-23T01:11:48.3393532Z Download action repository 'pytorch/pytorch@master' (SHA:1cfd3858ac54fe3883534309081631a0a892ba3f) 2022-11-23T01:11:50.7902291Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-11-23T01:11:51.0449973Z Getting action download info 2022-11-23T01:11:51.1999917Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-11-23T01:11:51.3846778Z Uses: pytorch/pytorch/.github/workflows/_linux-build.yml 2022-11-23T01:11:51.3848312Z ##[group] Inputs 2022-11-23T01:11:51.3848596Z build-environment: linux-focal-rocm5.2-py3.8 2022-11-23T01:11:51.3848900Z docker-image-name: pytorch-linux-focal-rocm5.2-py3.8 2022-11-23T01:11:51.3849467Z build-generates-artifacts: true 2022-11-23T01:11:51.3849677Z build-with-debug: false 2022-11-23T01:11:51.3849871Z sync-tag: 2022-11-23T01:11:51.3850048Z cuda-arch-list: 5.2 2022-11-23T01:11:51.3850227Z runner: linux.2xlarge 2022-11-23T01:11:51.3850504Z test-matrix: { include: [ { config: "slow", shard: 1, num_shards: 1, runner: "linux.rocm.gpu" }, ]} 2022-11-23T01:11:51.3850773Z ##[endgroup] 2022-11-23T01:11:51.3851165Z Complete job name: linux-focal-rocm5.2-py3.8-slow / build 2022-11-23T01:11:51.4604835Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-11-23T01:11:51.4605121Z with: 2022-11-23T01:11:51.4605597Z github-secret: *** 2022-11-23T01:11:51.4605807Z activate-with-label: false 2022-11-23T01:11:51.4606001Z label: with-ssh 2022-11-23T01:11:51.4606193Z remove-existing-keys: true 2022-11-23T01:11:51.4606376Z ##[endgroup] 2022-11-23T01:11:51.5368766Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2022-11-23T01:11:51.5540031Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-11-23T01:11:51.5540360Z with: 2022-11-23T01:11:51.5540609Z submodules: recursive 2022-11-23T01:11:51.5540865Z fetch-depth: 0 2022-11-23T01:11:51.5541100Z ##[endgroup] 2022-11-23T01:11:51.5783366Z ##[group]Run retry () { 2022-11-23T01:11:51.5783621Z retry () { 2022-11-23T01:11:51.5783852Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T01:11:51.5784051Z } 2022-11-23T01:11:51.5784235Z echo "${GITHUB_WORKSPACE}" 2022-11-23T01:11:51.5784460Z if [ -z "${NO_SUDO}" ]; then 2022-11-23T01:11:51.5784672Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:11:51.5784874Z else 2022-11-23T01:11:51.5785209Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:11:51.5785408Z fi 2022-11-23T01:11:51.5785581Z mkdir "${GITHUB_WORKSPACE}" 2022-11-23T01:11:51.5801252Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:11:51.5801643Z env: 2022-11-23T01:11:51.5801794Z NO_SUDO: 2022-11-23T01:11:51.5801965Z ##[endgroup] 2022-11-23T01:11:51.5893459Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:11:54.5331998Z ##[group]Run malfet/checkout@silent-checkout 2022-11-23T01:11:54.5332252Z with: 2022-11-23T01:11:54.5332449Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:11:54.5332642Z fetch-depth: 0 2022-11-23T01:11:54.5332826Z submodules: recursive 2022-11-23T01:11:54.5333015Z quiet-checkout: true 2022-11-23T01:11:54.5333200Z repository: pytorch/pytorch 2022-11-23T01:11:54.5333543Z token: *** 2022-11-23T01:11:54.5333717Z ssh-strict: true 2022-11-23T01:11:54.5334031Z persist-credentials: true 2022-11-23T01:11:54.5334209Z clean: true 2022-11-23T01:11:54.5334375Z lfs: false 2022-11-23T01:11:54.5334562Z set-safe-directory: true 2022-11-23T01:11:54.5334738Z ##[endgroup] 2022-11-23T01:11:54.6424612Z Syncing repository: pytorch/pytorch 2022-11-23T01:11:54.6425992Z ##[group]Getting Git version info 2022-11-23T01:11:54.6426427Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-11-23T01:11:54.6426856Z [command]/usr/bin/git version 2022-11-23T01:11:54.6427050Z git version 2.37.1 2022-11-23T01:11:54.6427574Z ##[endgroup] 2022-11-23T01:11:54.6438678Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/cedef013-d794-4f64-8ce5-cb95924a8645' before making global git config changes 2022-11-23T01:11:54.6439102Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:11:54.6439557Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:11:54.6476227Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-11-23T01:11:54.6480131Z ##[group]Initializing the repository 2022-11-23T01:11:54.6482530Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:11:54.6626298Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-11-23T01:11:54.6628131Z hint: is subject to change. To configure the initial branch name to use in all 2022-11-23T01:11:54.6628691Z hint: of your new repositories, which will suppress this warning, call: 2022-11-23T01:11:54.6629029Z hint: 2022-11-23T01:11:54.6629540Z hint: git config --global init.defaultBranch 2022-11-23T01:11:54.6629938Z hint: 2022-11-23T01:11:54.6630256Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-11-23T01:11:54.6630625Z hint: 'development'. The just-created branch can be renamed via this command: 2022-11-23T01:11:54.6630868Z hint: 2022-11-23T01:11:54.6631071Z hint: git branch -m 2022-11-23T01:11:54.6631423Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-11-23T01:11:54.6637579Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-11-23T01:11:54.6666380Z ##[endgroup] 2022-11-23T01:11:54.6666737Z ##[group]Disabling automatic garbage collection 2022-11-23T01:11:54.6669552Z [command]/usr/bin/git config --local gc.auto 0 2022-11-23T01:11:54.6695573Z ##[endgroup] 2022-11-23T01:11:54.6696438Z ##[group]Setting up auth 2022-11-23T01:11:54.6701981Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:11:54.6729944Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-11-23T01:11:54.6968992Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:11:54.6997219Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-11-23T01:11:54.7237919Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T01:11:54.7283352Z ##[endgroup] 2022-11-23T01:11:54.7283713Z ##[group]Fetching the repository 2022-11-23T01:11:54.7289227Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-11-23T01:12:45.3184345Z [command]/usr/bin/git rev-parse --verify --quiet 1cfd3858ac54fe3883534309081631a0a892ba3f^{object} 2022-11-23T01:12:45.3211187Z 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:12:45.3215489Z ##[endgroup] 2022-11-23T01:12:45.3216112Z ##[group]Determining the checkout info 2022-11-23T01:12:45.3216675Z ##[endgroup] 2022-11-23T01:12:45.3217225Z ##[group]Checking out the ref 2022-11-23T01:12:45.3220346Z [command]/usr/bin/git checkout --quiet --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:12:46.5913550Z ##[endgroup] 2022-11-23T01:12:46.5914258Z ##[group]Setting up auth for fetching submodules 2022-11-23T01:12:46.5920632Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T01:12:46.5963572Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-11-23T01:12:46.5990401Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-11-23T01:12:46.6015923Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-11-23T01:12:46.6041486Z ##[endgroup] 2022-11-23T01:12:46.6041983Z ##[group]Fetching submodules 2022-11-23T01:12:46.6045452Z [command]/usr/bin/git submodule sync --recursive 2022-11-23T01:12:46.6296460Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-11-23T01:12:46.6544622Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-11-23T01:12:46.6546207Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-11-23T01:12:46.6547305Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-11-23T01:12:46.6549277Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-11-23T01:12:46.6551442Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-11-23T01:12:46.6553836Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-11-23T01:12:46.6556371Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-11-23T01:12:46.6558885Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-11-23T01:12:46.6561510Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-11-23T01:12:46.6564130Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-11-23T01:12:46.6566871Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-11-23T01:12:46.6569678Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-11-23T01:12:46.6572674Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-11-23T01:12:46.6575999Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-11-23T01:12:46.6578935Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-11-23T01:12:46.6582160Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-11-23T01:12:46.6585606Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-11-23T01:12:46.6589041Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:12:46.6592533Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-11-23T01:12:46.6596687Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-11-23T01:12:46.6600335Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-11-23T01:12:46.6604269Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-11-23T01:12:46.6608197Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-11-23T01:12:46.6612249Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-11-23T01:12:46.6616560Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-11-23T01:12:46.6620835Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-11-23T01:12:46.6625153Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-11-23T01:12:46.6629621Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-11-23T01:12:46.6634456Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-11-23T01:12:46.6639244Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-11-23T01:12:46.6643837Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-11-23T01:12:46.6648616Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-11-23T01:12:46.6653678Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-11-23T01:12:46.6658796Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-11-23T01:12:46.6663984Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-11-23T01:12:46.6669199Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-11-23T01:12:46.6675938Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-11-23T01:12:46.6681481Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-11-23T01:12:46.6687110Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-11-23T01:12:46.6692929Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-11-23T01:12:46.6698902Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-11-23T01:12:46.6723030Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-11-23T01:12:46.9297351Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-11-23T01:12:47.1334615Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-11-23T01:12:47.3465722Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-11-23T01:12:47.6433704Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-11-23T01:12:47.9874914Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-11-23T01:12:49.9902056Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-11-23T01:12:55.9817596Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-11-23T01:12:56.3537775Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-11-23T01:12:56.9072621Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-11-23T01:12:58.3411637Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-11-23T01:12:59.4234324Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-11-23T01:13:00.8486693Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-11-23T01:13:06.5364920Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-11-23T01:13:07.2346570Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-11-23T01:13:08.6118207Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-11-23T01:13:09.7162638Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-11-23T01:13:09.9031586Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-11-23T01:13:10.3594393Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-11-23T01:13:10.6528821Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-11-23T01:13:11.6711152Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-11-23T01:13:12.0670013Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-11-23T01:13:12.2986596Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-11-23T01:13:12.5296388Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-11-23T01:13:13.8478354Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-11-23T01:13:14.2889057Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-11-23T01:13:14.6322141Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-11-23T01:13:20.4553641Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-11-23T01:13:22.2763143Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-11-23T01:13:22.6977065Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-11-23T01:13:22.9032685Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-11-23T01:13:28.3613535Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-11-23T01:13:28.5563562Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-11-23T01:13:28.7651817Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-11-23T01:13:29.5381881Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-11-23T01:13:29.7416416Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-11-23T01:13:30.0439806Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-11-23T01:13:30.3275115Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-11-23T01:13:30.8732817Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-11-23T01:13:32.8465036Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-11-23T01:13:33.3143683Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-11-23T01:13:35.5165260Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-11-23T01:13:35.5260405Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-11-23T01:13:35.5333661Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-11-23T01:13:35.5538553Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-11-23T01:13:35.5735671Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-11-23T01:13:35.6055305Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-11-23T01:13:36.1592266Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-11-23T01:13:36.1785327Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:13:36.2692530Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-11-23T01:13:36.3007411Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-11-23T01:13:36.5655287Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-11-23T01:13:36.9377205Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-11-23T01:13:37.1603011Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-11-23T01:13:37.2020358Z Submodule path 'third_party/fbgemm': checked out '4d1738b3142a6cb0c032cd639e239566010b054a' 2022-11-23T01:13:37.2033726Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:13:37.2036306Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:13:37.2038689Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:13:37.2041207Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:13:37.2063399Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-11-23T01:13:38.1136686Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-11-23T01:13:38.6125800Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-11-23T01:13:39.6326027Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-11-23T01:13:39.9312089Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-11-23T01:13:40.0234392Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-11-23T01:13:40.0779171Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-11-23T01:13:40.0869100Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-11-23T01:13:40.1712862Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-11-23T01:13:40.2041945Z Submodule path 'third_party/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b' 2022-11-23T01:13:40.2122457Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-11-23T01:13:40.2481625Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-11-23T01:13:40.2695230Z Submodule path 'third_party/gloo': checked out '4a5e339b764261d20fc409071dc7a8b8989aa195' 2022-11-23T01:13:40.3117938Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-11-23T01:13:40.3221857Z Submodule path 'third_party/ideep': checked out '5ddc65efe0428bbce2942b3ce5e3ce15239abe2f' 2022-11-23T01:13:40.3234477Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-11-23T01:13:40.3255147Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-11-23T01:13:48.1775019Z Submodule path 'third_party/ideep/mkl-dnn': checked out 'd19d0f795c60695bd32f894c6f01771b2dfbe24d' 2022-11-23T01:13:48.1790701Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:13:48.1813500Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-11-23T01:13:56.0433734Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '650085b2f3643aad05c629425983491d63b5c289' 2022-11-23T01:13:56.0529543Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-11-23T01:13:56.0659016Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-11-23T01:13:56.1505750Z Submodule path 'third_party/kineto': checked out '6c1629809068efd78a8d56b4aa479c7ec49ae562' 2022-11-23T01:13:56.1520276Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:13:56.1522311Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:13:56.1545026Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-11-23T01:13:57.2635715Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-11-23T01:13:58.2875862Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-11-23T01:13:58.3377086Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-11-23T01:13:58.3560806Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-11-23T01:13:58.3687744Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-11-23T01:13:58.4667030Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-11-23T01:13:58.6880584Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-11-23T01:13:58.6904836Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-11-23T01:13:58.6906775Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-11-23T01:13:58.6929845Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-11-23T01:13:59.0587660Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-11-23T01:13:59.9169154Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:13:59.9454377Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-11-23T01:13:59.9591415Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-11-23T01:13:59.9604396Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:13:59.9624723Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-11-23T01:14:01.6642609Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-11-23T01:14:01.6661198Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:14:01.6663448Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:14:01.6686931Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-11-23T01:14:02.1147468Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-11-23T01:14:02.9744368Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-11-23T01:14:03.0338764Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-11-23T01:14:03.0351532Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:14:03.0373167Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-11-23T01:14:03.3428166Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:14:03.3510171Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-11-23T01:14:03.5838384Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-11-23T01:14:03.5857226Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:14:03.5859143Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-11-23T01:14:03.5882789Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-11-23T01:14:04.0340558Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-11-23T01:14:05.1236102Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-11-23T01:14:05.1856824Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-11-23T01:14:05.1932663Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-11-23T01:14:05.2031399Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-11-23T01:14:05.2328319Z Submodule path 'third_party/pybind11': checked out '80dc998efced8ceb2be59756668a7e90e8bef917' 2022-11-23T01:14:05.2408789Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-11-23T01:14:05.2666214Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-11-23T01:14:05.2750728Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-11-23T01:14:05.3150140Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-11-23T01:14:05.4135323Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-11-23T01:14:05.4384701Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-11-23T01:14:05.4397825Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:14:05.4399658Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:14:05.4401735Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:14:05.4403854Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:14:05.4425452Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-11-23T01:14:06.4908564Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-11-23T01:14:06.7598539Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-11-23T01:14:07.9633504Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-11-23T01:14:09.3612561Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-11-23T01:14:09.3744979Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-11-23T01:14:09.4337020Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-11-23T01:14:09.4588394Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-11-23T01:14:09.4600805Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:14:09.4621432Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-11-23T01:14:09.6986427Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:14:09.8206604Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-11-23T01:14:09.8240855Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-11-23T01:14:09.8500559Z Entering 'android/libs/fbjni' 2022-11-23T01:14:09.8534006Z Entering 'third_party/FP16' 2022-11-23T01:14:09.8567474Z Entering 'third_party/FXdiv' 2022-11-23T01:14:09.8601944Z Entering 'third_party/NNPACK' 2022-11-23T01:14:09.8636770Z Entering 'third_party/QNNPACK' 2022-11-23T01:14:09.8670531Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:14:09.8704136Z Entering 'third_party/XNNPACK' 2022-11-23T01:14:09.8748976Z Entering 'third_party/benchmark' 2022-11-23T01:14:09.8783130Z Entering 'third_party/cpuinfo' 2022-11-23T01:14:09.8817479Z Entering 'third_party/cub' 2022-11-23T01:14:09.8851465Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:14:09.8891334Z Entering 'third_party/cutlass' 2022-11-23T01:14:09.8933458Z Entering 'third_party/eigen' 2022-11-23T01:14:09.8970258Z Entering 'third_party/fbgemm' 2022-11-23T01:14:09.9006082Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:14:09.9040102Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:14:09.9073597Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:14:09.9107860Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:14:09.9142207Z Entering 'third_party/flatbuffers' 2022-11-23T01:14:09.9179136Z Entering 'third_party/fmt' 2022-11-23T01:14:09.9215604Z Entering 'third_party/foxi' 2022-11-23T01:14:09.9249895Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:14:09.9283432Z Entering 'third_party/gloo' 2022-11-23T01:14:09.9318113Z Entering 'third_party/googletest' 2022-11-23T01:14:09.9352030Z Entering 'third_party/ideep' 2022-11-23T01:14:09.9386324Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:14:09.9422910Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:14:09.9462475Z Entering 'third_party/ios-cmake' 2022-11-23T01:14:09.9496246Z Entering 'third_party/ittapi' 2022-11-23T01:14:09.9530380Z Entering 'third_party/kineto' 2022-11-23T01:14:09.9564515Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:14:09.9597520Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:14:09.9632028Z Entering 'third_party/nccl/nccl' 2022-11-23T01:14:09.9665758Z Entering 'third_party/neon2sse' 2022-11-23T01:14:09.9700294Z Entering 'third_party/nlohmann' 2022-11-23T01:14:09.9735308Z Entering 'third_party/onnx' 2022-11-23T01:14:09.9780387Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:14:09.9815488Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:14:09.9851249Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:14:09.9885078Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:14:09.9923741Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:14:09.9957583Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:14:09.9990813Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:14:10.0028339Z Entering 'third_party/pocketfft' 2022-11-23T01:14:10.0061804Z Entering 'third_party/protobuf' 2022-11-23T01:14:10.0099364Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:14:10.0132973Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:14:10.0169041Z Entering 'third_party/psimd' 2022-11-23T01:14:10.0203063Z Entering 'third_party/pthreadpool' 2022-11-23T01:14:10.0237803Z Entering 'third_party/pybind11' 2022-11-23T01:14:10.0273374Z Entering 'third_party/python-enum' 2022-11-23T01:14:10.0307130Z Entering 'third_party/python-peachpy' 2022-11-23T01:14:10.0340469Z Entering 'third_party/python-six' 2022-11-23T01:14:10.0374668Z Entering 'third_party/sleef' 2022-11-23T01:14:10.0408436Z Entering 'third_party/tbb' 2022-11-23T01:14:10.0445160Z Entering 'third_party/tensorpipe' 2022-11-23T01:14:10.0480697Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:14:10.0515714Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:14:10.0548670Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:14:10.0582585Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:14:10.0615875Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:14:10.0652409Z Entering 'third_party/zstd' 2022-11-23T01:14:10.0697186Z ##[endgroup] 2022-11-23T01:14:10.0697554Z ##[group]Persisting credentials for submodules 2022-11-23T01:14:10.0702704Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || : 2022-11-23T01:14:10.0956915Z Entering 'android/libs/fbjni' 2022-11-23T01:14:10.0989994Z Entering 'third_party/FP16' 2022-11-23T01:14:10.1024124Z Entering 'third_party/FXdiv' 2022-11-23T01:14:10.1058759Z Entering 'third_party/NNPACK' 2022-11-23T01:14:10.1091437Z Entering 'third_party/QNNPACK' 2022-11-23T01:14:10.1126657Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:14:10.1159405Z Entering 'third_party/XNNPACK' 2022-11-23T01:14:10.1203004Z Entering 'third_party/benchmark' 2022-11-23T01:14:10.1236831Z Entering 'third_party/cpuinfo' 2022-11-23T01:14:10.1270876Z Entering 'third_party/cub' 2022-11-23T01:14:10.1306365Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:14:10.1345035Z Entering 'third_party/cutlass' 2022-11-23T01:14:10.1386099Z Entering 'third_party/eigen' 2022-11-23T01:14:10.1421989Z Entering 'third_party/fbgemm' 2022-11-23T01:14:10.1455768Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:14:10.1492972Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:14:10.1525835Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:14:10.1562271Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:14:10.1597980Z Entering 'third_party/flatbuffers' 2022-11-23T01:14:10.1633555Z Entering 'third_party/fmt' 2022-11-23T01:14:10.1667490Z Entering 'third_party/foxi' 2022-11-23T01:14:10.1700510Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:14:10.1734762Z Entering 'third_party/gloo' 2022-11-23T01:14:10.1767300Z Entering 'third_party/googletest' 2022-11-23T01:14:10.1800757Z Entering 'third_party/ideep' 2022-11-23T01:14:10.1833025Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:14:10.1872403Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:14:10.1911604Z Entering 'third_party/ios-cmake' 2022-11-23T01:14:10.1945019Z Entering 'third_party/ittapi' 2022-11-23T01:14:10.1977392Z Entering 'third_party/kineto' 2022-11-23T01:14:10.2011282Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:14:10.2043701Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:14:10.2077496Z Entering 'third_party/nccl/nccl' 2022-11-23T01:14:10.2110732Z Entering 'third_party/neon2sse' 2022-11-23T01:14:10.2144020Z Entering 'third_party/nlohmann' 2022-11-23T01:14:10.2178993Z Entering 'third_party/onnx' 2022-11-23T01:14:10.2223172Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:14:10.2257196Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:14:10.2293930Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:14:10.2328472Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:14:10.2368142Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:14:10.2403868Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:14:10.2437177Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:14:10.2474890Z Entering 'third_party/pocketfft' 2022-11-23T01:14:10.2509243Z Entering 'third_party/protobuf' 2022-11-23T01:14:10.2546763Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:14:10.2580883Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:14:10.2618507Z Entering 'third_party/psimd' 2022-11-23T01:14:10.2654038Z Entering 'third_party/pthreadpool' 2022-11-23T01:14:10.2688272Z Entering 'third_party/pybind11' 2022-11-23T01:14:10.2724012Z Entering 'third_party/python-enum' 2022-11-23T01:14:10.2761183Z Entering 'third_party/python-peachpy' 2022-11-23T01:14:10.2796207Z Entering 'third_party/python-six' 2022-11-23T01:14:10.2828779Z Entering 'third_party/sleef' 2022-11-23T01:14:10.2864374Z Entering 'third_party/tbb' 2022-11-23T01:14:10.2901299Z Entering 'third_party/tensorpipe' 2022-11-23T01:14:10.2936209Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:14:10.2970266Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:14:10.3003815Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:14:10.3037218Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:14:10.3069997Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:14:10.3105670Z Entering 'third_party/zstd' 2022-11-23T01:14:10.3151450Z [command]/usr/bin/git submodule foreach --recursive git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url 2022-11-23T01:14:10.3403807Z Entering 'android/libs/fbjni' 2022-11-23T01:14:10.3435049Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-11-23T01:14:10.3448856Z Entering 'third_party/FP16' 2022-11-23T01:14:10.3479977Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-11-23T01:14:10.3494432Z Entering 'third_party/FXdiv' 2022-11-23T01:14:10.3524844Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-11-23T01:14:10.3538369Z Entering 'third_party/NNPACK' 2022-11-23T01:14:10.3571591Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-11-23T01:14:10.3586328Z Entering 'third_party/QNNPACK' 2022-11-23T01:14:10.3618840Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-11-23T01:14:10.3633878Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:14:10.3666751Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-11-23T01:14:10.3681258Z Entering 'third_party/XNNPACK' 2022-11-23T01:14:10.3712451Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-11-23T01:14:10.3738346Z Entering 'third_party/benchmark' 2022-11-23T01:14:10.3769911Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:14:10.3785249Z Entering 'third_party/cpuinfo' 2022-11-23T01:14:10.3817159Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:14:10.3832247Z Entering 'third_party/cub' 2022-11-23T01:14:10.3865667Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-11-23T01:14:10.3880927Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:14:10.3912978Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-11-23T01:14:10.3932832Z Entering 'third_party/cutlass' 2022-11-23T01:14:10.3965373Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-11-23T01:14:10.3987024Z Entering 'third_party/eigen' 2022-11-23T01:14:10.4019971Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-11-23T01:14:10.4036994Z Entering 'third_party/fbgemm' 2022-11-23T01:14:10.4069478Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-11-23T01:14:10.4083572Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:14:10.4116459Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-11-23T01:14:10.4129573Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:14:10.4162350Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:14:10.4176371Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:14:10.4208212Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:14:10.4222769Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:14:10.4254818Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-11-23T01:14:10.4270830Z Entering 'third_party/flatbuffers' 2022-11-23T01:14:10.4302905Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-11-23T01:14:10.4320196Z Entering 'third_party/fmt' 2022-11-23T01:14:10.4352522Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-11-23T01:14:10.4367861Z Entering 'third_party/foxi' 2022-11-23T01:14:10.4399745Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-11-23T01:14:10.4413209Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:14:10.4445825Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-11-23T01:14:10.4461745Z Entering 'third_party/gloo' 2022-11-23T01:14:10.4494807Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-11-23T01:14:10.4509765Z Entering 'third_party/googletest' 2022-11-23T01:14:10.4541689Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:14:10.4557343Z Entering 'third_party/ideep' 2022-11-23T01:14:10.4589483Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-11-23T01:14:10.4603438Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:14:10.4635644Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-11-23T01:14:10.4651871Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:14:10.4683230Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-11-23T01:14:10.4704133Z Entering 'third_party/ios-cmake' 2022-11-23T01:14:10.4735512Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-11-23T01:14:10.4749741Z Entering 'third_party/ittapi' 2022-11-23T01:14:10.4781066Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-11-23T01:14:10.4796006Z Entering 'third_party/kineto' 2022-11-23T01:14:10.4827473Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-11-23T01:14:10.4841932Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:14:10.4873380Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-11-23T01:14:10.4887061Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:14:10.4935122Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-11-23T01:14:10.4951438Z Entering 'third_party/nccl/nccl' 2022-11-23T01:14:10.4983927Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-11-23T01:14:10.4997091Z Entering 'third_party/neon2sse' 2022-11-23T01:14:10.5028032Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-11-23T01:14:10.5042123Z Entering 'third_party/nlohmann' 2022-11-23T01:14:10.5073589Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-11-23T01:14:10.5089014Z Entering 'third_party/onnx' 2022-11-23T01:14:10.5121516Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:14:10.5147445Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:14:10.5179837Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:14:10.5193782Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:14:10.5225055Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:14:10.5240304Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:14:10.5272117Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-11-23T01:14:10.5286242Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:14:10.5319374Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:14:10.5338461Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:14:10.5372109Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:14:10.5386289Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:14:10.5418573Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:14:10.5431701Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:14:10.5464806Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T01:14:10.5483958Z Entering 'third_party/pocketfft' 2022-11-23T01:14:10.5516604Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-11-23T01:14:10.5530255Z Entering 'third_party/protobuf' 2022-11-23T01:14:10.5561923Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-11-23T01:14:10.5579666Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:14:10.5611161Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:14:10.5624957Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:14:10.5656013Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:14:10.5672036Z Entering 'third_party/psimd' 2022-11-23T01:14:10.5703989Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-11-23T01:14:10.5718559Z Entering 'third_party/pthreadpool' 2022-11-23T01:14:10.5750509Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-11-23T01:14:10.5764855Z Entering 'third_party/pybind11' 2022-11-23T01:14:10.5797816Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:14:10.5811863Z Entering 'third_party/python-enum' 2022-11-23T01:14:10.5844340Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-11-23T01:14:10.5857697Z Entering 'third_party/python-peachpy' 2022-11-23T01:14:10.5889536Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-11-23T01:14:10.5904271Z Entering 'third_party/python-six' 2022-11-23T01:14:10.5936065Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-11-23T01:14:10.5949787Z Entering 'third_party/sleef' 2022-11-23T01:14:10.5982124Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-11-23T01:14:10.5997213Z Entering 'third_party/tbb' 2022-11-23T01:14:10.6028986Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-11-23T01:14:10.6045728Z Entering 'third_party/tensorpipe' 2022-11-23T01:14:10.6078363Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-11-23T01:14:10.6091929Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:14:10.6123894Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:14:10.6137905Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:14:10.6168027Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-11-23T01:14:10.6182431Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:14:10.6213236Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-11-23T01:14:10.6227192Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:14:10.6257891Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:14:10.6271994Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:14:10.6303043Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T01:14:10.6319748Z Entering 'third_party/zstd' 2022-11-23T01:14:10.6351198Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-11-23T01:14:10.8944093Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-11-23T01:14:10.9205874Z Entering 'android/libs/fbjni' 2022-11-23T01:14:10.9239698Z Entering 'third_party/FP16' 2022-11-23T01:14:10.9274481Z Entering 'third_party/FXdiv' 2022-11-23T01:14:10.9307569Z Entering 'third_party/NNPACK' 2022-11-23T01:14:10.9341296Z Entering 'third_party/QNNPACK' 2022-11-23T01:14:10.9377786Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:14:10.9411292Z Entering 'third_party/XNNPACK' 2022-11-23T01:14:10.9456996Z Entering 'third_party/benchmark' 2022-11-23T01:14:10.9491378Z Entering 'third_party/cpuinfo' 2022-11-23T01:14:10.9527219Z Entering 'third_party/cub' 2022-11-23T01:14:10.9561220Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:14:10.9603370Z Entering 'third_party/cutlass' 2022-11-23T01:14:10.9643582Z Entering 'third_party/eigen' 2022-11-23T01:14:10.9682817Z Entering 'third_party/fbgemm' 2022-11-23T01:14:10.9718243Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:14:10.9751517Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:14:10.9785941Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:14:10.9819502Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:14:10.9854140Z Entering 'third_party/flatbuffers' 2022-11-23T01:14:10.9890982Z Entering 'third_party/fmt' 2022-11-23T01:14:10.9925894Z Entering 'third_party/foxi' 2022-11-23T01:14:10.9960932Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:14:10.9996223Z Entering 'third_party/gloo' 2022-11-23T01:14:11.0030667Z Entering 'third_party/googletest' 2022-11-23T01:14:11.0066387Z Entering 'third_party/ideep' 2022-11-23T01:14:11.0100825Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:14:11.0137848Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:14:11.0178795Z Entering 'third_party/ios-cmake' 2022-11-23T01:14:11.0213820Z Entering 'third_party/ittapi' 2022-11-23T01:14:11.0248635Z Entering 'third_party/kineto' 2022-11-23T01:14:11.0285781Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:14:11.0320618Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:14:11.0357474Z Entering 'third_party/nccl/nccl' 2022-11-23T01:14:11.0395582Z Entering 'third_party/neon2sse' 2022-11-23T01:14:11.0429546Z Entering 'third_party/nlohmann' 2022-11-23T01:14:11.0464353Z Entering 'third_party/onnx' 2022-11-23T01:14:11.0511052Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:14:11.0545328Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:14:11.0582095Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:14:11.0615688Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:14:11.0653016Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:14:11.0688583Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:14:11.0721738Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:14:11.0760221Z Entering 'third_party/pocketfft' 2022-11-23T01:14:11.0796606Z Entering 'third_party/protobuf' 2022-11-23T01:14:11.0833176Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:14:11.0866467Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:14:11.0901488Z Entering 'third_party/psimd' 2022-11-23T01:14:11.0935324Z Entering 'third_party/pthreadpool' 2022-11-23T01:14:11.0970521Z Entering 'third_party/pybind11' 2022-11-23T01:14:11.1005255Z Entering 'third_party/python-enum' 2022-11-23T01:14:11.1040088Z Entering 'third_party/python-peachpy' 2022-11-23T01:14:11.1074974Z Entering 'third_party/python-six' 2022-11-23T01:14:11.1108809Z Entering 'third_party/sleef' 2022-11-23T01:14:11.1145336Z Entering 'third_party/tbb' 2022-11-23T01:14:11.1181526Z Entering 'third_party/tensorpipe' 2022-11-23T01:14:11.1215741Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:14:11.1250472Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:14:11.1284590Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:14:11.1318691Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:14:11.1351412Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:14:11.1387994Z Entering 'third_party/zstd' 2022-11-23T01:14:11.1433153Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-11-23T01:14:11.1684993Z Entering 'android/libs/fbjni' 2022-11-23T01:14:11.1718113Z Entering 'third_party/FP16' 2022-11-23T01:14:11.1751776Z Entering 'third_party/FXdiv' 2022-11-23T01:14:11.1786850Z Entering 'third_party/NNPACK' 2022-11-23T01:14:11.1820874Z Entering 'third_party/QNNPACK' 2022-11-23T01:14:11.1857234Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:14:11.1890886Z Entering 'third_party/XNNPACK' 2022-11-23T01:14:11.1934104Z Entering 'third_party/benchmark' 2022-11-23T01:14:11.1967314Z Entering 'third_party/cpuinfo' 2022-11-23T01:14:11.2003739Z Entering 'third_party/cub' 2022-11-23T01:14:11.2038252Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:14:11.2078061Z Entering 'third_party/cutlass' 2022-11-23T01:14:11.2118854Z Entering 'third_party/eigen' 2022-11-23T01:14:11.2155506Z Entering 'third_party/fbgemm' 2022-11-23T01:14:11.2190209Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:14:11.2224423Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:14:11.2258713Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:14:11.2293396Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:14:11.2328964Z Entering 'third_party/flatbuffers' 2022-11-23T01:14:11.2366882Z Entering 'third_party/fmt' 2022-11-23T01:14:11.2400629Z Entering 'third_party/foxi' 2022-11-23T01:14:11.2436446Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:14:11.2471384Z Entering 'third_party/gloo' 2022-11-23T01:14:11.2507003Z Entering 'third_party/googletest' 2022-11-23T01:14:11.2541603Z Entering 'third_party/ideep' 2022-11-23T01:14:11.2576773Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:14:11.2613668Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:14:11.2653861Z Entering 'third_party/ios-cmake' 2022-11-23T01:14:11.2689317Z Entering 'third_party/ittapi' 2022-11-23T01:14:11.2723873Z Entering 'third_party/kineto' 2022-11-23T01:14:11.2760117Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:14:11.2795475Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:14:11.2830550Z Entering 'third_party/nccl/nccl' 2022-11-23T01:14:11.2866515Z Entering 'third_party/neon2sse' 2022-11-23T01:14:11.2902409Z Entering 'third_party/nlohmann' 2022-11-23T01:14:11.2937769Z Entering 'third_party/onnx' 2022-11-23T01:14:11.2982878Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:14:11.3016689Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:14:11.3053696Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:14:11.3086295Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:14:11.3125653Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:14:11.3160132Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:14:11.3193762Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:14:11.3232730Z Entering 'third_party/pocketfft' 2022-11-23T01:14:11.3268186Z Entering 'third_party/protobuf' 2022-11-23T01:14:11.3306668Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:14:11.3339956Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:14:11.3374796Z Entering 'third_party/psimd' 2022-11-23T01:14:11.3408723Z Entering 'third_party/pthreadpool' 2022-11-23T01:14:11.3443705Z Entering 'third_party/pybind11' 2022-11-23T01:14:11.3478828Z Entering 'third_party/python-enum' 2022-11-23T01:14:11.3511747Z Entering 'third_party/python-peachpy' 2022-11-23T01:14:11.3546617Z Entering 'third_party/python-six' 2022-11-23T01:14:11.3579965Z Entering 'third_party/sleef' 2022-11-23T01:14:11.3615892Z Entering 'third_party/tbb' 2022-11-23T01:14:11.3654318Z Entering 'third_party/tensorpipe' 2022-11-23T01:14:11.3690297Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:14:11.3725613Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:14:11.3759662Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:14:11.3793466Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:14:11.3826330Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:14:11.3861906Z Entering 'third_party/zstd' 2022-11-23T01:14:11.3910246Z ##[endgroup] 2022-11-23T01:14:11.3947506Z [command]/usr/bin/git log -1 --format='%H' 2022-11-23T01:14:11.3973510Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T01:14:11.4089031Z Prepare all required actions 2022-11-23T01:14:11.4116229Z ##[group]Run ./.github/actions/setup-linux 2022-11-23T01:14:11.4116455Z ##[endgroup] 2022-11-23T01:14:11.4132363Z ##[group]Run set -euo pipefail 2022-11-23T01:14:11.4132659Z set -euo pipefail 2022-11-23T01:14:11.4132896Z function get_ec2_metadata() { 2022-11-23T01:14:11.4133221Z  # Pulled from instance metadata endpoint for EC2 2022-11-23T01:14:11.4133980Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-11-23T01:14:11.4134405Z  category=$1 2022-11-23T01:14:11.4134715Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-11-23T01:14:11.4135030Z } 2022-11-23T01:14:11.4135285Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-11-23T01:14:11.4135555Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-11-23T01:14:11.4135950Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-11-23T01:14:11.4136275Z echo "system info $(uname -a)" 2022-11-23T01:14:11.4147553Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:14:11.4147840Z ##[endgroup] 2022-11-23T01:14:11.4255753Z ami-id: ami-096198a0bccc6bad4 2022-11-23T01:14:11.4303930Z instance-id: i-0a18ecc25516e70dd 2022-11-23T01:14:11.4349248Z instance-type: c5.2xlarge 2022-11-23T01:14:11.4357010Z system info Linux ip-10-0-3-71.ec2.internal 4.14.252-195.483.amzn2.x86_64 #1 SMP Mon Nov 1 20:58:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-11-23T01:14:11.4370893Z ##[group]Run if systemctl is-active --quiet docker; then 2022-11-23T01:14:11.4371161Z if systemctl is-active --quiet docker; then 2022-11-23T01:14:11.4371398Z  echo "Docker daemon is running..."; 2022-11-23T01:14:11.4371596Z else 2022-11-23T01:14:11.4371828Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-11-23T01:14:11.4372043Z fi 2022-11-23T01:14:11.4383070Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:14:11.4383295Z ##[endgroup] 2022-11-23T01:14:11.4617767Z Docker daemon is running... 2022-11-23T01:14:11.4631292Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-11-23T01:14:11.4631827Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-11-23T01:14:11.4632110Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T01:14:11.4632490Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-11-23T01:14:11.4632832Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-11-23T01:14:11.4643286Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:14:11.4643501Z env: 2022-11-23T01:14:11.4643670Z AWS_RETRY_MODE: standard 2022-11-23T01:14:11.4643843Z AWS_MAX_ATTEMPTS: 5 2022-11-23T01:14:11.4644046Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:14:11.4644236Z ##[endgroup] 2022-11-23T01:14:12.3080169Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-11-23T01:14:12.3080525Z Configure a credential helper to remove this warning. See 2022-11-23T01:14:12.3080923Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-11-23T01:14:12.3081162Z 2022-11-23T01:14:12.3081521Z Login Succeeded 2022-11-23T01:14:12.3107519Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T01:14:12.3107844Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T01:14:12.3108108Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T01:14:12.3119542Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:14:12.3119775Z ##[endgroup] 2022-11-23T01:14:12.3212645Z Prepare all required actions 2022-11-23T01:14:12.3262854Z ##[group]Run ./.github/actions/calculate-docker-image 2022-11-23T01:14:12.3263071Z with: 2022-11-23T01:14:12.3263305Z docker-image-name: pytorch-linux-focal-rocm5.2-py3.8 2022-11-23T01:14:12.3263525Z xla: false 2022-11-23T01:14:12.3263693Z skip_push: true 2022-11-23T01:14:12.3263865Z ##[endgroup] 2022-11-23T01:14:12.3314274Z ##[group]Run if [ -n "${IS_XLA}" ]; then 2022-11-23T01:14:12.3314573Z if [ -n "${IS_XLA}" ]; then 2022-11-23T01:14:12.3314830Z  echo "XLA workflow uses pre-built test image at ${XLA_IMAGE_TAG}" 2022-11-23T01:14:12.3315180Z  DOCKER_TAG=$(git rev-parse HEAD:.circleci/docker) 2022-11-23T01:14:12.3315437Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T01:14:12.3315781Z  echo "docker-image=${DOCKER_IMAGE_BASE}:${XLA_IMAGE_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T01:14:12.3316026Z else 2022-11-23T01:14:12.3316258Z  DOCKER_TAG=$(git rev-parse HEAD:.circleci/docker) 2022-11-23T01:14:12.3316574Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T01:14:12.3316864Z  echo "docker-image=${DOCKER_IMAGE_BASE}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T01:14:12.3317095Z fi 2022-11-23T01:14:12.3327692Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:14:12.3327908Z env: 2022-11-23T01:14:12.3328135Z IS_XLA: 2022-11-23T01:14:12.3328289Z XLA_IMAGE_TAG: v0.4 2022-11-23T01:14:12.3328597Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm5.2-py3.8 2022-11-23T01:14:12.3328892Z ##[endgroup] 2022-11-23T01:14:12.3401667Z ##[group]Run set -x 2022-11-23T01:14:12.3401898Z set -x 2022-11-23T01:14:12.3402134Z # Check if image already exists, if it does then skip building it 2022-11-23T01:14:12.3402404Z if docker manifest inspect "${DOCKER_IMAGE}"; then 2022-11-23T01:14:12.3402617Z  exit 0 2022-11-23T01:14:12.3402778Z fi 2022-11-23T01:14:12.3402978Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2022-11-23T01:14:12.3403249Z  # if we're on the base branch then use the parent commit 2022-11-23T01:14:12.3403500Z  MERGE_BASE=$(git rev-parse HEAD~) 2022-11-23T01:14:12.3403694Z else 2022-11-23T01:14:12.3403905Z  # otherwise we're on a PR, so use the most recent base commit 2022-11-23T01:14:12.3404183Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2022-11-23T01:14:12.3404391Z fi 2022-11-23T01:14:12.3404603Z # Covers the case where a previous tag doesn't exist for the tree 2022-11-23T01:14:12.3404933Z # this is only really applicable on trees that don't have `.circleci/docker` at its merge base, i.e. nightly 2022-11-23T01:14:12.3405256Z if ! git rev-parse "$MERGE_BASE:.circleci/docker"; then 2022-11-23T01:14:12.3405597Z  echo "Directory '.circleci/docker' not found in commit $MERGE_BASE, you should probably rebase onto a more recent commit" 2022-11-23T01:14:12.3405863Z  exit 1 2022-11-23T01:14:12.3406023Z fi 2022-11-23T01:14:12.3406252Z PREVIOUS_DOCKER_TAG=$(git rev-parse "$MERGE_BASE:.circleci/docker") 2022-11-23T01:14:12.3406564Z # If no image exists but the hash is the same as the previous hash then we should error out here 2022-11-23T01:14:12.3406867Z if [[ "${PREVIOUS_DOCKER_TAG}" = "${DOCKER_TAG}" ]]; then 2022-11-23T01:14:12.3407194Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2022-11-23T01:14:12.3407546Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2022-11-23T01:14:12.3407851Z  # NOTE: DOCKER_FORCE_PUSH will always be set to true for docker-builds.yml 2022-11-23T01:14:12.3408196Z  if [[ "${DOCKER_FORCE_PUSH}" != "true" ]]; then 2022-11-23T01:14:12.3408488Z  # In order to avoid a stampeding herd of jobs trying to push all at once we set it to 2022-11-23T01:14:12.3408820Z  # skip the push. If this is negatively affecting TTS across the board the suggestion 2022-11-23T01:14:12.3409148Z  # should be to run the docker-builds.yml workflow to generate the correct docker builds 2022-11-23T01:14:12.3409441Z  echo "skip_push=true" >> "${GITHUB_OUTPUT}" 2022-11-23T01:14:12.3409647Z  fi 2022-11-23T01:14:12.3409804Z fi 2022-11-23T01:14:12.3409983Z echo "rebuild=yes" >> "${GITHUB_OUTPUT}" 2022-11-23T01:14:12.3420035Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:14:12.3420248Z env: 2022-11-23T01:14:12.3420435Z BASE_REVISION: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:14:12.3420824Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm5.2-py3.8:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:14:12.3421191Z DOCKER_TAG: 072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:14:12.3421392Z DOCKER_FORCE_PUSH: 2022-11-23T01:14:12.3421569Z ##[endgroup] 2022-11-23T01:14:12.3443434Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm5.2-py3.8:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:14:12.5351666Z { 2022-11-23T01:14:12.5352009Z "schemaVersion": 2, 2022-11-23T01:14:12.5352553Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2022-11-23T01:14:12.5352830Z "config": { 2022-11-23T01:14:12.5353081Z "mediaType": "application/vnd.docker.container.image.v1+json", 2022-11-23T01:14:12.5353323Z "size": 17005, 2022-11-23T01:14:12.5353565Z "digest": "sha256:811bd0469bb7b13f7d5156ef28797d4806c557ef468fb898056e584dc9b3fde0" 2022-11-23T01:14:12.5353805Z }, 2022-11-23T01:14:12.5354037Z "layers": [ 2022-11-23T01:14:12.5354660Z { 2022-11-23T01:14:12.5354921Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:12.5355171Z "size": 28577834, 2022-11-23T01:14:12.5356096Z "digest": "sha256:eaead16dc43bb8811d4ff450935d607f9ba4baffda4fc110cc402fa43f601d83" 2022-11-23T01:14:12.5356502Z }, 2022-11-23T01:14:12.5356662Z { 2022-11-23T01:14:12.5356903Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:12.5357295Z "size": 2063, 2022-11-23T01:14:12.5357585Z "digest": "sha256:27658ccd5bfe102a7da8a4346f16f55187546dd11de0f6f09568d9d201f5f051" 2022-11-23T01:14:12.5357828Z }, 2022-11-23T01:14:12.5357973Z { 2022-11-23T01:14:12.5358214Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:12.5358464Z "size": 310125601, 2022-11-23T01:14:12.5358705Z "digest": "sha256:d9201a8b6e7d9b6aa0ee99e26415664114f782619ec6a19d0226d0c0618e2bc2" 2022-11-23T01:14:12.5358942Z }, 2022-11-23T01:14:12.5359085Z { 2022-11-23T01:14:12.5361608Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:12.5362074Z "size": 848, 2022-11-23T01:14:12.5362509Z "digest": "sha256:c2ae9ef00951fe5513d17d1d688152cce1c669ba0e2198fd74af7d1e93761f80" 2022-11-23T01:14:12.5362856Z }, 2022-11-23T01:14:12.5363046Z { 2022-11-23T01:14:12.5363409Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:12.5363814Z "size": 106, 2022-11-23T01:14:12.5364199Z "digest": "sha256:217c4a5a2f7b506724f08885e19841d489b3644912f5d357cb277dfcc847299f" 2022-11-23T01:14:12.5364532Z }, 2022-11-23T01:14:12.5364743Z { 2022-11-23T01:14:12.5365121Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:12.5365468Z "size": 452, 2022-11-23T01:14:12.5365838Z "digest": "sha256:d14f801ddf5549e596bbe263cdd1348a72da9169da35e69637d4091e288ff890" 2022-11-23T01:14:12.5366202Z }, 2022-11-23T01:14:12.5366421Z { 2022-11-23T01:14:12.5366798Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:12.5367431Z "size": 1275, 2022-11-23T01:14:12.5367789Z "digest": "sha256:6498cf6e7504b99ca79375ee6b3806256c46928b89640d67c497ff8935ceb659" 2022-11-23T01:14:12.5368117Z }, 2022-11-23T01:14:12.5368376Z { 2022-11-23T01:14:12.5368702Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:12.5369055Z "size": 2611, 2022-11-23T01:14:12.5369418Z "digest": "sha256:22294a5006686d3a178477ffbc777e515ee369f149c9cb9e4895fbed976751cd" 2022-11-23T01:14:12.5369724Z }, 2022-11-23T01:14:12.5369934Z { 2022-11-23T01:14:12.5370328Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:12.5370718Z "size": 1959, 2022-11-23T01:14:12.5371114Z "digest": "sha256:426971e89b4e94f5090d5763753b71d84ca885bc2f65f82d0e2bd050034d18f7" 2022-11-23T01:14:12.5371501Z }, 2022-11-23T01:14:12.5371754Z { 2022-11-23T01:14:12.5372116Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:12.5372364Z "size": 1726729615, 2022-11-23T01:14:12.5372617Z "digest": "sha256:f377a38c638bad568413c26ffa0ccf6d64888547d7bb14a414f12d928659764a" 2022-11-23T01:14:12.5372878Z }, 2022-11-23T01:14:12.5373092Z + exit 0 2022-11-23T01:14:12.5373924Z { 2022-11-23T01:14:12.5374379Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:12.5374781Z "size": 170, 2022-11-23T01:14:12.5375289Z "digest": "sha256:0ad2147f82bb866fb378e223529556c650a0d1ef996db6dec4418acbddaf70fe" 2022-11-23T01:14:12.5375828Z }, 2022-11-23T01:14:12.5376045Z { 2022-11-23T01:14:12.5376476Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:12.5376947Z "size": 465, 2022-11-23T01:14:12.5377361Z "digest": "sha256:aa50cd954d4e446450528468353b6c96aefe05a7cc18b8f61a293b081ae417b4" 2022-11-23T01:14:12.5377745Z }, 2022-11-23T01:14:12.5377914Z { 2022-11-23T01:14:12.5378152Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:12.5378583Z "size": 11054, 2022-11-23T01:14:12.5379023Z "digest": "sha256:95709ae608b3cb0a9ff2a5d2fe3abf2fec5599eb22be085d99d6b78d1e1eafe2" 2022-11-23T01:14:12.5379398Z }, 2022-11-23T01:14:12.5379643Z { 2022-11-23T01:14:12.5380066Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:12.5380537Z "size": 888, 2022-11-23T01:14:12.5381063Z "digest": "sha256:45f8609ca5d25762be37396f445cbdc8157f8003909bfc9c108bd6d42b1892ed" 2022-11-23T01:14:12.5381554Z }, 2022-11-23T01:14:12.5381869Z { 2022-11-23T01:14:12.5382373Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:12.5382908Z "size": 121477470, 2022-11-23T01:14:12.5383440Z "digest": "sha256:b8a666b890892f9fe33a3c89587a381d24c3d883a0593fff34056f7b19a9c2fa" 2022-11-23T01:14:12.5383907Z }, 2022-11-23T01:14:12.5384210Z { 2022-11-23T01:14:12.5384751Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:12.5385263Z "size": 109, 2022-11-23T01:14:12.5385793Z "digest": "sha256:1556aa636e88476cc93ef6a326c75f4007c4870976049de9f8022c90ce039efe" 2022-11-23T01:14:12.5386277Z }, 2022-11-23T01:14:12.5386567Z { 2022-11-23T01:14:12.5387082Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:12.5387609Z "size": 560, 2022-11-23T01:14:12.5388152Z "digest": "sha256:bd8d858b2bd1edae3f8990e06521fd58c73a80f21753a28989b5bd39caef56b3" 2022-11-23T01:14:12.5388667Z }, 2022-11-23T01:14:12.5388965Z { 2022-11-23T01:14:12.5389373Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:12.5389776Z "size": 1143386, 2022-11-23T01:14:12.5390179Z "digest": "sha256:ed83ff249465690aef6cc7a4abe0473a5cd9cfe6d84444dd4bdeae15518b9498" 2022-11-23T01:14:12.5390640Z }, 2022-11-23T01:14:12.5390881Z { 2022-11-23T01:14:12.5391270Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:12.5391728Z "size": 103, 2022-11-23T01:14:12.5392161Z "digest": "sha256:1e98efa914dfe841728259746725183f2e469135a07590dee64b7d276220b5d0" 2022-11-23T01:14:12.5392509Z }, 2022-11-23T01:14:12.5392779Z { 2022-11-23T01:14:12.5393148Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:12.5393532Z "size": 550, 2022-11-23T01:14:12.5393960Z "digest": "sha256:c0dccc0db920086b43da319bf4a92201fb3a9104ea226e7aa676d772741a1233" 2022-11-23T01:14:12.5394581Z }, 2022-11-23T01:14:12.5394903Z { 2022-11-23T01:14:12.5395344Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:12.5395811Z "size": 219199777, 2022-11-23T01:14:12.5396261Z "digest": "sha256:2ba92de579227ece9a1daaba03026c62f5896af6d5fc5dabe0119d5a20c3dca6" 2022-11-23T01:14:12.5396723Z }, 2022-11-23T01:14:12.5396987Z { 2022-11-23T01:14:12.5397411Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:12.5397862Z "size": 107, 2022-11-23T01:14:12.5398343Z "digest": "sha256:9dbedcd13c1aa604b12b5af0a7c5d91566f970e24dbb6b84db2067c66640026f" 2022-11-23T01:14:12.5398808Z }, 2022-11-23T01:14:12.5399020Z { 2022-11-23T01:14:12.5399260Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:12.5399506Z "size": 1567, 2022-11-23T01:14:12.5399739Z "digest": "sha256:3aa29996433241350e5d1ac694c00a06a683681f7c3fe2a6918f2285fe11856d" 2022-11-23T01:14:12.5399967Z }, 2022-11-23T01:14:12.5400111Z { 2022-11-23T01:14:12.5400339Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:12.5400712Z "size": 4447548988, 2022-11-23T01:14:12.5400964Z "digest": "sha256:3043ecc0752cb3aba072588037b899565418fc9d503798eafe31c1454eccc835" 2022-11-23T01:14:12.5401182Z }, 2022-11-23T01:14:12.5401327Z { 2022-11-23T01:14:12.5401568Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:12.5401798Z "size": 105, 2022-11-23T01:14:12.5402045Z "digest": "sha256:8aaa872fa4624805f21238a39f8859f7964c2c554f1a1317dfe21e1816365800" 2022-11-23T01:14:12.5402273Z }, 2022-11-23T01:14:12.5402405Z { 2022-11-23T01:14:12.5402647Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:12.5402889Z "size": 820, 2022-11-23T01:14:12.5403141Z "digest": "sha256:f00db5c428e3a1cf98679cb6fc335095b37efbbab168a7289b6a9fc752036a30" 2022-11-23T01:14:12.5403384Z }, 2022-11-23T01:14:12.5403526Z { 2022-11-23T01:14:12.5403755Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:12.5404004Z "size": 185330767, 2022-11-23T01:14:12.5404268Z "digest": "sha256:f97ef057eff7c4b706ea124a1b8e202183e25f005a6238dcc7144284773c9024" 2022-11-23T01:14:12.5404501Z }, 2022-11-23T01:14:12.5404631Z { 2022-11-23T01:14:12.5404869Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:12.5405111Z "size": 111, 2022-11-23T01:14:12.5405356Z "digest": "sha256:e6bcce98053a2e2a5f82c2a3c6a24c875bcce4392fab3af62394057557943706" 2022-11-23T01:14:12.5405597Z }, 2022-11-23T01:14:12.5405740Z { 2022-11-23T01:14:12.5405971Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:12.5406210Z "size": 449, 2022-11-23T01:14:12.5406476Z "digest": "sha256:36ebb57ed8c8ed21dbc0352d7d47eed503296fcb2581b1bd1dce19871302545e" 2022-11-23T01:14:12.5406715Z }, 2022-11-23T01:14:12.5406857Z { 2022-11-23T01:14:12.5407096Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:12.5407330Z "size": 106, 2022-11-23T01:14:12.5407580Z "digest": "sha256:da6d166ba3ed94f25020a1c1b55f2b141494e85b280820538658ea067dd47bde" 2022-11-23T01:14:12.5407815Z }, 2022-11-23T01:14:12.5407947Z { 2022-11-23T01:14:12.5408186Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:12.5408428Z "size": 293, 2022-11-23T01:14:12.5408669Z "digest": "sha256:e507200c3cc14e346c2fe989664fd07f9de813fe60a51b679c73db7bb039cafa" 2022-11-23T01:14:12.5408906Z }, 2022-11-23T01:14:12.5409050Z { 2022-11-23T01:14:12.5409347Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:12.5409594Z "size": 106, 2022-11-23T01:14:12.5409851Z "digest": "sha256:de6e714ebb02b54cfe99ffee5524071f5d70c1477c3807a00629870783a13ee6" 2022-11-23T01:14:12.5410091Z }, 2022-11-23T01:14:12.5410224Z { 2022-11-23T01:14:12.5410463Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:12.5410706Z "size": 1763, 2022-11-23T01:14:12.5410956Z "digest": "sha256:9be8d6392bc862d9aeb782a6fed82b586c9167b6def3e6e0b08e01784ebdf9e4" 2022-11-23T01:14:12.5411204Z }, 2022-11-23T01:14:12.5411349Z { 2022-11-23T01:14:12.5411576Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:12.5411822Z "size": 15983040, 2022-11-23T01:14:12.5412070Z "digest": "sha256:755b5e40164d2073ac86b270a2d4d7d004e916fd11d00007126a2e5b5c815b36" 2022-11-23T01:14:12.5412286Z } 2022-11-23T01:14:12.5412429Z ] 2022-11-23T01:14:12.5412571Z } 2022-11-23T01:14:12.5506609Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2022-11-23T01:14:12.5506889Z with: 2022-11-23T01:14:12.5507229Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm5.2-py3.8:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:14:12.5507561Z ##[endgroup] 2022-11-23T01:14:12.5518598Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T01:14:12.5518880Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T01:14:12.5519280Z # ignore output since only exit code is used for conditional 2022-11-23T01:14:12.5519559Z # only pull docker image if it's not available locally 2022-11-23T01:14:12.5519840Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-11-23T01:14:12.5520112Z  retry docker pull "${DOCKER_IMAGE}" 2022-11-23T01:14:12.5520306Z fi 2022-11-23T01:14:12.5531265Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:14:12.5531481Z env: 2022-11-23T01:14:12.5531802Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm5.2-py3.8:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:14:12.5532129Z ##[endgroup] 2022-11-23T01:14:12.7688916Z 072aae4a77ed7d3a69ad5683420509c41301b940: Pulling from pytorch/pytorch-linux-focal-rocm5.2-py3.8 2022-11-23T01:14:12.7704553Z eaead16dc43b: Pulling fs layer 2022-11-23T01:14:12.7704943Z 27658ccd5bfe: Pulling fs layer 2022-11-23T01:14:12.7705299Z d9201a8b6e7d: Pulling fs layer 2022-11-23T01:14:12.7705642Z c2ae9ef00951: Pulling fs layer 2022-11-23T01:14:12.7705991Z 217c4a5a2f7b: Pulling fs layer 2022-11-23T01:14:12.7706350Z d14f801ddf55: Pulling fs layer 2022-11-23T01:14:12.7706683Z 6498cf6e7504: Pulling fs layer 2022-11-23T01:14:12.7707025Z 22294a500668: Pulling fs layer 2022-11-23T01:14:12.7707356Z 426971e89b4e: Pulling fs layer 2022-11-23T01:14:12.7707676Z f377a38c638b: Pulling fs layer 2022-11-23T01:14:12.7708018Z 0ad2147f82bb: Pulling fs layer 2022-11-23T01:14:12.7708363Z aa50cd954d4e: Pulling fs layer 2022-11-23T01:14:12.7708682Z 95709ae608b3: Pulling fs layer 2022-11-23T01:14:12.7709041Z 45f8609ca5d2: Pulling fs layer 2022-11-23T01:14:12.7709349Z b8a666b89089: Pulling fs layer 2022-11-23T01:14:12.7709680Z 1556aa636e88: Pulling fs layer 2022-11-23T01:14:12.7709981Z 217c4a5a2f7b: Waiting 2022-11-23T01:14:12.7710319Z bd8d858b2bd1: Pulling fs layer 2022-11-23T01:14:12.7710669Z ed83ff249465: Pulling fs layer 2022-11-23T01:14:12.7711000Z 1e98efa914df: Pulling fs layer 2022-11-23T01:14:12.7711217Z aa50cd954d4e: Waiting 2022-11-23T01:14:12.7711392Z 22294a500668: Waiting 2022-11-23T01:14:12.7711547Z f377a38c638b: Waiting 2022-11-23T01:14:12.7711735Z c0dccc0db920: Pulling fs layer 2022-11-23T01:14:12.7711922Z 426971e89b4e: Waiting 2022-11-23T01:14:12.7712078Z d14f801ddf55: Waiting 2022-11-23T01:14:12.7712248Z 6498cf6e7504: Waiting 2022-11-23T01:14:12.7712417Z 0ad2147f82bb: Waiting 2022-11-23T01:14:12.7712586Z 2ba92de57922: Pulling fs layer 2022-11-23T01:14:12.7712787Z 9dbedcd13c1a: Pulling fs layer 2022-11-23T01:14:12.7712983Z 3aa299964332: Pulling fs layer 2022-11-23T01:14:12.7713160Z 3043ecc0752c: Pulling fs layer 2022-11-23T01:14:12.7713341Z 95709ae608b3: Waiting 2022-11-23T01:14:12.7713524Z 8aaa872fa462: Pulling fs layer 2022-11-23T01:14:12.7713693Z ed83ff249465: Waiting 2022-11-23T01:14:12.7713863Z 45f8609ca5d2: Waiting 2022-11-23T01:14:12.7714042Z f00db5c428e3: Pulling fs layer 2022-11-23T01:14:12.7714507Z 1e98efa914df: Waiting 2022-11-23T01:14:12.7714699Z f97ef057eff7: Pulling fs layer 2022-11-23T01:14:12.7714882Z c0dccc0db920: Waiting 2022-11-23T01:14:12.7715057Z e6bcce98053a: Pulling fs layer 2022-11-23T01:14:12.7715257Z 36ebb57ed8c8: Pulling fs layer 2022-11-23T01:14:12.7715457Z da6d166ba3ed: Pulling fs layer 2022-11-23T01:14:12.7715667Z e507200c3cc1: Pulling fs layer 2022-11-23T01:14:12.7715845Z de6e714ebb02: Pulling fs layer 2022-11-23T01:14:12.7716174Z 9be8d6392bc8: Pulling fs layer 2022-11-23T01:14:12.7716371Z 755b5e40164d: Pulling fs layer 2022-11-23T01:14:12.7716535Z 1556aa636e88: Waiting 2022-11-23T01:14:12.7716708Z 2ba92de57922: Waiting 2022-11-23T01:14:12.7716879Z e6bcce98053a: Waiting 2022-11-23T01:14:12.7717041Z 9dbedcd13c1a: Waiting 2022-11-23T01:14:12.7717220Z 36ebb57ed8c8: Waiting 2022-11-23T01:14:12.7717410Z da6d166ba3ed: Waiting 2022-11-23T01:14:12.7717649Z 3aa299964332: Waiting 2022-11-23T01:14:12.7717906Z e507200c3cc1: Waiting 2022-11-23T01:14:12.7718168Z 3043ecc0752c: Waiting 2022-11-23T01:14:12.7718434Z de6e714ebb02: Waiting 2022-11-23T01:14:12.7718855Z 9be8d6392bc8: Waiting 2022-11-23T01:14:12.7719162Z 8aaa872fa462: Waiting 2022-11-23T01:14:12.7719427Z bd8d858b2bd1: Waiting 2022-11-23T01:14:12.7719701Z f97ef057eff7: Waiting 2022-11-23T01:14:12.7719874Z 755b5e40164d: Waiting 2022-11-23T01:14:12.7720026Z c2ae9ef00951: Waiting 2022-11-23T01:14:12.7720196Z b8a666b89089: Waiting 2022-11-23T01:14:12.8505641Z 27658ccd5bfe: Download complete 2022-11-23T01:14:12.9339577Z c2ae9ef00951: Verifying Checksum 2022-11-23T01:14:12.9340107Z c2ae9ef00951: Download complete 2022-11-23T01:14:13.1078181Z d14f801ddf55: Verifying Checksum 2022-11-23T01:14:13.1078482Z d14f801ddf55: Download complete 2022-11-23T01:14:13.1920275Z 6498cf6e7504: Verifying Checksum 2022-11-23T01:14:13.1920717Z 6498cf6e7504: Download complete 2022-11-23T01:14:13.2710920Z 22294a500668: Verifying Checksum 2022-11-23T01:14:13.2711188Z 22294a500668: Download complete 2022-11-23T01:14:13.3797686Z 426971e89b4e: Download complete 2022-11-23T01:14:13.4579053Z eaead16dc43b: Download complete 2022-11-23T01:14:13.5619792Z 0ad2147f82bb: Download complete 2022-11-23T01:14:13.6546574Z aa50cd954d4e: Verifying Checksum 2022-11-23T01:14:13.6546957Z aa50cd954d4e: Download complete 2022-11-23T01:14:13.7506715Z 95709ae608b3: Verifying Checksum 2022-11-23T01:14:13.7507104Z 95709ae608b3: Download complete 2022-11-23T01:14:13.8504881Z 45f8609ca5d2: Verifying Checksum 2022-11-23T01:14:13.8505738Z 45f8609ca5d2: Download complete 2022-11-23T01:14:14.1857659Z eaead16dc43b: Pull complete 2022-11-23T01:14:14.3198508Z 27658ccd5bfe: Pull complete 2022-11-23T01:14:15.4286176Z b8a666b89089: Verifying Checksum 2022-11-23T01:14:15.4286532Z b8a666b89089: Download complete 2022-11-23T01:14:15.5127515Z 1556aa636e88: Download complete 2022-11-23T01:14:15.6112582Z bd8d858b2bd1: Verifying Checksum 2022-11-23T01:14:15.6112933Z bd8d858b2bd1: Download complete 2022-11-23T01:14:15.6998910Z ed83ff249465: Download complete 2022-11-23T01:14:15.8109354Z 1e98efa914df: Verifying Checksum 2022-11-23T01:14:15.8109818Z 1e98efa914df: Download complete 2022-11-23T01:14:15.9145692Z c0dccc0db920: Download complete 2022-11-23T01:14:17.5543639Z d9201a8b6e7d: Verifying Checksum 2022-11-23T01:14:17.5544076Z d9201a8b6e7d: Download complete 2022-11-23T01:14:17.6357358Z 9dbedcd13c1a: Download complete 2022-11-23T01:14:17.7243228Z 3aa299964332: Download complete 2022-11-23T01:14:18.3804725Z 2ba92de57922: Verifying Checksum 2022-11-23T01:14:18.3805145Z 2ba92de57922: Download complete 2022-11-23T01:14:18.4859800Z 8aaa872fa462: Verifying Checksum 2022-11-23T01:14:18.4860121Z 8aaa872fa462: Download complete 2022-11-23T01:14:18.6054940Z f00db5c428e3: Verifying Checksum 2022-11-23T01:14:18.6055352Z f00db5c428e3: Download complete 2022-11-23T01:14:20.6619067Z f97ef057eff7: Verifying Checksum 2022-11-23T01:14:20.6619717Z f97ef057eff7: Download complete 2022-11-23T01:14:20.7378485Z e6bcce98053a: Verifying Checksum 2022-11-23T01:14:20.7378763Z e6bcce98053a: Download complete 2022-11-23T01:14:20.8127647Z 36ebb57ed8c8: Verifying Checksum 2022-11-23T01:14:20.8128091Z 36ebb57ed8c8: Download complete 2022-11-23T01:14:20.9014566Z da6d166ba3ed: Verifying Checksum 2022-11-23T01:14:20.9014943Z da6d166ba3ed: Download complete 2022-11-23T01:14:20.9840730Z e507200c3cc1: Verifying Checksum 2022-11-23T01:14:20.9841113Z e507200c3cc1: Download complete 2022-11-23T01:14:21.0574050Z de6e714ebb02: Download complete 2022-11-23T01:14:21.1378480Z 9be8d6392bc8: Verifying Checksum 2022-11-23T01:14:21.3907868Z 755b5e40164d: Verifying Checksum 2022-11-23T01:14:21.3908756Z 755b5e40164d: Download complete 2022-11-23T01:14:26.2124580Z d9201a8b6e7d: Pull complete 2022-11-23T01:14:26.6060675Z c2ae9ef00951: Pull complete 2022-11-23T01:14:27.0884525Z 217c4a5a2f7b: Pull complete 2022-11-23T01:14:27.6552674Z d14f801ddf55: Pull complete 2022-11-23T01:14:28.0752696Z 6498cf6e7504: Pull complete 2022-11-23T01:14:28.5318378Z 22294a500668: Pull complete 2022-11-23T01:14:29.0166261Z 426971e89b4e: Pull complete 2022-11-23T01:14:34.9962653Z f377a38c638b: Verifying Checksum 2022-11-23T01:14:34.9963227Z f377a38c638b: Download complete 2022-11-23T01:15:09.4565017Z 3043ecc0752c: Verifying Checksum 2022-11-23T01:15:09.4565388Z 3043ecc0752c: Download complete 2022-11-23T01:15:33.6450097Z f377a38c638b: Pull complete 2022-11-23T01:15:33.8584488Z 0ad2147f82bb: Pull complete 2022-11-23T01:15:34.2858928Z aa50cd954d4e: Pull complete 2022-11-23T01:15:34.5444153Z 95709ae608b3: Pull complete 2022-11-23T01:15:34.7497993Z 45f8609ca5d2: Pull complete 2022-11-23T01:15:38.5848145Z b8a666b89089: Pull complete 2022-11-23T01:15:38.9836970Z 1556aa636e88: Pull complete 2022-11-23T01:15:39.3337930Z bd8d858b2bd1: Pull complete 2022-11-23T01:15:39.6021707Z ed83ff249465: Pull complete 2022-11-23T01:15:39.8290819Z 1e98efa914df: Pull complete 2022-11-23T01:15:40.0888561Z c0dccc0db920: Pull complete 2022-11-23T01:15:45.1349999Z 2ba92de57922: Pull complete 2022-11-23T01:15:45.4037520Z 9dbedcd13c1a: Pull complete 2022-11-23T01:15:45.6423253Z 3aa299964332: Pull complete 2022-11-23T01:17:42.2113837Z 3043ecc0752c: Pull complete 2022-11-23T01:17:42.5457594Z 8aaa872fa462: Pull complete 2022-11-23T01:17:42.7162741Z f00db5c428e3: Pull complete 2022-11-23T01:17:46.6682746Z f97ef057eff7: Pull complete 2022-11-23T01:17:46.8751188Z e6bcce98053a: Pull complete 2022-11-23T01:17:47.0601978Z 36ebb57ed8c8: Pull complete 2022-11-23T01:17:47.2171496Z da6d166ba3ed: Pull complete 2022-11-23T01:17:47.3219117Z e507200c3cc1: Pull complete 2022-11-23T01:17:47.5245989Z de6e714ebb02: Pull complete 2022-11-23T01:17:47.7777821Z 9be8d6392bc8: Pull complete 2022-11-23T01:17:48.3104568Z 755b5e40164d: Pull complete 2022-11-23T01:17:48.4581654Z Digest: sha256:e87a36ec61feda70f611e8b9d81b5905818ddbccaa4370d649a51cd9a3833ba3 2022-11-23T01:17:48.4989356Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm5.2-py3.8:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:17:48.5257076Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm5.2-py3.8:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:17:48.5460831Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T01:17:48.5461072Z .github/scripts/parse_ref.py 2022-11-23T01:17:48.8211923Z shell: /usr/bin/bash -e {0} 2022-11-23T01:17:48.8212171Z ##[endgroup] 2022-11-23T01:17:49.2998724Z Prepare all required actions 2022-11-23T01:17:49.2998970Z Getting action download info 2022-11-23T01:17:49.4756052Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2022-11-23T01:17:49.6045122Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-11-23T01:17:49.6045342Z with: 2022-11-23T01:17:49.6045641Z github-token: *** 2022-11-23T01:17:49.6046061Z ##[endgroup] 2022-11-23T01:17:49.6148175Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T01:17:49.6148412Z with: 2022-11-23T01:17:49.6148574Z shell: bash 2022-11-23T01:17:49.6148736Z timeout_minutes: 10 2022-11-23T01:17:49.6148917Z max_attempts: 5 2022-11-23T01:17:49.6149107Z retry_wait_seconds: 30 2022-11-23T01:17:49.6149506Z command: set -eux python3 -m pip install requests==2.26.0 GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") echo "job-id=${GHA_WORKFLOW_JOB_ID}" >> "${GITHUB_OUTPUT}" 2022-11-23T01:17:49.6150148Z polling_interval_seconds: 1 2022-11-23T01:17:49.6150334Z warning_on_retry: true 2022-11-23T01:17:49.6150525Z continue_on_error: false 2022-11-23T01:17:49.6150721Z env: 2022-11-23T01:17:49.6151002Z GITHUB_TOKEN: *** 2022-11-23T01:17:49.6151182Z ##[endgroup] 2022-11-23T01:17:51.2799187Z + python3 -m pip install requests==2.26.0 2022-11-23T01:17:54.7936030Z Defaulting to user installation because normal site-packages is not writeable 2022-11-23T01:17:54.8317115Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-11-23T01:17:54.8458311Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12) 2022-11-23T01:17:54.8493859Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.9.24) 2022-11-23T01:17:54.8545155Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.4) 2022-11-23T01:17:54.8635634Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12) 2022-11-23T01:17:55.1470964Z ++ python3 .github/scripts/get_workflow_job_id.py 3528394938 i-0a18ecc25516e70dd 2022-11-23T01:17:56.6168125Z + GHA_WORKFLOW_JOB_ID=9655215325 2022-11-23T01:17:56.6168918Z + echo job-id=9655215325 2022-11-23T01:17:57.2790410Z Command completed after 1 attempt(s). 2022-11-23T01:17:57.2863809Z Prepare all required actions 2022-11-23T01:17:57.2864105Z Getting action download info 2022-11-23T01:17:57.4494356Z ##[group]Run ./.github/actions/filter-test-configs 2022-11-23T01:17:57.4494584Z with: 2022-11-23T01:17:57.4495003Z github-token: *** 2022-11-23T01:17:57.4495362Z test-matrix: { include: [ { config: "slow", shard: 1, num_shards: 1, runner: "linux.rocm.gpu" }, ]} 2022-11-23T01:17:57.4495624Z ##[endgroup] 2022-11-23T01:17:57.4521894Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T01:17:57.4522129Z with: 2022-11-23T01:17:57.4522287Z shell: bash 2022-11-23T01:17:57.4522445Z timeout_minutes: 10 2022-11-23T01:17:57.4522626Z max_attempts: 5 2022-11-23T01:17:57.4522805Z retry_wait_seconds: 30 2022-11-23T01:17:57.4523040Z command: set -eux python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-11-23T01:17:57.4523289Z polling_interval_seconds: 1 2022-11-23T01:17:57.4523479Z warning_on_retry: true 2022-11-23T01:17:57.4523717Z continue_on_error: false 2022-11-23T01:17:57.4523879Z env: 2022-11-23T01:17:57.4524171Z GITHUB_TOKEN: *** 2022-11-23T01:17:57.4524348Z ##[endgroup] 2022-11-23T01:17:57.5012628Z + python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-11-23T01:17:57.7062696Z Defaulting to user installation because normal site-packages is not writeable 2022-11-23T01:17:57.7243299Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-11-23T01:17:57.7373250Z Requirement already satisfied: pyyaml==6.0 in /home/ec2-user/.local/lib/python3.7/site-packages (6.0) 2022-11-23T01:17:57.7382701Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.9.24) 2022-11-23T01:17:57.7391964Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12) 2022-11-23T01:17:57.7412247Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.4) 2022-11-23T01:17:57.7423932Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12) 2022-11-23T01:17:58.5000640Z Command completed after 1 attempt(s). 2022-11-23T01:17:58.5049305Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T01:17:58.5049605Z .github/scripts/parse_ref.py 2022-11-23T01:17:58.5060900Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:17:58.5061120Z ##[endgroup] 2022-11-23T01:17:58.5273009Z ##[group]Run .github/scripts/filter_test_configs.py \ 2022-11-23T01:17:58.5273297Z .github/scripts/filter_test_configs.py \ 2022-11-23T01:17:58.5273520Z  --test-matrix "{ include: [ 2022-11-23T01:17:58.5273781Z  { config: "slow", shard: 1, num_shards: 1, runner: "linux.rocm.gpu" }, 2022-11-23T01:17:58.5274018Z ]} 2022-11-23T01:17:58.5275092Z " \ 2022-11-23T01:17:58.5275271Z  --pr-number "" \ 2022-11-23T01:17:58.5275454Z  --tag "" \ 2022-11-23T01:17:58.5275739Z  --event-name "schedule" 2022-11-23T01:17:58.5286528Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:17:58.5286742Z env: 2022-11-23T01:17:58.5287040Z GITHUB_TOKEN: *** 2022-11-23T01:17:58.5287218Z ##[endgroup] 2022-11-23T01:17:58.6663707Z ##[group]Run echo "{"include": [{"config": "slow", "shard": 1, "num_shards": 1, "runner": "linux.rocm.gpu", "mem_leak_check": "mem_leak_check"}, {"config": "slow", "shard": 1, "num_shards": 1, "runner": "linux.rocm.gpu", "rerun_disabled_tests": "rerun_disabled_tests"}]}" 2022-11-23T01:17:58.6664387Z echo "{"include": [{"config": "slow", "shard": 1, "num_shards": 1, "runner": "linux.rocm.gpu", "mem_leak_check": "mem_leak_check"}, {"config": "slow", "shard": 1, "num_shards": 1, "runner": "linux.rocm.gpu", "rerun_disabled_tests": "rerun_disabled_tests"}]}" 2022-11-23T01:17:58.6676246Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:17:58.6676479Z ##[endgroup] 2022-11-23T01:17:58.6700635Z {include: [{config: slow, shard: 1, num_shards: 1, runner: linux.rocm.gpu, mem_leak_check: mem_leak_check}, {config: slow, shard: 1, num_shards: 1, runner: linux.rocm.gpu, rerun_disabled_tests: rerun_disabled_tests}]} 2022-11-23T01:17:58.6773800Z ##[group]Run # detached container should get cleaned up by teardown_ec2_linux 2022-11-23T01:17:58.6774148Z # detached container should get cleaned up by teardown_ec2_linux 2022-11-23T01:17:58.6774409Z container_name=$(docker run \ 2022-11-23T01:17:58.6774607Z  -e BUILD_ENVIRONMENT \ 2022-11-23T01:17:58.6774827Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-11-23T01:17:58.6775044Z  -e AWS_DEFAULT_REGION \ 2022-11-23T01:17:58.6775336Z  -e PR_NUMBER \ 2022-11-23T01:17:58.6775504Z  -e SHA1 \ 2022-11-23T01:17:58.6775683Z  -e BRANCH \ 2022-11-23T01:17:58.6775868Z  -e SCCACHE_BUCKET \ 2022-11-23T01:17:58.6776055Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-11-23T01:17:58.6776254Z  -e XLA_CUDA \ 2022-11-23T01:17:58.6776458Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-11-23T01:17:58.6776679Z  -e SKIP_SCCACHE_INITIALIZATION=1 \ 2022-11-23T01:17:58.6776925Z  -e TORCH_CUDA_ARCH_LIST \ 2022-11-23T01:17:58.6777122Z  -e PR_LABELS \ 2022-11-23T01:17:58.6777301Z  -e OUR_GITHUB_JOB_ID \ 2022-11-23T01:17:58.6777537Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-11-23T01:17:58.6777792Z  --security-opt seccomp=unconfined \ 2022-11-23T01:17:58.6778002Z  --cap-add=SYS_PTRACE \ 2022-11-23T01:17:58.6778190Z  --tty \ 2022-11-23T01:17:58.6778369Z  --detach \ 2022-11-23T01:17:58.6778539Z  --user jenkins \ 2022-11-23T01:17:58.6778776Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-11-23T01:17:58.6779024Z  -w /var/lib/jenkins/workspace \ 2022-11-23T01:17:58.6779214Z  "${DOCKER_IMAGE}" 2022-11-23T01:17:58.6779388Z ) 2022-11-23T01:17:58.6779620Z docker exec -t "${container_name}" sh -c '.jenkins/pytorch/build.sh' 2022-11-23T01:17:58.6789887Z shell: /usr/bin/bash -e {0} 2022-11-23T01:17:58.6790067Z env: 2022-11-23T01:17:58.6790279Z BUILD_ENVIRONMENT: linux-focal-rocm5.2-py3.8 2022-11-23T01:17:58.6790501Z BRANCH: master 2022-11-23T01:17:58.6790675Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:17:58.6790864Z PR_NUMBER: 2022-11-23T01:17:58.6791066Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:17:58.6791308Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-11-23T01:17:58.6791558Z SCCACHE_S3_KEY_PREFIX: periodic 2022-11-23T01:17:58.6791840Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-11-23T01:17:58.6792086Z PR_LABELS: [] 2022-11-23T01:17:58.6792267Z TORCH_CUDA_ARCH_LIST: 5.2 2022-11-23T01:17:58.6792621Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm5.2-py3.8:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:17:58.6793052Z XLA_CUDA: 2022-11-23T01:17:58.6793202Z DEBUG: 0 2022-11-23T01:17:58.6793377Z OUR_GITHUB_JOB_ID: 9655215325 2022-11-23T01:17:58.6793562Z ##[endgroup] 2022-11-23T01:18:12.8828938Z ++ dirname .jenkins/pytorch/build.sh 2022-11-23T01:18:12.8846238Z + source .jenkins/pytorch/common.sh 2022-11-23T01:18:12.8853994Z +++ dirname .jenkins/pytorch/common.sh 2022-11-23T01:18:12.8860905Z ++ source .jenkins/pytorch/common_utils.sh 2022-11-23T01:18:12.8865312Z +++ declare -f -t trap_add 2022-11-23T01:18:12.8870517Z ++ set -ex 2022-11-23T01:18:12.8871325Z ++ [[ linux-focal-rocm5.2-py3.8 == *rocm* ]] 2022-11-23T01:18:12.8871772Z ++ unset HIP_PLATFORM 2022-11-23T01:18:12.8872166Z ++ export PYTORCH_TEST_WITH_ROCM=1 2022-11-23T01:18:12.8897206Z ++ PYTORCH_TEST_WITH_ROCM=1 2022-11-23T01:18:12.8897433Z ++ export HSAKMT_DEBUG_LEVEL=4 2022-11-23T01:18:12.8897679Z ++ HSAKMT_DEBUG_LEVEL=4 2022-11-23T01:18:12.8897956Z ++ export HSA_FORCE_FINE_GRAIN_PCIE=1 2022-11-23T01:18:12.8898253Z ++ HSA_FORCE_FINE_GRAIN_PCIE=1 2022-11-23T01:18:12.8898498Z ++ BUILD_TEST_LIBTORCH=0 2022-11-23T01:18:12.8898809Z ++ dirname .jenkins/pytorch/build.sh 2022-11-23T01:18:12.8899471Z + source .jenkins/pytorch/common-build.sh 2022-11-23T01:18:12.8899886Z ++ [[ linux-focal-rocm5.2-py3.8 != *win-* ]] 2022-11-23T01:18:12.8900281Z ++++ dirname .jenkins/pytorch/common-build.sh 2022-11-23T01:18:12.8901766Z +++ cd .jenkins/pytorch 2022-11-23T01:18:12.8902185Z +++ pwd -P 2022-11-23T01:18:12.8904221Z ++ script_dir=/var/lib/jenkins/workspace/.jenkins/pytorch 2022-11-23T01:18:12.8904446Z ++ which sccache 2022-11-23T01:18:12.8921765Z ++ sccache --stop-server 2022-11-23T01:18:12.8936125Z ++ true 2022-11-23T01:18:12.8936420Z ++ rm -f /var/lib/jenkins/sccache_error.log 2022-11-23T01:18:12.8955898Z ++ [[ -n 1 ]] 2022-11-23T01:18:12.8956422Z ++ echo 'Skipping sccache server initialization, setting environment variables' 2022-11-23T01:18:12.8957029Z Skipping sccache server initialization, setting environment variables 2022-11-23T01:18:12.8957310Z ++ export SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T01:18:12.8957517Z ++ SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T01:18:12.8957744Z ++ export SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T01:18:12.8958015Z ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T01:18:12.8968446Z ++ export RUST_LOG=sccache::server=error 2022-11-23T01:18:12.8968686Z ++ RUST_LOG=sccache::server=error 2022-11-23T01:18:12.8968955Z ++ sccache --zero-stats 2022-11-23T01:18:13.3301859Z Compile requests 0 2022-11-23T01:18:13.3302167Z Compile requests executed 0 2022-11-23T01:18:13.3302389Z Cache hits 0 2022-11-23T01:18:13.3302636Z Cache misses 0 2022-11-23T01:18:13.3302834Z Cache timeouts 0 2022-11-23T01:18:13.3303033Z Cache read errors 0 2022-11-23T01:18:13.3303219Z Forced recaches 0 2022-11-23T01:18:13.3303474Z Cache write errors 0 2022-11-23T01:18:13.3303688Z Compilation failures 0 2022-11-23T01:18:13.3303871Z Cache errors 0 2022-11-23T01:18:13.3304332Z Non-cacheable compilations 0 2022-11-23T01:18:13.3304652Z Non-cacheable calls 0 2022-11-23T01:18:13.3304952Z Non-compilation calls 0 2022-11-23T01:18:13.3305243Z Unsupported compiler calls 0 2022-11-23T01:18:13.3305455Z Average cache write 0.000 s 2022-11-23T01:18:13.3305712Z Average cache read miss 0.000 s 2022-11-23T01:18:13.3305927Z Average cache read hit 0.000 s 2022-11-23T01:18:13.3306769Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-11-23T01:18:13.3307450Z ++ trap_add sccache_epilogue EXIT 2022-11-23T01:18:13.3307773Z ++ trap_add_cmd=sccache_epilogue 2022-11-23T01:18:13.3308075Z ++ shift 2022-11-23T01:18:13.3308356Z ++ for trap_add_name in "$@" 2022-11-23T01:18:13.3314392Z ++++ trap -p EXIT 2022-11-23T01:18:13.3317692Z +++ eval 'extract_trap_cmd ' 2022-11-23T01:18:13.3318009Z ++++ extract_trap_cmd 2022-11-23T01:18:13.3318331Z ++++ printf '%s\n' '' 2022-11-23T01:18:13.3318628Z +++ printf '%s\n' sccache_epilogue 2022-11-23T01:18:13.3320597Z ++ trap -- ' 2022-11-23T01:18:13.3320973Z sccache_epilogue' EXIT 2022-11-23T01:18:13.3321308Z ++ which ccache 2022-11-23T01:18:13.3332245Z + [[ linux-focal-rocm5.2-py3.8 == *-clang7-asan* ]] 2022-11-23T01:18:13.3332724Z + [[ linux-focal-rocm5.2-py3.8 == *-clang7-tsan* ]] 2022-11-23T01:18:13.3333038Z + [[ linux-focal-rocm5.2-py3.8 == *-mobile-*build* ]] 2022-11-23T01:18:13.3333300Z + echo 'Python version:' 2022-11-23T01:18:13.3333487Z Python version: 2022-11-23T01:18:13.3333675Z + python --version 2022-11-23T01:18:13.3646485Z Python 3.8.13 2022-11-23T01:18:13.3664656Z + echo 'GCC version:' 2022-11-23T01:18:13.3664981Z GCC version: 2022-11-23T01:18:13.3665347Z + gcc --version 2022-11-23T01:18:13.5990023Z gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 2022-11-23T01:18:13.5990386Z Copyright (C) 2019 Free Software Foundation, Inc. 2022-11-23T01:18:13.5990718Z This is free software; see the source for copying conditions. There is NO 2022-11-23T01:18:13.5992284Z warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 2022-11-23T01:18:13.5992628Z 2022-11-23T01:18:13.5994549Z + echo 'CMake version:' 2022-11-23T01:18:13.5994744Z CMake version: 2022-11-23T01:18:13.5994955Z + cmake --version 2022-11-23T01:18:13.7338430Z cmake version 3.22.1 2022-11-23T01:18:13.7338592Z 2022-11-23T01:18:13.7338753Z CMake suite maintained and supported by Kitware (kitware.com/cmake). 2022-11-23T01:18:13.7391536Z + echo 'Environment variables:' 2022-11-23T01:18:13.7391899Z Environment variables: 2022-11-23T01:18:13.7392141Z + env 2022-11-23T01:18:13.7400706Z INSTALLED_DB=yes 2022-11-23T01:18:13.7401231Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:18:13.7401623Z PR_LABELS=[] 2022-11-23T01:18:13.7402067Z BUILD_ENVIRONMENT=linux-focal-rocm5.2-py3.8 2022-11-23T01:18:13.7402487Z HOSTNAME=16c421d84bed 2022-11-23T01:18:13.7403163Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_3c06a5dd-31e4-46a4-b0ee-bb9f42d489db 2022-11-23T01:18:13.7403720Z GITHUB_ACTION=__self 2022-11-23T01:18:13.7404038Z GITHUB_RUN_NUMBER=3445 2022-11-23T01:18:13.7414325Z AWS_DEFAULT_REGION=us-east-1 2022-11-23T01:18:13.7414734Z SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T01:18:13.7415164Z GITHUB_TRIGGERING_ACTOR=pytorchmergebot 2022-11-23T01:18:13.7415576Z GITHUB_REF_TYPE=branch 2022-11-23T01:18:13.7415856Z TORCH_CUDA_ARCH_LIST=5.2 2022-11-23T01:18:13.7416089Z XLA_CUDA= 2022-11-23T01:18:13.7416544Z *** 2022-11-23T01:18:13.7420749Z GITHUB_ACTIONS=true 2022-11-23T01:18:13.7421211Z SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T01:18:13.7421678Z SHA1=1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:18:13.7422077Z GITHUB_SHA=1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:18:13.7422457Z GITHUB_REF=refs/heads/master 2022-11-23T01:18:13.7422785Z GITHUB_REF_PROTECTED=true 2022-11-23T01:18:13.7422975Z HOME=/var/lib/jenkins 2022-11-23T01:18:13.7423185Z GITHUB_API_URL=https://api.github.com 2022-11-23T01:18:13.7423444Z LANG=C.UTF-8 2022-11-23T01:18:13.7423634Z PYTORCH_TEST_WITH_ROCM=1 2022-11-23T01:18:13.7435715Z SCCACHE_S3_KEY_PREFIX=periodic 2022-11-23T01:18:13.7436534Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_3c06a5dd-31e4-46a4-b0ee-bb9f42d489db 2022-11-23T01:18:13.7437233Z MAGMA_HOME=/opt/rocm/magma 2022-11-23T01:18:13.7437807Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_3c06a5dd-31e4-46a4-b0ee-bb9f42d489db 2022-11-23T01:18:13.7438252Z HSAKMT_DEBUG_LEVEL=4 2022-11-23T01:18:13.7438837Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-11-23T01:18:13.7439421Z GITHUB_EVENT_NAME=schedule 2022-11-23T01:18:13.7439832Z GITHUB_RUN_ID=3528394938 2022-11-23T01:18:13.7440755Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_3c06a5dd-31e4-46a4-b0ee-bb9f42d489db 2022-11-23T01:18:13.7441758Z GITHUB_ACTOR=pytorchmergebot 2022-11-23T01:18:13.7442167Z PR_NUMBER= 2022-11-23T01:18:13.7442528Z GITHUB_RUN_ATTEMPT=1 2022-11-23T01:18:13.7443030Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-11-23T01:18:13.7443501Z TERM=xterm 2022-11-23T01:18:13.7443841Z INSTALLED_VISION=yes 2022-11-23T01:18:13.7444216Z BRANCH=master 2022-11-23T01:18:13.7444599Z OUR_GITHUB_JOB_ID=9655215325 2022-11-23T01:18:13.7445387Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-11-23T01:18:13.7446033Z GITHUB_SERVER_URL=https://github.com 2022-11-23T01:18:13.7446498Z PYTORCH_ROCM_ARCH=gfx906 2022-11-23T01:18:13.7446857Z SHLVL=1 2022-11-23T01:18:13.7447191Z MAX_JOBS=6 2022-11-23T01:18:13.7447556Z GITHUB_REF_NAME=master 2022-11-23T01:18:13.7448257Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-11-23T01:18:13.7448826Z GITHUB_JOB=build 2022-11-23T01:18:13.7449256Z GITHUB_REPOSITORY=pytorch/pytorch 2022-11-23T01:18:13.7449675Z LC_ALL=C.UTF-8 2022-11-23T01:18:13.7450061Z GITHUB_RETENTION_DAYS=90 2022-11-23T01:18:13.7450480Z GITHUB_ACTION_REPOSITORY= 2022-11-23T01:18:13.7451368Z PATH=/opt/cache/bin:/opt/rocm/llvm/bin:/opt/rocm/opencl/bin:/opt/rocm/hip/bin:/opt/rocm/hcc/bin:/opt/rocm/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-11-23T01:18:13.7452049Z GITHUB_BASE_REF= 2022-11-23T01:18:13.7452397Z CI=true 2022-11-23T01:18:13.7452764Z HSA_FORCE_FINE_GRAIN_PCIE=1 2022-11-23T01:18:13.7453191Z GITHUB_REPOSITORY_OWNER=pytorch 2022-11-23T01:18:13.7453676Z RUST_LOG=sccache::server=error 2022-11-23T01:18:13.7454105Z INSTALLED_PROTOBUF=yes 2022-11-23T01:18:13.7454473Z GITHUB_HEAD_REF= 2022-11-23T01:18:13.7454849Z GITHUB_ACTION_REF= 2022-11-23T01:18:13.7455520Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-11-23T01:18:13.7456011Z GITHUB_WORKFLOW=periodic 2022-11-23T01:18:13.7456443Z DEBIAN_FRONTEND=noninteractive 2022-11-23T01:18:13.7457346Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_3c06a5dd-31e4-46a4-b0ee-bb9f42d489db 2022-11-23T01:18:13.7457992Z SKIP_SCCACHE_INITIALIZATION=1 2022-11-23T01:18:13.7458399Z _=/usr/bin/env 2022-11-23T01:18:13.7458927Z + [[ linux-focal-rocm5.2-py3.8 == *cuda* ]] 2022-11-23T01:18:13.7459523Z + [[ linux-focal-rocm5.2-py3.8 == *cuda11* ]] 2022-11-23T01:18:13.7460157Z + [[ linux-focal-rocm5.2-py3.8 == *\c\a\f\f\e\2* ]] 2022-11-23T01:18:13.7460807Z + [[ linux-focal-rocm5.2-py3.8 == *\o\n\n\x* ]] 2022-11-23T01:18:13.7461472Z + [[ linux-focal-rocm5.2-py3.8 == *\p\a\r\a\l\l\e\l\t\b\b* ]] 2022-11-23T01:18:13.7462180Z + [[ linux-focal-rocm5.2-py3.8 == *\p\a\r\a\l\l\e\l\n\a\t\i\v\e* ]] 2022-11-23T01:18:13.7462837Z + [[ linux-focal-rocm5.2-py3.8 == *rocm* ]] 2022-11-23T01:18:13.7463313Z + export USE_LLVM=/opt/rocm/llvm 2022-11-23T01:18:13.7463718Z + USE_LLVM=/opt/rocm/llvm 2022-11-23T01:18:13.7464179Z + export LLVM_DIR=/opt/rocm/llvm/lib/cmake/llvm 2022-11-23T01:18:13.7464666Z + LLVM_DIR=/opt/rocm/llvm/lib/cmake/llvm 2022-11-23T01:18:13.7465055Z + which conda 2022-11-23T01:18:13.7465414Z /opt/conda/bin/conda 2022-11-23T01:18:13.7465849Z + export CMAKE_PREFIX_PATH=/opt/conda 2022-11-23T01:18:13.7466273Z + CMAKE_PREFIX_PATH=/opt/conda 2022-11-23T01:18:13.7466852Z + [[ linux-focal-rocm5.2-py3.8 == *libtorch* ]] 2022-11-23T01:18:13.7467479Z + [[ linux-focal-rocm5.2-py3.8 == *-android* ]] 2022-11-23T01:18:13.7468099Z + [[ linux-focal-rocm5.2-py3.8 != *android* ]] 2022-11-23T01:18:13.7468697Z + [[ linux-focal-rocm5.2-py3.8 == *vulkan* ]] 2022-11-23T01:18:13.7469298Z + [[ linux-focal-rocm5.2-py3.8 == *rocm* ]] 2022-11-23T01:18:13.7469763Z + '[' -z 6 ']' 2022-11-23T01:18:13.7470138Z + [[ -n true ]] 2022-11-23T01:18:13.7470551Z + [[ -z gfx906 ]] 2022-11-23T01:18:13.7470971Z + python tools/amd_build/build_amd.py 2022-11-23T01:18:15.4819005Z third_party/gloo/cmake/Hip.cmake skipped 2022-11-23T01:18:15.4832735Z third_party/gloo/cmake/Modules/Findrccl.cmake updated 2022-11-23T01:18:15.4842120Z third_party/gloo/cmake/Dependencies.cmake updated 2022-11-23T01:18:16.2444820Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/ATenCUDAGeneral.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/ATenHIPGeneral.h [ok] 2022-11-23T01:18:16.2451728Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/ApplyGridUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/ApplyGridUtils.cuh [ok] 2022-11-23T01:18:16.2462147Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/AsmUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/AsmUtils.cuh [ok] 2022-11-23T01:18:16.2488157Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/Atomic.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh [ok] 2022-11-23T01:18:16.2518815Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAApplyUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh [ok] 2022-11-23T01:18:16.2566141Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDABlas.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp [ok] 2022-11-23T01:18:16.2582875Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDABlas.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.h [ok] 2022-11-23T01:18:16.2587841Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAConfig.h.in -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPConfig.h.in [ok] 2022-11-23T01:18:16.2593957Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAContext.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContext.cpp [ok] 2022-11-23T01:18:16.2613486Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAContext.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContext.h [ok] 2022-11-23T01:18:16.2624930Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDADataType.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPDataType.h [ok] 2022-11-23T01:18:16.2631584Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDADevice.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPDevice.h [ok] 2022-11-23T01:18:16.2639311Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAEvent.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPEvent.h [ok] 2022-11-23T01:18:16.2658221Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAGeneratorImpl.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPGeneratorImpl.cpp [ok] 2022-11-23T01:18:16.2671028Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAGeneratorImpl.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPGeneratorImpl.h [ok] 2022-11-23T01:18:16.2688476Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAGraph.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPGraph.cpp [ok] 2022-11-23T01:18:16.2695079Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAGraph.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPGraph.h [ok] 2022-11-23T01:18:16.2702053Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAGraphsUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPGraphsUtils.cuh [ok] 2022-11-23T01:18:16.2711007Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDASparse.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPSparse.h [ok] 2022-11-23T01:18:16.2736662Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDASparseBlas.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPSparseBlas.cpp [ok] 2022-11-23T01:18:16.2756290Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDASparseBlas.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPSparseBlas.h [ok] 2022-11-23T01:18:16.2785515Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDASparseDescriptors.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPSparseDescriptors.cpp [ok] 2022-11-23T01:18:16.2799424Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDASparseDescriptors.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPSparseDescriptors.h [ok] 2022-11-23T01:18:16.2807942Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDATensorMethods.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPTensorMethods.cuh [ok] 2022-11-23T01:18:16.2812692Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAUtils.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPUtils.h [ok] 2022-11-23T01:18:16.2823636Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CachingHostAllocator.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/CachingHostAllocator.cpp [ok] 2022-11-23T01:18:16.2830500Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CachingHostAllocator.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/CachingHostAllocator.h [ok] 2022-11-23T01:18:16.2838627Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CuSparseHandlePool.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/CuSparseHandlePool.cpp [ok] 2022-11-23T01:18:16.2850378Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CublasHandlePool.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/CublasHandlePool.cpp [ok] 2022-11-23T01:18:16.2856124Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/DeviceUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/DeviceUtils.cuh [ok] 2022-11-23T01:18:16.2864122Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/EmptyTensor.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/EmptyTensor.cpp [ok] 2022-11-23T01:18:16.2874756Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/EmptyTensor.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/EmptyTensor.h [ok] 2022-11-23T01:18:16.2894838Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/Exceptions.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/Exceptions.cpp [ok] 2022-11-23T01:18:16.2910368Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/Exceptions.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/Exceptions.h [ok] 2022-11-23T01:18:16.2920824Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/NumericLimits.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/NumericLimits.cuh [ok] 2022-11-23T01:18:16.2937044Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/PeerToPeerAccess.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/PeerToPeerAccess.cpp [ok] 2022-11-23T01:18:16.2944417Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/PeerToPeerAccess.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/PeerToPeerAccess.h [ok] 2022-11-23T01:18:16.2953000Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/PinnedMemoryAllocator.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/PinnedMemoryAllocator.cpp [ok] 2022-11-23T01:18:16.2957615Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/PinnedMemoryAllocator.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/PinnedMemoryAllocator.h [ok] 2022-11-23T01:18:16.2965185Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/ScanUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/ScanUtils.cuh [ok] 2022-11-23T01:18:16.2970806Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/Sleep.cu -> /var/lib/jenkins/workspace/aten/src/ATen/hip/Sleep.hip [ok] 2022-11-23T01:18:16.2976074Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/Sleep.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/Sleep.h [ok] 2022-11-23T01:18:16.2985722Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/ThrustAllocator.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/ThrustAllocator.h [ok] 2022-11-23T01:18:16.2993420Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/cub-RadixSortKeys.cu -> /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip [ok] 2022-11-23T01:18:16.3001718Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/cub-RadixSortPairs.cu -> /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip [ok] 2022-11-23T01:18:16.3008194Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/cub.cu -> /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip [ok] 2022-11-23T01:18:16.3029296Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/cub.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh [ok] 2022-11-23T01:18:16.3042349Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/cub.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.h [ok] 2022-11-23T01:18:16.3049369Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/cub_definitions.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/cub_definitions.cuh [ok] 2022-11-23T01:18:16.3071547Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/jiterator.cu -> /var/lib/jenkins/workspace/aten/src/ATen/hip/jiterator.hip [ok] 2022-11-23T01:18:16.3079880Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/jiterator.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/jiterator.h [ok] 2022-11-23T01:18:16.3090831Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/jiterator_impl.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/jiterator_impl.h [ok] 2022-11-23T01:18:16.3107257Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/llvm_basic.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/llvm_basic.cpp [ok] 2022-11-23T01:18:16.3141943Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/llvm_complex.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/llvm_complex.cpp [ok] 2022-11-23T01:18:16.3154005Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/llvm_jit_strings.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/llvm_jit_strings.h [ok] 2022-11-23T01:18:16.3166851Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/CUDAHooks.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/HIPHooks.cpp [ok] 2022-11-23T01:18:16.3173694Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/CUDAHooks.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/HIPHooks.h [ok] 2022-11-23T01:18:16.3186358Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/DeviceThreadHandles.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/DeviceThreadHandles.h [ok] 2022-11-23T01:18:16.3192319Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/IndexUtils.cu -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/IndexUtils.hip [ok] 2022-11-23T01:18:16.3197372Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/IndexUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/IndexUtils.cuh [ok] 2022-11-23T01:18:16.3204191Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/IntegerDivider.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/IntegerDivider.cuh [ok] 2022-11-23T01:18:16.3212406Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/KernelUtils.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/KernelUtils.h [ok] 2022-11-23T01:18:16.3228086Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/LazyNVRTC.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/LazyNVRTC.cpp [ok] 2022-11-23T01:18:16.3235447Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/LazyNVRTC.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/LazyNVRTC.h [ok] 2022-11-23T01:18:16.3247208Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/OffsetCalculator.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/OffsetCalculator.cuh [ok] 2022-11-23T01:18:16.3257609Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/PhiloxCudaStateRaw.cuh [ok] 2022-11-23T01:18:16.3265445Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/TensorInfo.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/TensorInfo.cuh [ok] 2022-11-23T01:18:16.3273583Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/UnpackRaw.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/UnpackRaw.cuh [ok] 2022-11-23T01:18:16.3284578Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/nvrtc_stub/ATenNVRTC.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp [ok] 2022-11-23T01:18:16.3293211Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/nvrtc_stub/ATenNVRTC.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h [ok] 2022-11-23T01:18:16.3302492Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/AbsKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AbsKernel.hip [ok] 2022-11-23T01:18:16.3326431Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Activation.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Activation.cpp [ok] 2022-11-23T01:18:16.3336071Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Activation.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Activation.h [ok] 2022-11-23T01:18:16.3346586Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationEluKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationEluKernel.hip [ok] 2022-11-23T01:18:16.3357036Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationGeluKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationGeluKernel.hip [ok] 2022-11-23T01:18:16.3366205Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationGluKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationGluKernel.hip [ok] 2022-11-23T01:18:16.3377164Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationHardshrinkKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardshrinkKernel.hip [ok] 2022-11-23T01:18:16.3387638Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationHardsigmoidKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardsigmoidKernel.hip [ok] 2022-11-23T01:18:16.3397650Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationHardswishKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardswishKernel.hip [ok] 2022-11-23T01:18:16.3409094Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationHardtanhKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardtanhKernel.hip [ok] 2022-11-23T01:18:16.3416658Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationLeakyReluKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationLeakyReluKernel.hip [ok] 2022-11-23T01:18:16.3427541Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationLogSigmoidKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationLogSigmoidKernel.hip [ok] 2022-11-23T01:18:16.3438233Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationMishKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationMishKernel.hip [ok] 2022-11-23T01:18:16.3450971Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationPreluKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationPreluKernel.hip [ok] 2022-11-23T01:18:16.3457955Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationSiluKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationSiluKernel.hip [ok] 2022-11-23T01:18:16.3470175Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationSoftplusKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationSoftplusKernel.hip [ok] 2022-11-23T01:18:16.3477933Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationSoftshrinkKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationSoftshrinkKernel.hip [ok] 2022-11-23T01:18:16.3488012Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationThresholdKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationThresholdKernel.hip [ok] 2022-11-23T01:18:16.3523001Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/AdaptiveAveragePooling.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveAveragePooling.hip [ok] 2022-11-23T01:18:16.3551549Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/AdaptiveAveragePooling3d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveAveragePooling3d.hip [ok] 2022-11-23T01:18:16.3571952Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/AdaptiveMaxPooling2d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveMaxPooling2d.hip [ok] 2022-11-23T01:18:16.3593425Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/AdaptiveMaxPooling3d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveMaxPooling3d.hip [ok] 2022-11-23T01:18:16.3615449Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/AmpKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AmpKernels.hip [ok] 2022-11-23T01:18:16.3640796Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/AveragePool2d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AveragePool2d.hip [ok] 2022-11-23T01:18:16.3671549Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/AveragePool3d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AveragePool3d.hip [ok] 2022-11-23T01:18:16.3680333Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryBitwiseOpsKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryBitwiseOpsKernels.hip [ok] 2022-11-23T01:18:16.3691703Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryDivFloorKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryDivFloorKernel.hip [ok] 2022-11-23T01:18:16.3701082Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryDivTrueKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryDivTrueKernel.hip [ok] 2022-11-23T01:18:16.3708797Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryDivTruncKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryDivTruncKernel.hip [ok] 2022-11-23T01:18:16.3717408Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryGeometricKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryGeometricKernels.hip [ok] 2022-11-23T01:18:16.3724556Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryInternal.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryInternal.h [ok] 2022-11-23T01:18:16.3734126Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryLogicalOpsKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryLogicalOpsKernels.hip [ok] 2022-11-23T01:18:16.3747160Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryMiscBackwardOpsKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryMiscBackwardOpsKernels.hip [ok] 2022-11-23T01:18:16.3755801Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryMiscOpsKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryMiscOpsKernels.hip [ok] 2022-11-23T01:18:16.3762445Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryMulKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryMulKernel.hip [ok] 2022-11-23T01:18:16.3782393Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryRemainderKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryRemainderKernel.hip [ok] 2022-11-23T01:18:16.3795427Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryShiftOpsKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryShiftOpsKernels.hip [ok] 2022-11-23T01:18:16.3828969Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Blas.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Blas.cpp [ok] 2022-11-23T01:18:16.3849189Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Bucketization.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Bucketization.hip [ok] 2022-11-23T01:18:16.3867752Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CUDAJitLoops.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh [ok] 2022-11-23T01:18:16.3887556Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CUDALoops.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh [ok] 2022-11-23T01:18:16.3894514Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CUDAScalar.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPScalar.hip [ok] 2022-11-23T01:18:16.3908153Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Col2Im.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Col2Im.hip [ok] 2022-11-23T01:18:16.3921212Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CompareEQKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CompareEQKernel.hip [ok] 2022-11-23T01:18:16.3929726Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CompareKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CompareKernels.hip [ok] 2022-11-23T01:18:16.3938170Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ComplexKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ComplexKernel.hip [ok] 2022-11-23T01:18:16.3946921Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CompositeRandomAccessor.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CompositeRandomAccessor.h [ok] 2022-11-23T01:18:16.3974914Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ConvolutionMM2d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ConvolutionMM2d.hip [ok] 2022-11-23T01:18:16.3998584Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Copy.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Copy.hip [ok] 2022-11-23T01:18:16.4004917Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Copy.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Copy.h [ok] 2022-11-23T01:18:16.4019321Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CopysignKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CopysignKernel.hip [ok] 2022-11-23T01:18:16.4027660Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CrossKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CrossKernel.hip [ok] 2022-11-23T01:18:16.4057062Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CuFFTPlanCache.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CuFFTPlanCache.h [ok] 2022-11-23T01:18:16.4065003Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CuFFTUtils.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CuFFTUtils.h [ok] 2022-11-23T01:18:16.4079802Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CumminmaxKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumminmaxKernel.hip [ok] 2022-11-23T01:18:16.4085893Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CumprodKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip [ok] 2022-11-23T01:18:16.4091045Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CumsumKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip [ok] 2022-11-23T01:18:16.4126525Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DepthwiseConv2d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv2d.hip [ok] 2022-11-23T01:18:16.4161369Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DepthwiseConv3d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip [ok] 2022-11-23T01:18:16.4169361Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DeviceSqrt.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DeviceSqrt.cuh [ok] 2022-11-23T01:18:16.4196548Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DilatedMaxPool2d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DilatedMaxPool2d.hip [ok] 2022-11-23T01:18:16.4224173Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DilatedMaxPool3d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DilatedMaxPool3d.hip [ok] 2022-11-23T01:18:16.4247947Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DistanceKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistanceKernel.hip [ok] 2022-11-23T01:18:16.4256180Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DistributionBernoulli.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionBernoulli.hip [ok] 2022-11-23T01:18:16.4262397Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DistributionCauchyKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionCauchyKernel.hip [ok] 2022-11-23T01:18:16.4269557Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DistributionExponentialKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionExponentialKernel.hip [ok] 2022-11-23T01:18:16.4274728Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DistributionGeometricKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionGeometricKernel.hip [ok] 2022-11-23T01:18:16.4283996Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DistributionLogNormalKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionLogNormalKernel.hip [ok] 2022-11-23T01:18:16.4290243Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DistributionNormal.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionNormal.hip [ok] 2022-11-23T01:18:16.4298551Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DistributionRandomKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionRandomKernel.hip [ok] 2022-11-23T01:18:16.4329333Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DistributionTemplates.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h [ok] 2022-11-23T01:18:16.4338660Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DistributionUniform.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionUniform.hip [ok] 2022-11-23T01:18:16.4350177Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Distributions.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Distributions.cpp [ok] 2022-11-23T01:18:16.4365608Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Distributions.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Distributions.hip [ok] 2022-11-23T01:18:16.4370647Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Distributions.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Distributions.h [ok] 2022-11-23T01:18:16.4391785Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Dropout.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Dropout.hip [ok] 2022-11-23T01:18:16.4408854Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Embedding.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Embedding.hip [ok] 2022-11-23T01:18:16.4430437Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/EmbeddingBackwardKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBackwardKernel.hip [ok] 2022-11-23T01:18:16.4436103Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBackwardKernel.cuh [ok] 2022-11-23T01:18:16.4467698Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/EmbeddingBag.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBag.hip [ok] 2022-11-23T01:18:16.4475022Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Equal.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Equal.cpp [ok] 2022-11-23T01:18:16.4483818Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/FillKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FillKernel.hip [ok] 2022-11-23T01:18:16.4496152Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ForeachBinaryOpList.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachBinaryOpList.hip [ok] 2022-11-23T01:18:16.4507038Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ForeachBinaryOpScalar.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachBinaryOpScalar.hip [ok] 2022-11-23T01:18:16.4518157Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ForeachBinaryOpScalarList.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachBinaryOpScalarList.hip [ok] 2022-11-23T01:18:16.4544097Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ForeachFunctors.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh [ok] 2022-11-23T01:18:16.4580691Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ForeachPointwiseOp.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachPointwiseOp.hip [ok] 2022-11-23T01:18:16.4595038Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ForeachReduceOp.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachReduceOp.hip [ok] 2022-11-23T01:18:16.4613915Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ForeachUnaryOp.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachUnaryOp.hip [ok] 2022-11-23T01:18:16.4629699Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/FractionalMaxPool2d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FractionalMaxPool2d.hip [ok] 2022-11-23T01:18:16.4649666Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/FractionalMaxPool3d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FractionalMaxPool3d.hip [ok] 2022-11-23T01:18:16.4658428Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/FunctionOfAMatrixUtilsKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FunctionOfAMatrixUtilsKernel.hip [ok] 2022-11-23T01:18:16.4668982Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/FusedAdamKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FusedAdamKernel.hip [ok] 2022-11-23T01:18:16.4677554Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/GcdLcmKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GcdLcmKernel.hip [ok] 2022-11-23T01:18:16.4691462Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/GridSampler.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cpp [ok] 2022-11-23T01:18:16.4747131Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/GridSampler.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip [ok] 2022-11-23T01:18:16.4763091Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/GridSampler.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh [ok] 2022-11-23T01:18:16.4771067Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/GridSampler.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.h [ok] 2022-11-23T01:18:16.4808476Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/IGammaKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IGammaKernel.hip [ok] 2022-11-23T01:18:16.4819032Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Im2Col.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Im2Col.hip [ok] 2022-11-23T01:18:16.4828138Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/IndexKernel.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.cpp [ok] 2022-11-23T01:18:16.4855583Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/IndexKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip [ok] 2022-11-23T01:18:16.4860395Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/IndexKernel.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.h [ok] 2022-11-23T01:18:16.4935706Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Indexing.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Indexing.hip [ok] 2022-11-23T01:18:16.4949482Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/JitLoops.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh [ok] 2022-11-23T01:18:16.4961330Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/KernelUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh [ok] 2022-11-23T01:18:16.4978508Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/LaunchUtils.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LaunchUtils.h [ok] 2022-11-23T01:18:16.4991243Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/LegacyThrustHelpers.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LegacyThrustHelpers.hip [ok] 2022-11-23T01:18:16.5000668Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Lerp.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Lerp.hip [ok] 2022-11-23T01:18:16.5009855Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/LinearAlgebra.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LinearAlgebra.hip [ok] 2022-11-23T01:18:16.5026152Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/LinearAlgebraStubs.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LinearAlgebraStubs.cpp [ok] 2022-11-23T01:18:16.5033555Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/LogAddExpKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogAddExpKernel.hip [ok] 2022-11-23T01:18:16.5041262Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/LogcumsumexpKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip [ok] 2022-11-23T01:18:16.5056837Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Loops.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh [ok] 2022-11-23T01:18:16.5079961Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Loss.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loss.hip [ok] 2022-11-23T01:18:16.5117917Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/LossCTC.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LossCTC.hip [ok] 2022-11-23T01:18:16.5272133Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Math.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Math.cuh [ok] 2022-11-23T01:18:16.5289375Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/MaxMinElementwiseKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MaxMinElementwiseKernel.hip [ok] 2022-11-23T01:18:16.5315360Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/MaxUnpooling.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MaxUnpooling.hip [ok] 2022-11-23T01:18:16.5339401Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/MemoryAccess.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh [ok] 2022-11-23T01:18:16.5346361Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/MiscUtils.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MiscUtils.h [ok] 2022-11-23T01:18:16.5365692Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/MultiLabelMarginCriterion.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiLabelMarginCriterion.hip [ok] 2022-11-23T01:18:16.5379424Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/MultiMarginLoss.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiMarginLoss.hip [ok] 2022-11-23T01:18:16.5397392Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/MultiTensorApply.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh [ok] 2022-11-23T01:18:16.5413541Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/MultinomialKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultinomialKernel.hip [ok] 2022-11-23T01:18:16.5442173Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/NLLLoss2d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/NLLLoss2d.hip [ok] 2022-11-23T01:18:16.5478570Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/NaiveConvolutionTranspose2d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/NaiveConvolutionTranspose2d.hip [ok] 2022-11-23T01:18:16.5523296Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/NaiveConvolutionTranspose3d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/NaiveConvolutionTranspose3d.hip [ok] 2022-11-23T01:18:16.5551652Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/NaiveDilatedConvolution.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/NaiveDilatedConvolution.hip [ok] 2022-11-23T01:18:16.5562575Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Nonzero.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip [ok] 2022-11-23T01:18:16.5608943Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Normalization.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.hip [ok] 2022-11-23T01:18:16.5659696Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Normalization.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh [ok] 2022-11-23T01:18:16.5689221Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/PersistentSoftmax.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh [ok] 2022-11-23T01:18:16.5701282Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/PointwiseOpsKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PointwiseOpsKernel.hip [ok] 2022-11-23T01:18:16.5713427Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Pow.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Pow.cuh [ok] 2022-11-23T01:18:16.5727270Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/PowKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PowKernel.hip [ok] 2022-11-23T01:18:16.5764245Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/RNN.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RNN.hip [ok] 2022-11-23T01:18:16.5784752Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ROCmLoops.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ROCmLoops.cuh [ok] 2022-11-23T01:18:16.5799099Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Randperm.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Randperm.hip [ok] 2022-11-23T01:18:16.5806743Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Randperm.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Randperm.cuh [ok] 2022-11-23T01:18:16.5824479Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/RangeFactories.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RangeFactories.hip [ok] 2022-11-23T01:18:16.5833689Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/RecordStream.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RecordStream.hip [ok] 2022-11-23T01:18:16.5841113Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Reduce.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.hip [ok] 2022-11-23T01:18:16.5886874Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Reduce.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh [ok] 2022-11-23T01:18:16.5894639Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReduceAMinMaxKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceAMinMaxKernel.hip [ok] 2022-11-23T01:18:16.5902897Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReduceArgMaxKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceArgMaxKernel.hip [ok] 2022-11-23T01:18:16.5912883Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReduceArgMinKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceArgMinKernel.hip [ok] 2022-11-23T01:18:16.5921373Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReduceLogicKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceLogicKernel.hip [ok] 2022-11-23T01:18:16.5941412Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReduceMaxValuesKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMaxValuesKernel.hip [ok] 2022-11-23T01:18:16.5948927Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReduceMinValuesKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMinValuesKernel.hip [ok] 2022-11-23T01:18:16.5958769Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReduceMomentKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMomentKernel.hip [ok] 2022-11-23T01:18:16.5970203Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReduceNormKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceNormKernel.hip [ok] 2022-11-23T01:18:16.5979191Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReduceOps.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceOps.cpp [ok] 2022-11-23T01:18:16.5985041Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReduceOps.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceOps.h [ok] 2022-11-23T01:18:16.6001639Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReduceSumProdKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceSumProdKernel.hip [ok] 2022-11-23T01:18:16.6035002Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReflectionPad.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReflectionPad.hip [ok] 2022-11-23T01:18:16.6056089Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/RenormKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RenormKernel.hip [ok] 2022-11-23T01:18:16.6068620Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Repeat.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Repeat.hip [ok] 2022-11-23T01:18:16.6102630Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReplicationPadding.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReplicationPadding.hip [ok] 2022-11-23T01:18:16.6113412Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Resize.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Resize.cpp [ok] 2022-11-23T01:18:16.6121499Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Resize.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Resize.h [ok] 2022-11-23T01:18:16.6131535Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/RreluWithNoise.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RreluWithNoise.hip [ok] 2022-11-23T01:18:16.6143270Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ScanKernels.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanKernels.cpp [ok] 2022-11-23T01:18:16.6153183Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ScanKernels.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanKernels.h [ok] 2022-11-23T01:18:16.6181869Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ScanUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh [ok] 2022-11-23T01:18:16.6213817Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ScatterGatherKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScatterGatherKernel.hip [ok] 2022-11-23T01:18:16.6247484Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SegmentReduce.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip [ok] 2022-11-23T01:18:16.6266267Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Shape.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Shape.hip [ok] 2022-11-23T01:18:16.6304087Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SoftMax.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip [ok] 2022-11-23T01:18:16.6313965Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Sort.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Sort.cpp [ok] 2022-11-23T01:18:16.6329746Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Sort.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Sort.hip [ok] 2022-11-23T01:18:16.6342450Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Sort.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Sort.h [ok] 2022-11-23T01:18:16.6349470Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SortImpl.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortImpl.hip [ok] 2022-11-23T01:18:16.6367155Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SortStable.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip [ok] 2022-11-23T01:18:16.6379300Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SortStable.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.h [ok] 2022-11-23T01:18:16.6392756Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SortUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortUtils.cuh [ok] 2022-11-23T01:18:16.6404741Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Sorting.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Sorting.cpp [ok] 2022-11-23T01:18:16.6419633Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Sorting.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Sorting.hip [ok] 2022-11-23T01:18:16.6424760Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Sorting.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Sorting.h [ok] 2022-11-23T01:18:16.6437022Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SortingCommon.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortingCommon.cuh [ok] 2022-11-23T01:18:16.6449844Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SortingRadixSelect.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortingRadixSelect.cuh [ok] 2022-11-23T01:18:16.6460718Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SparseBinaryOpIntersectionKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SparseBinaryOpIntersectionKernel.hip [ok] 2022-11-23T01:18:16.6468358Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SparseMM.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SparseMM.hip [ok] 2022-11-23T01:18:16.6499303Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SpectralOps.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SpectralOps.cpp [ok] 2022-11-23T01:18:16.6511000Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SpectralOps.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SpectralOps.hip [ok] 2022-11-23T01:18:16.6520879Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/StepKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/StepKernel.hip [ok] 2022-11-23T01:18:16.6545633Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SummaryOps.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SummaryOps.hip [ok] 2022-11-23T01:18:16.6553533Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorCompare.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorCompare.cpp [ok] 2022-11-23T01:18:16.6563449Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorCompare.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorCompare.hip [ok] 2022-11-23T01:18:16.6586096Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorFactories.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorFactories.hip [ok] 2022-11-23T01:18:16.6596805Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorModeKernel.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorModeKernel.cpp [ok] 2022-11-23T01:18:16.6612956Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorModeKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorModeKernel.hip [ok] 2022-11-23T01:18:16.6628957Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorModeKernel.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorModeKernel.cuh [ok] 2022-11-23T01:18:16.6634847Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorModeKernel.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorModeKernel.h [ok] 2022-11-23T01:18:16.6652086Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorShapeCUDA.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorShapeHIP.cpp [ok] 2022-11-23T01:18:16.6660238Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorTopK.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorTopK.cpp [ok] 2022-11-23T01:18:16.6699526Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorTopK.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorTopK.hip [ok] 2022-11-23T01:18:16.6705344Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorTopK.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorTopK.h [ok] 2022-11-23T01:18:16.6719247Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorTransformations.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorTransformations.hip [ok] 2022-11-23T01:18:16.6730869Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TriangularOps.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TriangularOps.hip [ok] 2022-11-23T01:18:16.6738435Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryComplexKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryComplexKernels.hip [ok] 2022-11-23T01:18:16.6750931Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryFractionKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryFractionKernels.hip [ok] 2022-11-23T01:18:16.6762852Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGammaKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGammaKernels.hip [ok] 2022-11-23T01:18:16.6769659Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricAcosKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAcosKernel.hip [ok] 2022-11-23T01:18:16.6775971Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricAcoshKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAcoshKernel.hip [ok] 2022-11-23T01:18:16.6788555Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricAsinKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAsinKernel.hip [ok] 2022-11-23T01:18:16.6800081Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricAsinhKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAsinhKernel.hip [ok] 2022-11-23T01:18:16.6806055Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricAtanKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAtanKernel.hip [ok] 2022-11-23T01:18:16.6816682Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricAtanhKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAtanhKernel.hip [ok] 2022-11-23T01:18:16.6822773Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricCosKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricCosKernel.hip [ok] 2022-11-23T01:18:16.6829643Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricCoshKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricCoshKernel.hip [ok] 2022-11-23T01:18:16.6836198Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricSinKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricSinKernel.hip [ok] 2022-11-23T01:18:16.6843388Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricSinhKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricSinhKernel.hip [ok] 2022-11-23T01:18:16.6850105Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricTanKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricTanKernel.hip [ok] 2022-11-23T01:18:16.6857387Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricTanhKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricTanhKernel.hip [ok] 2022-11-23T01:18:16.6866998Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryLogKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryLogKernels.hip [ok] 2022-11-23T01:18:16.6881848Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryOpsKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryOpsKernel.hip [ok] 2022-11-23T01:18:16.6892212Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnarySignKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnarySignKernels.hip [ok] 2022-11-23T01:18:16.6913731Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnarySpecialOpsKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnarySpecialOpsKernel.hip [ok] 2022-11-23T01:18:16.6925607Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnfoldBackwardKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnfoldBackwardKernel.hip [ok] 2022-11-23T01:18:16.6942345Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Unique.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Unique.hip [ok] 2022-11-23T01:18:16.6958910Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UniqueCub.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip [ok] 2022-11-23T01:18:16.6965323Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UniqueCub.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.cuh [ok] 2022-11-23T01:18:16.6980176Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UpSample.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh [ok] 2022-11-23T01:18:16.6997655Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UpSampleBicubic2d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleBicubic2d.hip [ok] 2022-11-23T01:18:16.7035439Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UpSampleBilinear2d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleBilinear2d.hip [ok] 2022-11-23T01:18:16.7050807Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UpSampleLinear1d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleLinear1d.hip [ok] 2022-11-23T01:18:16.7066278Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UpSampleNearest1d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest1d.hip [ok] 2022-11-23T01:18:16.7094692Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UpSampleNearest2d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest2d.hip [ok] 2022-11-23T01:18:16.7113823Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UpSampleNearest3d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest3d.hip [ok] 2022-11-23T01:18:16.7133860Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UpSampleTrilinear3d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleTrilinear3d.hip [ok] 2022-11-23T01:18:16.7147399Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ValidateCompressedIndicesKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ValidateCompressedIndicesKernel.hip [ok] 2022-11-23T01:18:16.7167980Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/WeightNorm.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/WeightNorm.hip [ok] 2022-11-23T01:18:16.7177727Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ZetaKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ZetaKernel.hip [ok] 2022-11-23T01:18:16.7186753Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/airy_ai.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/airy_ai.hip [ok] 2022-11-23T01:18:16.7193599Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/bessel_j0.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_j0.hip [ok] 2022-11-23T01:18:16.7201115Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/bessel_j1.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_j1.hip [ok] 2022-11-23T01:18:16.7215452Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/bessel_y0.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_y0.hip [ok] 2022-11-23T01:18:16.7225448Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/bessel_y1.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_y1.hip [ok] 2022-11-23T01:18:16.7235471Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/block_reduce.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/block_reduce.cuh [ok] 2022-11-23T01:18:16.7245775Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/chebyshev_polynomial_t.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_t.hip [ok] 2022-11-23T01:18:16.7253030Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/chebyshev_polynomial_u.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_u.hip [ok] 2022-11-23T01:18:16.7264148Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/chebyshev_polynomial_v.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_v.hip [ok] 2022-11-23T01:18:16.7274155Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/chebyshev_polynomial_w.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_w.hip [ok] 2022-11-23T01:18:16.7284783Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/fused_adam_amsgrad_impl.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_amsgrad_impl.hip [ok] 2022-11-23T01:18:16.7290259Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_amsgrad_impl.cuh [ok] 2022-11-23T01:18:16.7300280Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/fused_adam_impl.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_impl.hip [ok] 2022-11-23T01:18:16.7306250Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/fused_adam_impl.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_impl.cuh [ok] 2022-11-23T01:18:16.7320738Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/fused_adam_utils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_utils.cuh [ok] 2022-11-23T01:18:16.7352026Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/group_norm_kernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/group_norm_kernel.hip [ok] 2022-11-23T01:18:16.7359103Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/hermite_polynomial_h.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/hermite_polynomial_h.hip [ok] 2022-11-23T01:18:16.7378862Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/hermite_polynomial_he.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/hermite_polynomial_he.hip [ok] 2022-11-23T01:18:16.7395892Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/im2col.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/im2col.cuh [ok] 2022-11-23T01:18:16.7465614Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/jit_utils.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/jit_utils.cpp [ok] 2022-11-23T01:18:16.7477115Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/jit_utils.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/jit_utils.h [ok] 2022-11-23T01:18:16.7483651Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/laguerre_polynomial_l.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/laguerre_polynomial_l.hip [ok] 2022-11-23T01:18:16.7526514Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/layer_norm_kernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/layer_norm_kernel.hip [ok] 2022-11-23T01:18:16.7532696Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/legendre_polynomial_p.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/legendre_polynomial_p.hip [ok] 2022-11-23T01:18:16.7539992Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/modified_bessel_i0.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_i0.hip [ok] 2022-11-23T01:18:16.7547768Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/modified_bessel_i1.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_i1.hip [ok] 2022-11-23T01:18:16.7556424Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/modified_bessel_k0.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_k0.hip [ok] 2022-11-23T01:18:16.7563189Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/modified_bessel_k1.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_k1.hip [ok] 2022-11-23T01:18:16.7592577Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/reduction_template.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/reduction_template.cuh [ok] 2022-11-23T01:18:16.7616513Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/scaled_modified_bessel_k0.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/scaled_modified_bessel_k0.hip [ok] 2022-11-23T01:18:16.7626766Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/scaled_modified_bessel_k1.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/scaled_modified_bessel_k1.hip [ok] 2022-11-23T01:18:16.7635518Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_t.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_t.hip [ok] 2022-11-23T01:18:16.7641792Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_u.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_u.hip [ok] 2022-11-23T01:18:16.7648861Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_v.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_v.hip [ok] 2022-11-23T01:18:16.7657293Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_w.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_w.hip [ok] 2022-11-23T01:18:16.7664471Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/spherical_bessel_j0.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/spherical_bessel_j0.hip [ok] 2022-11-23T01:18:16.7671602Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/thread_constants.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/thread_constants.h [ok] 2022-11-23T01:18:16.7691666Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/vol2col.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/vol2col.cuh [ok] 2022-11-23T01:18:16.7797508Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/linalg/BatchLinearAlgebra.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/BatchLinearAlgebra.cpp [ok] 2022-11-23T01:18:16.7871850Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/linalg/BatchLinearAlgebraLib.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/BatchLinearAlgebraLib.cpp [ok] 2022-11-23T01:18:16.7881338Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/linalg/BatchLinearAlgebraLib.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/BatchLinearAlgebraLib.h [ok] 2022-11-23T01:18:16.7936786Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/linalg/CUDASolver.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/HIPSolver.cpp [ok] 2022-11-23T01:18:16.7975470Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/linalg/CUDASolver.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/HIPSolver.h [ok] 2022-11-23T01:18:16.7983040Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/linalg/CusolverDnHandlePool.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/CusolverDnHandlePool.cpp [ok] 2022-11-23T01:18:16.7991413Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/linalg/MagmaUtils.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/MagmaUtils.h [ok] 2022-11-23T01:18:16.8002030Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/AffineGridGenerator.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/AffineGridGenerator.cpp [ok] 2022-11-23T01:18:16.8019921Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/BatchNorm.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/BatchNorm.cpp [ok] 2022-11-23T01:18:16.8045275Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/ConvPlaceholders.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/ConvPlaceholders.cpp [ok] 2022-11-23T01:18:16.8109050Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/ConvShared.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/ConvShared.cpp [ok] 2022-11-23T01:18:16.8132085Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/ConvShared.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/ConvShared.h [ok] 2022-11-23T01:18:16.8185731Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/Conv_v7.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/Conv_v7.cpp [ok] 2022-11-23T01:18:16.8226286Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/Conv_v8.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/Conv_v8.cpp [ok] 2022-11-23T01:18:16.8238715Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/GridSampler.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/GridSampler.cpp [ok] 2022-11-23T01:18:16.8250810Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/LossCTC.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/LossCTC.cpp [ok] 2022-11-23T01:18:16.8257701Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/Macros.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/Macros.h [ok] 2022-11-23T01:18:16.8332079Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/RNN.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/RNN.cpp [ok] 2022-11-23T01:18:16.8341485Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/RNNUtils.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/RNNUtils.h [ok] 2022-11-23T01:18:16.8355536Z /var/lib/jenkins/workspace/aten/src/ATen/native/nested/cuda/NestedTensorBinaryOps.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/nested/hip/NestedTensorBinaryOps.hip [ok] 2022-11-23T01:18:16.8378046Z /var/lib/jenkins/workspace/aten/src/ATen/native/nested/cuda/NestedTensorMatmul.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/nested/hip/NestedTensorMatmul.hip [ok] 2022-11-23T01:18:16.8410173Z /var/lib/jenkins/workspace/aten/src/ATen/native/nested/cuda/NestedTensorTransformerFunctions.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/nested/hip/NestedTensorTransformerFunctions.cpp [ok] 2022-11-23T01:18:16.8431942Z /var/lib/jenkins/workspace/aten/src/ATen/native/nested/cuda/NestedTensorTransformerFunctions.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/nested/hip/NestedTensorTransformerFunctions.hip [ok] 2022-11-23T01:18:16.8440371Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cuda/Activation.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/Activation.cpp [ok] 2022-11-23T01:18:16.8448328Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cuda/Activation.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/Activation.hip [ok] 2022-11-23T01:18:16.8465190Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cuda/AffineQuantizer.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/AffineQuantizer.hip [ok] 2022-11-23T01:18:16.8495506Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cuda/EmbeddingBag.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/EmbeddingBag.hip [ok] 2022-11-23T01:18:16.8517251Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cuda/FakeQuantizeCore.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/FakeQuantizeCore.hip [ok] 2022-11-23T01:18:16.8533946Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cuda/FusedObsFakeQuant.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/FusedObsFakeQuant.hip [ok] 2022-11-23T01:18:16.8543749Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cuda/IntReprQuant.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/IntReprQuant.hip [ok] 2022-11-23T01:18:16.8552468Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cuda/MakePerTensorQuantizedTensor.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/MakePerTensorQuantizedTensor.hip [ok] 2022-11-23T01:18:16.8571749Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/BinaryOps.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/hip/BinaryOps.cpp [ok] 2022-11-23T01:18:16.8607963Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/Conv.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/hip/Conv.cpp [ok] 2022-11-23T01:18:16.8625229Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/ConvPrepack.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/hip/ConvPrepack.cpp [ok] 2022-11-23T01:18:16.8631392Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/ConvUnpackImpl.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/hip/ConvUnpackImpl.cpp [ok] 2022-11-23T01:18:16.8661905Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/Linear.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/hip/Linear.cpp [ok] 2022-11-23T01:18:16.8673039Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/LinearPrepack.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/hip/LinearPrepack.cpp [ok] 2022-11-23T01:18:16.8682010Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/LinearUnpackImpl.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/hip/LinearUnpackImpl.cpp [ok] 2022-11-23T01:18:16.8700091Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/Pooling.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/hip/Pooling.cpp [ok] 2022-11-23T01:18:16.8720503Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/utils.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/hip/utils.h [ok] 2022-11-23T01:18:16.8756991Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SoftMax.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SoftMax.hip [ok] 2022-11-23T01:18:16.8779644Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseBlas.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseBlas.cpp [ok] 2022-11-23T01:18:16.8844222Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseBlasImpl.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseBlasImpl.cpp [ok] 2022-11-23T01:18:16.8852809Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseBlasImpl.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseBlasImpl.h [ok] 2022-11-23T01:18:16.8862158Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseBlasLegacy.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseBlasLegacy.cpp [ok] 2022-11-23T01:18:16.8871053Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseBlasLegacy.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseBlasLegacy.h [ok] 2022-11-23T01:18:16.8891027Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDAApplyUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPApplyUtils.cuh [ok] 2022-11-23T01:18:16.8919078Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPBlas.cpp [ok] 2022-11-23T01:18:16.8929799Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPBlas.h [ok] 2022-11-23T01:18:16.8940404Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDATensor.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensor.cpp [ok] 2022-11-23T01:18:16.8961688Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDATensor.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensor.hip [ok] 2022-11-23T01:18:16.8997205Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDATensorMath.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip [ok] 2022-11-23T01:18:16.9004358Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDATensorMath.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.cuh [ok] 2022-11-23T01:18:16.9031211Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCsrTensorMath.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseCsrTensorMath.hip [ok] 2022-11-23T01:18:16.9060000Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseMatMul.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseMatMul.hip [ok] 2022-11-23T01:18:16.9111148Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/attention.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/attention.hip [ok] 2022-11-23T01:18:16.9130627Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/attention_backward.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/attention_backward.hip [ok] 2022-11-23T01:18:16.9147254Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/sdp_utils.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/sdp_utils.h [ok] 2022-11-23T01:18:16.9167014Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/epilogue.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/epilogue.h [ok] 2022-11-23T01:18:16.9186301Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/epilogue_predicated_tile_iterator.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/epilogue_predicated_tile_iterator.h [ok] 2022-11-23T01:18:16.9196835Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/fmha.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/fmha.h [ok] 2022-11-23T01:18:16.9215390Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/fmha_api.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/fmha_api.cpp [ok] 2022-11-23T01:18:16.9222749Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/fmha_api.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/fmha_api.h [ok] 2022-11-23T01:18:16.9260211Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/fmha_fprop_kernel_1xN.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/fmha_fprop_kernel_1xN.h [ok] 2022-11-23T01:18:16.9275855Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/fmha_fprop_kernel_dispatch.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/fmha_fprop_kernel_dispatch.hip [ok] 2022-11-23T01:18:16.9283330Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/fmha_kernel.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/fmha_kernel.h [ok] 2022-11-23T01:18:16.9293094Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/fmha_utils.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/fmha_utils.h [ok] 2022-11-23T01:18:16.9303147Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/gemm.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/gemm.h [ok] 2022-11-23T01:18:16.9321798Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/gmem_tile.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/gmem_tile.h [ok] 2022-11-23T01:18:16.9334082Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/kernel_traits.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/kernel_traits.h [ok] 2022-11-23T01:18:16.9346329Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/mask.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/mask.h [ok] 2022-11-23T01:18:16.9367468Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/mma_core_sm75.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/mma_core_sm75.h [ok] 2022-11-23T01:18:16.9378300Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/philox.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/philox.cuh [ok] 2022-11-23T01:18:16.9404715Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/softmax.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/softmax.h [ok] 2022-11-23T01:18:16.9413886Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/static_switch.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/static_switch.h [ok] 2022-11-23T01:18:16.9422956Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/summary_stats.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/summary_stats.h [ok] 2022-11-23T01:18:16.9443067Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/utils.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/utils.h [ok] 2022-11-23T01:18:16.9468352Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/attention_scaling_coefs_updater.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/attention_scaling_coefs_updater.h [ok] 2022-11-23T01:18:16.9479112Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/debug_utils.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/debug_utils.h [ok] 2022-11-23T01:18:16.9502723Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/epilogue_pipelined.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/epilogue_pipelined.h [ok] 2022-11-23T01:18:16.9515799Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/epilogue_rescale_output.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/epilogue_rescale_output.h [ok] 2022-11-23T01:18:16.9525945Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/epilogue_thread_apply_logsumexp.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/epilogue_thread_apply_logsumexp.h [ok] 2022-11-23T01:18:16.9536601Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/find_default_mma.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/find_default_mma.h [ok] 2022-11-23T01:18:16.9551184Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm_kernel_utils.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/gemm_kernel_utils.h [ok] 2022-11-23T01:18:16.9601148Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernel_backward.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernel_backward.h [ok] 2022-11-23T01:18:16.9645187Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernel_forward.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernel_forward.h [ok] 2022-11-23T01:18:16.9691595Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/mma_from_smem.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/mma_from_smem.h [ok] 2022-11-23T01:18:16.9706248Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/mma_simt_tile_iterator_residual.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/mma_simt_tile_iterator_residual.h [ok] 2022-11-23T01:18:16.9714295Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/gemm/custom_mma.h [ok] 2022-11-23T01:18:16.9725770Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma_base.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/gemm/custom_mma_base.h [ok] 2022-11-23T01:18:16.9767142Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma_multistage.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/gemm/custom_mma_multistage.h [ok] 2022-11-23T01:18:16.9783300Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma_pipelined.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/gemm/custom_mma_pipelined.h [ok] 2022-11-23T01:18:16.9815797Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators/epilogue_predicated_tile_iterator.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/iterators/epilogue_predicated_tile_iterator.h [ok] 2022-11-23T01:18:16.9821664Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators/make_residual_last.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/iterators/make_residual_last.h [ok] 2022-11-23T01:18:16.9883759Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators/predicated_tile_access_iterator_residual_last.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/iterators/predicated_tile_access_iterator_residual_last.h [ok] 2022-11-23T01:18:16.9947883Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators/predicated_tile_iterator_residual_last.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/iterators/predicated_tile_iterator_residual_last.h [ok] 2022-11-23T01:18:16.9956102Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_bf16.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_bf16.hip [ok] 2022-11-23T01:18:16.9961301Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_bf16_aligned.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_bf16_aligned.hip [ok] 2022-11-23T01:18:16.9967170Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_bf16_aligned_k128.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_bf16_aligned_k128.hip [ok] 2022-11-23T01:18:16.9976809Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_bf16_aligned_k64.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_bf16_aligned_k64.hip [ok] 2022-11-23T01:18:16.9984794Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_bf16_k128.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_bf16_k128.hip [ok] 2022-11-23T01:18:16.9989839Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_bf16_k64.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_bf16_k64.hip [ok] 2022-11-23T01:18:16.9994907Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f16.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_f16.hip [ok] 2022-11-23T01:18:17.0001501Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f16_aligned.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_f16_aligned.hip [ok] 2022-11-23T01:18:17.0007068Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f16_aligned_k128.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_f16_aligned_k128.hip [ok] 2022-11-23T01:18:17.0012288Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f16_aligned_k64.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_f16_aligned_k64.hip [ok] 2022-11-23T01:18:17.0018109Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f16_k128.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_f16_k128.hip [ok] 2022-11-23T01:18:17.0027081Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f16_k64.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_f16_k64.hip [ok] 2022-11-23T01:18:17.0033712Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f32.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_f32.hip [ok] 2022-11-23T01:18:17.0039449Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f32_aligned.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_f32_aligned.hip [ok] 2022-11-23T01:18:17.0044560Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f32_aligned_k128.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_f32_aligned_k128.hip [ok] 2022-11-23T01:18:17.0050478Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f32_aligned_k64.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_f32_aligned_k64.hip [ok] 2022-11-23T01:18:17.0056469Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f32_k128.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_f32_k128.hip [ok] 2022-11-23T01:18:17.0061956Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f32_k64.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_f32_k64.hip [ok] 2022-11-23T01:18:17.0068335Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/forward_bf16.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/forward_bf16.hip [ok] 2022-11-23T01:18:17.0078730Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/forward_bf16_aligned.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/forward_bf16_aligned.hip [ok] 2022-11-23T01:18:17.0085701Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/forward_f16.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/forward_f16.hip [ok] 2022-11-23T01:18:17.0092994Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/forward_f16_aligned.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/forward_f16_aligned.hip [ok] 2022-11-23T01:18:17.0099399Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/forward_f32.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/forward_f32.hip [ok] 2022-11-23T01:18:17.0109459Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/forward_f32_aligned.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/forward_f32_aligned.hip [ok] 2022-11-23T01:18:17.0128253Z /var/lib/jenkins/workspace/aten/src/ATen/test/Dict_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/Dict_test.cpp [ok] 2022-11-23T01:18:17.0138894Z /var/lib/jenkins/workspace/aten/src/ATen/test/Dimname_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/Dimname_test.cpp [ok] 2022-11-23T01:18:17.0150792Z /var/lib/jenkins/workspace/aten/src/ATen/test/ExclusivelyOwned_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/ExclusivelyOwned_test.cpp [ok] 2022-11-23T01:18:17.0165582Z /var/lib/jenkins/workspace/aten/src/ATen/test/MaybeOwned_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/MaybeOwned_test.cpp [ok] 2022-11-23T01:18:17.0180230Z /var/lib/jenkins/workspace/aten/src/ATen/test/NamedTensor_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/NamedTensor_test.cpp [ok] 2022-11-23T01:18:17.0191237Z /var/lib/jenkins/workspace/aten/src/ATen/test/apply_utils_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/apply_utils_test.cpp [ok] 2022-11-23T01:18:17.0206293Z /var/lib/jenkins/workspace/aten/src/ATen/test/atest.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/atest.cpp [ok] 2022-11-23T01:18:17.0228774Z /var/lib/jenkins/workspace/aten/src/ATen/test/basic.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/basic.cpp [ok] 2022-11-23T01:18:17.0242853Z /var/lib/jenkins/workspace/aten/src/ATen/test/broadcast_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/broadcast_test.cpp [ok] 2022-11-23T01:18:17.0250249Z /var/lib/jenkins/workspace/aten/src/ATen/test/cpu_caching_allocator_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/cpu_caching_allocator_test.cpp [ok] 2022-11-23T01:18:17.0266507Z /var/lib/jenkins/workspace/aten/src/ATen/test/cpu_generator_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/cpu_generator_test.cpp [ok] 2022-11-23T01:18:17.0278115Z /var/lib/jenkins/workspace/aten/src/ATen/test/cpu_profiling_allocator_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/cpu_profiling_allocator_test.cpp [ok] 2022-11-23T01:18:17.0303522Z /var/lib/jenkins/workspace/aten/src/ATen/test/cpu_rng_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/cpu_rng_test.cpp [ok] 2022-11-23T01:18:17.0311485Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_apply_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_apply_test.cpp [ok] 2022-11-23T01:18:17.0324553Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_atomic_ops_test.cu -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_atomic_ops_test.hip [ok] 2022-11-23T01:18:17.0335166Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_caching_host_allocator_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_caching_host_allocator_test.cpp [ok] 2022-11-23T01:18:17.0343063Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_complex_math_test.cu -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_complex_math_test.hip [ok] 2022-11-23T01:18:17.0350884Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_complex_test.cu -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_complex_test.hip [ok] 2022-11-23T01:18:17.0367485Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_cub_test.cu -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_cub_test.hip [ok] 2022-11-23T01:18:17.0376434Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_cudnn_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_cudnn_test.cpp [ok] 2022-11-23T01:18:17.0384364Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_device_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_device_test.cpp [ok] 2022-11-23T01:18:17.0396133Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_distributions_test.cu -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_distributions_test.hip [ok] 2022-11-23T01:18:17.0401773Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_dlconvertor_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_dlconvertor_test.cpp [ok] 2022-11-23T01:18:17.0414428Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_generator_test.cu -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_generator_test.hip [ok] 2022-11-23T01:18:17.0422662Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_half_test.cu -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_half_test.hip [ok] 2022-11-23T01:18:17.0433727Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_integer_divider_test.cu -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_integer_divider_test.hip [ok] 2022-11-23T01:18:17.0439946Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_optional_test.cu -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_optional_test.hip [ok] 2022-11-23T01:18:17.0469470Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_packedtensoraccessor_test.cu -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_packedtensoraccessor_test.hip [ok] 2022-11-23T01:18:17.0477234Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_reportMemoryUsage_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_reportMemoryUsage_test.cpp [ok] 2022-11-23T01:18:17.0489785Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_stream_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_stream_test.cpp [ok] 2022-11-23T01:18:17.0501621Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_tensor_interop_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_tensor_interop_test.cpp [ok] 2022-11-23T01:18:17.0516447Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_vectorized_test.cu -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_vectorized_test.hip [ok] 2022-11-23T01:18:17.0522089Z /var/lib/jenkins/workspace/aten/src/ATen/test/dispatch_key_set_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/dispatch_key_set_test.cpp [ok] 2022-11-23T01:18:17.0529362Z /var/lib/jenkins/workspace/aten/src/ATen/test/dlconvertor_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/dlconvertor_test.cpp [ok] 2022-11-23T01:18:17.0537092Z /var/lib/jenkins/workspace/aten/src/ATen/test/extension_backend_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/extension_backend_test.cpp [ok] 2022-11-23T01:18:17.0548697Z /var/lib/jenkins/workspace/aten/src/ATen/test/half_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/half_test.cpp [ok] 2022-11-23T01:18:17.0585607Z /var/lib/jenkins/workspace/aten/src/ATen/test/ivalue_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/ivalue_test.cpp [ok] 2022-11-23T01:18:17.0591695Z /var/lib/jenkins/workspace/aten/src/ATen/test/lazy_tensor_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/lazy_tensor_test.cpp [ok] 2022-11-23T01:18:17.0601109Z /var/lib/jenkins/workspace/aten/src/ATen/test/math_kernel_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/math_kernel_test.cpp [ok] 2022-11-23T01:18:17.0615118Z /var/lib/jenkins/workspace/aten/src/ATen/test/memory_format_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/memory_format_test.cpp [ok] 2022-11-23T01:18:17.0621656Z /var/lib/jenkins/workspace/aten/src/ATen/test/memory_overlapping_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/memory_overlapping_test.cpp [ok] 2022-11-23T01:18:17.0627939Z /var/lib/jenkins/workspace/aten/src/ATen/test/mobile_memory_cleanup.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/mobile_memory_cleanup.cpp [ok] 2022-11-23T01:18:17.0633562Z /var/lib/jenkins/workspace/aten/src/ATen/test/mps_test_print.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/mps_test_print.cpp [ok] 2022-11-23T01:18:17.0646370Z /var/lib/jenkins/workspace/aten/src/ATen/test/native_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/native_test.cpp [ok] 2022-11-23T01:18:17.0653400Z /var/lib/jenkins/workspace/aten/src/ATen/test/operator_name_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/operator_name_test.cpp [ok] 2022-11-23T01:18:17.0659928Z /var/lib/jenkins/workspace/aten/src/ATen/test/operators_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/operators_test.cpp [ok] 2022-11-23T01:18:17.0665766Z /var/lib/jenkins/workspace/aten/src/ATen/test/packedtensoraccessor_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/packedtensoraccessor_test.cpp [ok] 2022-11-23T01:18:17.0680969Z /var/lib/jenkins/workspace/aten/src/ATen/test/pow_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/pow_test.cpp [ok] 2022-11-23T01:18:17.0701961Z /var/lib/jenkins/workspace/aten/src/ATen/test/quantized_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/quantized_test.cpp [ok] 2022-11-23T01:18:17.0715030Z /var/lib/jenkins/workspace/aten/src/ATen/test/reduce_ops_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/reduce_ops_test.cpp [ok] 2022-11-23T01:18:17.0727305Z /var/lib/jenkins/workspace/aten/src/ATen/test/reportMemoryUsage.h -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/reportMemoryUsage.h [ok] 2022-11-23T01:18:17.0733379Z /var/lib/jenkins/workspace/aten/src/ATen/test/reportMemoryUsage_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/reportMemoryUsage_test.cpp [ok] 2022-11-23T01:18:17.0750606Z /var/lib/jenkins/workspace/aten/src/ATen/test/rng_test.h -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/rng_test.h [ok] 2022-11-23T01:18:17.0766224Z /var/lib/jenkins/workspace/aten/src/ATen/test/scalar_tensor_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/scalar_tensor_test.cpp [ok] 2022-11-23T01:18:17.0779602Z /var/lib/jenkins/workspace/aten/src/ATen/test/scalar_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/scalar_test.cpp [ok] 2022-11-23T01:18:17.0792036Z /var/lib/jenkins/workspace/aten/src/ATen/test/stride_properties_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/stride_properties_test.cpp [ok] 2022-11-23T01:18:17.0809859Z /var/lib/jenkins/workspace/aten/src/ATen/test/tensor_interop_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/tensor_interop_test.cpp [ok] 2022-11-23T01:18:17.0839754Z /var/lib/jenkins/workspace/aten/src/ATen/test/tensor_iterator_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/tensor_iterator_test.cpp [ok] 2022-11-23T01:18:17.0852517Z /var/lib/jenkins/workspace/aten/src/ATen/test/test_assert.h -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/test_assert.h [ok] 2022-11-23T01:18:17.0866132Z /var/lib/jenkins/workspace/aten/src/ATen/test/test_parallel.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/test_parallel.cpp [ok] 2022-11-23T01:18:17.0872735Z /var/lib/jenkins/workspace/aten/src/ATen/test/test_thread_pool_guard.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/test_thread_pool_guard.cpp [ok] 2022-11-23T01:18:17.0881811Z /var/lib/jenkins/workspace/aten/src/ATen/test/thread_init_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/thread_init_test.cpp [ok] 2022-11-23T01:18:17.0887513Z /var/lib/jenkins/workspace/aten/src/ATen/test/type_ptr_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/type_ptr_test.cpp [ok] 2022-11-23T01:18:17.0903639Z /var/lib/jenkins/workspace/aten/src/ATen/test/type_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/type_test.cpp [ok] 2022-11-23T01:18:17.0913899Z /var/lib/jenkins/workspace/aten/src/ATen/test/undefined_tensor_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/undefined_tensor_test.cpp [ok] 2022-11-23T01:18:17.0922604Z /var/lib/jenkins/workspace/aten/src/ATen/test/variant_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/variant_test.cpp [ok] 2022-11-23T01:18:17.0996559Z /var/lib/jenkins/workspace/aten/src/ATen/test/vec_test_all_types.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/vec_test_all_types.cpp [ok] 2022-11-23T01:18:17.1056705Z /var/lib/jenkins/workspace/aten/src/ATen/test/vec_test_all_types.h -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/vec_test_all_types.h [ok] 2022-11-23T01:18:17.1066073Z /var/lib/jenkins/workspace/aten/src/ATen/test/verify_api_visibility.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/verify_api_visibility.cpp [ok] 2022-11-23T01:18:17.1074457Z /var/lib/jenkins/workspace/aten/src/ATen/test/vitals.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/vitals.cpp [ok] 2022-11-23T01:18:17.1128182Z /var/lib/jenkins/workspace/aten/src/ATen/test/vmap_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/vmap_test.cpp [ok] 2022-11-23T01:18:17.1284638Z /var/lib/jenkins/workspace/aten/src/ATen/test/vulkan_api_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/vulkan_api_test.cpp [ok] 2022-11-23T01:18:17.1330749Z /var/lib/jenkins/workspace/aten/src/ATen/test/vulkan_perf_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/vulkan_perf_test.cpp [ok] 2022-11-23T01:18:17.1374574Z /var/lib/jenkins/workspace/aten/src/ATen/test/vulkan_quantized_api_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/vulkan_quantized_api_test.cpp [ok] 2022-11-23T01:18:17.1380877Z /var/lib/jenkins/workspace/aten/src/ATen/test/weakref_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/weakref_test.cpp [ok] 2022-11-23T01:18:17.1389682Z /var/lib/jenkins/workspace/aten/src/ATen/test/wrapdim_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/wrapdim_test.cpp [ok] 2022-11-23T01:18:17.1397565Z /var/lib/jenkins/workspace/aten/src/ATen/test/xla_tensor_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/xla_tensor_test.cpp [ok] 2022-11-23T01:18:17.1416466Z /var/lib/jenkins/workspace/aten/src/ATen/test/xnnpack_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/xnnpack_test.cpp [ok] 2022-11-23T01:18:17.1423039Z /var/lib/jenkins/workspace/aten/src/ATen/test/test_install/main.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/test_install/hip/main.cpp [ok] 2022-11-23T01:18:17.1428350Z /var/lib/jenkins/workspace/aten/src/THC/CMakeLists.txt -> /var/lib/jenkins/workspace/aten/src/THH/CMakeLists.txt [ok] 2022-11-23T01:18:17.1433236Z /var/lib/jenkins/workspace/aten/src/THC/THCAtomics.cuh -> /var/lib/jenkins/workspace/aten/src/THH/THHAtomics.cuh [ok] 2022-11-23T01:18:17.1440856Z /var/lib/jenkins/workspace/aten/src/THC/THCDeviceUtils.cuh -> /var/lib/jenkins/workspace/aten/src/THH/THHDeviceUtils.cuh [ok] 2022-11-23T01:18:17.1451269Z /var/lib/jenkins/workspace/binaries/core_overhead_benchmark_gpu.cc -> /var/lib/jenkins/workspace/binaries/hip/core_overhead_benchmark_gpu.cc [ok] 2022-11-23T01:18:17.1457302Z /var/lib/jenkins/workspace/binaries/inspect_gpu.cc -> /var/lib/jenkins/workspace/binaries/hip/inspect_gpu.cc [ok] 2022-11-23T01:18:17.1464821Z /var/lib/jenkins/workspace/binaries/print_core_object_sizes_gpu.cc -> /var/lib/jenkins/workspace/binaries/hip/print_core_object_sizes_gpu.cc [ok] 2022-11-23T01:18:17.1472823Z /var/lib/jenkins/workspace/c10/cuda/CUDAAlgorithm.h -> /var/lib/jenkins/workspace/c10/hip/HIPAlgorithm.h [ok] 2022-11-23T01:18:17.1511332Z /var/lib/jenkins/workspace/c10/cuda/CUDACachingAllocator.cpp -> /var/lib/jenkins/workspace/c10/hip/HIPCachingAllocator.cpp [ok] 2022-11-23T01:18:17.1525432Z /var/lib/jenkins/workspace/c10/cuda/CUDACachingAllocator.h -> /var/lib/jenkins/workspace/c10/hip/HIPCachingAllocator.h [ok] 2022-11-23T01:18:17.1534201Z /var/lib/jenkins/workspace/c10/cuda/CUDAException.cpp -> /var/lib/jenkins/workspace/c10/hip/HIPException.cpp [ok] 2022-11-23T01:18:17.1540724Z /var/lib/jenkins/workspace/c10/cuda/CUDAException.h -> /var/lib/jenkins/workspace/c10/hip/HIPException.h [ok] 2022-11-23T01:18:17.1549853Z /var/lib/jenkins/workspace/c10/cuda/CUDAFunctions.cpp -> /var/lib/jenkins/workspace/c10/hip/HIPFunctions.cpp [ok] 2022-11-23T01:18:17.1560032Z /var/lib/jenkins/workspace/c10/cuda/CUDAFunctions.h -> /var/lib/jenkins/workspace/c10/hip/HIPFunctions.h [ok] 2022-11-23T01:18:17.1567423Z /var/lib/jenkins/workspace/c10/cuda/CUDAGraphsC10Utils.h -> /var/lib/jenkins/workspace/c10/hip/HIPGraphsC10Utils.h [ok] 2022-11-23T01:18:17.1585222Z /var/lib/jenkins/workspace/c10/cuda/CUDAGuard.h -> /var/lib/jenkins/workspace/c10/hip/HIPGuard.h [ok] 2022-11-23T01:18:17.1592063Z /var/lib/jenkins/workspace/c10/cuda/CUDAMacros.h -> /var/lib/jenkins/workspace/c10/hip/HIPMacros.h [ok] 2022-11-23T01:18:17.1635315Z /var/lib/jenkins/workspace/c10/cuda/CUDAMallocAsyncAllocator.cpp -> /var/lib/jenkins/workspace/c10/hip/HIPMallocAsyncAllocator.cpp [ok] 2022-11-23T01:18:17.1642118Z /var/lib/jenkins/workspace/c10/cuda/CUDAMathCompat.h -> /var/lib/jenkins/workspace/c10/hip/HIPMathCompat.h [ok] 2022-11-23T01:18:17.1647465Z /var/lib/jenkins/workspace/c10/cuda/CUDAMiscFunctions.cpp -> /var/lib/jenkins/workspace/c10/hip/HIPMiscFunctions.cpp [ok] 2022-11-23T01:18:17.1654136Z /var/lib/jenkins/workspace/c10/cuda/CUDAMiscFunctions.h -> /var/lib/jenkins/workspace/c10/hip/HIPMiscFunctions.h [ok] 2022-11-23T01:18:17.1670168Z /var/lib/jenkins/workspace/c10/cuda/CUDAStream.cpp -> /var/lib/jenkins/workspace/c10/hip/HIPStream.cpp [ok] 2022-11-23T01:18:17.1678747Z /var/lib/jenkins/workspace/c10/cuda/CUDAStream.h -> /var/lib/jenkins/workspace/c10/hip/HIPStream.h [ok] 2022-11-23T01:18:17.1685593Z /var/lib/jenkins/workspace/c10/cuda/impl/CUDAGuardImpl.cpp -> /var/lib/jenkins/workspace/c10/hip/impl/HIPGuardImpl.cpp [ok] 2022-11-23T01:18:17.1696129Z /var/lib/jenkins/workspace/c10/cuda/impl/CUDAGuardImpl.h -> /var/lib/jenkins/workspace/c10/hip/impl/HIPGuardImpl.h [ok] 2022-11-23T01:18:17.1703371Z /var/lib/jenkins/workspace/c10/cuda/impl/CUDATest.cpp -> /var/lib/jenkins/workspace/c10/hip/impl/HIPTest.cpp [ok] 2022-11-23T01:18:17.1711359Z /var/lib/jenkins/workspace/c10/cuda/impl/CUDATest.h -> /var/lib/jenkins/workspace/c10/hip/impl/HIPTest.h [ok] 2022-11-23T01:18:17.1716177Z /var/lib/jenkins/workspace/c10/cuda/impl/cuda_cmake_macros.h.in -> /var/lib/jenkins/workspace/c10/hip/impl/hip_cmake_macros.h.in [ok] 2022-11-23T01:18:17.1721586Z /var/lib/jenkins/workspace/c10/cuda/test/CMakeLists.txt -> /var/lib/jenkins/workspace/c10/hip/test/CMakeLists.txt [ok] 2022-11-23T01:18:17.1727107Z /var/lib/jenkins/workspace/c10/cuda/test/impl/CUDATest.cpp -> /var/lib/jenkins/workspace/c10/hip/test/impl/HIPTest.cpp [ok] 2022-11-23T01:18:17.1736832Z /var/lib/jenkins/workspace/caffe2/contrib/aten/aten_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/contrib/aten/hip/aten_op_gpu.cc [ok] 2022-11-23T01:18:17.1752543Z /var/lib/jenkins/workspace/caffe2/contrib/gloo/allreduce_ops_gpu.cc -> /var/lib/jenkins/workspace/caffe2/contrib/gloo/hip/allreduce_ops_gpu.cc [ok] 2022-11-23T01:18:17.1760721Z /var/lib/jenkins/workspace/caffe2/contrib/gloo/broadcast_ops_gpu.cc -> /var/lib/jenkins/workspace/caffe2/contrib/gloo/hip/broadcast_ops_gpu.cc [ok] 2022-11-23T01:18:17.1767420Z /var/lib/jenkins/workspace/caffe2/contrib/gloo/common_world_ops_gpu.cc -> /var/lib/jenkins/workspace/caffe2/contrib/gloo/hip/common_world_ops_gpu.cc [ok] 2022-11-23T01:18:17.1783174Z /var/lib/jenkins/workspace/caffe2/contrib/nccl/cuda_nccl_gpu.cc -> /var/lib/jenkins/workspace/caffe2/contrib/nccl/hip/hip_nccl_gpu.cc [ok] 2022-11-23T01:18:17.1793662Z /var/lib/jenkins/workspace/caffe2/contrib/nccl/cuda_nccl_gpu.h -> /var/lib/jenkins/workspace/caffe2/contrib/nccl/hip/hip_nccl_gpu.h [ok] 2022-11-23T01:18:17.1803240Z /var/lib/jenkins/workspace/caffe2/contrib/nccl/cuda_nccl_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/contrib/nccl/hip/hip_nccl_op_gpu.cc [ok] 2022-11-23T01:18:17.1822791Z /var/lib/jenkins/workspace/caffe2/core/blob_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/core/hip/blob_gpu_test.cc [ok] 2022-11-23T01:18:17.1829800Z /var/lib/jenkins/workspace/caffe2/core/blob_serialization_gpu.cc -> /var/lib/jenkins/workspace/caffe2/core/hip/blob_serialization_gpu.cc [ok] 2022-11-23T01:18:17.1848543Z /var/lib/jenkins/workspace/caffe2/core/common_gpu.cc -> /var/lib/jenkins/workspace/caffe2/core/hip/common_gpu.cc [ok] 2022-11-23T01:18:17.1865991Z /var/lib/jenkins/workspace/caffe2/core/common_gpu.h -> /var/lib/jenkins/workspace/caffe2/core/hip/common_gpu.h [ok] 2022-11-23T01:18:17.1898071Z /var/lib/jenkins/workspace/caffe2/core/context_gpu.cu -> /var/lib/jenkins/workspace/caffe2/core/hip/context_gpu.hip [ok] 2022-11-23T01:18:17.1919992Z /var/lib/jenkins/workspace/caffe2/core/context_gpu.h -> /var/lib/jenkins/workspace/caffe2/core/hip/context_gpu.h [ok] 2022-11-23T01:18:17.1933889Z /var/lib/jenkins/workspace/caffe2/core/context_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/core/hip/context_gpu_test.cc [ok] 2022-11-23T01:18:17.1947758Z /var/lib/jenkins/workspace/caffe2/core/event_gpu.cc -> /var/lib/jenkins/workspace/caffe2/core/hip/event_gpu.cc [ok] 2022-11-23T01:18:17.1955862Z /var/lib/jenkins/workspace/caffe2/core/event_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/core/hip/event_gpu_test.cc [ok] 2022-11-23T01:18:17.1965876Z /var/lib/jenkins/workspace/caffe2/core/net_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/core/hip/net_gpu_test.cc [ok] 2022-11-23T01:18:17.1976005Z /var/lib/jenkins/workspace/caffe2/core/operator_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/core/hip/operator_gpu_test.cc [ok] 2022-11-23T01:18:17.1982997Z /var/lib/jenkins/workspace/caffe2/db/create_db_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/db/hip/create_db_op_gpu.cc [ok] 2022-11-23T01:18:17.1995828Z /var/lib/jenkins/workspace/caffe2/distributed/file_store_handler_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/distributed/hip/file_store_handler_op_gpu.cc [ok] 2022-11-23T01:18:17.2005833Z /var/lib/jenkins/workspace/caffe2/distributed/redis_store_handler_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/distributed/hip/redis_store_handler_op_gpu.cc [ok] 2022-11-23T01:18:17.2016582Z /var/lib/jenkins/workspace/caffe2/image/image_input_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/image/hip/image_input_op_gpu.cc [ok] 2022-11-23T01:18:17.2028172Z /var/lib/jenkins/workspace/caffe2/image/transform_gpu.cu -> /var/lib/jenkins/workspace/caffe2/image/hip/transform_gpu.hip [ok] 2022-11-23T01:18:17.2038380Z /var/lib/jenkins/workspace/caffe2/image/transform_gpu.h -> /var/lib/jenkins/workspace/caffe2/image/hip/transform_gpu.h [ok] 2022-11-23T01:18:17.2052495Z /var/lib/jenkins/workspace/caffe2/mpi/mpi_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/mpi/hip/mpi_gpu_test.cc [ok] 2022-11-23T01:18:17.2070445Z /var/lib/jenkins/workspace/caffe2/operators/abs_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/abs_op.hip [ok] 2022-11-23T01:18:17.2075691Z /var/lib/jenkins/workspace/caffe2/operators/accumulate_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/accumulate_op.hip [ok] 2022-11-23T01:18:17.2084287Z /var/lib/jenkins/workspace/caffe2/operators/accuracy_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/accuracy_op.hip [ok] 2022-11-23T01:18:17.2109085Z /var/lib/jenkins/workspace/caffe2/operators/acos_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/acos_op.hip [ok] 2022-11-23T01:18:17.2116982Z /var/lib/jenkins/workspace/caffe2/operators/affine_channel_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/affine_channel_op.hip [ok] 2022-11-23T01:18:17.2123219Z /var/lib/jenkins/workspace/caffe2/operators/alias_with_name.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/alias_with_name.hip [ok] 2022-11-23T01:18:17.2131106Z /var/lib/jenkins/workspace/caffe2/operators/arg_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/arg_ops.hip [ok] 2022-11-23T01:18:17.2141014Z /var/lib/jenkins/workspace/caffe2/operators/asin_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/asin_op.hip [ok] 2022-11-23T01:18:17.2146732Z /var/lib/jenkins/workspace/caffe2/operators/assert_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/assert_op.hip [ok] 2022-11-23T01:18:17.2152053Z /var/lib/jenkins/workspace/caffe2/operators/async_net_barrier_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/async_net_barrier_op.hip [ok] 2022-11-23T01:18:17.2164661Z /var/lib/jenkins/workspace/caffe2/operators/atan_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/atan_op.hip [ok] 2022-11-23T01:18:17.2174727Z /var/lib/jenkins/workspace/caffe2/operators/batch_gather_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/batch_gather_ops.hip [ok] 2022-11-23T01:18:17.2182017Z /var/lib/jenkins/workspace/caffe2/operators/batch_matmul_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/batch_matmul_op.hip [ok] 2022-11-23T01:18:17.2192217Z /var/lib/jenkins/workspace/caffe2/operators/batch_matmul_op_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/batch_matmul_op_gpu_test.cc [ok] 2022-11-23T01:18:17.2200383Z /var/lib/jenkins/workspace/caffe2/operators/batch_moments_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/batch_moments_op.hip [ok] 2022-11-23T01:18:17.2207968Z /var/lib/jenkins/workspace/caffe2/operators/batch_permutation_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/batch_permutation_op.hip [ok] 2022-11-23T01:18:17.2222837Z /var/lib/jenkins/workspace/caffe2/operators/batch_permutation_op_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/batch_permutation_op_gpu_test.cc [ok] 2022-11-23T01:18:17.2233437Z /var/lib/jenkins/workspace/caffe2/operators/batch_sparse_to_dense_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/batch_sparse_to_dense_op.hip [ok] 2022-11-23T01:18:17.2262122Z /var/lib/jenkins/workspace/caffe2/operators/boolean_mask_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/boolean_mask_ops.hip [ok] 2022-11-23T01:18:17.2272315Z /var/lib/jenkins/workspace/caffe2/operators/boolean_unmask_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/boolean_unmask_ops.hip [ok] 2022-11-23T01:18:17.2280894Z /var/lib/jenkins/workspace/caffe2/operators/bucketize_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/bucketize_op.hip [ok] 2022-11-23T01:18:17.2294261Z /var/lib/jenkins/workspace/caffe2/operators/cast_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/cast_op.hip [ok] 2022-11-23T01:18:17.2307380Z /var/lib/jenkins/workspace/caffe2/operators/cbrt_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/cbrt_op.hip [ok] 2022-11-23T01:18:17.2318453Z /var/lib/jenkins/workspace/caffe2/operators/ceil_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/ceil_op.hip [ok] 2022-11-23T01:18:17.2330712Z /var/lib/jenkins/workspace/caffe2/operators/channel_backprop_stats_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/channel_backprop_stats_op.hip [ok] 2022-11-23T01:18:17.2345738Z /var/lib/jenkins/workspace/caffe2/operators/channel_shuffle_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/channel_shuffle_op.hip [ok] 2022-11-23T01:18:17.2356422Z /var/lib/jenkins/workspace/caffe2/operators/channel_stats_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/channel_stats_op.hip [ok] 2022-11-23T01:18:17.2369646Z /var/lib/jenkins/workspace/caffe2/operators/clip_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/clip_op.hip [ok] 2022-11-23T01:18:17.2378432Z /var/lib/jenkins/workspace/caffe2/operators/communicator_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/communicator_op_gpu.cc [ok] 2022-11-23T01:18:17.2384391Z /var/lib/jenkins/workspace/caffe2/operators/concat_split_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/concat_split_op_gpu.cc [ok] 2022-11-23T01:18:17.2394661Z /var/lib/jenkins/workspace/caffe2/operators/conv_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/conv_op_gpu.cc [ok] 2022-11-23T01:18:17.2401388Z /var/lib/jenkins/workspace/caffe2/operators/conv_op_shared_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/conv_op_shared_gpu.cc [ok] 2022-11-23T01:18:17.2414293Z /var/lib/jenkins/workspace/caffe2/operators/conv_transpose_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/conv_transpose_op_gpu.cc [ok] 2022-11-23T01:18:17.2423054Z /var/lib/jenkins/workspace/caffe2/operators/copy_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/copy_op.hip [ok] 2022-11-23T01:18:17.2444407Z /var/lib/jenkins/workspace/caffe2/operators/cos_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/cos_op.hip [ok] 2022-11-23T01:18:17.2454835Z /var/lib/jenkins/workspace/caffe2/operators/cosh_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/cosh_op.hip [ok] 2022-11-23T01:18:17.2468587Z /var/lib/jenkins/workspace/caffe2/operators/cosine_embedding_criterion_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/cosine_embedding_criterion_op.hip [ok] 2022-11-23T01:18:17.2477422Z /var/lib/jenkins/workspace/caffe2/operators/counter_ops_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/counter_ops_gpu.cc [ok] 2022-11-23T01:18:17.2495536Z /var/lib/jenkins/workspace/caffe2/operators/cross_entropy_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/cross_entropy_op.hip [ok] 2022-11-23T01:18:17.2515778Z /var/lib/jenkins/workspace/caffe2/operators/cube_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/cube_op.hip [ok] 2022-11-23T01:18:17.2525205Z /var/lib/jenkins/workspace/caffe2/operators/data_couple_gpu.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/data_couple_gpu.hip [ok] 2022-11-23T01:18:17.2561022Z /var/lib/jenkins/workspace/caffe2/operators/deform_conv_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/deform_conv_op.hip [ok] 2022-11-23T01:18:17.2574243Z /var/lib/jenkins/workspace/caffe2/operators/distance_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/distance_op.hip [ok] 2022-11-23T01:18:17.2581065Z /var/lib/jenkins/workspace/caffe2/operators/do_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/do_op_gpu.cc [ok] 2022-11-23T01:18:17.2588828Z /var/lib/jenkins/workspace/caffe2/operators/dropout_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/dropout_op.hip [ok] 2022-11-23T01:18:17.2601693Z /var/lib/jenkins/workspace/caffe2/operators/elementwise_add_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/elementwise_add_op_gpu.cc [ok] 2022-11-23T01:18:17.2616884Z /var/lib/jenkins/workspace/caffe2/operators/elementwise_div_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/elementwise_div_op.hip [ok] 2022-11-23T01:18:17.2624434Z /var/lib/jenkins/workspace/caffe2/operators/elementwise_linear_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/elementwise_linear_op.hip [ok] 2022-11-23T01:18:17.2634510Z /var/lib/jenkins/workspace/caffe2/operators/elementwise_mul_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/elementwise_mul_op.hip [ok] 2022-11-23T01:18:17.2643160Z /var/lib/jenkins/workspace/caffe2/operators/elementwise_op_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/elementwise_op_gpu_test.cc [ok] 2022-11-23T01:18:17.2654882Z /var/lib/jenkins/workspace/caffe2/operators/elementwise_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/elementwise_ops.hip [ok] 2022-11-23T01:18:17.2662637Z /var/lib/jenkins/workspace/caffe2/operators/elementwise_sub_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/elementwise_sub_op_gpu.cc [ok] 2022-11-23T01:18:17.2670239Z /var/lib/jenkins/workspace/caffe2/operators/elu_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/elu_op.hip [ok] 2022-11-23T01:18:17.2685932Z /var/lib/jenkins/workspace/caffe2/operators/enforce_finite_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/enforce_finite_op.hip [ok] 2022-11-23T01:18:17.2710759Z /var/lib/jenkins/workspace/caffe2/operators/ensure_cpu_output_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/ensure_cpu_output_op.hip [ok] 2022-11-23T01:18:17.2718378Z /var/lib/jenkins/workspace/caffe2/operators/erf_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/erf_op.hip [ok] 2022-11-23T01:18:17.2734108Z /var/lib/jenkins/workspace/caffe2/operators/exp_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/exp_op_gpu.cc [ok] 2022-11-23T01:18:17.2741482Z /var/lib/jenkins/workspace/caffe2/operators/expand_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/expand_op_gpu.cc [ok] 2022-11-23T01:18:17.2749771Z /var/lib/jenkins/workspace/caffe2/operators/expand_squeeze_dims_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/expand_squeeze_dims_op_gpu.cc [ok] 2022-11-23T01:18:17.2765842Z /var/lib/jenkins/workspace/caffe2/operators/filler_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/filler_op.hip [ok] 2022-11-23T01:18:17.2780351Z /var/lib/jenkins/workspace/caffe2/operators/find_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/find_op.hip [ok] 2022-11-23T01:18:17.2788371Z /var/lib/jenkins/workspace/caffe2/operators/floor_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/floor_op.hip [ok] 2022-11-23T01:18:17.2796668Z /var/lib/jenkins/workspace/caffe2/operators/free_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/free_op_gpu.cc [ok] 2022-11-23T01:18:17.2809792Z /var/lib/jenkins/workspace/caffe2/operators/fully_connected_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/fully_connected_op_gpu.cc [ok] 2022-11-23T01:18:17.2819978Z /var/lib/jenkins/workspace/caffe2/operators/gather_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/gather_op.hip [ok] 2022-11-23T01:18:17.2828717Z /var/lib/jenkins/workspace/caffe2/operators/gather_op.cuh -> /var/lib/jenkins/workspace/caffe2/operators/hip/gather_op.cuh [ok] 2022-11-23T01:18:17.2850997Z /var/lib/jenkins/workspace/caffe2/operators/gelu_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/gelu_op.hip [ok] 2022-11-23T01:18:17.2879322Z /var/lib/jenkins/workspace/caffe2/operators/generate_proposals_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/generate_proposals_op.hip [ok] 2022-11-23T01:18:17.2911972Z /var/lib/jenkins/workspace/caffe2/operators/generate_proposals_op_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/generate_proposals_op_gpu_test.cc [ok] 2022-11-23T01:18:17.2930897Z /var/lib/jenkins/workspace/caffe2/operators/generate_proposals_op_util_nms_gpu.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/generate_proposals_op_util_nms_gpu.hip [ok] 2022-11-23T01:18:17.2941030Z /var/lib/jenkins/workspace/caffe2/operators/generate_proposals_op_util_nms_gpu.h -> /var/lib/jenkins/workspace/caffe2/operators/hip/generate_proposals_op_util_nms_gpu.h [ok] 2022-11-23T01:18:17.2969078Z /var/lib/jenkins/workspace/caffe2/operators/generate_proposals_op_util_nms_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/generate_proposals_op_util_nms_gpu_test.cc [ok] 2022-11-23T01:18:17.2975868Z /var/lib/jenkins/workspace/caffe2/operators/given_tensor_byte_string_to_uint8_fill_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/given_tensor_byte_string_to_uint8_fill_op.hip [ok] 2022-11-23T01:18:17.2984806Z /var/lib/jenkins/workspace/caffe2/operators/given_tensor_fill_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/given_tensor_fill_op.hip [ok] 2022-11-23T01:18:17.2995101Z /var/lib/jenkins/workspace/caffe2/operators/glu_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/glu_op.hip [ok] 2022-11-23T01:18:17.3033551Z /var/lib/jenkins/workspace/caffe2/operators/group_norm_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/group_norm_op.hip [ok] 2022-11-23T01:18:17.3043692Z /var/lib/jenkins/workspace/caffe2/operators/gru_unit_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/gru_unit_op_gpu.hip [ok] 2022-11-23T01:18:17.3057739Z /var/lib/jenkins/workspace/caffe2/operators/half_float_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/half_float_ops.hip [ok] 2022-11-23T01:18:17.3068846Z /var/lib/jenkins/workspace/caffe2/operators/hard_sigmoid_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/hard_sigmoid_op.hip [ok] 2022-11-23T01:18:17.3075799Z /var/lib/jenkins/workspace/caffe2/operators/if_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/if_op_gpu.cc [ok] 2022-11-23T01:18:17.3082217Z /var/lib/jenkins/workspace/caffe2/operators/im2col_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/im2col_op_gpu.cc [ok] 2022-11-23T01:18:17.3099901Z /var/lib/jenkins/workspace/caffe2/operators/instance_norm_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/instance_norm_op.hip [ok] 2022-11-23T01:18:17.3110033Z /var/lib/jenkins/workspace/caffe2/operators/integral_image_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/integral_image_op.hip [ok] 2022-11-23T01:18:17.3131323Z /var/lib/jenkins/workspace/caffe2/operators/layer_norm_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/layer_norm_op.hip [ok] 2022-11-23T01:18:17.3140800Z /var/lib/jenkins/workspace/caffe2/operators/leaky_relu_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/leaky_relu_op.hip [ok] 2022-11-23T01:18:17.3146715Z /var/lib/jenkins/workspace/caffe2/operators/lengths_pad_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/lengths_pad_op.hip [ok] 2022-11-23T01:18:17.3156138Z /var/lib/jenkins/workspace/caffe2/operators/lengths_tile_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/lengths_tile_op.hip [ok] 2022-11-23T01:18:17.3170946Z /var/lib/jenkins/workspace/caffe2/operators/load_save_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/load_save_op_gpu.cc [ok] 2022-11-23T01:18:17.3189080Z /var/lib/jenkins/workspace/caffe2/operators/local_response_normalization_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/local_response_normalization_op.hip [ok] 2022-11-23T01:18:17.3196886Z /var/lib/jenkins/workspace/caffe2/operators/locally_connected_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/locally_connected_op_gpu.cc [ok] 2022-11-23T01:18:17.3204465Z /var/lib/jenkins/workspace/caffe2/operators/log1p_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/log1p_op.hip [ok] 2022-11-23T01:18:17.3215354Z /var/lib/jenkins/workspace/caffe2/operators/log_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/log_op_gpu.cc [ok] 2022-11-23T01:18:17.3226445Z /var/lib/jenkins/workspace/caffe2/operators/logit_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/logit_op.hip [ok] 2022-11-23T01:18:17.3232640Z /var/lib/jenkins/workspace/caffe2/operators/loss_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/loss_op.hip [ok] 2022-11-23T01:18:17.3250296Z /var/lib/jenkins/workspace/caffe2/operators/lp_pool_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/lp_pool_op.hip [ok] 2022-11-23T01:18:17.3258007Z /var/lib/jenkins/workspace/caffe2/operators/lpnorm_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/lpnorm_op.hip [ok] 2022-11-23T01:18:17.3281657Z /var/lib/jenkins/workspace/caffe2/operators/lstm_unit_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/lstm_unit_op_gpu.hip [ok] 2022-11-23T01:18:17.3290814Z /var/lib/jenkins/workspace/caffe2/operators/margin_ranking_criterion_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/margin_ranking_criterion_op.hip [ok] 2022-11-23T01:18:17.3310313Z /var/lib/jenkins/workspace/caffe2/operators/matmul_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/matmul_op_gpu.cc [ok] 2022-11-23T01:18:17.3323479Z /var/lib/jenkins/workspace/caffe2/operators/max_pool_with_index.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/max_pool_with_index.hip [ok] 2022-11-23T01:18:17.3333960Z /var/lib/jenkins/workspace/caffe2/operators/max_pool_with_index_gpu.h -> /var/lib/jenkins/workspace/caffe2/operators/hip/max_pool_with_index_gpu.h [ok] 2022-11-23T01:18:17.3340605Z /var/lib/jenkins/workspace/caffe2/operators/mean_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/mean_op.hip [ok] 2022-11-23T01:18:17.3348771Z /var/lib/jenkins/workspace/caffe2/operators/mem_query_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/mem_query_op.hip [ok] 2022-11-23T01:18:17.3358400Z /var/lib/jenkins/workspace/caffe2/operators/minmax_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/minmax_ops.hip [ok] 2022-11-23T01:18:17.3366210Z /var/lib/jenkins/workspace/caffe2/operators/mod_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/mod_op.hip [ok] 2022-11-23T01:18:17.3377932Z /var/lib/jenkins/workspace/caffe2/operators/moments_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/moments_op.hip [ok] 2022-11-23T01:18:17.3393064Z /var/lib/jenkins/workspace/caffe2/operators/multi_class_accuracy_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/multi_class_accuracy_op.hip [ok] 2022-11-23T01:18:17.3401950Z /var/lib/jenkins/workspace/caffe2/operators/negate_gradient_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/negate_gradient_op_gpu.cc [ok] 2022-11-23T01:18:17.3415856Z /var/lib/jenkins/workspace/caffe2/operators/negative_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/negative_op_gpu.cc [ok] 2022-11-23T01:18:17.3427807Z /var/lib/jenkins/workspace/caffe2/operators/normalize_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/normalize_ops.hip [ok] 2022-11-23T01:18:17.3438437Z /var/lib/jenkins/workspace/caffe2/operators/one_hot_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/one_hot_ops.hip [ok] 2022-11-23T01:18:17.3450465Z /var/lib/jenkins/workspace/caffe2/operators/operator_fallback_gpu.h -> /var/lib/jenkins/workspace/caffe2/operators/hip/operator_fallback_gpu.h [ok] 2022-11-23T01:18:17.3457905Z /var/lib/jenkins/workspace/caffe2/operators/operator_fallback_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/operator_fallback_gpu_test.cc [ok] 2022-11-23T01:18:17.3464880Z /var/lib/jenkins/workspace/caffe2/operators/order_switch_ops_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/order_switch_ops_gpu.cc [ok] 2022-11-23T01:18:17.3486341Z /var/lib/jenkins/workspace/caffe2/operators/pack_segments.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/pack_segments.hip [ok] 2022-11-23T01:18:17.3512692Z /var/lib/jenkins/workspace/caffe2/operators/pad_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/pad_op_gpu.hip [ok] 2022-11-23T01:18:17.3520710Z /var/lib/jenkins/workspace/caffe2/operators/perplexity_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/perplexity_op.hip [ok] 2022-11-23T01:18:17.3534074Z /var/lib/jenkins/workspace/caffe2/operators/piecewise_linear_transform_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/piecewise_linear_transform_op.hip [ok] 2022-11-23T01:18:17.3599106Z /var/lib/jenkins/workspace/caffe2/operators/pool_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/pool_op.hip [ok] 2022-11-23T01:18:17.3613397Z /var/lib/jenkins/workspace/caffe2/operators/pow_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/pow_op.hip [ok] 2022-11-23T01:18:17.3628751Z /var/lib/jenkins/workspace/caffe2/operators/prelu_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/prelu_op.hip [ok] 2022-11-23T01:18:17.3648177Z /var/lib/jenkins/workspace/caffe2/operators/prepend_dim_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/prepend_dim_op_gpu.cc [ok] 2022-11-23T01:18:17.3663558Z /var/lib/jenkins/workspace/caffe2/operators/reciprocal_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/reciprocal_op.hip [ok] 2022-11-23T01:18:17.3677915Z /var/lib/jenkins/workspace/caffe2/operators/reduce_front_back_max_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/reduce_front_back_max_ops.hip [ok] 2022-11-23T01:18:17.3691068Z /var/lib/jenkins/workspace/caffe2/operators/reduce_front_back_sum_mean_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/reduce_front_back_sum_mean_ops.hip [ok] 2022-11-23T01:18:17.3705405Z /var/lib/jenkins/workspace/caffe2/operators/reduce_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/reduce_ops.hip [ok] 2022-11-23T01:18:17.3716550Z /var/lib/jenkins/workspace/caffe2/operators/reduction_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/reduction_ops.hip [ok] 2022-11-23T01:18:17.3725611Z /var/lib/jenkins/workspace/caffe2/operators/relu_n_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/relu_n_op.hip [ok] 2022-11-23T01:18:17.3742832Z /var/lib/jenkins/workspace/caffe2/operators/relu_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/relu_op.hip [ok] 2022-11-23T01:18:17.3760118Z /var/lib/jenkins/workspace/caffe2/operators/replace_nan_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/replace_nan_op.hip [ok] 2022-11-23T01:18:17.3772497Z /var/lib/jenkins/workspace/caffe2/operators/reshape_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/reshape_op_gpu.cc [ok] 2022-11-23T01:18:17.3784558Z /var/lib/jenkins/workspace/caffe2/operators/reshape_op_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/reshape_op_gpu_test.cc [ok] 2022-11-23T01:18:17.3799576Z /var/lib/jenkins/workspace/caffe2/operators/resize_3d_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/resize_3d_op.hip [ok] 2022-11-23T01:18:17.3813153Z /var/lib/jenkins/workspace/caffe2/operators/resize_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/resize_op.hip [ok] 2022-11-23T01:18:17.3831984Z /var/lib/jenkins/workspace/caffe2/operators/reverse_packed_segs_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/reverse_packed_segs_op.hip [ok] 2022-11-23T01:18:17.3844011Z /var/lib/jenkins/workspace/caffe2/operators/rmac_regions_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/rmac_regions_op.hip [ok] 2022-11-23T01:18:17.3860883Z /var/lib/jenkins/workspace/caffe2/operators/rms_norm_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/rms_norm_op.hip [ok] 2022-11-23T01:18:17.3876084Z /var/lib/jenkins/workspace/caffe2/operators/roi_align_gradient_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/roi_align_gradient_op.hip [ok] 2022-11-23T01:18:17.3886162Z /var/lib/jenkins/workspace/caffe2/operators/roi_align_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/roi_align_op.hip [ok] 2022-11-23T01:18:17.3908077Z /var/lib/jenkins/workspace/caffe2/operators/roi_align_op_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/roi_align_op_gpu_test.cc [ok] 2022-11-23T01:18:17.3921500Z /var/lib/jenkins/workspace/caffe2/operators/roi_align_rotated_gradient_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/roi_align_rotated_gradient_op.hip [ok] 2022-11-23T01:18:17.3933930Z /var/lib/jenkins/workspace/caffe2/operators/roi_align_rotated_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/roi_align_rotated_op.hip [ok] 2022-11-23T01:18:17.3949289Z /var/lib/jenkins/workspace/caffe2/operators/roi_pool_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/roi_pool_op.hip [ok] 2022-11-23T01:18:17.3958940Z /var/lib/jenkins/workspace/caffe2/operators/rsqrt_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/rsqrt_op.hip [ok] 2022-11-23T01:18:17.3972502Z /var/lib/jenkins/workspace/caffe2/operators/scale_blobs_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/scale_blobs_op.hip [ok] 2022-11-23T01:18:17.3983201Z /var/lib/jenkins/workspace/caffe2/operators/scale_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/scale_op_gpu.cc [ok] 2022-11-23T01:18:17.4023961Z /var/lib/jenkins/workspace/caffe2/operators/segment_reduction_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/segment_reduction_op_gpu.hip [ok] 2022-11-23T01:18:17.4039887Z /var/lib/jenkins/workspace/caffe2/operators/segment_reduction_op_gpu.cuh -> /var/lib/jenkins/workspace/caffe2/operators/hip/segment_reduction_op_gpu.cuh [ok] 2022-11-23T01:18:17.4047874Z /var/lib/jenkins/workspace/caffe2/operators/selu_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/selu_op.hip [ok] 2022-11-23T01:18:17.4065437Z /var/lib/jenkins/workspace/caffe2/operators/sequence_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/sequence_ops.hip [ok] 2022-11-23T01:18:17.4086898Z /var/lib/jenkins/workspace/caffe2/operators/shape_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/shape_op_gpu.cc [ok] 2022-11-23T01:18:17.4109852Z /var/lib/jenkins/workspace/caffe2/operators/sigmoid_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/sigmoid_op.hip [ok] 2022-11-23T01:18:17.4120775Z /var/lib/jenkins/workspace/caffe2/operators/sin_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/sin_op.hip [ok] 2022-11-23T01:18:17.4135583Z /var/lib/jenkins/workspace/caffe2/operators/sinh_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/sinh_op.hip [ok] 2022-11-23T01:18:17.4153974Z /var/lib/jenkins/workspace/caffe2/operators/slice_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/slice_op.hip [ok] 2022-11-23T01:18:17.4194456Z /var/lib/jenkins/workspace/caffe2/operators/softmax_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/softmax_ops.hip [ok] 2022-11-23T01:18:17.4208827Z /var/lib/jenkins/workspace/caffe2/operators/softplus_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/softplus_op.hip [ok] 2022-11-23T01:18:17.4225517Z /var/lib/jenkins/workspace/caffe2/operators/softsign_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/softsign_op.hip [ok] 2022-11-23T01:18:17.4236265Z /var/lib/jenkins/workspace/caffe2/operators/space_batch_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/space_batch_op_gpu.hip [ok] 2022-11-23T01:18:17.4246520Z /var/lib/jenkins/workspace/caffe2/operators/sparse_lp_regularizer_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/sparse_lp_regularizer_op_gpu.hip [ok] 2022-11-23T01:18:17.4269326Z /var/lib/jenkins/workspace/caffe2/operators/sparse_normalize_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/sparse_normalize_op_gpu.hip [ok] 2022-11-23T01:18:17.4277925Z /var/lib/jenkins/workspace/caffe2/operators/sparse_to_dense_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/sparse_to_dense_op.hip [ok] 2022-11-23T01:18:17.4287770Z /var/lib/jenkins/workspace/caffe2/operators/spatial_batch_norm_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/spatial_batch_norm_op.hip [ok] 2022-11-23T01:18:17.4309609Z /var/lib/jenkins/workspace/caffe2/operators/spatial_batch_norm_op_impl.cuh -> /var/lib/jenkins/workspace/caffe2/operators/hip/spatial_batch_norm_op_impl.cuh [ok] 2022-11-23T01:18:17.4314864Z /var/lib/jenkins/workspace/caffe2/operators/sqr_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/sqr_op_gpu.cc [ok] 2022-11-23T01:18:17.4330452Z /var/lib/jenkins/workspace/caffe2/operators/sqrt_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/sqrt_op_gpu.cc [ok] 2022-11-23T01:18:17.4349886Z /var/lib/jenkins/workspace/caffe2/operators/stop_gradient_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/stop_gradient_gpu.cc [ok] 2022-11-23T01:18:17.4357424Z /var/lib/jenkins/workspace/caffe2/operators/stump_func_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/stump_func_op.hip [ok] 2022-11-23T01:18:17.4367045Z /var/lib/jenkins/workspace/caffe2/operators/summarize_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/summarize_op.hip [ok] 2022-11-23T01:18:17.4380830Z /var/lib/jenkins/workspace/caffe2/operators/swish_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/swish_op.hip [ok] 2022-11-23T01:18:17.4390385Z /var/lib/jenkins/workspace/caffe2/operators/tan_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/tan_op.hip [ok] 2022-11-23T01:18:17.4401250Z /var/lib/jenkins/workspace/caffe2/operators/tanh_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/tanh_op.hip [ok] 2022-11-23T01:18:17.4422655Z /var/lib/jenkins/workspace/caffe2/operators/tensor_protos_db_input_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/tensor_protos_db_input_gpu.cc [ok] 2022-11-23T01:18:17.4435706Z /var/lib/jenkins/workspace/caffe2/operators/thresholded_relu_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/thresholded_relu_op.hip [ok] 2022-11-23T01:18:17.4445409Z /var/lib/jenkins/workspace/caffe2/operators/tile_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/tile_op.hip [ok] 2022-11-23T01:18:17.4466093Z /var/lib/jenkins/workspace/caffe2/operators/top_k.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/top_k.hip [ok] 2022-11-23T01:18:17.4480071Z /var/lib/jenkins/workspace/caffe2/operators/top_k_heap_selection.cuh -> /var/lib/jenkins/workspace/caffe2/operators/hip/top_k_heap_selection.cuh [ok] 2022-11-23T01:18:17.4499284Z /var/lib/jenkins/workspace/caffe2/operators/top_k_radix_selection.cuh -> /var/lib/jenkins/workspace/caffe2/operators/hip/top_k_radix_selection.cuh [ok] 2022-11-23T01:18:17.4506041Z /var/lib/jenkins/workspace/caffe2/operators/transpose_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/transpose_op.hip [ok] 2022-11-23T01:18:17.4518971Z /var/lib/jenkins/workspace/caffe2/operators/unique_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/unique_ops.hip [ok] 2022-11-23T01:18:17.4527468Z /var/lib/jenkins/workspace/caffe2/operators/unsafe_coalesce.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/unsafe_coalesce.hip [ok] 2022-11-23T01:18:17.4540088Z /var/lib/jenkins/workspace/caffe2/operators/upsample_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/upsample_op.hip [ok] 2022-11-23T01:18:17.4558773Z /var/lib/jenkins/workspace/caffe2/operators/utility_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/utility_ops.hip [ok] 2022-11-23T01:18:17.4568158Z /var/lib/jenkins/workspace/caffe2/operators/utility_ops_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/utility_ops_gpu_test.cc [ok] 2022-11-23T01:18:17.4579712Z /var/lib/jenkins/workspace/caffe2/operators/weighted_sample_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/weighted_sample_op.hip [ok] 2022-11-23T01:18:17.4585922Z /var/lib/jenkins/workspace/caffe2/operators/while_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/while_op_gpu.cc [ok] 2022-11-23T01:18:17.4594229Z /var/lib/jenkins/workspace/caffe2/operators/zero_gradient_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/zero_gradient_op_gpu.cc [ok] 2022-11-23T01:18:17.4602808Z /var/lib/jenkins/workspace/caffe2/operators/rnn/recurrent_network_blob_fetcher_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/rnn/hip/recurrent_network_blob_fetcher_op_gpu.cc [ok] 2022-11-23T01:18:17.4616401Z /var/lib/jenkins/workspace/caffe2/operators/rnn/recurrent_network_executor_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/rnn/hip/recurrent_network_executor_gpu.cc [ok] 2022-11-23T01:18:17.4629573Z /var/lib/jenkins/workspace/caffe2/operators/rnn/recurrent_network_executor_gpu.h -> /var/lib/jenkins/workspace/caffe2/operators/rnn/hip/recurrent_network_executor_gpu.h [ok] 2022-11-23T01:18:17.4637884Z /var/lib/jenkins/workspace/caffe2/operators/rnn/recurrent_network_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/operators/rnn/hip/recurrent_network_op_gpu.hip [ok] 2022-11-23T01:18:17.4643731Z /var/lib/jenkins/workspace/caffe2/queue/queue_ops_gpu.cc -> /var/lib/jenkins/workspace/caffe2/queue/hip/queue_ops_gpu.cc [ok] 2022-11-23T01:18:17.4673403Z /var/lib/jenkins/workspace/caffe2/sgd/adadelta_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/adadelta_op_gpu.hip [ok] 2022-11-23T01:18:17.4712207Z /var/lib/jenkins/workspace/caffe2/sgd/adagrad_fused_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/adagrad_fused_op_gpu.hip [ok] 2022-11-23T01:18:17.4724423Z /var/lib/jenkins/workspace/caffe2/sgd/adagrad_fused_op_gpu.cuh -> /var/lib/jenkins/workspace/caffe2/sgd/hip/adagrad_fused_op_gpu.cuh [ok] 2022-11-23T01:18:17.4734579Z /var/lib/jenkins/workspace/caffe2/sgd/adagrad_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/adagrad_op_gpu.hip [ok] 2022-11-23T01:18:17.4749403Z /var/lib/jenkins/workspace/caffe2/sgd/adam_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/adam_op_gpu.hip [ok] 2022-11-23T01:18:17.4762763Z /var/lib/jenkins/workspace/caffe2/sgd/fp16_momentum_sgd_op.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/fp16_momentum_sgd_op.hip [ok] 2022-11-23T01:18:17.4775661Z /var/lib/jenkins/workspace/caffe2/sgd/fp32_momentum_sgd_op.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/fp32_momentum_sgd_op.hip [ok] 2022-11-23T01:18:17.4783827Z /var/lib/jenkins/workspace/caffe2/sgd/iter_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/sgd/hip/iter_op_gpu.cc [ok] 2022-11-23T01:18:17.4790824Z /var/lib/jenkins/workspace/caffe2/sgd/lars_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/lars_op_gpu.hip [ok] 2022-11-23T01:18:17.4798422Z /var/lib/jenkins/workspace/caffe2/sgd/learning_rate_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/sgd/hip/learning_rate_op_gpu.cc [ok] 2022-11-23T01:18:17.4808380Z /var/lib/jenkins/workspace/caffe2/sgd/momentum_sgd_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/momentum_sgd_op_gpu.hip [ok] 2022-11-23T01:18:17.4817105Z /var/lib/jenkins/workspace/caffe2/sgd/rmsprop_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/rmsprop_op_gpu.hip [ok] 2022-11-23T01:18:17.4823275Z /var/lib/jenkins/workspace/caffe2/sgd/weight_scale_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/sgd/hip/weight_scale_op_gpu.cc [ok] 2022-11-23T01:18:17.4832048Z /var/lib/jenkins/workspace/caffe2/sgd/yellowfin_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/yellowfin_op_gpu.hip [ok] 2022-11-23T01:18:17.4840600Z /var/lib/jenkins/workspace/caffe2/utils/GpuAtomics.cuh -> /var/lib/jenkins/workspace/caffe2/utils/hip/GpuAtomics.cuh [ok] 2022-11-23T01:18:17.4849500Z /var/lib/jenkins/workspace/caffe2/utils/GpuBitonicSort.cuh -> /var/lib/jenkins/workspace/caffe2/utils/hip/GpuBitonicSort.cuh [ok] 2022-11-23T01:18:17.4856540Z /var/lib/jenkins/workspace/caffe2/utils/GpuDefs.cuh -> /var/lib/jenkins/workspace/caffe2/utils/hip/GpuDefs.cuh [ok] 2022-11-23T01:18:17.4864766Z /var/lib/jenkins/workspace/caffe2/utils/GpuScanUtils.cuh -> /var/lib/jenkins/workspace/caffe2/utils/hip/GpuScanUtils.cuh [ok] 2022-11-23T01:18:17.4875465Z /var/lib/jenkins/workspace/caffe2/utils/cub_namespace.cuh -> /var/lib/jenkins/workspace/caffe2/utils/hip/cub_namespace.cuh [ok] 2022-11-23T01:18:17.4960154Z /var/lib/jenkins/workspace/caffe2/utils/math_gpu.cu -> /var/lib/jenkins/workspace/caffe2/utils/hip/math_gpu.hip [ok] 2022-11-23T01:18:17.4976055Z /var/lib/jenkins/workspace/caffe2/utils/math_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/utils/hip/math_gpu_test.cc [ok] 2022-11-23T01:18:17.4987908Z /var/lib/jenkins/workspace/caffe2/utils/math/broadcast.cu -> /var/lib/jenkins/workspace/caffe2/utils/math/hip/broadcast.hip [ok] 2022-11-23T01:18:17.5012435Z /var/lib/jenkins/workspace/caffe2/utils/math/elementwise.cu -> /var/lib/jenkins/workspace/caffe2/utils/math/hip/elementwise.hip [ok] 2022-11-23T01:18:17.5037748Z /var/lib/jenkins/workspace/caffe2/utils/math/reduce.cu -> /var/lib/jenkins/workspace/caffe2/utils/math/hip/reduce.hip [ok] 2022-11-23T01:18:17.5045561Z /var/lib/jenkins/workspace/caffe2/utils/math/reduce.cuh -> /var/lib/jenkins/workspace/caffe2/utils/math/hip/reduce.cuh [ok] 2022-11-23T01:18:17.5058137Z /var/lib/jenkins/workspace/caffe2/utils/math/transpose.cu -> /var/lib/jenkins/workspace/caffe2/utils/math/hip/transpose.hip [ok] 2022-11-23T01:18:17.5064482Z /var/lib/jenkins/workspace/caffe2/video/video_input_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/video/hip/video_input_op_gpu.cc [ok] 2022-11-23T01:18:17.5075678Z /var/lib/jenkins/workspace/modules/detectron/group_spatial_softmax_op.cu -> /var/lib/jenkins/workspace/modules/detectron/hip/group_spatial_softmax_op.hip [ok] 2022-11-23T01:18:17.5094263Z /var/lib/jenkins/workspace/modules/detectron/ps_roi_pool_op.cu -> /var/lib/jenkins/workspace/modules/detectron/hip/ps_roi_pool_op.hip [ok] 2022-11-23T01:18:17.5105700Z /var/lib/jenkins/workspace/modules/detectron/roi_pool_f_op.cu -> /var/lib/jenkins/workspace/modules/detectron/hip/roi_pool_f_op.hip [ok] 2022-11-23T01:18:17.5113912Z /var/lib/jenkins/workspace/modules/detectron/sample_as_op.cu -> /var/lib/jenkins/workspace/modules/detectron/hip/sample_as_op.hip [ok] 2022-11-23T01:18:17.5135326Z /var/lib/jenkins/workspace/modules/detectron/select_smooth_l1_loss_op.cu -> /var/lib/jenkins/workspace/modules/detectron/hip/select_smooth_l1_loss_op.hip [ok] 2022-11-23T01:18:17.5157661Z /var/lib/jenkins/workspace/modules/detectron/sigmoid_cross_entropy_loss_op.cu -> /var/lib/jenkins/workspace/modules/detectron/hip/sigmoid_cross_entropy_loss_op.hip [ok] 2022-11-23T01:18:17.5168795Z /var/lib/jenkins/workspace/modules/detectron/sigmoid_focal_loss_op.cu -> /var/lib/jenkins/workspace/modules/detectron/hip/sigmoid_focal_loss_op.hip [ok] 2022-11-23T01:18:17.5183202Z /var/lib/jenkins/workspace/modules/detectron/smooth_l1_loss_op.cu -> /var/lib/jenkins/workspace/modules/detectron/hip/smooth_l1_loss_op.hip [ok] 2022-11-23T01:18:17.5200870Z /var/lib/jenkins/workspace/modules/detectron/softmax_focal_loss_op.cu -> /var/lib/jenkins/workspace/modules/detectron/hip/softmax_focal_loss_op.hip [ok] 2022-11-23T01:18:17.5212637Z /var/lib/jenkins/workspace/modules/detectron/spatial_narrow_as_op.cu -> /var/lib/jenkins/workspace/modules/detectron/hip/spatial_narrow_as_op.hip [ok] 2022-11-23T01:18:17.5225983Z /var/lib/jenkins/workspace/modules/detectron/upsample_nearest_op.cu -> /var/lib/jenkins/workspace/modules/detectron/hip/upsample_nearest_op.hip [ok] 2022-11-23T01:18:17.5293020Z /var/lib/jenkins/workspace/tools/autograd/templates/python_variable_methods.cpp -> /var/lib/jenkins/workspace/tools/autograd/templates/python_variable_methods.cpp [ok] 2022-11-23T01:18:17.5302986Z /var/lib/jenkins/workspace/torch/abi-check.cpp -> /var/lib/jenkins/workspace/torch/abi-check.cpp [skipped, already hipified] 2022-11-23T01:18:17.5338756Z /var/lib/jenkins/workspace/torch/custom_class.h -> /var/lib/jenkins/workspace/torch/custom_class.h [skipped, already hipified] 2022-11-23T01:18:17.5360596Z /var/lib/jenkins/workspace/torch/custom_class_detail.h -> /var/lib/jenkins/workspace/torch/custom_class_detail.h [skipped, already hipified] 2022-11-23T01:18:17.5367091Z /var/lib/jenkins/workspace/torch/extension.h -> /var/lib/jenkins/workspace/torch/extension.h [skipped, already hipified] 2022-11-23T01:18:17.5417518Z /var/lib/jenkins/workspace/torch/library.h -> /var/lib/jenkins/workspace/torch/library.h [skipped, already hipified] 2022-11-23T01:18:17.5425503Z /var/lib/jenkins/workspace/torch/script.h -> /var/lib/jenkins/workspace/torch/script.h [skipped, already hipified] 2022-11-23T01:18:17.5430780Z /var/lib/jenkins/workspace/torch/_C/_VariableFunctions.pyi.in -> /var/lib/jenkins/workspace/torch/_C/_VariableFunctions.pyi.in [skipped, already hipified] 2022-11-23T01:18:17.5496012Z /var/lib/jenkins/workspace/torch/_C/__init__.pyi.in -> /var/lib/jenkins/workspace/torch/_C/__init__.pyi.in [skipped, already hipified] 2022-11-23T01:18:17.5502497Z /var/lib/jenkins/workspace/torch/_C/_nn.pyi.in -> /var/lib/jenkins/workspace/torch/_C/_nn.pyi.in [skipped, already hipified] 2022-11-23T01:18:17.5508727Z /var/lib/jenkins/workspace/torch/_C/return_types.pyi.in -> /var/lib/jenkins/workspace/torch/_C/return_types.pyi.in [skipped, already hipified] 2022-11-23T01:18:17.5517206Z /var/lib/jenkins/workspace/torch/_inductor/codegen/cpp_prefix.h -> /var/lib/jenkins/workspace/torch/_inductor/codegen/cpp_prefix.h [skipped, already hipified] 2022-11-23T01:18:17.5533933Z /var/lib/jenkins/workspace/torch/csrc/CudaIPCTypes.cpp -> /var/lib/jenkins/workspace/torch/csrc/CudaIPCTypes.cpp [ok] 2022-11-23T01:18:17.5546213Z /var/lib/jenkins/workspace/torch/csrc/CudaIPCTypes.h -> /var/lib/jenkins/workspace/torch/csrc/CudaIPCTypes.h [ok] 2022-11-23T01:18:17.5562985Z /var/lib/jenkins/workspace/torch/csrc/DataLoader.cpp -> /var/lib/jenkins/workspace/torch/csrc/DataLoader.cpp [skipped, already hipified] 2022-11-23T01:18:17.5578771Z /var/lib/jenkins/workspace/torch/csrc/DataLoader.h -> /var/lib/jenkins/workspace/torch/csrc/DataLoader.h [skipped, already hipified] 2022-11-23T01:18:17.5590351Z /var/lib/jenkins/workspace/torch/csrc/Device.cpp -> /var/lib/jenkins/workspace/torch/csrc/Device.cpp [skipped, already hipified] 2022-11-23T01:18:17.5599883Z /var/lib/jenkins/workspace/torch/csrc/Device.h -> /var/lib/jenkins/workspace/torch/csrc/Device.h [skipped, already hipified] 2022-11-23T01:18:17.5612351Z /var/lib/jenkins/workspace/torch/csrc/Dtype.cpp -> /var/lib/jenkins/workspace/torch/csrc/Dtype.cpp [skipped, already hipified] 2022-11-23T01:18:17.5622238Z /var/lib/jenkins/workspace/torch/csrc/Dtype.h -> /var/lib/jenkins/workspace/torch/csrc/Dtype.h [skipped, already hipified] 2022-11-23T01:18:17.5636821Z /var/lib/jenkins/workspace/torch/csrc/DynamicTypes.cpp -> /var/lib/jenkins/workspace/torch/csrc/DynamicTypes.cpp [skipped, already hipified] 2022-11-23T01:18:17.5643442Z /var/lib/jenkins/workspace/torch/csrc/DynamicTypes.h -> /var/lib/jenkins/workspace/torch/csrc/DynamicTypes.h [skipped, already hipified] 2022-11-23T01:18:17.5661778Z /var/lib/jenkins/workspace/torch/csrc/Exceptions.cpp -> /var/lib/jenkins/workspace/torch/csrc/Exceptions.cpp [skipped, already hipified] 2022-11-23T01:18:17.5685802Z /var/lib/jenkins/workspace/torch/csrc/Exceptions.h -> /var/lib/jenkins/workspace/torch/csrc/Exceptions.h [skipped, already hipified] 2022-11-23T01:18:17.5693793Z /var/lib/jenkins/workspace/torch/csrc/Export.h -> /var/lib/jenkins/workspace/torch/csrc/Export.h [skipped, already hipified] 2022-11-23T01:18:17.5708663Z /var/lib/jenkins/workspace/torch/csrc/Generator.cpp -> /var/lib/jenkins/workspace/torch/csrc/Generator.cpp [ok] 2022-11-23T01:18:17.5718722Z /var/lib/jenkins/workspace/torch/csrc/Generator.h -> /var/lib/jenkins/workspace/torch/csrc/Generator.h [skipped, already hipified] 2022-11-23T01:18:17.5727282Z /var/lib/jenkins/workspace/torch/csrc/Layout.cpp -> /var/lib/jenkins/workspace/torch/csrc/Layout.cpp [skipped, already hipified] 2022-11-23T01:18:17.5732912Z /var/lib/jenkins/workspace/torch/csrc/Layout.h -> /var/lib/jenkins/workspace/torch/csrc/Layout.h [skipped, already hipified] 2022-11-23T01:18:17.5741831Z /var/lib/jenkins/workspace/torch/csrc/MemoryFormat.cpp -> /var/lib/jenkins/workspace/torch/csrc/MemoryFormat.cpp [skipped, already hipified] 2022-11-23T01:18:17.5748114Z /var/lib/jenkins/workspace/torch/csrc/MemoryFormat.h -> /var/lib/jenkins/workspace/torch/csrc/MemoryFormat.h [skipped, already hipified] 2022-11-23T01:18:17.5802826Z /var/lib/jenkins/workspace/torch/csrc/Module.cpp -> /var/lib/jenkins/workspace/torch/csrc/Module.cpp [ok] 2022-11-23T01:18:17.5807962Z /var/lib/jenkins/workspace/torch/csrc/Module.h -> /var/lib/jenkins/workspace/torch/csrc/Module.h [skipped, already hipified] 2022-11-23T01:18:17.5814657Z /var/lib/jenkins/workspace/torch/csrc/PythonTypes.h -> /var/lib/jenkins/workspace/torch/csrc/PythonTypes.h [skipped, already hipified] 2022-11-23T01:18:17.5823598Z /var/lib/jenkins/workspace/torch/csrc/QScheme.cpp -> /var/lib/jenkins/workspace/torch/csrc/QScheme.cpp [skipped, already hipified] 2022-11-23T01:18:17.5829853Z /var/lib/jenkins/workspace/torch/csrc/QScheme.h -> /var/lib/jenkins/workspace/torch/csrc/QScheme.h [skipped, already hipified] 2022-11-23T01:18:17.5843587Z /var/lib/jenkins/workspace/torch/csrc/Size.cpp -> /var/lib/jenkins/workspace/torch/csrc/Size.cpp [skipped, already hipified] 2022-11-23T01:18:17.5848104Z /var/lib/jenkins/workspace/torch/csrc/Size.h -> /var/lib/jenkins/workspace/torch/csrc/Size.h [skipped, already hipified] 2022-11-23T01:18:17.5876919Z /var/lib/jenkins/workspace/torch/csrc/Storage.cpp -> /var/lib/jenkins/workspace/torch/csrc/Storage.cpp [ok] 2022-11-23T01:18:17.5882237Z /var/lib/jenkins/workspace/torch/csrc/Storage.h -> /var/lib/jenkins/workspace/torch/csrc/Storage.h [skipped, already hipified] 2022-11-23T01:18:17.5907112Z /var/lib/jenkins/workspace/torch/csrc/StorageMethods.cpp -> /var/lib/jenkins/workspace/torch/csrc/StorageMethods.cpp [ok] 2022-11-23T01:18:17.5912340Z /var/lib/jenkins/workspace/torch/csrc/StorageMethods.h -> /var/lib/jenkins/workspace/torch/csrc/StorageMethods.h [skipped, already hipified] 2022-11-23T01:18:17.5951002Z /var/lib/jenkins/workspace/torch/csrc/StorageSharing.cpp -> /var/lib/jenkins/workspace/torch/csrc/StorageSharing.cpp [ok] 2022-11-23T01:18:17.5957834Z /var/lib/jenkins/workspace/torch/csrc/StorageSharing.h -> /var/lib/jenkins/workspace/torch/csrc/StorageSharing.h [skipped, already hipified] 2022-11-23T01:18:17.5968063Z /var/lib/jenkins/workspace/torch/csrc/Stream.cpp -> /var/lib/jenkins/workspace/torch/csrc/Stream.cpp [skipped, already hipified] 2022-11-23T01:18:17.5981743Z /var/lib/jenkins/workspace/torch/csrc/Stream.h -> /var/lib/jenkins/workspace/torch/csrc/Stream.h [skipped, already hipified] 2022-11-23T01:18:17.5986872Z /var/lib/jenkins/workspace/torch/csrc/THConcat.h -> /var/lib/jenkins/workspace/torch/csrc/THConcat.h [skipped, already hipified] 2022-11-23T01:18:17.5993006Z /var/lib/jenkins/workspace/torch/csrc/THP.h -> /var/lib/jenkins/workspace/torch/csrc/THP.h [skipped, already hipified] 2022-11-23T01:18:17.6011510Z /var/lib/jenkins/workspace/torch/csrc/TypeInfo.cpp -> /var/lib/jenkins/workspace/torch/csrc/TypeInfo.cpp [skipped, already hipified] 2022-11-23T01:18:17.6016706Z /var/lib/jenkins/workspace/torch/csrc/TypeInfo.h -> /var/lib/jenkins/workspace/torch/csrc/TypeInfo.h [skipped, already hipified] 2022-11-23T01:18:17.6021327Z /var/lib/jenkins/workspace/torch/csrc/Types.h -> /var/lib/jenkins/workspace/torch/csrc/Types.h [skipped, already hipified] 2022-11-23T01:18:17.6027091Z /var/lib/jenkins/workspace/torch/csrc/copy_utils.h -> /var/lib/jenkins/workspace/torch/csrc/copy_utils.h [skipped, already hipified] 2022-11-23T01:18:17.6028840Z /var/lib/jenkins/workspace/torch/csrc/empty.c -> /var/lib/jenkins/workspace/torch/csrc/empty.c [skipped, already hipified] 2022-11-23T01:18:17.6057154Z /var/lib/jenkins/workspace/torch/csrc/init_flatbuffer_module.cpp -> /var/lib/jenkins/workspace/torch/csrc/init_flatbuffer_module.cpp [skipped, already hipified] 2022-11-23T01:18:17.6061377Z /var/lib/jenkins/workspace/torch/csrc/itt.cpp -> /var/lib/jenkins/workspace/torch/csrc/itt.cpp [skipped, already hipified] 2022-11-23T01:18:17.6066931Z /var/lib/jenkins/workspace/torch/csrc/itt_wrapper.cpp -> /var/lib/jenkins/workspace/torch/csrc/itt_wrapper.cpp [skipped, already hipified] 2022-11-23T01:18:17.6071948Z /var/lib/jenkins/workspace/torch/csrc/itt_wrapper.h -> /var/lib/jenkins/workspace/torch/csrc/itt_wrapper.h [skipped, already hipified] 2022-11-23T01:18:17.6082038Z /var/lib/jenkins/workspace/torch/csrc/python_dimname.cpp -> /var/lib/jenkins/workspace/torch/csrc/python_dimname.cpp [skipped, already hipified] 2022-11-23T01:18:17.6087437Z /var/lib/jenkins/workspace/torch/csrc/python_dimname.h -> /var/lib/jenkins/workspace/torch/csrc/python_dimname.h [skipped, already hipified] 2022-11-23T01:18:17.6096630Z /var/lib/jenkins/workspace/torch/csrc/python_headers.h -> /var/lib/jenkins/workspace/torch/csrc/python_headers.h [skipped, already hipified] 2022-11-23T01:18:17.6116763Z /var/lib/jenkins/workspace/torch/csrc/serialization.cpp -> /var/lib/jenkins/workspace/torch/csrc/serialization.cpp [ok] 2022-11-23T01:18:17.6126061Z /var/lib/jenkins/workspace/torch/csrc/serialization.h -> /var/lib/jenkins/workspace/torch/csrc/serialization.h [skipped, already hipified] 2022-11-23T01:18:17.6134233Z /var/lib/jenkins/workspace/torch/csrc/stub.c -> /var/lib/jenkins/workspace/torch/csrc/stub.c [skipped, already hipified] 2022-11-23T01:18:17.6139851Z /var/lib/jenkins/workspace/torch/csrc/stub_with_flatbuffer.c -> /var/lib/jenkins/workspace/torch/csrc/stub_with_flatbuffer.c [skipped, already hipified] 2022-11-23T01:18:17.6157198Z /var/lib/jenkins/workspace/torch/csrc/utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils.cpp [skipped, already hipified] 2022-11-23T01:18:17.6180433Z /var/lib/jenkins/workspace/torch/csrc/utils.h -> /var/lib/jenkins/workspace/torch/csrc/utils.h [ok] 2022-11-23T01:18:17.6191488Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h [skipped, already hipified] 2022-11-23T01:18:17.6200327Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/arg.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/arg.h [skipped, already hipified] 2022-11-23T01:18:17.6205680Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/autograd.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/autograd.h [skipped, already hipified] 2022-11-23T01:18:17.6210976Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/cuda.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/cuda.h [skipped, already hipified] 2022-11-23T01:18:17.6216821Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h [skipped, already hipified] 2022-11-23T01:18:17.6230982Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/enum.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/enum.h [skipped, already hipified] 2022-11-23T01:18:17.6242121Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/expanding_array.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/expanding_array.h [skipped, already hipified] 2022-11-23T01:18:17.6260480Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/fft.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/fft.h [skipped, already hipified] 2022-11-23T01:18:17.6267000Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/imethod.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/imethod.h [skipped, already hipified] 2022-11-23T01:18:17.6274479Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/jit.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/jit.h [skipped, already hipified] 2022-11-23T01:18:17.6308606Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/linalg.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/linalg.h [skipped, already hipified] 2022-11-23T01:18:17.6317206Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nested.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nested.h [skipped, already hipified] 2022-11-23T01:18:17.6322120Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn.h [skipped, already hipified] 2022-11-23T01:18:17.6328484Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim.h [skipped, already hipified] 2022-11-23T01:18:17.6355476Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/ordered_dict.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/ordered_dict.h [ok] 2022-11-23T01:18:17.6373078Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/python.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/python.h [skipped, already hipified] 2022-11-23T01:18:17.6383157Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/serialize.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/serialize.h [skipped, already hipified] 2022-11-23T01:18:17.6390046Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/sparse.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/sparse.h [skipped, already hipified] 2022-11-23T01:18:17.6453121Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/special.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/special.h [skipped, already hipified] 2022-11-23T01:18:17.6459919Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h [skipped, already hipified] 2022-11-23T01:18:17.6470166Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h [skipped, already hipified] 2022-11-23T01:18:17.6479382Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/utils.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/utils.h [skipped, already hipified] 2022-11-23T01:18:17.6486496Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/version.h.in -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/version.h.in [skipped, already hipified] 2022-11-23T01:18:17.6496771Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h [skipped, already hipified] 2022-11-23T01:18:17.6506249Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h [skipped, already hipified] 2022-11-23T01:18:17.6511558Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets.h [skipped, already hipified] 2022-11-23T01:18:17.6518857Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/example.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/example.h [skipped, already hipified] 2022-11-23T01:18:17.6531125Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/iterator.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/iterator.h [skipped, already hipified] 2022-11-23T01:18:17.6535807Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers.h [skipped, already hipified] 2022-11-23T01:18:17.6540929Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms.h [skipped, already hipified] 2022-11-23T01:18:17.6564003Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/worker_exception.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/worker_exception.h [skipped, already hipified] 2022-11-23T01:18:17.6578532Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h [skipped, already hipified] 2022-11-23T01:18:17.6586341Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h [skipped, already hipified] 2022-11-23T01:18:17.6594463Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateless.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateless.h [skipped, already hipified] 2022-11-23T01:18:17.6612910Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/base.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/base.h [skipped, already hipified] 2022-11-23T01:18:17.6639484Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/chunk.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/chunk.h [skipped, already hipified] 2022-11-23T01:18:17.6649434Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/map.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/map.h [skipped, already hipified] 2022-11-23T01:18:17.6657461Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/mnist.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/mnist.h [skipped, already hipified] 2022-11-23T01:18:17.6665737Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/shared.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/shared.h [skipped, already hipified] 2022-11-23T01:18:17.6672002Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/stateful.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/stateful.h [skipped, already hipified] 2022-11-23T01:18:17.6678232Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/tensor.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/tensor.h [skipped, already hipified] 2022-11-23T01:18:17.6690771Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/detail/data_shuttle.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/detail/data_shuttle.h [skipped, already hipified] 2022-11-23T01:18:17.6698189Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/detail/queue.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/detail/queue.h [skipped, already hipified] 2022-11-23T01:18:17.6707854Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/detail/sequencers.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/detail/sequencers.h [skipped, already hipified] 2022-11-23T01:18:17.6716498Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/base.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/base.h [skipped, already hipified] 2022-11-23T01:18:17.6721320Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h [skipped, already hipified] 2022-11-23T01:18:17.6729310Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/distributed.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/distributed.h [skipped, already hipified] 2022-11-23T01:18:17.6739858Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/random.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/random.h [skipped, already hipified] 2022-11-23T01:18:17.6749952Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/sequential.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/sequential.h [skipped, already hipified] 2022-11-23T01:18:17.6756694Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/serialize.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/serialize.h [skipped, already hipified] 2022-11-23T01:18:17.6763086Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/stream.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/stream.h [skipped, already hipified] 2022-11-23T01:18:17.6771619Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms/base.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms/base.h [skipped, already hipified] 2022-11-23T01:18:17.6781085Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms/collate.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms/collate.h [skipped, already hipified] 2022-11-23T01:18:17.6787612Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms/lambda.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms/lambda.h [skipped, already hipified] 2022-11-23T01:18:17.6796474Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms/stack.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms/stack.h [skipped, already hipified] 2022-11-23T01:18:17.6805426Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms/tensor.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms/tensor.h [skipped, already hipified] 2022-11-23T01:18:17.6823244Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/TensorDataContainer.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/TensorDataContainer.h [skipped, already hipified] 2022-11-23T01:18:17.6841571Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/static.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/static.h [skipped, already hipified] 2022-11-23T01:18:17.6852392Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/cloneable.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/cloneable.h [skipped, already hipified] 2022-11-23T01:18:17.6858303Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional.h [skipped, already hipified] 2022-11-23T01:18:17.6870690Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/init.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/init.h [skipped, already hipified] 2022-11-23T01:18:17.6904940Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/module.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/module.h [skipped, already hipified] 2022-11-23T01:18:17.6913925Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules.h [skipped, already hipified] 2022-11-23T01:18:17.6920018Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options.h [skipped, already hipified] 2022-11-23T01:18:17.6929524Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/pimpl-inl.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/pimpl-inl.h [skipped, already hipified] 2022-11-23T01:18:17.6943810Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/pimpl.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/pimpl.h [ok] 2022-11-23T01:18:17.6948517Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/utils.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/utils.h [skipped, already hipified] 2022-11-23T01:18:17.6986426Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/activation.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/activation.h [skipped, already hipified] 2022-11-23T01:18:17.6993755Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/batchnorm.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/batchnorm.h [skipped, already hipified] 2022-11-23T01:18:17.7005774Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/conv.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/conv.h [skipped, already hipified] 2022-11-23T01:18:17.7013645Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/distance.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/distance.h [skipped, already hipified] 2022-11-23T01:18:17.7023139Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/dropout.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/dropout.h [skipped, already hipified] 2022-11-23T01:18:17.7033484Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/embedding.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/embedding.h [skipped, already hipified] 2022-11-23T01:18:17.7040467Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/fold.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/fold.h [skipped, already hipified] 2022-11-23T01:18:17.7051385Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/instancenorm.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/instancenorm.h [skipped, already hipified] 2022-11-23T01:18:17.7069178Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/linear.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/linear.h [skipped, already hipified] 2022-11-23T01:18:17.7109452Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/loss.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/loss.h [skipped, already hipified] 2022-11-23T01:18:17.7122860Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/normalization.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/normalization.h [skipped, already hipified] 2022-11-23T01:18:17.7129615Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/padding.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/padding.h [skipped, already hipified] 2022-11-23T01:18:17.7135831Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h [skipped, already hipified] 2022-11-23T01:18:17.7174023Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/pooling.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/pooling.h [skipped, already hipified] 2022-11-23T01:18:17.7193506Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/upsampling.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/upsampling.h [skipped, already hipified] 2022-11-23T01:18:17.7202968Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/vision.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/vision.h [skipped, already hipified] 2022-11-23T01:18:17.7210214Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/_functions.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/_functions.h [skipped, already hipified] 2022-11-23T01:18:17.7246818Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/activation.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/activation.h [skipped, already hipified] 2022-11-23T01:18:17.7256868Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/adaptive.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/adaptive.h [skipped, already hipified] 2022-11-23T01:18:17.7269449Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/batchnorm.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/batchnorm.h [skipped, already hipified] 2022-11-23T01:18:17.7279319Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/common.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/common.h [skipped, already hipified] 2022-11-23T01:18:17.7304145Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/conv.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/conv.h [skipped, already hipified] 2022-11-23T01:18:17.7311346Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/distance.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/distance.h [skipped, already hipified] 2022-11-23T01:18:17.7326283Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/dropout.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/dropout.h [skipped, already hipified] 2022-11-23T01:18:17.7339193Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/embedding.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/embedding.h [skipped, already hipified] 2022-11-23T01:18:17.7346422Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/fold.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/fold.h [skipped, already hipified] 2022-11-23T01:18:17.7357815Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/instancenorm.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/instancenorm.h [skipped, already hipified] 2022-11-23T01:18:17.7367909Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/linear.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/linear.h [skipped, already hipified] 2022-11-23T01:18:17.7405992Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/loss.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/loss.h [skipped, already hipified] 2022-11-23T01:18:17.7419226Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/normalization.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/normalization.h [skipped, already hipified] 2022-11-23T01:18:17.7438680Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/padding.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/padding.h [skipped, already hipified] 2022-11-23T01:18:17.7447758Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h [skipped, already hipified] 2022-11-23T01:18:17.7534119Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/pooling.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/pooling.h [skipped, already hipified] 2022-11-23T01:18:17.7534954Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/rnn.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/rnn.h [skipped, already hipified] 2022-11-23T01:18:17.7535857Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/transformer.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/transformer.h [skipped, already hipified] 2022-11-23T01:18:17.7542099Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/transformercoder.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/transformercoder.h [skipped, already hipified] 2022-11-23T01:18:17.7555706Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/transformerlayer.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/transformerlayer.h [skipped, already hipified] 2022-11-23T01:18:17.7563191Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/upsampling.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/upsampling.h [skipped, already hipified] 2022-11-23T01:18:17.7570704Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/utils.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/utils.h [skipped, already hipified] 2022-11-23T01:18:17.7590877Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any.h [skipped, already hipified] 2022-11-23T01:18:17.7599900Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h [skipped, already hipified] 2022-11-23T01:18:17.7608276Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_value.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_value.h [skipped, already hipified] 2022-11-23T01:18:17.7619116Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/functional.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/functional.h [skipped, already hipified] 2022-11-23T01:18:17.7633433Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/moduledict.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/moduledict.h [skipped, already hipified] 2022-11-23T01:18:17.7647662Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/modulelist.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/modulelist.h [skipped, already hipified] 2022-11-23T01:18:17.7658114Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/named_any.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/named_any.h [skipped, already hipified] 2022-11-23T01:18:17.7667761Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h [skipped, already hipified] 2022-11-23T01:18:17.7677113Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h [skipped, already hipified] 2022-11-23T01:18:17.7700660Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/sequential.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/sequential.h [skipped, already hipified] 2022-11-23T01:18:17.7730130Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/activation.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/activation.h [skipped, already hipified] 2022-11-23T01:18:17.7736783Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/adaptive.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/adaptive.h [skipped, already hipified] 2022-11-23T01:18:17.7743836Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/batchnorm.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/batchnorm.h [skipped, already hipified] 2022-11-23T01:18:17.7760003Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/conv.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/conv.h [skipped, already hipified] 2022-11-23T01:18:17.7767519Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/distance.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/distance.h [skipped, already hipified] 2022-11-23T01:18:17.7775805Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/dropout.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/dropout.h [skipped, already hipified] 2022-11-23T01:18:17.7793368Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/embedding.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/embedding.h [skipped, already hipified] 2022-11-23T01:18:17.7804685Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/fold.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/fold.h [skipped, already hipified] 2022-11-23T01:18:17.7811552Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/instancenorm.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/instancenorm.h [skipped, already hipified] 2022-11-23T01:18:17.7820357Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/linear.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/linear.h [skipped, already hipified] 2022-11-23T01:18:17.7854536Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/loss.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/loss.h [skipped, already hipified] 2022-11-23T01:18:17.7865925Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/normalization.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/normalization.h [skipped, already hipified] 2022-11-23T01:18:17.7878185Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/padding.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/padding.h [skipped, already hipified] 2022-11-23T01:18:17.7886163Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/pixelshuffle.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/pixelshuffle.h [skipped, already hipified] 2022-11-23T01:18:17.7911464Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/pooling.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/pooling.h [skipped, already hipified] 2022-11-23T01:18:17.7924738Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/rnn.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/rnn.h [skipped, already hipified] 2022-11-23T01:18:17.7939623Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/transformer.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/transformer.h [skipped, already hipified] 2022-11-23T01:18:17.7951189Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/transformercoder.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/transformercoder.h [skipped, already hipified] 2022-11-23T01:18:17.7957922Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/transformerlayer.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/transformerlayer.h [skipped, already hipified] 2022-11-23T01:18:17.7968478Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/upsampling.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/upsampling.h [skipped, already hipified] 2022-11-23T01:18:17.7974734Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/vision.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/vision.h [skipped, already hipified] 2022-11-23T01:18:17.7989974Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/parallel/data_parallel.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/parallel/data_parallel.h [skipped, already hipified] 2022-11-23T01:18:17.8000539Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/utils/clip_grad.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/utils/clip_grad.h [skipped, already hipified] 2022-11-23T01:18:17.8010523Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/utils/convert_parameters.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/utils/convert_parameters.h [skipped, already hipified] 2022-11-23T01:18:17.8026688Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/utils/rnn.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/utils/rnn.h [skipped, already hipified] 2022-11-23T01:18:17.8034862Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/adagrad.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/adagrad.h [skipped, already hipified] 2022-11-23T01:18:17.8043140Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/adam.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/adam.h [skipped, already hipified] 2022-11-23T01:18:17.8049938Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/adamw.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/adamw.h [skipped, already hipified] 2022-11-23T01:18:17.8071081Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/lbfgs.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/lbfgs.h [skipped, already hipified] 2022-11-23T01:18:17.8082788Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/optimizer.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/optimizer.h [skipped, already hipified] 2022-11-23T01:18:17.8089801Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/rmsprop.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/rmsprop.h [skipped, already hipified] 2022-11-23T01:18:17.8107377Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/serialize.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/serialize.h [skipped, already hipified] 2022-11-23T01:18:17.8115276Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/sgd.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/sgd.h [skipped, already hipified] 2022-11-23T01:18:17.8123400Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h [skipped, already hipified] 2022-11-23T01:18:17.8129226Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/schedulers/step_lr.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/schedulers/step_lr.h [skipped, already hipified] 2022-11-23T01:18:17.8137943Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/python/init.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/python/init.h [skipped, already hipified] 2022-11-23T01:18:17.8143949Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/serialize/archive.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/serialize/archive.h [skipped, already hipified] 2022-11-23T01:18:17.8153056Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/serialize/input-archive.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/serialize/input-archive.h [skipped, already hipified] 2022-11-23T01:18:17.8159457Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/serialize/output-archive.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/serialize/output-archive.h [skipped, already hipified] 2022-11-23T01:18:17.8163571Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/serialize/tensor.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/serialize/tensor.h [skipped, already hipified] 2022-11-23T01:18:17.8169610Z /var/lib/jenkins/workspace/torch/csrc/api/src/cuda.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/cuda.cpp [skipped, already hipified] 2022-11-23T01:18:17.8176974Z /var/lib/jenkins/workspace/torch/csrc/api/src/enum.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/enum.cpp [skipped, already hipified] 2022-11-23T01:18:17.8180893Z /var/lib/jenkins/workspace/torch/csrc/api/src/imethod.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/imethod.cpp [skipped, already hipified] 2022-11-23T01:18:17.8188305Z /var/lib/jenkins/workspace/torch/csrc/api/src/jit.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/jit.cpp [skipped, already hipified] 2022-11-23T01:18:17.8193445Z /var/lib/jenkins/workspace/torch/csrc/api/src/serialize.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/serialize.cpp [skipped, already hipified] 2022-11-23T01:18:17.8202025Z /var/lib/jenkins/workspace/torch/csrc/api/src/data/datasets/mnist.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/data/datasets/mnist.cpp [skipped, already hipified] 2022-11-23T01:18:17.8213455Z /var/lib/jenkins/workspace/torch/csrc/api/src/data/samplers/distributed.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/data/samplers/distributed.cpp [skipped, already hipified] 2022-11-23T01:18:17.8220428Z /var/lib/jenkins/workspace/torch/csrc/api/src/data/samplers/random.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/data/samplers/random.cpp [skipped, already hipified] 2022-11-23T01:18:17.8229634Z /var/lib/jenkins/workspace/torch/csrc/api/src/data/samplers/sequential.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/data/samplers/sequential.cpp [skipped, already hipified] 2022-11-23T01:18:17.8236511Z /var/lib/jenkins/workspace/torch/csrc/api/src/data/samplers/stream.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/data/samplers/stream.cpp [skipped, already hipified] 2022-11-23T01:18:17.8249785Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/init.cpp [skipped, already hipified] 2022-11-23T01:18:17.8267918Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/module.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/module.cpp [skipped, already hipified] 2022-11-23T01:18:17.8279886Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/_functions.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/_functions.cpp [skipped, already hipified] 2022-11-23T01:18:17.8308279Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/activation.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/activation.cpp [skipped, already hipified] 2022-11-23T01:18:17.8320583Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/adaptive.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/adaptive.cpp [skipped, already hipified] 2022-11-23T01:18:17.8330652Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/batchnorm.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/batchnorm.cpp [skipped, already hipified] 2022-11-23T01:18:17.8346729Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/conv.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/conv.cpp [skipped, already hipified] 2022-11-23T01:18:17.8357281Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/distance.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/distance.cpp [skipped, already hipified] 2022-11-23T01:18:17.8365780Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/dropout.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/dropout.cpp [skipped, already hipified] 2022-11-23T01:18:17.8378606Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/embedding.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/embedding.cpp [skipped, already hipified] 2022-11-23T01:18:17.8388651Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/fold.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/fold.cpp [skipped, already hipified] 2022-11-23T01:18:17.8395802Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/instancenorm.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/instancenorm.cpp [skipped, already hipified] 2022-11-23T01:18:17.8411592Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/linear.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/linear.cpp [skipped, already hipified] 2022-11-23T01:18:17.8430012Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/loss.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/loss.cpp [skipped, already hipified] 2022-11-23T01:18:17.8439794Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/normalization.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/normalization.cpp [skipped, already hipified] 2022-11-23T01:18:17.8449748Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/padding.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/padding.cpp [skipped, already hipified] 2022-11-23T01:18:17.8455463Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/pixelshuffle.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/pixelshuffle.cpp [skipped, already hipified] 2022-11-23T01:18:17.8471865Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/pooling.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/pooling.cpp [skipped, already hipified] 2022-11-23T01:18:17.8516116Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/rnn.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/rnn.cpp [ok] 2022-11-23T01:18:17.8541420Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/transformer.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/transformer.cpp [skipped, already hipified] 2022-11-23T01:18:17.8547787Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/upsampling.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/upsampling.cpp [skipped, already hipified] 2022-11-23T01:18:17.8555184Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/container/functional.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/container/functional.cpp [skipped, already hipified] 2022-11-23T01:18:17.8563477Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/activation.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/activation.cpp [skipped, already hipified] 2022-11-23T01:18:17.8572994Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/adaptive.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/adaptive.cpp [skipped, already hipified] 2022-11-23T01:18:17.8578925Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/batchnorm.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/batchnorm.cpp [skipped, already hipified] 2022-11-23T01:18:17.8583757Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/conv.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/conv.cpp [skipped, already hipified] 2022-11-23T01:18:17.8589183Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/dropout.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/dropout.cpp [skipped, already hipified] 2022-11-23T01:18:17.8593447Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/embedding.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/embedding.cpp [skipped, already hipified] 2022-11-23T01:18:17.8597807Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/instancenorm.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/instancenorm.cpp [skipped, already hipified] 2022-11-23T01:18:17.8602341Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/linear.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/linear.cpp [skipped, already hipified] 2022-11-23T01:18:17.8609002Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/normalization.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/normalization.cpp [skipped, already hipified] 2022-11-23T01:18:17.8613148Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/padding.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/padding.cpp [skipped, already hipified] 2022-11-23T01:18:17.8620227Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/pooling.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/pooling.cpp [skipped, already hipified] 2022-11-23T01:18:17.8625358Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/rnn.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/rnn.cpp [skipped, already hipified] 2022-11-23T01:18:17.8633114Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/transformer.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/transformer.cpp [skipped, already hipified] 2022-11-23T01:18:17.8637267Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/vision.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/vision.cpp [skipped, already hipified] 2022-11-23T01:18:17.8647165Z /var/lib/jenkins/workspace/torch/csrc/api/src/optim/adagrad.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/optim/adagrad.cpp [skipped, already hipified] 2022-11-23T01:18:17.8659033Z /var/lib/jenkins/workspace/torch/csrc/api/src/optim/adam.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/optim/adam.cpp [skipped, already hipified] 2022-11-23T01:18:17.8669223Z /var/lib/jenkins/workspace/torch/csrc/api/src/optim/adamw.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/optim/adamw.cpp [skipped, already hipified] 2022-11-23T01:18:17.8698021Z /var/lib/jenkins/workspace/torch/csrc/api/src/optim/lbfgs.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/optim/lbfgs.cpp [skipped, already hipified] 2022-11-23T01:18:17.8709208Z /var/lib/jenkins/workspace/torch/csrc/api/src/optim/optimizer.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/optim/optimizer.cpp [skipped, already hipified] 2022-11-23T01:18:17.8719962Z /var/lib/jenkins/workspace/torch/csrc/api/src/optim/rmsprop.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/optim/rmsprop.cpp [skipped, already hipified] 2022-11-23T01:18:17.8726114Z /var/lib/jenkins/workspace/torch/csrc/api/src/optim/serialize.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/optim/serialize.cpp [skipped, already hipified] 2022-11-23T01:18:17.8738848Z /var/lib/jenkins/workspace/torch/csrc/api/src/optim/sgd.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/optim/sgd.cpp [skipped, already hipified] 2022-11-23T01:18:17.8744837Z /var/lib/jenkins/workspace/torch/csrc/api/src/optim/schedulers/lr_scheduler.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/optim/schedulers/lr_scheduler.cpp [skipped, already hipified] 2022-11-23T01:18:17.8752088Z /var/lib/jenkins/workspace/torch/csrc/api/src/optim/schedulers/step_lr.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/optim/schedulers/step_lr.cpp [skipped, already hipified] 2022-11-23T01:18:17.8767241Z /var/lib/jenkins/workspace/torch/csrc/api/src/python/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/python/init.cpp [skipped, already hipified] 2022-11-23T01:18:17.8777544Z /var/lib/jenkins/workspace/torch/csrc/api/src/serialize/input-archive.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/serialize/input-archive.cpp [skipped, already hipified] 2022-11-23T01:18:17.8785893Z /var/lib/jenkins/workspace/torch/csrc/api/src/serialize/output-archive.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/serialize/output-archive.cpp [skipped, already hipified] 2022-11-23T01:18:17.9005745Z /var/lib/jenkins/workspace/torch/csrc/autograd/FunctionsManual.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/FunctionsManual.cpp [skipped, already hipified] 2022-11-23T01:18:17.9063965Z /var/lib/jenkins/workspace/torch/csrc/autograd/FunctionsManual.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/FunctionsManual.h [skipped, already hipified] 2022-11-23T01:18:17.9070164Z /var/lib/jenkins/workspace/torch/csrc/autograd/InferenceMode.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/InferenceMode.h [skipped, already hipified] 2022-11-23T01:18:17.9087182Z /var/lib/jenkins/workspace/torch/csrc/autograd/TraceTypeManual.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/TraceTypeManual.cpp [skipped, already hipified] 2022-11-23T01:18:17.9108875Z /var/lib/jenkins/workspace/torch/csrc/autograd/VariableTypeManual.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/VariableTypeManual.cpp [skipped, already hipified] 2022-11-23T01:18:17.9132190Z /var/lib/jenkins/workspace/torch/csrc/autograd/VariableTypeUtils.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/VariableTypeUtils.h [skipped, already hipified] 2022-11-23T01:18:17.9138288Z /var/lib/jenkins/workspace/torch/csrc/autograd/anomaly_mode.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/anomaly_mode.cpp [skipped, already hipified] 2022-11-23T01:18:17.9144268Z /var/lib/jenkins/workspace/torch/csrc/autograd/anomaly_mode.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/anomaly_mode.h [skipped, already hipified] 2022-11-23T01:18:17.9154304Z /var/lib/jenkins/workspace/torch/csrc/autograd/autograd.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/autograd.cpp [skipped, already hipified] 2022-11-23T01:18:17.9165953Z /var/lib/jenkins/workspace/torch/csrc/autograd/autograd.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/autograd.h [skipped, already hipified] 2022-11-23T01:18:17.9181638Z /var/lib/jenkins/workspace/torch/csrc/autograd/autograd_meta.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/autograd_meta.cpp [skipped, already hipified] 2022-11-23T01:18:17.9203161Z /var/lib/jenkins/workspace/torch/csrc/autograd/autograd_not_implemented_fallback.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/autograd_not_implemented_fallback.cpp [skipped, already hipified] 2022-11-23T01:18:17.9218224Z /var/lib/jenkins/workspace/torch/csrc/autograd/autograd_not_implemented_fallback.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/autograd_not_implemented_fallback.h [skipped, already hipified] 2022-11-23T01:18:17.9226311Z /var/lib/jenkins/workspace/torch/csrc/autograd/cpp_hook.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/cpp_hook.cpp [skipped, already hipified] 2022-11-23T01:18:17.9232148Z /var/lib/jenkins/workspace/torch/csrc/autograd/cpp_hook.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/cpp_hook.h [skipped, already hipified] 2022-11-23T01:18:17.9260020Z /var/lib/jenkins/workspace/torch/csrc/autograd/custom_function.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/custom_function.cpp [skipped, already hipified] 2022-11-23T01:18:17.9280149Z /var/lib/jenkins/workspace/torch/csrc/autograd/custom_function.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/custom_function.h [skipped, already hipified] 2022-11-23T01:18:17.9288830Z /var/lib/jenkins/workspace/torch/csrc/autograd/edge.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/edge.h [skipped, already hipified] 2022-11-23T01:18:17.9353087Z /var/lib/jenkins/workspace/torch/csrc/autograd/engine.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/engine.cpp [ok] 2022-11-23T01:18:17.9370974Z /var/lib/jenkins/workspace/torch/csrc/autograd/engine.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/engine.h [skipped, already hipified] 2022-11-23T01:18:17.9379929Z /var/lib/jenkins/workspace/torch/csrc/autograd/forward_grad.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/forward_grad.cpp [skipped, already hipified] 2022-11-23T01:18:17.9404736Z /var/lib/jenkins/workspace/torch/csrc/autograd/forward_grad.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/forward_grad.h [skipped, already hipified] 2022-11-23T01:18:17.9411558Z /var/lib/jenkins/workspace/torch/csrc/autograd/function.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/function.cpp [skipped, already hipified] 2022-11-23T01:18:17.9449254Z /var/lib/jenkins/workspace/torch/csrc/autograd/function.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/function.h [skipped, already hipified] 2022-11-23T01:18:17.9456568Z /var/lib/jenkins/workspace/torch/csrc/autograd/function_hook.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/function_hook.cpp [skipped, already hipified] 2022-11-23T01:18:17.9465531Z /var/lib/jenkins/workspace/torch/csrc/autograd/function_hook.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/function_hook.h [skipped, already hipified] 2022-11-23T01:18:17.9470204Z /var/lib/jenkins/workspace/torch/csrc/autograd/grad_mode.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/grad_mode.h [skipped, already hipified] 2022-11-23T01:18:17.9484549Z /var/lib/jenkins/workspace/torch/csrc/autograd/graph_task.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/graph_task.h [skipped, already hipified] 2022-11-23T01:18:17.9522281Z /var/lib/jenkins/workspace/torch/csrc/autograd/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/init.cpp [skipped, already hipified] 2022-11-23T01:18:17.9537170Z /var/lib/jenkins/workspace/torch/csrc/autograd/input_buffer.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/input_buffer.cpp [skipped, already hipified] 2022-11-23T01:18:17.9542506Z /var/lib/jenkins/workspace/torch/csrc/autograd/input_buffer.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/input_buffer.h [skipped, already hipified] 2022-11-23T01:18:17.9552967Z /var/lib/jenkins/workspace/torch/csrc/autograd/input_metadata.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/input_metadata.h [skipped, already hipified] 2022-11-23T01:18:17.9557276Z /var/lib/jenkins/workspace/torch/csrc/autograd/jit_decomp_interface.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/jit_decomp_interface.cpp [skipped, already hipified] 2022-11-23T01:18:17.9563850Z /var/lib/jenkins/workspace/torch/csrc/autograd/jit_decomp_interface.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/jit_decomp_interface.h [skipped, already hipified] 2022-11-23T01:18:17.9570123Z /var/lib/jenkins/workspace/torch/csrc/autograd/profiler.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/profiler.h [skipped, already hipified] 2022-11-23T01:18:17.9614705Z /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_kineto.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_kineto.cpp [skipped, already hipified] 2022-11-23T01:18:17.9628565Z /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_kineto.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_kineto.h [skipped, already hipified] 2022-11-23T01:18:17.9660587Z /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_legacy.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_legacy.cpp [skipped, already hipified] 2022-11-23T01:18:17.9673764Z /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_legacy.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_legacy.h [skipped, already hipified] 2022-11-23T01:18:17.9719658Z /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_python.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_python.cpp [skipped, already hipified] 2022-11-23T01:18:17.9724861Z /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_python.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_python.h [skipped, already hipified] 2022-11-23T01:18:17.9733407Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_anomaly_mode.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_anomaly_mode.cpp [skipped, already hipified] 2022-11-23T01:18:17.9751283Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_anomaly_mode.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_anomaly_mode.h [skipped, already hipified] 2022-11-23T01:18:17.9758643Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_autograd.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_autograd.h [skipped, already hipified] 2022-11-23T01:18:17.9773179Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_cpp_function.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_cpp_function.cpp [skipped, already hipified] 2022-11-23T01:18:17.9784009Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_cpp_function.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_cpp_function.h [skipped, already hipified] 2022-11-23T01:18:17.9806810Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_engine.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_engine.cpp [skipped, already hipified] 2022-11-23T01:18:17.9813657Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_engine.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_engine.h [skipped, already hipified] 2022-11-23T01:18:17.9820210Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_enum_tag.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_enum_tag.h [skipped, already hipified] 2022-11-23T01:18:17.9827284Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_fft_functions.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_fft_functions.h [skipped, already hipified] 2022-11-23T01:18:17.9875209Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_function.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_function.cpp [skipped, already hipified] 2022-11-23T01:18:17.9885150Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_function.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_function.h [skipped, already hipified] 2022-11-23T01:18:17.9900471Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_hook.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_hook.cpp [skipped, already hipified] 2022-11-23T01:18:17.9907749Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_hook.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_hook.h [skipped, already hipified] 2022-11-23T01:18:17.9917673Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_legacy_variable.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_legacy_variable.cpp [skipped, already hipified] 2022-11-23T01:18:17.9923388Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_legacy_variable.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_legacy_variable.h [skipped, already hipified] 2022-11-23T01:18:17.9940120Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_linalg_functions.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_linalg_functions.h [skipped, already hipified] 2022-11-23T01:18:17.9945062Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_nested_functions.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_nested_functions.h [skipped, already hipified] 2022-11-23T01:18:17.9950391Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_nested_functions_manual.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_nested_functions_manual.cpp [skipped, already hipified] 2022-11-23T01:18:17.9957993Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_nn_functions.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_nn_functions.h [skipped, already hipified] 2022-11-23T01:18:17.9962131Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_return_types.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_return_types.h [skipped, already hipified] 2022-11-23T01:18:17.9971344Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_saved_variable_hooks.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_saved_variable_hooks.cpp [skipped, already hipified] 2022-11-23T01:18:17.9980014Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_saved_variable_hooks.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_saved_variable_hooks.h [skipped, already hipified] 2022-11-23T01:18:17.9985018Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_sparse_functions.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_sparse_functions.h [skipped, already hipified] 2022-11-23T01:18:17.9994039Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_special_functions.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_special_functions.h [skipped, already hipified] 2022-11-23T01:18:17.9999329Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_torch_functions.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_torch_functions.h [skipped, already hipified] 2022-11-23T01:18:18.0037287Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_torch_functions_manual.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_torch_functions_manual.cpp [skipped, already hipified] 2022-11-23T01:18:18.0130416Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_variable.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_variable.cpp [skipped, already hipified] 2022-11-23T01:18:18.0138950Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_variable.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_variable.h [skipped, already hipified] 2022-11-23T01:18:18.0166683Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_variable_indexing.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_variable_indexing.cpp [skipped, already hipified] 2022-11-23T01:18:18.0170605Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_variable_indexing.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_variable_indexing.h [skipped, already hipified] 2022-11-23T01:18:18.0185340Z /var/lib/jenkins/workspace/torch/csrc/autograd/record_function_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/record_function_ops.cpp [skipped, already hipified] 2022-11-23T01:18:18.0192972Z /var/lib/jenkins/workspace/torch/csrc/autograd/record_function_ops.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/record_function_ops.h [skipped, already hipified] 2022-11-23T01:18:18.0208541Z /var/lib/jenkins/workspace/torch/csrc/autograd/saved_variable.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/saved_variable.cpp [skipped, already hipified] 2022-11-23T01:18:18.0216748Z /var/lib/jenkins/workspace/torch/csrc/autograd/saved_variable.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/saved_variable.h [skipped, already hipified] 2022-11-23T01:18:18.0221648Z /var/lib/jenkins/workspace/torch/csrc/autograd/saved_variable_hooks.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/saved_variable_hooks.h [skipped, already hipified] 2022-11-23T01:18:18.0228393Z /var/lib/jenkins/workspace/torch/csrc/autograd/symbolic.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/symbolic.h [skipped, already hipified] 2022-11-23T01:18:18.0268853Z /var/lib/jenkins/workspace/torch/csrc/autograd/variable.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/variable.cpp [skipped, already hipified] 2022-11-23T01:18:18.0306571Z /var/lib/jenkins/workspace/torch/csrc/autograd/variable.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/variable.h [skipped, already hipified] 2022-11-23T01:18:18.0313101Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/accumulate_grad.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/accumulate_grad.cpp [skipped, already hipified] 2022-11-23T01:18:18.0332118Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/accumulate_grad.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/accumulate_grad.h [skipped, already hipified] 2022-11-23T01:18:18.0341899Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/basic_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/basic_ops.cpp [skipped, already hipified] 2022-11-23T01:18:18.0349744Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/basic_ops.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/basic_ops.h [skipped, already hipified] 2022-11-23T01:18:18.0362628Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/comm.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/comm.cpp [ok] 2022-11-23T01:18:18.0369714Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/comm.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/comm.h [ok] 2022-11-23T01:18:18.0384069Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/init.cpp [skipped, already hipified] 2022-11-23T01:18:18.0391572Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/pybind.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/pybind.h [skipped, already hipified] 2022-11-23T01:18:18.0404067Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/tensor.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/tensor.cpp [skipped, already hipified] 2022-11-23T01:18:18.0411818Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/tensor.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/tensor.h [skipped, already hipified] 2022-11-23T01:18:18.0419324Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/utils.cpp [skipped, already hipified] 2022-11-23T01:18:18.0427037Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/utils.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/utils.h [skipped, already hipified] 2022-11-23T01:18:18.0435301Z /var/lib/jenkins/workspace/torch/csrc/autograd/utils/error_messages.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/utils/error_messages.h [skipped, already hipified] 2022-11-23T01:18:18.0443359Z /var/lib/jenkins/workspace/torch/csrc/autograd/utils/grad_layout_contract.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/utils/grad_layout_contract.h [skipped, already hipified] 2022-11-23T01:18:18.0451323Z /var/lib/jenkins/workspace/torch/csrc/autograd/utils/lambda_post_hook.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/utils/lambda_post_hook.h [skipped, already hipified] 2022-11-23T01:18:18.0458732Z /var/lib/jenkins/workspace/torch/csrc/autograd/utils/python_arg_parsing.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/utils/python_arg_parsing.h [skipped, already hipified] 2022-11-23T01:18:18.0465576Z /var/lib/jenkins/workspace/torch/csrc/autograd/utils/warnings.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/utils/warnings.cpp [skipped, already hipified] 2022-11-23T01:18:18.0472183Z /var/lib/jenkins/workspace/torch/csrc/autograd/utils/warnings.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/utils/warnings.h [skipped, already hipified] 2022-11-23T01:18:18.0480641Z /var/lib/jenkins/workspace/torch/csrc/autograd/utils/wrap_outputs.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/utils/wrap_outputs.h [skipped, already hipified] 2022-11-23T01:18:18.0506376Z /var/lib/jenkins/workspace/torch/csrc/cuda/Event.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/Event.cpp [ok] 2022-11-23T01:18:18.0515822Z /var/lib/jenkins/workspace/torch/csrc/cuda/Event.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/Event.h [ok] 2022-11-23T01:18:18.0525243Z /var/lib/jenkins/workspace/torch/csrc/cuda/Graph.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/Graph.cpp [ok] 2022-11-23T01:18:18.0573132Z /var/lib/jenkins/workspace/torch/csrc/cuda/Module.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/Module.cpp [ok] 2022-11-23T01:18:18.0578617Z /var/lib/jenkins/workspace/torch/csrc/cuda/Module.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/Module.h [skipped, already hipified] 2022-11-23T01:18:18.0587793Z /var/lib/jenkins/workspace/torch/csrc/cuda/Stream.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/Stream.cpp [ok] 2022-11-23T01:18:18.0594375Z /var/lib/jenkins/workspace/torch/csrc/cuda/Stream.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/Stream.h [ok] 2022-11-23T01:18:18.0599579Z /var/lib/jenkins/workspace/torch/csrc/cuda/THCP.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/THCP.h [skipped, already hipified] 2022-11-23T01:18:18.0605644Z /var/lib/jenkins/workspace/torch/csrc/cuda/Tensor.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/Tensor.cpp [skipped, already hipified] 2022-11-23T01:18:18.0630241Z /var/lib/jenkins/workspace/torch/csrc/cuda/comm.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/comm.cpp [ok] 2022-11-23T01:18:18.0638779Z /var/lib/jenkins/workspace/torch/csrc/cuda/comm.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/comm.h [ok] 2022-11-23T01:18:18.0644628Z /var/lib/jenkins/workspace/torch/csrc/cuda/device_set.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/device_set.h [skipped, already hipified] 2022-11-23T01:18:18.0656000Z /var/lib/jenkins/workspace/torch/csrc/cuda/memory_snapshot.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/memory_snapshot.cpp [ok] 2022-11-23T01:18:18.0661144Z /var/lib/jenkins/workspace/torch/csrc/cuda/memory_snapshot.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/memory_snapshot.h [skipped, already hipified] 2022-11-23T01:18:18.0695398Z /var/lib/jenkins/workspace/torch/csrc/cuda/nccl.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/nccl.cpp [ok] 2022-11-23T01:18:18.0708551Z /var/lib/jenkins/workspace/torch/csrc/cuda/nccl.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/nccl.h [ok] 2022-11-23T01:18:18.0718676Z /var/lib/jenkins/workspace/torch/csrc/cuda/python_comm.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/python_comm.cpp [ok] 2022-11-23T01:18:18.0726719Z /var/lib/jenkins/workspace/torch/csrc/cuda/python_comm.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/python_comm.h [skipped, already hipified] 2022-11-23T01:18:18.0743853Z /var/lib/jenkins/workspace/torch/csrc/cuda/python_nccl.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/python_nccl.cpp [ok] 2022-11-23T01:18:18.0749717Z /var/lib/jenkins/workspace/torch/csrc/cuda/python_nccl.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/python_nccl.h [skipped, already hipified] 2022-11-23T01:18:18.0769059Z /var/lib/jenkins/workspace/torch/csrc/cuda/utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/utils.cpp [ok] 2022-11-23T01:18:18.0779263Z /var/lib/jenkins/workspace/torch/csrc/cuda/shared/cudart.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/shared/cudart.cpp [ok] 2022-11-23T01:18:18.0791353Z /var/lib/jenkins/workspace/torch/csrc/cuda/shared/cudnn.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/shared/cudnn.cpp [ok] 2022-11-23T01:18:18.0798707Z /var/lib/jenkins/workspace/torch/csrc/cuda/shared/nvtx.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/shared/nvtx.cpp [ok] 2022-11-23T01:18:18.0807748Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/autograd.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/autograd.cpp [skipped, already hipified] 2022-11-23T01:18:18.0817563Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/autograd.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/autograd.h [skipped, already hipified] 2022-11-23T01:18:18.0832178Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/init.cpp [skipped, already hipified] 2022-11-23T01:18:18.0837846Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/python_autograd.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/python_autograd.h [skipped, already hipified] 2022-11-23T01:18:18.0849730Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/utils.cpp [skipped, already hipified] 2022-11-23T01:18:18.0860208Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/utils.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/utils.h [skipped, already hipified] 2022-11-23T01:18:18.0874828Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/container.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/container.cpp [skipped, already hipified] 2022-11-23T01:18:18.0884000Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/container.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/container.h [skipped, already hipified] 2022-11-23T01:18:18.0896767Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/context.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/context.cpp [skipped, already hipified] 2022-11-23T01:18:18.0910691Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/context.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/context.h [skipped, already hipified] 2022-11-23T01:18:18.0950146Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/engine/dist_engine.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/engine/dist_engine.cpp [skipped, already hipified] 2022-11-23T01:18:18.0965049Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/engine/dist_engine.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/engine/dist_engine.h [skipped, already hipified] 2022-11-23T01:18:18.0974262Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/recvrpc_backward.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/recvrpc_backward.cpp [skipped, already hipified] 2022-11-23T01:18:18.0981342Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/recvrpc_backward.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/recvrpc_backward.h [skipped, already hipified] 2022-11-23T01:18:18.0986279Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/sendrpc_backward.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/sendrpc_backward.cpp [skipped, already hipified] 2022-11-23T01:18:18.0993065Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/sendrpc_backward.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/sendrpc_backward.h [skipped, already hipified] 2022-11-23T01:18:18.1000310Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.cpp [skipped, already hipified] 2022-11-23T01:18:18.1009272Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h [skipped, already hipified] 2022-11-23T01:18:18.1015962Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.cpp [skipped, already hipified] 2022-11-23T01:18:18.1020738Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h [skipped, already hipified] 2022-11-23T01:18:18.1027860Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.cpp [skipped, already hipified] 2022-11-23T01:18:18.1033878Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h [skipped, already hipified] 2022-11-23T01:18:18.1042125Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.cpp [skipped, already hipified] 2022-11-23T01:18:18.1048546Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h [skipped, already hipified] 2022-11-23T01:18:18.1055768Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.cpp [skipped, already hipified] 2022-11-23T01:18:18.1066432Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h [skipped, already hipified] 2022-11-23T01:18:18.1075244Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.cpp [skipped, already hipified] 2022-11-23T01:18:18.1083527Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h [skipped, already hipified] 2022-11-23T01:18:18.1094600Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.cpp [skipped, already hipified] 2022-11-23T01:18:18.1102151Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h [skipped, already hipified] 2022-11-23T01:18:18.1113898Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.cpp [skipped, already hipified] 2022-11-23T01:18:18.1119928Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h [skipped, already hipified] 2022-11-23T01:18:18.1128478Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.cpp [skipped, already hipified] 2022-11-23T01:18:18.1135460Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h [skipped, already hipified] 2022-11-23T01:18:18.1140224Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.cpp [skipped, already hipified] 2022-11-23T01:18:18.1146081Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h [skipped, already hipified] 2022-11-23T01:18:18.1166502Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Backend.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Backend.cpp [skipped, already hipified] 2022-11-23T01:18:18.1179405Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Backend.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Backend.hpp [skipped, already hipified] 2022-11-23T01:18:18.1198660Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/FileStore.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/FileStore.cpp [skipped, already hipified] 2022-11-23T01:18:18.1206931Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/FileStore.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/FileStore.hpp [skipped, already hipified] 2022-11-23T01:18:18.1216005Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/GlooDeviceFactory.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/GlooDeviceFactory.cpp [skipped, already hipified] 2022-11-23T01:18:18.1222812Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp [skipped, already hipified] 2022-11-23T01:18:18.1231593Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/HashStore.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/HashStore.cpp [skipped, already hipified] 2022-11-23T01:18:18.1236677Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/HashStore.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/HashStore.hpp [skipped, already hipified] 2022-11-23T01:18:18.1243315Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/NCCLUtils.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/NCCLUtils.cpp [skipped, already hipified] 2022-11-23T01:18:18.1259008Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/NCCLUtils.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/NCCLUtils.hpp [ok] 2022-11-23T01:18:18.1299562Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Ops.cpp [skipped, already hipified] 2022-11-23T01:18:18.1308013Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Ops.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Ops.hpp [skipped, already hipified] 2022-11-23T01:18:18.1331046Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/OpsImpl.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/OpsImpl.cpp [skipped, already hipified] 2022-11-23T01:18:18.1341487Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ParamCommsUtils.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ParamCommsUtils.cpp [skipped, already hipified] 2022-11-23T01:18:18.1355475Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ParamCommsUtils.hpp [skipped, already hipified] 2022-11-23T01:18:18.1361587Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/PrefixStore.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/PrefixStore.cpp [skipped, already hipified] 2022-11-23T01:18:18.1375831Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/PrefixStore.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/PrefixStore.hpp [skipped, already hipified] 2022-11-23T01:18:18.1382282Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroup.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroup.cpp [skipped, already hipified] 2022-11-23T01:18:18.1396986Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroup.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroup.hpp [skipped, already hipified] 2022-11-23T01:18:18.1489539Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupGloo.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupGloo.cpp [skipped, already hipified] 2022-11-23T01:18:18.1509298Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp [skipped, already hipified] 2022-11-23T01:18:18.1547380Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupMPI.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupMPI.cpp [skipped, already hipified] 2022-11-23T01:18:18.1559468Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp [skipped, already hipified] 2022-11-23T01:18:18.1658018Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp [ok] 2022-11-23T01:18:18.1694104Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp [ok] 2022-11-23T01:18:18.1702556Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.cpp [skipped, already hipified] 2022-11-23T01:18:18.1710060Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp [skipped, already hipified] 2022-11-23T01:18:18.1780067Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupUCC.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupUCC.cpp [ok] 2022-11-23T01:18:18.1805490Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp [ok] 2022-11-23T01:18:18.1833363Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupWrapper.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupWrapper.cpp [skipped, already hipified] 2022-11-23T01:18:18.1842427Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp [skipped, already hipified] 2022-11-23T01:18:18.1853304Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/PyProcessGroup.hpp [skipped, already hipified] 2022-11-23T01:18:18.1859157Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Store.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Store.cpp [skipped, already hipified] 2022-11-23T01:18:18.1877365Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Store.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Store.hpp [skipped, already hipified] 2022-11-23T01:18:18.1920370Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/TCPStore.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/TCPStore.cpp [skipped, already hipified] 2022-11-23T01:18:18.1927228Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/TCPStore.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/TCPStore.hpp [skipped, already hipified] 2022-11-23T01:18:18.1940139Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/TraceUtils.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/TraceUtils.h [skipped, already hipified] 2022-11-23T01:18:18.1949922Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Types.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Types.hpp [skipped, already hipified] 2022-11-23T01:18:18.1956779Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/UCCForNCCL.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/UCCForNCCL.hpp [skipped, already hipified] 2022-11-23T01:18:18.1967016Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/UCCTracing.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/UCCTracing.cpp [skipped, already hipified] 2022-11-23T01:18:18.1973220Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/UCCTracing.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/UCCTracing.hpp [skipped, already hipified] 2022-11-23T01:18:18.1984401Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/UCCUtils.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/UCCUtils.cpp [skipped, already hipified] 2022-11-23T01:18:18.1996043Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/UCCUtils.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/UCCUtils.hpp [skipped, already hipified] 2022-11-23T01:18:18.2000348Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/UnixSockUtils.hpp [skipped, already hipified] 2022-11-23T01:18:18.2006091Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Utils.cpp [skipped, already hipified] 2022-11-23T01:18:18.2036036Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Utils.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Utils.hpp [skipped, already hipified] 2022-11-23T01:18:18.2041012Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/WinSockUtils.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/WinSockUtils.hpp [skipped, already hipified] 2022-11-23T01:18:18.2052609Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Work.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Work.cpp [skipped, already hipified] 2022-11-23T01:18:18.2062139Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Work.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Work.hpp [skipped, already hipified] 2022-11-23T01:18:18.2065938Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/c10d.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/c10d.h [skipped, already hipified] 2022-11-23T01:18:18.2077590Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/comm.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/comm.cpp [skipped, already hipified] 2022-11-23T01:18:18.2087144Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/comm.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/comm.hpp [skipped, already hipified] 2022-11-23T01:18:18.2096098Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/debug.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/debug.cpp [skipped, already hipified] 2022-11-23T01:18:18.2102365Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/debug.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/debug.h [skipped, already hipified] 2022-11-23T01:18:18.2110519Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/default_comm_hooks.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/default_comm_hooks.cpp [skipped, already hipified] 2022-11-23T01:18:18.2116504Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/default_comm_hooks.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/default_comm_hooks.hpp [skipped, already hipified] 2022-11-23T01:18:18.2122633Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/error.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/error.h [skipped, already hipified] 2022-11-23T01:18:18.2127924Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/exception.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/exception.cpp [skipped, already hipified] 2022-11-23T01:18:18.2136095Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/exception.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/exception.h [skipped, already hipified] 2022-11-23T01:18:18.2223249Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/init.cpp [skipped, already hipified] 2022-11-23T01:18:18.2243180Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/logger.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/logger.cpp [skipped, already hipified] 2022-11-23T01:18:18.2251323Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/logger.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/logger.hpp [skipped, already hipified] 2022-11-23T01:18:18.2256992Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/logging.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/logging.cpp [skipped, already hipified] 2022-11-23T01:18:18.2265231Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/logging.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/logging.h [skipped, already hipified] 2022-11-23T01:18:18.2274269Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/python_comm_hook.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/python_comm_hook.cpp [skipped, already hipified] 2022-11-23T01:18:18.2279086Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/python_comm_hook.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/python_comm_hook.h [skipped, already hipified] 2022-11-23T01:18:18.2362681Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/reducer.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/reducer.cpp [skipped, already hipified] 2022-11-23T01:18:18.2404141Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/reducer.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/reducer.hpp [skipped, already hipified] 2022-11-23T01:18:18.2415031Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/reducer_cuda.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/reducer_cuda.cpp [ok] 2022-11-23T01:18:18.2421883Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/reducer_timer.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/reducer_timer.hpp [skipped, already hipified] 2022-11-23T01:18:18.2426973Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/sequence_num.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/sequence_num.cpp [skipped, already hipified] 2022-11-23T01:18:18.2442172Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/sequence_num.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/sequence_num.hpp [skipped, already hipified] 2022-11-23T01:18:18.2476425Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/socket.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/socket.cpp [skipped, already hipified] 2022-11-23T01:18:18.2485063Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/socket.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/socket.h [skipped, already hipified] 2022-11-23T01:18:18.2494955Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/quantization/quantization.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/quantization/quantization.cpp [skipped, already hipified] 2022-11-23T01:18:18.2499378Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/quantization/quantization.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/quantization/quantization.h [skipped, already hipified] 2022-11-23T01:18:18.2510085Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/quantization/quantization_gpu.cu -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/quantization/quantization_gpu.cu [ok] 2022-11-23T01:18:18.2523556Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/quantization/quantization_gpu.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/quantization/quantization_gpu.h [skipped, already hipified] 2022-11-23T01:18:18.2528121Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/quantization/quantization_utils.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/quantization/quantization_utils.h [skipped, already hipified] 2022-11-23T01:18:18.2542731Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/agent_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/agent_utils.cpp [skipped, already hipified] 2022-11-23T01:18:18.2547752Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/agent_utils.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/agent_utils.h [skipped, already hipified] 2022-11-23T01:18:18.2589984Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/init.cpp [skipped, already hipified] 2022-11-23T01:18:18.2600438Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.cpp [skipped, already hipified] 2022-11-23T01:18:18.2612262Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h [skipped, already hipified] 2022-11-23T01:18:18.2630202Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/py_rref.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/py_rref.cpp [skipped, already hipified] 2022-11-23T01:18:18.2640717Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/py_rref.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/py_rref.h [skipped, already hipified] 2022-11-23T01:18:18.2646766Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_call.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_call.cpp [skipped, already hipified] 2022-11-23T01:18:18.2651831Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_call.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_call.h [skipped, already hipified] 2022-11-23T01:18:18.2672032Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_functions.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_functions.cpp [skipped, already hipified] 2022-11-23T01:18:18.2681655Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_functions.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_functions.h [skipped, already hipified] 2022-11-23T01:18:18.2705334Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_remote_call.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_remote_call.cpp [skipped, already hipified] 2022-11-23T01:18:18.2715990Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_remote_call.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_remote_call.h [skipped, already hipified] 2022-11-23T01:18:18.2722986Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_resp.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_resp.cpp [skipped, already hipified] 2022-11-23T01:18:18.2730086Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_resp.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_resp.h [skipped, already hipified] 2022-11-23T01:18:18.2742095Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_rpc_handler.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_rpc_handler.cpp [skipped, already hipified] 2022-11-23T01:18:18.2751358Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_rpc_handler.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_rpc_handler.h [skipped, already hipified] 2022-11-23T01:18:18.2761534Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback.cpp [skipped, already hipified] 2022-11-23T01:18:18.2768818Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback.h [skipped, already hipified] 2022-11-23T01:18:18.2796848Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback_impl.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback_impl.cpp [ok] 2022-11-23T01:18:18.2805199Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback_impl.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback_impl.h [skipped, already hipified] 2022-11-23T01:18:18.2836654Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback_no_python.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback_no_python.cpp [ok] 2022-11-23T01:18:18.2846286Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback_no_python.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback_no_python.h [skipped, already hipified] 2022-11-23T01:18:18.2851788Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc.h [skipped, already hipified] 2022-11-23T01:18:18.2883483Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.cpp [skipped, already hipified] 2022-11-23T01:18:18.2901834Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.h [skipped, already hipified] 2022-11-23T01:18:18.2907048Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_command_base.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_command_base.h [skipped, already hipified] 2022-11-23T01:18:18.2944884Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_context.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_context.cpp [skipped, already hipified] 2022-11-23T01:18:18.2962181Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_context.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_context.h [skipped, already hipified] 2022-11-23T01:18:18.2976057Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_impl.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_impl.cpp [skipped, already hipified] 2022-11-23T01:18:18.2993467Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_impl.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_impl.h [skipped, already hipified] 2022-11-23T01:18:18.3003409Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_proto.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_proto.cpp [skipped, already hipified] 2022-11-23T01:18:18.3013868Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_proto.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_proto.h [skipped, already hipified] 2022-11-23T01:18:18.3024013Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_call.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_call.cpp [skipped, already hipified] 2022-11-23T01:18:18.3033145Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_call.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_call.h [skipped, already hipified] 2022-11-23T01:18:18.3042808Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_remote_call.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_remote_call.cpp [skipped, already hipified] 2022-11-23T01:18:18.3049005Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_remote_call.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_remote_call.h [skipped, already hipified] 2022-11-23T01:18:18.3054015Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_resp.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_resp.cpp [skipped, already hipified] 2022-11-23T01:18:18.3059055Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_resp.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_resp.h [skipped, already hipified] 2022-11-23T01:18:18.3113576Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/tensorpipe_agent.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/tensorpipe_agent.cpp [skipped, already hipified] 2022-11-23T01:18:18.3136805Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/tensorpipe_agent.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/tensorpipe_agent.h [skipped, already hipified] 2022-11-23T01:18:18.3145615Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/tensorpipe_cuda.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/tensorpipe_cuda.cpp [ok] 2022-11-23T01:18:18.3161989Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/tensorpipe_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/tensorpipe_utils.cpp [skipped, already hipified] 2022-11-23T01:18:18.3173368Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/tensorpipe_utils.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/tensorpipe_utils.h [skipped, already hipified] 2022-11-23T01:18:18.3182527Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/torchscript_functions.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/torchscript_functions.cpp [skipped, already hipified] 2022-11-23T01:18:18.3188532Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/torchscript_functions.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/torchscript_functions.h [skipped, already hipified] 2022-11-23T01:18:18.3213805Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/types.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/types.cpp [skipped, already hipified] 2022-11-23T01:18:18.3220042Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/types.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/types.h [skipped, already hipified] 2022-11-23T01:18:18.3225698Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/unpickled_python_call.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/unpickled_python_call.cpp [skipped, already hipified] 2022-11-23T01:18:18.3231325Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/unpickled_python_call.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/unpickled_python_call.h [skipped, already hipified] 2022-11-23T01:18:18.3237171Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/unpickled_python_remote_call.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/unpickled_python_remote_call.cpp [skipped, already hipified] 2022-11-23T01:18:18.3244828Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/unpickled_python_remote_call.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/unpickled_python_remote_call.h [skipped, already hipified] 2022-11-23T01:18:18.3273205Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/utils.cpp [ok] 2022-11-23T01:18:18.3284653Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/utils.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/utils.h [skipped, already hipified] 2022-11-23T01:18:18.3291057Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/metrics/RpcMetricsHandler.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/metrics/RpcMetricsHandler.h [skipped, already hipified] 2022-11-23T01:18:18.3296342Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/metrics/registry.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/metrics/registry.cpp [skipped, already hipified] 2022-11-23T01:18:18.3303893Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.cpp [skipped, already hipified] 2022-11-23T01:18:18.3315412Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.h [skipped, already hipified] 2022-11-23T01:18:18.3324770Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.cpp [skipped, already hipified] 2022-11-23T01:18:18.3347076Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.h [skipped, already hipified] 2022-11-23T01:18:18.3359900Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.cpp [skipped, already hipified] 2022-11-23T01:18:18.3371183Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.h [skipped, already hipified] 2022-11-23T01:18:18.3382366Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/testing/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/testing/init.cpp [skipped, already hipified] 2022-11-23T01:18:18.3395420Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/testing/testing.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/testing/testing.h [skipped, already hipified] 2022-11-23T01:18:18.3422776Z /var/lib/jenkins/workspace/torch/csrc/dynamo/eval_frame.c -> /var/lib/jenkins/workspace/torch/csrc/dynamo/eval_frame.c [skipped, already hipified] 2022-11-23T01:18:18.3428292Z /var/lib/jenkins/workspace/torch/csrc/dynamo/eval_frame.h -> /var/lib/jenkins/workspace/torch/csrc/dynamo/eval_frame.h [skipped, already hipified] 2022-11-23T01:18:18.3446872Z /var/lib/jenkins/workspace/torch/csrc/dynamo/guards.cpp -> /var/lib/jenkins/workspace/torch/csrc/dynamo/guards.cpp [skipped, already hipified] 2022-11-23T01:18:18.3456697Z /var/lib/jenkins/workspace/torch/csrc/dynamo/guards.h -> /var/lib/jenkins/workspace/torch/csrc/dynamo/guards.h [skipped, already hipified] 2022-11-23T01:18:18.3461639Z /var/lib/jenkins/workspace/torch/csrc/dynamo/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/dynamo/init.cpp [skipped, already hipified] 2022-11-23T01:18:18.3468246Z /var/lib/jenkins/workspace/torch/csrc/dynamo/init.h -> /var/lib/jenkins/workspace/torch/csrc/dynamo/init.h [skipped, already hipified] 2022-11-23T01:18:18.3493848Z /var/lib/jenkins/workspace/torch/csrc/functorch/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/functorch/init.cpp [skipped, already hipified] 2022-11-23T01:18:18.3497784Z /var/lib/jenkins/workspace/torch/csrc/functorch/init.h -> /var/lib/jenkins/workspace/torch/csrc/functorch/init.h [skipped, already hipified] 2022-11-23T01:18:18.3507522Z /var/lib/jenkins/workspace/torch/csrc/jit/jit_log.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/jit_log.cpp [skipped, already hipified] 2022-11-23T01:18:18.3515761Z /var/lib/jenkins/workspace/torch/csrc/jit/jit_log.h -> /var/lib/jenkins/workspace/torch/csrc/jit/jit_log.h [skipped, already hipified] 2022-11-23T01:18:18.3524112Z /var/lib/jenkins/workspace/torch/csrc/jit/jit_opt_limit.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/jit_opt_limit.cpp [skipped, already hipified] 2022-11-23T01:18:18.3531766Z /var/lib/jenkins/workspace/torch/csrc/jit/jit_opt_limit.h -> /var/lib/jenkins/workspace/torch/csrc/jit/jit_opt_limit.h [skipped, already hipified] 2022-11-23T01:18:18.3537944Z /var/lib/jenkins/workspace/torch/csrc/jit/resource_guard.h -> /var/lib/jenkins/workspace/torch/csrc/jit/resource_guard.h [skipped, already hipified] 2022-11-23T01:18:18.3552613Z /var/lib/jenkins/workspace/torch/csrc/jit/api/compilation_unit.h -> /var/lib/jenkins/workspace/torch/csrc/jit/api/compilation_unit.h [skipped, already hipified] 2022-11-23T01:18:18.3562956Z /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.cpp [skipped, already hipified] 2022-11-23T01:18:18.3575362Z /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h -> /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h [skipped, already hipified] 2022-11-23T01:18:18.3581292Z /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h -> /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h [skipped, already hipified] 2022-11-23T01:18:18.3610403Z /var/lib/jenkins/workspace/torch/csrc/jit/api/module.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/api/module.cpp [skipped, already hipified] 2022-11-23T01:18:18.3638652Z /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h -> /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h [skipped, already hipified] 2022-11-23T01:18:18.3645624Z /var/lib/jenkins/workspace/torch/csrc/jit/api/module_save.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/api/module_save.cpp [skipped, already hipified] 2022-11-23T01:18:18.3654139Z /var/lib/jenkins/workspace/torch/csrc/jit/api/object.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/api/object.cpp [skipped, already hipified] 2022-11-23T01:18:18.3664564Z /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h -> /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h [skipped, already hipified] 2022-11-23T01:18:18.3678189Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend.h [skipped, already hipified] 2022-11-23T01:18:18.3684435Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_debug_handler.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_debug_handler.cpp [skipped, already hipified] 2022-11-23T01:18:18.3696587Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_debug_handler.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_debug_handler.h [skipped, already hipified] 2022-11-23T01:18:18.3702288Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_debug_info.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_debug_info.cpp [skipped, already hipified] 2022-11-23T01:18:18.3711335Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_debug_info.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_debug_info.h [skipped, already hipified] 2022-11-23T01:18:18.3732425Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_detail.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_detail.cpp [skipped, already hipified] 2022-11-23T01:18:18.3738435Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_detail.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_detail.h [skipped, already hipified] 2022-11-23T01:18:18.3745237Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_exception.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_exception.h [skipped, already hipified] 2022-11-23T01:18:18.3759574Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_init.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_init.cpp [skipped, already hipified] 2022-11-23T01:18:18.3766176Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_init.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_init.h [skipped, already hipified] 2022-11-23T01:18:18.3771474Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_interface.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_interface.cpp [skipped, already hipified] 2022-11-23T01:18:18.3776460Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_interface.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_interface.h [skipped, already hipified] 2022-11-23T01:18:18.3781199Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_preprocess.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_preprocess.h [skipped, already hipified] 2022-11-23T01:18:18.3787018Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_resolver.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_resolver.cpp [skipped, already hipified] 2022-11-23T01:18:18.3792549Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_resolver.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_resolver.h [skipped, already hipified] 2022-11-23T01:18:18.3800253Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/cpp/backend.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/cpp/backend.cpp [skipped, already hipified] 2022-11-23T01:18:18.3805489Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/cpp/context.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/cpp/context.cpp [skipped, already hipified] 2022-11-23T01:18:18.3811491Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/cpp/context.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/cpp/context.h [skipped, already hipified] 2022-11-23T01:18:18.3817135Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/cpp/preprocess.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/cpp/preprocess.cpp [skipped, already hipified] 2022-11-23T01:18:18.3822969Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/objc/PTMCoreMLCompiler.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/objc/PTMCoreMLCompiler.h [skipped, already hipified] 2022-11-23T01:18:18.3827951Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/objc/PTMCoreMLExecutor.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/objc/PTMCoreMLExecutor.h [skipped, already hipified] 2022-11-23T01:18:18.3834261Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/objc/PTMCoreMLFeatureProvider.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/objc/PTMCoreMLFeatureProvider.h [skipped, already hipified] 2022-11-23T01:18:18.3840919Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/objc/PTMCoreMLModelWrapper.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/objc/PTMCoreMLModelWrapper.h [skipped, already hipified] 2022-11-23T01:18:18.3846233Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/objc/PTMCoreMLTensorSpec.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/objc/PTMCoreMLTensorSpec.h [skipped, already hipified] 2022-11-23T01:18:18.3858079Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/nnapi/nnapi_backend_lib.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/nnapi/nnapi_backend_lib.cpp [skipped, already hipified] 2022-11-23T01:18:18.3883047Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/nnapi/nnapi_backend_preprocess.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/nnapi/nnapi_backend_preprocess.cpp [skipped, already hipified] 2022-11-23T01:18:18.3897104Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/xnnpack_backend_lib.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/xnnpack_backend_lib.cpp [skipped, already hipified] 2022-11-23T01:18:18.3906422Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/xnnpack_backend_preprocess.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/xnnpack_backend_preprocess.cpp [skipped, already hipified] 2022-11-23T01:18:18.3920966Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/xnnpack_graph_builder.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/xnnpack_graph_builder.cpp [skipped, already hipified] 2022-11-23T01:18:18.3929603Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/xnnpack_graph_builder.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/xnnpack_graph_builder.h [skipped, already hipified] 2022-11-23T01:18:18.3942157Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/compiler/xnn_compiler.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/compiler/xnn_compiler.cpp [skipped, already hipified] 2022-11-23T01:18:18.3947907Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/compiler/xnn_compiler.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/compiler/xnn_compiler.h [skipped, already hipified] 2022-11-23T01:18:18.3954227Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/executor/xnn_executor.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/executor/xnn_executor.h [skipped, already hipified] 2022-11-23T01:18:18.3961894Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/serialization/serializer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/serialization/serializer.cpp [skipped, already hipified] 2022-11-23T01:18:18.3969086Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/serialization/serializer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/serialization/serializer.h [skipped, already hipified] 2022-11-23T01:18:18.4050881Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/arith.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/arith.cpp [skipped, already hipified] 2022-11-23T01:18:18.4082456Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/arith.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/arith.h [skipped, already hipified] 2022-11-23T01:18:18.4092186Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/codegen.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/codegen.h [skipped, already hipified] 2022-11-23T01:18:18.4106935Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/compute_at.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/compute_at.cpp [skipped, already hipified] 2022-11-23T01:18:18.4115048Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/compute_at.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/compute_at.h [skipped, already hipified] 2022-11-23T01:18:18.4162653Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/compute_at_map.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/compute_at_map.cpp [skipped, already hipified] 2022-11-23T01:18:18.4175101Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/compute_at_map.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/compute_at_map.h [skipped, already hipified] 2022-11-23T01:18:18.4201542Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/contiguity.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/contiguity.cpp [skipped, already hipified] 2022-11-23T01:18:18.4225594Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/contiguity.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/contiguity.h [skipped, already hipified] 2022-11-23T01:18:18.4239547Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/disjoint_set.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/disjoint_set.h [skipped, already hipified] 2022-11-23T01:18:18.4280074Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/dispatch.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/dispatch.cpp [skipped, already hipified] 2022-11-23T01:18:18.4294362Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/dispatch.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/dispatch.h [skipped, already hipified] 2022-11-23T01:18:18.4310251Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/dynamic_type.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/dynamic_type.h [skipped, already hipified] 2022-11-23T01:18:18.4342359Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/evaluator_common.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/evaluator_common.cpp [skipped, already hipified] 2022-11-23T01:18:18.4356411Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/evaluator_common.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/evaluator_common.h [skipped, already hipified] 2022-11-23T01:18:18.4396895Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor.cpp [ok] 2022-11-23T01:18:18.4413227Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor.h [ok] 2022-11-23T01:18:18.4427813Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_kernel_arg.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_kernel_arg.cpp [skipped, already hipified] 2022-11-23T01:18:18.4446016Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h [ok] 2022-11-23T01:18:18.4457273Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_launch_params.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_launch_params.cpp [ok] 2022-11-23T01:18:18.4466316Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_launch_params.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_launch_params.h [skipped, already hipified] 2022-11-23T01:18:18.4531439Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_utils.cpp [ok] 2022-11-23T01:18:18.4544521Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_utils.h [ok] 2022-11-23T01:18:18.4556694Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/expr_evaluator.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/expr_evaluator.cpp [skipped, already hipified] 2022-11-23T01:18:18.4562579Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/expr_evaluator.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/expr_evaluator.h [skipped, already hipified] 2022-11-23T01:18:18.4591283Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/fusion.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/fusion.cpp [skipped, already hipified] 2022-11-23T01:18:18.4604344Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/fusion.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/fusion.h [skipped, already hipified] 2022-11-23T01:18:18.4704821Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/fusion_segmenter.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/fusion_segmenter.cpp [skipped, already hipified] 2022-11-23T01:18:18.4733551Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/fusion_segmenter.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/fusion_segmenter.h [skipped, already hipified] 2022-11-23T01:18:18.4825930Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/graph_fuser.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/graph_fuser.cpp [skipped, already hipified] 2022-11-23T01:18:18.4836771Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/grouped_reduction.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/grouped_reduction.cpp [skipped, already hipified] 2022-11-23T01:18:18.4842766Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/grouped_reduction.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/grouped_reduction.h [skipped, already hipified] 2022-11-23T01:18:18.4944999Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/index_compute.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/index_compute.cpp [skipped, already hipified] 2022-11-23T01:18:18.4974666Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/index_compute.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/index_compute.h [skipped, already hipified] 2022-11-23T01:18:18.4986902Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/inlining.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/inlining.cpp [skipped, already hipified] 2022-11-23T01:18:18.4994028Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/inlining.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/inlining.h [skipped, already hipified] 2022-11-23T01:18:18.5002045Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/instrumentation.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/instrumentation.cpp [skipped, already hipified] 2022-11-23T01:18:18.5011022Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/instrumentation.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/instrumentation.h [ok] 2022-11-23T01:18:18.5051669Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/interface.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/interface.cpp [skipped, already hipified] 2022-11-23T01:18:18.5058966Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/interface.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/interface.h [skipped, already hipified] 2022-11-23T01:18:18.5064457Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_all_nodes.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_all_nodes.h [skipped, already hipified] 2022-11-23T01:18:18.5078991Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_base_nodes.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_base_nodes.cpp [skipped, already hipified] 2022-11-23T01:18:18.5101162Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_base_nodes.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_base_nodes.h [skipped, already hipified] 2022-11-23T01:18:18.5119118Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_builder.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_builder.cpp [skipped, already hipified] 2022-11-23T01:18:18.5129340Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_builder.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_builder.h [skipped, already hipified] 2022-11-23T01:18:18.5146330Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_cloner.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_cloner.cpp [skipped, already hipified] 2022-11-23T01:18:18.5154876Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_cloner.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_cloner.h [skipped, already hipified] 2022-11-23T01:18:18.5169357Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_container.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_container.cpp [skipped, already hipified] 2022-11-23T01:18:18.5185307Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_container.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_container.h [skipped, already hipified] 2022-11-23T01:18:18.5205759Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_graphviz.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_graphviz.cpp [skipped, already hipified] 2022-11-23T01:18:18.5213971Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_graphviz.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_graphviz.h [skipped, already hipified] 2022-11-23T01:18:18.5239133Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h [skipped, already hipified] 2022-11-23T01:18:18.5300219Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h [skipped, already hipified] 2022-11-23T01:18:18.5332652Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_iostream.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_iostream.cpp [skipped, already hipified] 2022-11-23T01:18:18.5346969Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_iostream.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_iostream.h [skipped, already hipified] 2022-11-23T01:18:18.5431245Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_nodes.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_nodes.cpp [skipped, already hipified] 2022-11-23T01:18:18.5440086Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_printer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_printer.h [skipped, already hipified] 2022-11-23T01:18:18.5491334Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_utils.cpp [skipped, already hipified] 2022-11-23T01:18:18.5506939Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_utils.h [skipped, already hipified] 2022-11-23T01:18:18.5536737Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.cpp [skipped, already hipified] 2022-11-23T01:18:18.5557189Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.h [skipped, already hipified] 2022-11-23T01:18:18.5574467Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel.cpp [ok] 2022-11-23T01:18:18.5585779Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel.h [skipped, already hipified] 2022-11-23T01:18:18.5623277Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_cache.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_cache.cpp [ok] 2022-11-23T01:18:18.5649699Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_cache.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_cache.h [skipped, already hipified] 2022-11-23T01:18:18.5662923Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.cpp [skipped, already hipified] 2022-11-23T01:18:18.5670497Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h [skipped, already hipified] 2022-11-23T01:18:18.5703115Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_ir.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_ir.cpp [skipped, already hipified] 2022-11-23T01:18:18.5730535Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_ir.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_ir.h [skipped, already hipified] 2022-11-23T01:18:18.5743860Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.cpp [skipped, already hipified] 2022-11-23T01:18:18.5752736Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h [skipped, already hipified] 2022-11-23T01:18:18.5771553Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower2device.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower2device.cpp [ok] 2022-11-23T01:18:18.5783701Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower2device.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower2device.h [skipped, already hipified] 2022-11-23T01:18:18.5830910Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_alias_memory.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_alias_memory.cpp [skipped, already hipified] 2022-11-23T01:18:18.5838920Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_alias_memory.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_alias_memory.h [skipped, already hipified] 2022-11-23T01:18:18.5869122Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_allocation.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_allocation.cpp [skipped, already hipified] 2022-11-23T01:18:18.5875536Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_allocation.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_allocation.h [skipped, already hipified] 2022-11-23T01:18:18.5897605Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_bank_conflict.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_bank_conflict.cpp [skipped, already hipified] 2022-11-23T01:18:18.5905820Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_bank_conflict.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_bank_conflict.h [skipped, already hipified] 2022-11-23T01:18:18.5913583Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_divisible_split.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_divisible_split.cpp [skipped, already hipified] 2022-11-23T01:18:18.5919645Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_divisible_split.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_divisible_split.h [skipped, already hipified] 2022-11-23T01:18:18.5949596Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_double_buffer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_double_buffer.cpp [skipped, already hipified] 2022-11-23T01:18:18.5963274Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_double_buffer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_double_buffer.h [ok] 2022-11-23T01:18:18.6017712Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_expr_sort.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_expr_sort.cpp [skipped, already hipified] 2022-11-23T01:18:18.6023108Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_expr_sort.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_expr_sort.h [skipped, already hipified] 2022-11-23T01:18:18.6041287Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_fused_reduction.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_fused_reduction.cpp [skipped, already hipified] 2022-11-23T01:18:18.6046295Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h [skipped, already hipified] 2022-11-23T01:18:18.6056847Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.cpp [skipped, already hipified] 2022-11-23T01:18:18.6066717Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h [skipped, already hipified] 2022-11-23T01:18:18.6115970Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_index.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_index.cpp [skipped, already hipified] 2022-11-23T01:18:18.6127219Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_index.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_index.h [skipped, already hipified] 2022-11-23T01:18:18.6180484Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_index_compute.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_index_compute.cpp [skipped, already hipified] 2022-11-23T01:18:18.6192732Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_index_compute.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_index_compute.h [skipped, already hipified] 2022-11-23T01:18:18.6209679Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_index_hoist.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_index_hoist.cpp [skipped, already hipified] 2022-11-23T01:18:18.6225110Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_index_hoist.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_index_hoist.h [skipped, already hipified] 2022-11-23T01:18:18.6249384Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_insert_syncs.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_insert_syncs.cpp [ok] 2022-11-23T01:18:18.6254991Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h [skipped, already hipified] 2022-11-23T01:18:18.6262089Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_instrument.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_instrument.cpp [skipped, already hipified] 2022-11-23T01:18:18.6267922Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_instrument.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_instrument.h [skipped, already hipified] 2022-11-23T01:18:18.6283400Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_loops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_loops.cpp [skipped, already hipified] 2022-11-23T01:18:18.6290991Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_loops.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_loops.h [skipped, already hipified] 2022-11-23T01:18:18.6301965Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_magic_zero.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_magic_zero.cpp [skipped, already hipified] 2022-11-23T01:18:18.6310980Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_magic_zero.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_magic_zero.h [skipped, already hipified] 2022-11-23T01:18:18.6335891Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.cpp [skipped, already hipified] 2022-11-23T01:18:18.6343957Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h [skipped, already hipified] 2022-11-23T01:18:18.6358054Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_predicate.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_predicate.cpp [skipped, already hipified] 2022-11-23T01:18:18.6363654Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_predicate.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_predicate.h [skipped, already hipified] 2022-11-23T01:18:18.6427442Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.cpp [ok] 2022-11-23T01:18:18.6434741Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h [skipped, already hipified] 2022-11-23T01:18:18.6455682Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_replace_size.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_replace_size.cpp [skipped, already hipified] 2022-11-23T01:18:18.6460412Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_replace_size.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_replace_size.h [skipped, already hipified] 2022-11-23T01:18:18.6495443Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_shift.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_shift.cpp [skipped, already hipified] 2022-11-23T01:18:18.6508257Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_shift.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_shift.h [skipped, already hipified] 2022-11-23T01:18:18.6533213Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_sync_information.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_sync_information.cpp [skipped, already hipified] 2022-11-23T01:18:18.6540212Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_sync_information.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_sync_information.h [skipped, already hipified] 2022-11-23T01:18:18.6568532Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_thread_predicate.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_thread_predicate.cpp [skipped, already hipified] 2022-11-23T01:18:18.6580882Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h [skipped, already hipified] 2022-11-23T01:18:18.6590900Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.cpp [skipped, already hipified] 2022-11-23T01:18:18.6609045Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/manager.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/manager.cpp [skipped, already hipified] 2022-11-23T01:18:18.6623257Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h [skipped, already hipified] 2022-11-23T01:18:18.6632511Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.cpp [skipped, already hipified] 2022-11-23T01:18:18.6637948Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h [skipped, already hipified] 2022-11-23T01:18:18.6652068Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_unroll.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_unroll.cpp [skipped, already hipified] 2022-11-23T01:18:18.6659960Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_unroll.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_unroll.h [skipped, already hipified] 2022-11-23T01:18:18.6688603Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_utils.cpp [ok] 2022-11-23T01:18:18.6702104Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_utils.h [skipped, already hipified] 2022-11-23T01:18:18.6755321Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_validation.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_validation.cpp [ok] 2022-11-23T01:18:18.6762936Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_validation.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_validation.h [skipped, already hipified] 2022-11-23T01:18:18.6786644Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_warp_reduce.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_warp_reduce.cpp [ok] 2022-11-23T01:18:18.6800419Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h [skipped, already hipified] 2022-11-23T01:18:18.6807017Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/manager.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/manager.h [skipped, already hipified] 2022-11-23T01:18:18.6825927Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/maxinfo_propagator.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/maxinfo_propagator.cpp [skipped, already hipified] 2022-11-23T01:18:18.6840375Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h [skipped, already hipified] 2022-11-23T01:18:18.6851684Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/mma_type.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/mma_type.cpp [skipped, already hipified] 2022-11-23T01:18:18.6863793Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/mma_type.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/mma_type.h [skipped, already hipified] 2022-11-23T01:18:18.6889603Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/mutator.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/mutator.cpp [skipped, already hipified] 2022-11-23T01:18:18.6897427Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/mutator.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/mutator.h [skipped, already hipified] 2022-11-23T01:18:18.6907169Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/non_divisible_split.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/non_divisible_split.cpp [skipped, already hipified] 2022-11-23T01:18:18.6914915Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/non_divisible_split.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/non_divisible_split.h [skipped, already hipified] 2022-11-23T01:18:18.6930308Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/parallel_dimension_map.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/parallel_dimension_map.cpp [ok] 2022-11-23T01:18:18.6946503Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h [skipped, already hipified] 2022-11-23T01:18:18.6952347Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.cpp [skipped, already hipified] 2022-11-23T01:18:18.6964691Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h [skipped, already hipified] 2022-11-23T01:18:18.7136575Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/parser.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/parser.cpp [skipped, already hipified] 2022-11-23T01:18:18.7148537Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/parser.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/parser.h [skipped, already hipified] 2022-11-23T01:18:18.7156173Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/partial_split_map.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/partial_split_map.cpp [skipped, already hipified] 2022-11-23T01:18:18.7160922Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/partial_split_map.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/partial_split_map.h [skipped, already hipified] 2022-11-23T01:18:18.7174336Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/partition.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/partition.cpp [ok] 2022-11-23T01:18:18.7188312Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/partition.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/partition.h [skipped, already hipified] 2022-11-23T01:18:18.7216583Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/predicate_compute.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/predicate_compute.cpp [skipped, already hipified] 2022-11-23T01:18:18.7225831Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/predicate_compute.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/predicate_compute.h [skipped, already hipified] 2022-11-23T01:18:18.7232836Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/register_interface.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/register_interface.cpp [skipped, already hipified] 2022-11-23T01:18:18.7280185Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/root_domain_map.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/root_domain_map.cpp [skipped, already hipified] 2022-11-23T01:18:18.7313139Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/root_domain_map.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/root_domain_map.h [skipped, already hipified] 2022-11-23T01:18:18.7362423Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/tensor_view.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/tensor_view.cpp [skipped, already hipified] 2022-11-23T01:18:18.7408155Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/transform_iter.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/transform_iter.cpp [skipped, already hipified] 2022-11-23T01:18:18.7424989Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/transform_iter.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/transform_iter.h [skipped, already hipified] 2022-11-23T01:18:18.7468725Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/transform_replay.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/transform_replay.cpp [skipped, already hipified] 2022-11-23T01:18:18.7479951Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/transform_replay.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/transform_replay.h [skipped, already hipified] 2022-11-23T01:18:18.7505016Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/transform_rfactor.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/transform_rfactor.cpp [skipped, already hipified] 2022-11-23T01:18:18.7511051Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/transform_rfactor.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/transform_rfactor.h [skipped, already hipified] 2022-11-23T01:18:18.7549127Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/transform_view.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/transform_view.cpp [skipped, already hipified] 2022-11-23T01:18:18.7558720Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/transform_view.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/transform_view.h [skipped, already hipified] 2022-11-23T01:18:18.7598187Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/type.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/type.cpp [ok] 2022-11-23T01:18:18.7624710Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/type.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/type.h [skipped, already hipified] 2022-11-23T01:18:18.7651792Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/type_inference.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/type_inference.cpp [skipped, already hipified] 2022-11-23T01:18:18.7657283Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/type_inference.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/type_inference.h [skipped, already hipified] 2022-11-23T01:18:18.7667867Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/type_promotion.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/type_promotion.cpp [skipped, already hipified] 2022-11-23T01:18:18.7673499Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/type_promotion.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/type_promotion.h [skipped, already hipified] 2022-11-23T01:18:18.7691901Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/utils.cpp [skipped, already hipified] 2022-11-23T01:18:18.7702053Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/utils.h [skipped, already hipified] 2022-11-23T01:18:18.7708316Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/vectorization_info.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/vectorization_info.h [skipped, already hipified] 2022-11-23T01:18:18.7714189Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/docs/documentation.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/docs/documentation.h [skipped, already hipified] 2022-11-23T01:18:18.7720903Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/examples/sinh_extension/main.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/examples/sinh_extension/main.cpp [skipped, already hipified] 2022-11-23T01:18:18.7728054Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/examples/sinh_libtorch/main.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/examples/sinh_libtorch/main.cpp [skipped, already hipified] 2022-11-23T01:18:18.7744433Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ops/alias.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ops/alias.cpp [skipped, already hipified] 2022-11-23T01:18:18.7751533Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ops/alias.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ops/alias.h [skipped, already hipified] 2022-11-23T01:18:18.7757428Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ops/all_ops.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ops/all_ops.h [skipped, already hipified] 2022-11-23T01:18:18.7771609Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ops/composite.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ops/composite.cpp [skipped, already hipified] 2022-11-23T01:18:18.7778171Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ops/composite.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ops/composite.h [skipped, already hipified] 2022-11-23T01:18:18.7815524Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ops/normalization.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ops/normalization.cpp [skipped, already hipified] 2022-11-23T01:18:18.7830443Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ops/normalization.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ops/normalization.h [skipped, already hipified] 2022-11-23T01:18:18.7840621Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/fusion_cache.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/fusion_cache.cpp [skipped, already hipified] 2022-11-23T01:18:18.7849382Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/fusion_cache.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/fusion_cache.h [skipped, already hipified] 2022-11-23T01:18:18.7859056Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/fusion_definition.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/fusion_definition.cpp [skipped, already hipified] 2022-11-23T01:18:18.7871644Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/fusion_definition.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/fusion_definition.h [skipped, already hipified] 2022-11-23T01:18:18.7877673Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/fusion_interface.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/fusion_interface.cpp [skipped, already hipified] 2022-11-23T01:18:18.7884802Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/fusion_interface.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/fusion_interface.h [skipped, already hipified] 2022-11-23T01:18:18.7946139Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/fusion_record.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/fusion_record.h [skipped, already hipified] 2022-11-23T01:18:18.8053712Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/python_bindings.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/python_bindings.cpp [ok] 2022-11-23T01:18:18.8059798Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/python_bindings.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/python_bindings.h [skipped, already hipified] 2022-11-23T01:18:18.8087338Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/test/test_nvfuser_fusion_cache.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/test/test_nvfuser_fusion_cache.cpp [ok] 2022-11-23T01:18:18.8100667Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/test/test_nvfuser_fusion_definition.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/test/test_nvfuser_fusion_definition.cpp [ok] 2022-11-23T01:18:18.8110919Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/test/test_nvfuser_fusion_record.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/test/test_nvfuser_fusion_record.cpp [ok] 2022-11-23T01:18:18.8125749Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/array.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/array.cu [skipped, already hipified] 2022-11-23T01:18:18.8137055Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/array_rocm.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/array_rocm.cu [skipped, already hipified] 2022-11-23T01:18:18.8146278Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/bf16_support.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/bf16_support.cu [skipped, already hipified] 2022-11-23T01:18:18.8151762Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/bf16_support_rocm.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/bf16_support_rocm.cu [skipped, already hipified] 2022-11-23T01:18:18.8157963Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/block_sync_default.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/block_sync_default.cu [skipped, already hipified] 2022-11-23T01:18:18.8183863Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/fp16_support.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/fp16_support.cu [skipped, already hipified] 2022-11-23T01:18:18.8240281Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/fused_reduction.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/fused_reduction.cu [skipped, already hipified] 2022-11-23T01:18:18.8247519Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/fused_welford_helper.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/fused_welford_helper.cu [skipped, already hipified] 2022-11-23T01:18:18.8276716Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/fused_welford_impl.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/fused_welford_impl.cu [skipped, already hipified] 2022-11-23T01:18:18.8284395Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/grid_broadcast.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/grid_broadcast.cu [skipped, already hipified] 2022-11-23T01:18:18.8294561Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/grid_sync.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/grid_sync.cu [skipped, already hipified] 2022-11-23T01:18:18.8301749Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/index_utils.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/index_utils.cu [skipped, already hipified] 2022-11-23T01:18:18.8315768Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/memory.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/memory.cu [skipped, already hipified] 2022-11-23T01:18:18.8325452Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/random_numbers.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/random_numbers.cu [skipped, already hipified] 2022-11-23T01:18:18.8331666Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/swizzle.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/swizzle.cu [skipped, already hipified] 2022-11-23T01:18:18.8336959Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/tensor.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/tensor.cu [skipped, already hipified] 2022-11-23T01:18:18.8357234Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/tensorcore.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/tensorcore.cu [skipped, already hipified] 2022-11-23T01:18:18.8384543Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/tuple.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/tuple.cu [skipped, already hipified] 2022-11-23T01:18:18.8391313Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/type_traits.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/type_traits.cu [skipped, already hipified] 2022-11-23T01:18:18.8400890Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/warp.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/warp.cu [skipped, already hipified] 2022-11-23T01:18:18.8407485Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/warp_rocm.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/warp_rocm.cu [skipped, already hipified] 2022-11-23T01:18:18.8425352Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/welford.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/welford.cu [skipped, already hipified] 2022-11-23T01:18:18.8430951Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h [skipped, already hipified] 2022-11-23T01:18:18.8446098Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h [skipped, already hipified] 2022-11-23T01:18:18.8453193Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h [skipped, already hipified] 2022-11-23T01:18:18.8461375Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h [skipped, already hipified] 2022-11-23T01:18:18.8478115Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/matmul.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/matmul.cpp [skipped, already hipified] 2022-11-23T01:18:18.8483636Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/matmul.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/matmul.h [skipped, already hipified] 2022-11-23T01:18:18.8522280Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.cpp [skipped, already hipified] 2022-11-23T01:18:18.8536168Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h [skipped, already hipified] 2022-11-23T01:18:18.8585160Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/normalization.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/normalization.cpp [ok] 2022-11-23T01:18:18.8593823Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/normalization.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/normalization.h [skipped, already hipified] 2022-11-23T01:18:18.8634787Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/pointwise.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/pointwise.cpp [ok] 2022-11-23T01:18:18.8651658Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h [skipped, already hipified] 2022-11-23T01:18:18.8661507Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h [skipped, already hipified] 2022-11-23T01:18:18.8669626Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.cpp [skipped, already hipified] 2022-11-23T01:18:18.8676488Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h [skipped, already hipified] 2022-11-23T01:18:18.8718680Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/reduction.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/reduction.cpp [ok] 2022-11-23T01:18:18.8725335Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/reduction.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/reduction.h [skipped, already hipified] 2022-11-23T01:18:18.8740990Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h [skipped, already hipified] 2022-11-23T01:18:18.8765945Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.cpp [skipped, already hipified] 2022-11-23T01:18:18.8772585Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h [skipped, already hipified] 2022-11-23T01:18:18.8839354Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/registry.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/registry.cpp [ok] 2022-11-23T01:18:18.8852710Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/registry.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/registry.h [skipped, already hipified] 2022-11-23T01:18:18.8901202Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/transpose.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/transpose.cpp [ok] 2022-11-23T01:18:18.8911529Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/transpose.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/transpose.h [skipped, already hipified] 2022-11-23T01:18:18.8920447Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h [skipped, already hipified] 2022-11-23T01:18:18.9007429Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/utils.cpp [skipped, already hipified] 2022-11-23T01:18:18.9036857Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/utils.h [skipped, already hipified] 2022-11-23T01:18:18.9050888Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.cpp [skipped, already hipified] 2022-11-23T01:18:18.9056751Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h [skipped, already hipified] 2022-11-23T01:18:18.9326558Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu1.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu1.cpp [ok] 2022-11-23T01:18:18.9500069Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu2.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu2.cpp [ok] 2022-11-23T01:18:18.9681633Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu3.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu3.cpp [ok] 2022-11-23T01:18:18.9767358Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_fused_reduction.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_fused_reduction.cpp [ok] 2022-11-23T01:18:18.9788091Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_rng.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_rng.cu [ok] 2022-11-23T01:18:18.9941615Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_shift.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_shift.cpp [ok] 2022-11-23T01:18:18.9962195Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_tensor_factories.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_tensor_factories.cpp [ok] 2022-11-23T01:18:19.0071420Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_tensorcore.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_tensorcore.cpp [ok] 2022-11-23T01:18:19.0115822Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_transpose.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_transpose.cpp [ok] 2022-11-23T01:18:19.0131046Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_utils.cpp [ok] 2022-11-23T01:18:19.0154250Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h [ok] 2022-11-23T01:18:19.0226968Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_view.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_view.cpp [ok] 2022-11-23T01:18:19.0250188Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_utils.h [ok] 2022-11-23T01:18:19.0256366Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/arg_spec.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/arg_spec.h [skipped, already hipified] 2022-11-23T01:18:19.0279746Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/codegen.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/codegen.cpp [skipped, already hipified] 2022-11-23T01:18:19.0285469Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/codegen.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/codegen.h [skipped, already hipified] 2022-11-23T01:18:19.0299444Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/compiler.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/compiler.cpp [skipped, already hipified] 2022-11-23T01:18:19.0309635Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/compiler.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/compiler.h [skipped, already hipified] 2022-11-23T01:18:19.0326859Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/executor.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/executor.cpp [skipped, already hipified] 2022-11-23T01:18:19.0333428Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/executor.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/executor.h [skipped, already hipified] 2022-11-23T01:18:19.0338907Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/fallback.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/fallback.cpp [skipped, already hipified] 2022-11-23T01:18:19.0343354Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/fallback.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/fallback.h [skipped, already hipified] 2022-11-23T01:18:19.0352764Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/fused_kernel.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/fused_kernel.h [ok] 2022-11-23T01:18:19.0369495Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/interface.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/interface.cpp [skipped, already hipified] 2022-11-23T01:18:19.0376667Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/interface.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/interface.h [skipped, already hipified] 2022-11-23T01:18:19.0387229Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/kernel_cache.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/kernel_cache.cpp [skipped, already hipified] 2022-11-23T01:18:19.0392350Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/kernel_cache.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/kernel_cache.h [skipped, already hipified] 2022-11-23T01:18:19.0401238Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/kernel_spec.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/kernel_spec.h [skipped, already hipified] 2022-11-23T01:18:19.0409062Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/partition_desc.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/partition_desc.h [skipped, already hipified] 2022-11-23T01:18:19.0416674Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/tensor_desc.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/tensor_desc.h [skipped, already hipified] 2022-11-23T01:18:19.0422732Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/tensor_info.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/tensor_info.h [skipped, already hipified] 2022-11-23T01:18:19.0440614Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp [skipped, already hipified] 2022-11-23T01:18:19.0448043Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.h [skipped, already hipified] 2022-11-23T01:18:19.0455098Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cpu/resource_strings.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cpu/resource_strings.h [skipped, already hipified] 2022-11-23T01:18:19.0463345Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cpu/temp_file.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cpu/temp_file.h [skipped, already hipified] 2022-11-23T01:18:19.0475100Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp [ok] 2022-11-23T01:18:19.0481076Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.h [ok] 2022-11-23T01:18:19.0491007Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.cpp [skipped, already hipified] 2022-11-23T01:18:19.0515304Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.h [skipped, already hipified] 2022-11-23T01:18:19.0522978Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/decompose_silu.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/decompose_silu.cpp [skipped, already hipified] 2022-11-23T01:18:19.0529872Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/decompose_silu.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/decompose_silu.h [skipped, already hipified] 2022-11-23T01:18:19.0536442Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/defer_size_check.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/defer_size_check.cpp [skipped, already hipified] 2022-11-23T01:18:19.0545089Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/defer_size_check.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/defer_size_check.h [skipped, already hipified] 2022-11-23T01:18:19.0554311Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/graph_fuser.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/graph_fuser.cpp [skipped, already hipified] 2022-11-23T01:18:19.0561795Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/graph_fuser.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/graph_fuser.h [skipped, already hipified] 2022-11-23T01:18:19.0595281Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/graph_helper.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/graph_helper.cpp [skipped, already hipified] 2022-11-23T01:18:19.0605592Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/graph_helper.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/graph_helper.h [skipped, already hipified] 2022-11-23T01:18:19.0617665Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/graph_rewriter.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/graph_rewriter.cpp [skipped, already hipified] 2022-11-23T01:18:19.0624263Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/guard_shape.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/guard_shape.cpp [skipped, already hipified] 2022-11-23T01:18:19.0628801Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/guard_shape.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/guard_shape.h [skipped, already hipified] 2022-11-23T01:18:19.0646050Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp [skipped, already hipified] 2022-11-23T01:18:19.0652624Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.h [skipped, already hipified] 2022-11-23T01:18:19.0672090Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/kernel.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/kernel.cpp [skipped, already hipified] 2022-11-23T01:18:19.0680152Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/kernel.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/kernel.h [skipped, already hipified] 2022-11-23T01:18:19.0687566Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/layout_propagation.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/layout_propagation.cpp [skipped, already hipified] 2022-11-23T01:18:19.0693288Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/layout_propagation.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/layout_propagation.h [skipped, already hipified] 2022-11-23T01:18:19.0705357Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/operator.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/operator.h [skipped, already hipified] 2022-11-23T01:18:19.0718703Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/prepare_binary.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/prepare_binary.cpp [skipped, already hipified] 2022-11-23T01:18:19.0726497Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/prepare_binary.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/prepare_binary.h [skipped, already hipified] 2022-11-23T01:18:19.0733463Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/register_interface.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/register_interface.cpp [skipped, already hipified] 2022-11-23T01:18:19.0746864Z /var/lib/jenkins/workspace/torch/csrc/jit/cuda/cuda.h -> /var/lib/jenkins/workspace/torch/csrc/jit/cuda/cuda.h [ok] 2022-11-23T01:18:19.0758461Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/builtin_functions.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/builtin_functions.cpp [skipped, already hipified] 2022-11-23T01:18:19.0764024Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/builtin_functions.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/builtin_functions.h [skipped, already hipified] 2022-11-23T01:18:19.0774253Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/canonicalize_modified_loop.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/canonicalize_modified_loop.cpp [skipped, already hipified] 2022-11-23T01:18:19.0779048Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/canonicalize_modified_loop.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/canonicalize_modified_loop.h [skipped, already hipified] 2022-11-23T01:18:19.0795185Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/concrete_module_type.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/concrete_module_type.cpp [skipped, already hipified] 2022-11-23T01:18:19.0808359Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/concrete_module_type.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/concrete_module_type.h [skipped, already hipified] 2022-11-23T01:18:19.0822691Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/convert_to_ssa.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/convert_to_ssa.cpp [skipped, already hipified] 2022-11-23T01:18:19.0827938Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/convert_to_ssa.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/convert_to_ssa.h [skipped, already hipified] 2022-11-23T01:18:19.0836060Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/edit_distance.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/edit_distance.cpp [skipped, already hipified] 2022-11-23T01:18:19.0842565Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/edit_distance.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/edit_distance.h [skipped, already hipified] 2022-11-23T01:18:19.0852375Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/error_report.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/error_report.cpp [skipped, already hipified] 2022-11-23T01:18:19.0858341Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/error_report.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/error_report.h [skipped, already hipified] 2022-11-23T01:18:19.0893285Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/exit_transforms.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/exit_transforms.cpp [skipped, already hipified] 2022-11-23T01:18:19.0898062Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/exit_transforms.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/exit_transforms.h [skipped, already hipified] 2022-11-23T01:18:19.0916687Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/function_schema_parser.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/function_schema_parser.cpp [skipped, already hipified] 2022-11-23T01:18:19.0920994Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/function_schema_parser.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/function_schema_parser.h [skipped, already hipified] 2022-11-23T01:18:19.0927464Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/inline_loop_condition.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/inline_loop_condition.cpp [skipped, already hipified] 2022-11-23T01:18:19.0931946Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/inline_loop_condition.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/inline_loop_condition.h [skipped, already hipified] 2022-11-23T01:18:19.1128667Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/ir_emitter.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/ir_emitter.cpp [skipped, already hipified] 2022-11-23T01:18:19.1135693Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/ir_emitter.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/ir_emitter.h [skipped, already hipified] 2022-11-23T01:18:19.1143608Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/lexer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/lexer.cpp [skipped, already hipified] 2022-11-23T01:18:19.1173290Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/lexer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/lexer.h [skipped, already hipified] 2022-11-23T01:18:19.1179660Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/mini_environment.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/mini_environment.h [skipped, already hipified] 2022-11-23T01:18:19.1188886Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/name_mangler.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/name_mangler.cpp [skipped, already hipified] 2022-11-23T01:18:19.1208830Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/name_mangler.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/name_mangler.h [skipped, already hipified] 2022-11-23T01:18:19.1215521Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/parse_string_literal.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/parse_string_literal.h [skipped, already hipified] 2022-11-23T01:18:19.1250876Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/parser.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/parser.cpp [skipped, already hipified] 2022-11-23T01:18:19.1262297Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/parser.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/parser.h [skipped, already hipified] 2022-11-23T01:18:19.1268321Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/parser_constants.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/parser_constants.h [skipped, already hipified] 2022-11-23T01:18:19.1278563Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/resolver.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/resolver.h [skipped, already hipified] 2022-11-23T01:18:19.1311851Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/schema_matching.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/schema_matching.cpp [skipped, already hipified] 2022-11-23T01:18:19.1321644Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/schema_matching.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/schema_matching.h [skipped, already hipified] 2022-11-23T01:18:19.1340785Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/schema_type_parser.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/schema_type_parser.cpp [skipped, already hipified] 2022-11-23T01:18:19.1349646Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/schema_type_parser.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/schema_type_parser.h [skipped, already hipified] 2022-11-23T01:18:19.1371495Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/script_type_parser.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/script_type_parser.cpp [skipped, already hipified] 2022-11-23T01:18:19.1378633Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/script_type_parser.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/script_type_parser.h [skipped, already hipified] 2022-11-23T01:18:19.1392706Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/source_range.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/source_range.cpp [skipped, already hipified] 2022-11-23T01:18:19.1426658Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/source_range.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/source_range.h [skipped, already hipified] 2022-11-23T01:18:19.1434339Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/source_ref.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/source_ref.h [skipped, already hipified] 2022-11-23T01:18:19.1445496Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/strtod.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/strtod.cpp [skipped, already hipified] 2022-11-23T01:18:19.1457649Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/strtod.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/strtod.h [skipped, already hipified] 2022-11-23T01:18:19.1490484Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/sugared_value.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/sugared_value.cpp [skipped, already hipified] 2022-11-23T01:18:19.1525056Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/sugared_value.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/sugared_value.h [skipped, already hipified] 2022-11-23T01:18:19.1567266Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/tracer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/tracer.cpp [skipped, already hipified] 2022-11-23T01:18:19.1583503Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/tracer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/tracer.h [skipped, already hipified] 2022-11-23T01:18:19.1596469Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/tree.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/tree.h [skipped, already hipified] 2022-11-23T01:18:19.1602783Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/tree_views.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/tree_views.cpp [skipped, already hipified] 2022-11-23T01:18:19.1648966Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/tree_views.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/tree_views.h [skipped, already hipified] 2022-11-23T01:18:19.1657545Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/versioned_symbols.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/versioned_symbols.cpp [skipped, already hipified] 2022-11-23T01:18:19.1665998Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/versioned_symbols.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/versioned_symbols.h [skipped, already hipified] 2022-11-23T01:18:19.1734000Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/alias_analysis.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/alias_analysis.cpp [skipped, already hipified] 2022-11-23T01:18:19.1757340Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/alias_analysis.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/alias_analysis.h [skipped, already hipified] 2022-11-23T01:18:19.1763135Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/attributes.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/attributes.cpp [skipped, already hipified] 2022-11-23T01:18:19.1773620Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/attributes.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/attributes.h [skipped, already hipified] 2022-11-23T01:18:19.1788227Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/constants.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/constants.cpp [skipped, already hipified] 2022-11-23T01:18:19.1795455Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/constants.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/constants.h [skipped, already hipified] 2022-11-23T01:18:19.1805641Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/graph_node_list.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/graph_node_list.h [skipped, already hipified] 2022-11-23T01:18:19.1873666Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.cpp [skipped, already hipified] 2022-11-23T01:18:19.1929369Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h [ok] 2022-11-23T01:18:19.1940319Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir_views.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir_views.h [skipped, already hipified] 2022-11-23T01:18:19.1968159Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/irparser.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/irparser.cpp [skipped, already hipified] 2022-11-23T01:18:19.1977561Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/irparser.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/irparser.h [skipped, already hipified] 2022-11-23T01:18:19.1985604Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/named_value.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/named_value.h [skipped, already hipified] 2022-11-23T01:18:19.1998412Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/node_hashing.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/node_hashing.cpp [skipped, already hipified] 2022-11-23T01:18:19.2003967Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/node_hashing.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/node_hashing.h [skipped, already hipified] 2022-11-23T01:18:19.2016086Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/scope.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/scope.cpp [skipped, already hipified] 2022-11-23T01:18:19.2028964Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/scope.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/scope.h [skipped, already hipified] 2022-11-23T01:18:19.2045181Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/subgraph_matcher.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/subgraph_matcher.cpp [skipped, already hipified] 2022-11-23T01:18:19.2054888Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/subgraph_matcher.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/subgraph_matcher.h [skipped, already hipified] 2022-11-23T01:18:19.2060721Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/type_hashing.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/type_hashing.cpp [skipped, already hipified] 2022-11-23T01:18:19.2068525Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/type_hashing.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/type_hashing.h [skipped, already hipified] 2022-11-23T01:18:19.2076715Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/code.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/code.h [skipped, already hipified] 2022-11-23T01:18:19.2094623Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/debug_info.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/debug_info.cpp [skipped, already hipified] 2022-11-23T01:18:19.2101226Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/debug_info.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/debug_info.h [skipped, already hipified] 2022-11-23T01:18:19.2114228Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/file_format.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/file_format.h [skipped, already hipified] 2022-11-23T01:18:19.2151125Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/flatbuffer_loader.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/flatbuffer_loader.cpp [skipped, already hipified] 2022-11-23T01:18:19.2160693Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/flatbuffer_loader.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/flatbuffer_loader.h [skipped, already hipified] 2022-11-23T01:18:19.2167587Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/frame.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/frame.h [skipped, already hipified] 2022-11-23T01:18:19.2183038Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/function.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/function.cpp [skipped, already hipified] 2022-11-23T01:18:19.2191759Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/function.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/function.h [skipped, already hipified] 2022-11-23T01:18:19.2225487Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import.cpp [skipped, already hipified] 2022-11-23T01:18:19.2238142Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import.h [skipped, already hipified] 2022-11-23T01:18:19.2252381Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import_data.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import_data.cpp [skipped, already hipified] 2022-11-23T01:18:19.2258234Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import_data.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import_data.h [skipped, already hipified] 2022-11-23T01:18:19.2264080Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import_export_common.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import_export_common.h [skipped, already hipified] 2022-11-23T01:18:19.2281870Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/interpreter.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/interpreter.cpp [skipped, already hipified] 2022-11-23T01:18:19.2288014Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/interpreter.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/interpreter.h [skipped, already hipified] 2022-11-23T01:18:19.2298302Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/method.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/method.h [skipped, already hipified] 2022-11-23T01:18:19.2315320Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/module.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/module.cpp [skipped, already hipified] 2022-11-23T01:18:19.2328233Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/module.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/module.h [skipped, already hipified] 2022-11-23T01:18:19.2336866Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/observer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/observer.cpp [skipped, already hipified] 2022-11-23T01:18:19.2348706Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/observer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/observer.h [skipped, already hipified] 2022-11-23T01:18:19.2371917Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/parse_bytecode.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/parse_bytecode.cpp [skipped, already hipified] 2022-11-23T01:18:19.2378038Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/parse_bytecode.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/parse_bytecode.h [skipped, already hipified] 2022-11-23T01:18:19.2383944Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/parse_operators.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/parse_operators.cpp [skipped, already hipified] 2022-11-23T01:18:19.2388099Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/parse_operators.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/parse_operators.h [skipped, already hipified] 2022-11-23T01:18:19.2393722Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/prim_ops_registery.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/prim_ops_registery.cpp [skipped, already hipified] 2022-11-23T01:18:19.2398899Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/prim_ops_registery.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/prim_ops_registery.h [skipped, already hipified] 2022-11-23T01:18:19.2410629Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/profiler_edge.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/profiler_edge.cpp [skipped, already hipified] 2022-11-23T01:18:19.2424801Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/profiler_edge.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/profiler_edge.h [skipped, already hipified] 2022-11-23T01:18:19.2438827Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/promoted_prim_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/promoted_prim_ops.cpp [skipped, already hipified] 2022-11-23T01:18:19.2444683Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/promoted_prim_ops.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/promoted_prim_ops.h [skipped, already hipified] 2022-11-23T01:18:19.2451029Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/quantization.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/quantization.cpp [skipped, already hipified] 2022-11-23T01:18:19.2456377Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/quantization.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/quantization.h [skipped, already hipified] 2022-11-23T01:18:19.2463794Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/register_ops_common_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/register_ops_common_utils.cpp [skipped, already hipified] 2022-11-23T01:18:19.2470458Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/register_ops_common_utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/register_ops_common_utils.h [skipped, already hipified] 2022-11-23T01:18:19.2485615Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/type_parser.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/type_parser.cpp [skipped, already hipified] 2022-11-23T01:18:19.2497818Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/type_parser.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/type_parser.h [skipped, already hipified] 2022-11-23T01:18:19.2544126Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/upgrader_mobile.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/upgrader_mobile.cpp [skipped, already hipified] 2022-11-23T01:18:19.2550218Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/upgrader_mobile.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/upgrader_mobile.h [skipped, already hipified] 2022-11-23T01:18:19.2570253Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/backport.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/backport.cpp [skipped, already hipified] 2022-11-23T01:18:19.2578519Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/backport.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/backport.h [skipped, already hipified] 2022-11-23T01:18:19.2615015Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/backport_manager.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/backport_manager.cpp [skipped, already hipified] 2022-11-23T01:18:19.2625035Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/backport_manager.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/backport_manager.h [skipped, already hipified] 2022-11-23T01:18:19.2651424Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/model_compatibility.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/model_compatibility.cpp [skipped, already hipified] 2022-11-23T01:18:19.2658438Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/model_compatibility.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/model_compatibility.h [skipped, already hipified] 2022-11-23T01:18:19.2667012Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp [skipped, already hipified] 2022-11-23T01:18:19.2676588Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/runtime_compatibility.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/runtime_compatibility.h [skipped, already hipified] 2022-11-23T01:18:19.2684050Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/BuildFeatureTracer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/BuildFeatureTracer.cpp [skipped, already hipified] 2022-11-23T01:18:19.2690048Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/BuildFeatureTracer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/BuildFeatureTracer.h [skipped, already hipified] 2022-11-23T01:18:19.2696711Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/CustomClassTracer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/CustomClassTracer.cpp [skipped, already hipified] 2022-11-23T01:18:19.2703242Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/CustomClassTracer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/CustomClassTracer.h [skipped, already hipified] 2022-11-23T01:18:19.2711182Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/KernelDTypeTracer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/KernelDTypeTracer.cpp [skipped, already hipified] 2022-11-23T01:18:19.2719369Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/KernelDTypeTracer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/KernelDTypeTracer.h [skipped, already hipified] 2022-11-23T01:18:19.2734663Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/MobileModelRunner.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/MobileModelRunner.cpp [skipped, already hipified] 2022-11-23T01:18:19.2748004Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/MobileModelRunner.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/MobileModelRunner.h [skipped, already hipified] 2022-11-23T01:18:19.2753273Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/OperatorCallTracer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/OperatorCallTracer.cpp [skipped, already hipified] 2022-11-23T01:18:19.2760113Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/OperatorCallTracer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/OperatorCallTracer.h [skipped, already hipified] 2022-11-23T01:18:19.2777534Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/TensorUtils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/TensorUtils.cpp [skipped, already hipified] 2022-11-23T01:18:19.2783539Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/TensorUtils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/TensorUtils.h [skipped, already hipified] 2022-11-23T01:18:19.2800662Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/TracerRunner.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/TracerRunner.cpp [skipped, already hipified] 2022-11-23T01:18:19.2806311Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/TracerRunner.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/TracerRunner.h [skipped, already hipified] 2022-11-23T01:18:19.2822256Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/tracer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/tracer.cpp [skipped, already hipified] 2022-11-23T01:18:19.2847233Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/aot_compiler.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/aot_compiler.cpp [skipped, already hipified] 2022-11-23T01:18:19.2861049Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/aot_compiler.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/aot_compiler.h [skipped, already hipified] 2022-11-23T01:18:19.2867664Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/backend.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/backend.cpp [skipped, already hipified] 2022-11-23T01:18:19.2887194Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/context.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/context.cpp [skipped, already hipified] 2022-11-23T01:18:19.2900238Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/context.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/context.h [skipped, already hipified] 2022-11-23T01:18:19.2908556Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/registry.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/registry.cpp [skipped, already hipified] 2022-11-23T01:18:19.2918774Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/registry.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/registry.h [skipped, already hipified] 2022-11-23T01:18:19.2930716Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/export_data.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/export_data.cpp [skipped, already hipified] 2022-11-23T01:18:19.2937448Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/export_data.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/export_data.h [skipped, already hipified] 2022-11-23T01:18:19.2946886Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/random.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/random.cpp [skipped, already hipified] 2022-11-23T01:18:19.2957581Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/random.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/random.h [skipped, already hipified] 2022-11-23T01:18:19.2967928Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/sequential.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/sequential.cpp [skipped, already hipified] 2022-11-23T01:18:19.2977364Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/sequential.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/sequential.h [skipped, already hipified] 2022-11-23T01:18:19.2989026Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/optim/sgd.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/optim/sgd.cpp [skipped, already hipified] 2022-11-23T01:18:19.3000857Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/optim/sgd.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/optim/sgd.h [skipped, already hipified] 2022-11-23T01:18:19.3010886Z /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/upgraders.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/upgraders.cpp [skipped, already hipified] 2022-11-23T01:18:19.3018774Z /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/upgraders.h -> /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/upgraders.h [skipped, already hipified] 2022-11-23T01:18:19.3031927Z /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/upgraders_entry.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/upgraders_entry.cpp [skipped, already hipified] 2022-11-23T01:18:19.3040017Z /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/upgraders_entry.h -> /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/upgraders_entry.h [skipped, already hipified] 2022-11-23T01:18:19.3046308Z /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/utils.cpp [skipped, already hipified] 2022-11-23T01:18:19.3053244Z /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/utils.h [skipped, already hipified] 2022-11-23T01:18:19.3062557Z /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/version_map.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/version_map.cpp [skipped, already hipified] 2022-11-23T01:18:19.3070318Z /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/version_map.h -> /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/version_map.h [skipped, already hipified] 2022-11-23T01:18:19.3078665Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/add_if_then_else.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/add_if_then_else.cpp [skipped, already hipified] 2022-11-23T01:18:19.3086731Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/add_if_then_else.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/add_if_then_else.h [skipped, already hipified] 2022-11-23T01:18:19.3093783Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/annotate_warns.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/annotate_warns.cpp [skipped, already hipified] 2022-11-23T01:18:19.3103497Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/annotate_warns.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/annotate_warns.h [skipped, already hipified] 2022-11-23T01:18:19.3127767Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/autocast.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/autocast.cpp [skipped, already hipified] 2022-11-23T01:18:19.3138964Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/autocast.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/autocast.h [skipped, already hipified] 2022-11-23T01:18:19.3157072Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/bailout_graph.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/bailout_graph.cpp [skipped, already hipified] 2022-11-23T01:18:19.3165342Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/bailout_graph.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/bailout_graph.h [skipped, already hipified] 2022-11-23T01:18:19.3196011Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/batch_mm.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/batch_mm.cpp [skipped, already hipified] 2022-11-23T01:18:19.3202376Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/batch_mm.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/batch_mm.h [skipped, already hipified] 2022-11-23T01:18:19.3215205Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/canonicalize.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/canonicalize.cpp [skipped, already hipified] 2022-11-23T01:18:19.3220837Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/canonicalize.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/canonicalize.h [skipped, already hipified] 2022-11-23T01:18:19.3237381Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp [skipped, already hipified] 2022-11-23T01:18:19.3252258Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h [skipped, already hipified] 2022-11-23T01:18:19.3260740Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/check_strict_fusion.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/check_strict_fusion.cpp [skipped, already hipified] 2022-11-23T01:18:19.3265276Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/check_strict_fusion.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/check_strict_fusion.h [skipped, already hipified] 2022-11-23T01:18:19.3276141Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/clear_profiling.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/clear_profiling.cpp [skipped, already hipified] 2022-11-23T01:18:19.3283007Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/clear_profiling.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/clear_profiling.h [skipped, already hipified] 2022-11-23T01:18:19.3289159Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/clear_undefinedness.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/clear_undefinedness.cpp [skipped, already hipified] 2022-11-23T01:18:19.3296682Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/clear_undefinedness.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/clear_undefinedness.h [skipped, already hipified] 2022-11-23T01:18:19.3308956Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/common_subexpression_elimination.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/common_subexpression_elimination.cpp [skipped, already hipified] 2022-11-23T01:18:19.3317161Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/common_subexpression_elimination.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/common_subexpression_elimination.h [skipped, already hipified] 2022-11-23T01:18:19.3356482Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/concat_opt.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/concat_opt.cpp [skipped, already hipified] 2022-11-23T01:18:19.3375591Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/concat_opt.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/concat_opt.h [skipped, already hipified] 2022-11-23T01:18:19.3385815Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/constant_pooling.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/constant_pooling.cpp [skipped, already hipified] 2022-11-23T01:18:19.3393291Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/constant_pooling.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/constant_pooling.h [skipped, already hipified] 2022-11-23T01:18:19.3417572Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/constant_propagation.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/constant_propagation.cpp [skipped, already hipified] 2022-11-23T01:18:19.3425547Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/constant_propagation.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/constant_propagation.h [skipped, already hipified] 2022-11-23T01:18:19.3445078Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp [skipped, already hipified] 2022-11-23T01:18:19.3451940Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/create_autodiff_subgraphs.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/create_autodiff_subgraphs.h [skipped, already hipified] 2022-11-23T01:18:19.3463100Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/create_functional_graphs.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/create_functional_graphs.cpp [skipped, already hipified] 2022-11-23T01:18:19.3469271Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/create_functional_graphs.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/create_functional_graphs.h [skipped, already hipified] 2022-11-23T01:18:19.3476252Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/cuda_graph_fuser.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/cuda_graph_fuser.cpp [skipped, already hipified] 2022-11-23T01:18:19.3481938Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/cuda_graph_fuser.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/cuda_graph_fuser.h [skipped, already hipified] 2022-11-23T01:18:19.3504589Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/dead_code_elimination.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/dead_code_elimination.cpp [skipped, already hipified] 2022-11-23T01:18:19.3512205Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/dead_code_elimination.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/dead_code_elimination.h [skipped, already hipified] 2022-11-23T01:18:19.3529120Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/decompose_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/decompose_ops.cpp [skipped, already hipified] 2022-11-23T01:18:19.3535383Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/decompose_ops.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/decompose_ops.h [skipped, already hipified] 2022-11-23T01:18:19.3548221Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/device_type_analysis.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/device_type_analysis.cpp [skipped, already hipified] 2022-11-23T01:18:19.3556409Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/device_type_analysis.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/device_type_analysis.h [skipped, already hipified] 2022-11-23T01:18:19.3571324Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/dtype_analysis.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/dtype_analysis.cpp [skipped, already hipified] 2022-11-23T01:18:19.3579404Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/dtype_analysis.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/dtype_analysis.h [skipped, already hipified] 2022-11-23T01:18:19.3588045Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/eliminate_no_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/eliminate_no_ops.cpp [skipped, already hipified] 2022-11-23T01:18:19.3593512Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/eliminate_no_ops.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/eliminate_no_ops.h [skipped, already hipified] 2022-11-23T01:18:19.3600054Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/erase_number_types.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/erase_number_types.cpp [skipped, already hipified] 2022-11-23T01:18:19.3609734Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/erase_number_types.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/erase_number_types.h [skipped, already hipified] 2022-11-23T01:18:19.3636307Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp [skipped, already hipified] 2022-11-23T01:18:19.3642026Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/fixup_trace_scope_blocks.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/fixup_trace_scope_blocks.h [skipped, already hipified] 2022-11-23T01:18:19.3664540Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/fold_conv_bn.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/fold_conv_bn.cpp [skipped, already hipified] 2022-11-23T01:18:19.3672034Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/fold_conv_bn.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/fold_conv_bn.h [skipped, already hipified] 2022-11-23T01:18:19.3716101Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/freeze_module.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/freeze_module.cpp [skipped, already hipified] 2022-11-23T01:18:19.3722407Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/freeze_module.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/freeze_module.h [skipped, already hipified] 2022-11-23T01:18:19.3738010Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_concat_linear.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_concat_linear.cpp [skipped, already hipified] 2022-11-23T01:18:19.3743744Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_concat_linear.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_concat_linear.h [skipped, already hipified] 2022-11-23T01:18:19.3750405Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp [ok] 2022-11-23T01:18:19.3758601Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h [skipped, already hipified] 2022-11-23T01:18:19.3768856Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_conv_add_relu_fusion_cuda.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_conv_add_relu_fusion_cuda.cpp [ok] 2022-11-23T01:18:19.3788896Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_conv_folding.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_conv_folding.cpp [skipped, already hipified] 2022-11-23T01:18:19.3793503Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_conv_folding.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_conv_folding.h [skipped, already hipified] 2022-11-23T01:18:19.3799654Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_graph_optimizations.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_graph_optimizations.cpp [skipped, already hipified] 2022-11-23T01:18:19.3803765Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_graph_optimizations.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_graph_optimizations.h [skipped, already hipified] 2022-11-23T01:18:19.3810528Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_linear_transpose.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_linear_transpose.cpp [skipped, already hipified] 2022-11-23T01:18:19.3820342Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_linear_transpose.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_linear_transpose.h [skipped, already hipified] 2022-11-23T01:18:19.3881866Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp [skipped, already hipified] 2022-11-23T01:18:19.3887490Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h [skipped, already hipified] 2022-11-23T01:18:19.3897074Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/fuse_linear.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/fuse_linear.cpp [skipped, already hipified] 2022-11-23T01:18:19.3902121Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/fuse_linear.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/fuse_linear.h [skipped, already hipified] 2022-11-23T01:18:19.3909996Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/fuse_relu.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/fuse_relu.cpp [skipped, already hipified] 2022-11-23T01:18:19.3914751Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/fuse_relu.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/fuse_relu.h [skipped, already hipified] 2022-11-23T01:18:19.3967572Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/graph_fuser.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/graph_fuser.cpp [skipped, already hipified] 2022-11-23T01:18:19.3973535Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/graph_fuser.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/graph_fuser.h [skipped, already hipified] 2022-11-23T01:18:19.3991398Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/graph_rewrite_helper.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/graph_rewrite_helper.cpp [skipped, already hipified] 2022-11-23T01:18:19.3998691Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/graph_rewrite_helper.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/graph_rewrite_helper.h [skipped, already hipified] 2022-11-23T01:18:19.4020692Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/guard_elimination.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/guard_elimination.cpp [skipped, already hipified] 2022-11-23T01:18:19.4027943Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/guard_elimination.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/guard_elimination.h [skipped, already hipified] 2022-11-23T01:18:19.4038685Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/hoist_conv_packed_params.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/hoist_conv_packed_params.cpp [skipped, already hipified] 2022-11-23T01:18:19.4045680Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/hoist_conv_packed_params.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/hoist_conv_packed_params.h [skipped, already hipified] 2022-11-23T01:18:19.4061384Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp [skipped, already hipified] 2022-11-23T01:18:19.4065707Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_autodiff_subgraphs.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_autodiff_subgraphs.h [skipped, already hipified] 2022-11-23T01:18:19.4072278Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_fork_wait.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_fork_wait.cpp [skipped, already hipified] 2022-11-23T01:18:19.4080433Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_fork_wait.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_fork_wait.h [skipped, already hipified] 2022-11-23T01:18:19.4088058Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_forked_closures.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_forked_closures.cpp [skipped, already hipified] 2022-11-23T01:18:19.4092586Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_forked_closures.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_forked_closures.h [skipped, already hipified] 2022-11-23T01:18:19.4100983Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/inliner.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/inliner.cpp [skipped, already hipified] 2022-11-23T01:18:19.4118141Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/inliner.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/inliner.h [skipped, already hipified] 2022-11-23T01:18:19.4124486Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/inplace_check.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/inplace_check.cpp [skipped, already hipified] 2022-11-23T01:18:19.4128553Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/inplace_check.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/inplace_check.h [skipped, already hipified] 2022-11-23T01:18:19.4134219Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/insert_guards.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/insert_guards.cpp [skipped, already hipified] 2022-11-23T01:18:19.4142878Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/insert_guards.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/insert_guards.h [skipped, already hipified] 2022-11-23T01:18:19.4154631Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/integer_value_refinement.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/integer_value_refinement.cpp [skipped, already hipified] 2022-11-23T01:18:19.4160818Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/integer_value_refinement.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/integer_value_refinement.h [skipped, already hipified] 2022-11-23T01:18:19.4167941Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/lift_closures.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/lift_closures.cpp [skipped, already hipified] 2022-11-23T01:18:19.4174197Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/lift_closures.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/lift_closures.h [skipped, already hipified] 2022-11-23T01:18:19.4192273Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/liveness.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/liveness.cpp [skipped, already hipified] 2022-11-23T01:18:19.4198872Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/liveness.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/liveness.h [skipped, already hipified] 2022-11-23T01:18:19.4217317Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/loop_unrolling.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/loop_unrolling.cpp [skipped, already hipified] 2022-11-23T01:18:19.4222907Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/loop_unrolling.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/loop_unrolling.h [skipped, already hipified] 2022-11-23T01:18:19.4228721Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_grad_of.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_grad_of.cpp [skipped, already hipified] 2022-11-23T01:18:19.4236320Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_grad_of.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_grad_of.h [skipped, already hipified] 2022-11-23T01:18:19.4250452Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_graph.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_graph.cpp [skipped, already hipified] 2022-11-23T01:18:19.4258064Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_graph.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_graph.h [skipped, already hipified] 2022-11-23T01:18:19.4285260Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_tuples.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_tuples.cpp [skipped, already hipified] 2022-11-23T01:18:19.4290835Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_tuples.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_tuples.h [skipped, already hipified] 2022-11-23T01:18:19.4308947Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/metal_rewrite.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/metal_rewrite.cpp [skipped, already hipified] 2022-11-23T01:18:19.4313876Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/metal_rewrite.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/metal_rewrite.h [skipped, already hipified] 2022-11-23T01:18:19.4334007Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/mkldnn_rewrite.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/mkldnn_rewrite.cpp [skipped, already hipified] 2022-11-23T01:18:19.4343845Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/mkldnn_rewrite.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/mkldnn_rewrite.h [skipped, already hipified] 2022-11-23T01:18:19.4350798Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/mobile_optimizer_type.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/mobile_optimizer_type.h [skipped, already hipified] 2022-11-23T01:18:19.4361613Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/normalize_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/normalize_ops.cpp [skipped, already hipified] 2022-11-23T01:18:19.4377023Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/normalize_ops.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/normalize_ops.h [skipped, already hipified] 2022-11-23T01:18:19.4385929Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onednn_graph_fuser.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onednn_graph_fuser.h [skipped, already hipified] 2022-11-23T01:18:19.4419972Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx.cpp [skipped, already hipified] 2022-11-23T01:18:19.4429694Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx.h [skipped, already hipified] 2022-11-23T01:18:19.4440879Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/pass_manager.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/pass_manager.cpp [skipped, already hipified] 2022-11-23T01:18:19.4449978Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/pass_manager.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/pass_manager.h [skipped, already hipified] 2022-11-23T01:18:19.4477281Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole.cpp [skipped, already hipified] 2022-11-23T01:18:19.4483854Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole.h [skipped, already hipified] 2022-11-23T01:18:19.4497110Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_alias_sensitive.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_alias_sensitive.cpp [skipped, already hipified] 2022-11-23T01:18:19.4513434Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_alias_sensitive.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_alias_sensitive.h [skipped, already hipified] 2022-11-23T01:18:19.4524988Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_dict_idioms.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_dict_idioms.cpp [skipped, already hipified] 2022-11-23T01:18:19.4533183Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_dict_idioms.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_dict_idioms.h [skipped, already hipified] 2022-11-23T01:18:19.4549173Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_list_idioms.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_list_idioms.cpp [skipped, already hipified] 2022-11-23T01:18:19.4558861Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_list_idioms.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_list_idioms.h [skipped, already hipified] 2022-11-23T01:18:19.4585726Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_non_tensor.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_non_tensor.cpp [skipped, already hipified] 2022-11-23T01:18:19.4595726Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_non_tensor.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_non_tensor.h [skipped, already hipified] 2022-11-23T01:18:19.4616449Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/prepack_folding.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/prepack_folding.cpp [skipped, already hipified] 2022-11-23T01:18:19.4623219Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/prepack_folding.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/prepack_folding.h [skipped, already hipified] 2022-11-23T01:18:19.4630362Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/refine_tuple_types.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/refine_tuple_types.cpp [skipped, already hipified] 2022-11-23T01:18:19.4638119Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/refine_tuple_types.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/refine_tuple_types.h [skipped, already hipified] 2022-11-23T01:18:19.4645357Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_dropout.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_dropout.cpp [skipped, already hipified] 2022-11-23T01:18:19.4649754Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_dropout.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_dropout.h [skipped, already hipified] 2022-11-23T01:18:19.4655994Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_exceptions.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_exceptions.cpp [skipped, already hipified] 2022-11-23T01:18:19.4663717Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_exceptions.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_exceptions.h [skipped, already hipified] 2022-11-23T01:18:19.4669263Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_expands.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_expands.cpp [skipped, already hipified] 2022-11-23T01:18:19.4681406Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_expands.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_expands.h [skipped, already hipified] 2022-11-23T01:18:19.4695172Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_inplace_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_inplace_ops.cpp [skipped, already hipified] 2022-11-23T01:18:19.4700540Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_inplace_ops.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_inplace_ops.h [skipped, already hipified] 2022-11-23T01:18:19.4720065Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_mutation.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_mutation.cpp [skipped, already hipified] 2022-11-23T01:18:19.4729701Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_mutation.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_mutation.h [skipped, already hipified] 2022-11-23T01:18:19.4734995Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_redundant_profiles.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_redundant_profiles.cpp [skipped, already hipified] 2022-11-23T01:18:19.4742340Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_redundant_profiles.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_redundant_profiles.h [skipped, already hipified] 2022-11-23T01:18:19.4753413Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/replacement_of_old_operators.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/replacement_of_old_operators.cpp [skipped, already hipified] 2022-11-23T01:18:19.4760930Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/replacement_of_old_operators.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/replacement_of_old_operators.h [skipped, already hipified] 2022-11-23T01:18:19.4770445Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/requires_grad_analysis.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/requires_grad_analysis.cpp [skipped, already hipified] 2022-11-23T01:18:19.4778689Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/requires_grad_analysis.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/requires_grad_analysis.h [skipped, already hipified] 2022-11-23T01:18:19.4787728Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/restore_mutation.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/restore_mutation.cpp [skipped, already hipified] 2022-11-23T01:18:19.4794672Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/restore_mutation.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/restore_mutation.h [skipped, already hipified] 2022-11-23T01:18:19.4898323Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/shape_analysis.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/shape_analysis.cpp [skipped, already hipified] 2022-11-23T01:18:19.4905031Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/shape_analysis.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/shape_analysis.h [skipped, already hipified] 2022-11-23T01:18:19.4931053Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/specialize_autogradzero.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/specialize_autogradzero.cpp [skipped, already hipified] 2022-11-23T01:18:19.4936002Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/specialize_autogradzero.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/specialize_autogradzero.h [skipped, already hipified] 2022-11-23T01:18:19.4947834Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/subgraph_rewrite.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/subgraph_rewrite.cpp [skipped, already hipified] 2022-11-23T01:18:19.4957243Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/subgraph_rewrite.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/subgraph_rewrite.h [skipped, already hipified] 2022-11-23T01:18:19.5015578Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.cpp [skipped, already hipified] 2022-11-23T01:18:19.5025153Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h [skipped, already hipified] 2022-11-23T01:18:19.5035203Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_cache.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_cache.cpp [skipped, already hipified] 2022-11-23T01:18:19.5043443Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_cache.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_cache.h [skipped, already hipified] 2022-11-23T01:18:19.5084799Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp [skipped, already hipified] 2022-11-23T01:18:19.5092338Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h [skipped, already hipified] 2022-11-23T01:18:19.5144201Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/tensorexpr_fuser.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/tensorexpr_fuser.cpp [skipped, already hipified] 2022-11-23T01:18:19.5153152Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/tensorexpr_fuser.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/tensorexpr_fuser.h [skipped, already hipified] 2022-11-23T01:18:19.5161589Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp [skipped, already hipified] 2022-11-23T01:18:19.5167169Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h [skipped, already hipified] 2022-11-23T01:18:19.5181622Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/value_refinement_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/value_refinement_utils.cpp [skipped, already hipified] 2022-11-23T01:18:19.5189263Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/value_refinement_utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/value_refinement_utils.h [skipped, already hipified] 2022-11-23T01:18:19.5200884Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/variadic_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/variadic_ops.cpp [skipped, already hipified] 2022-11-23T01:18:19.5206368Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/variadic_ops.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/variadic_ops.h [skipped, already hipified] 2022-11-23T01:18:19.5227044Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/vulkan_rewrite.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/vulkan_rewrite.cpp [skipped, already hipified] 2022-11-23T01:18:19.5232817Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/vulkan_rewrite.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/vulkan_rewrite.h [skipped, already hipified] 2022-11-23T01:18:19.5259249Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/xnnpack_rewrite.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/xnnpack_rewrite.cpp [skipped, already hipified] 2022-11-23T01:18:19.5265082Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/xnnpack_rewrite.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/xnnpack_rewrite.h [skipped, already hipified] 2022-11-23T01:18:19.5272064Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp [skipped, already hipified] 2022-11-23T01:18:19.5278904Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.h [skipped, already hipified] 2022-11-23T01:18:19.5286124Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/cast_all_constant_to_floating.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/cast_all_constant_to_floating.cpp [skipped, already hipified] 2022-11-23T01:18:19.5290588Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/cast_all_constant_to_floating.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/cast_all_constant_to_floating.h [skipped, already hipified] 2022-11-23T01:18:19.5323085Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/constant_fold.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/constant_fold.cpp [skipped, already hipified] 2022-11-23T01:18:19.5328509Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/constant_fold.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/constant_fold.h [skipped, already hipified] 2022-11-23T01:18:19.5345337Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/constant_map.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/constant_map.cpp [skipped, already hipified] 2022-11-23T01:18:19.5355800Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/constant_map.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/constant_map.h [skipped, already hipified] 2022-11-23T01:18:19.5363102Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/deduplicate_initializers.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/deduplicate_initializers.cpp [skipped, already hipified] 2022-11-23T01:18:19.5373120Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/deduplicate_initializers.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/deduplicate_initializers.h [skipped, already hipified] 2022-11-23T01:18:19.5378401Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/eliminate_unused_items.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/eliminate_unused_items.cpp [skipped, already hipified] 2022-11-23T01:18:19.5385660Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/eliminate_unused_items.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/eliminate_unused_items.h [skipped, already hipified] 2022-11-23T01:18:19.5396293Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/eval_peephole.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/eval_peephole.cpp [skipped, already hipified] 2022-11-23T01:18:19.5401004Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/eval_peephole.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/eval_peephole.h [skipped, already hipified] 2022-11-23T01:18:19.5434703Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp [skipped, already hipified] 2022-11-23T01:18:19.5439004Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/fixup_onnx_controlflow.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/fixup_onnx_controlflow.h [skipped, already hipified] 2022-11-23T01:18:19.5484407Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/function_extraction.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/function_extraction.cpp [skipped, already hipified] 2022-11-23T01:18:19.5491382Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/function_extraction.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/function_extraction.h [skipped, already hipified] 2022-11-23T01:18:19.5503377Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/function_substitution.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/function_substitution.cpp [skipped, already hipified] 2022-11-23T01:18:19.5509071Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/function_substitution.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/function_substitution.h [skipped, already hipified] 2022-11-23T01:18:19.5521924Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/helper.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/helper.cpp [skipped, already hipified] 2022-11-23T01:18:19.5528691Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/helper.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/helper.h [skipped, already hipified] 2022-11-23T01:18:19.5539188Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/list_model_parameters.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/list_model_parameters.cpp [skipped, already hipified] 2022-11-23T01:18:19.5549867Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/list_model_parameters.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/list_model_parameters.h [skipped, already hipified] 2022-11-23T01:18:19.5569062Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/naming.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/naming.cpp [skipped, already hipified] 2022-11-23T01:18:19.5574007Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/naming.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/naming.h [skipped, already hipified] 2022-11-23T01:18:19.5585485Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/onnx_log.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/onnx_log.cpp [skipped, already hipified] 2022-11-23T01:18:19.5592149Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/onnx_log.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/onnx_log.h [skipped, already hipified] 2022-11-23T01:18:19.5653435Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/peephole.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/peephole.cpp [skipped, already hipified] 2022-11-23T01:18:19.5654238Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/peephole.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/peephole.h [skipped, already hipified] 2022-11-23T01:18:19.5654884Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/prepare_division_for_onnx.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/prepare_division_for_onnx.cpp [skipped, already hipified] 2022-11-23T01:18:19.5667515Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/prepare_division_for_onnx.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/prepare_division_for_onnx.h [skipped, already hipified] 2022-11-23T01:18:19.5687169Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/preprocess_for_onnx.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/preprocess_for_onnx.cpp [skipped, already hipified] 2022-11-23T01:18:19.5697037Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/preprocess_for_onnx.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/preprocess_for_onnx.h [skipped, already hipified] 2022-11-23T01:18:19.5736518Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.cpp [skipped, already hipified] 2022-11-23T01:18:19.5743602Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.h [skipped, already hipified] 2022-11-23T01:18:19.5764157Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/scalar_type_analysis.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/scalar_type_analysis.cpp [skipped, already hipified] 2022-11-23T01:18:19.5770366Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/scalar_type_analysis.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/scalar_type_analysis.h [skipped, already hipified] 2022-11-23T01:18:19.5860589Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/shape_type_inference.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/shape_type_inference.cpp [skipped, already hipified] 2022-11-23T01:18:19.5869688Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/shape_type_inference.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/shape_type_inference.h [skipped, already hipified] 2022-11-23T01:18:19.5905515Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/unpack_quantized_weights.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/unpack_quantized_weights.cpp [skipped, already hipified] 2022-11-23T01:18:19.5925577Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/unpack_quantized_weights.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/unpack_quantized_weights.h [skipped, already hipified] 2022-11-23T01:18:19.5934202Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.cpp [skipped, already hipified] 2022-11-23T01:18:19.5946527Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.h [skipped, already hipified] 2022-11-23T01:18:19.5952490Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/common.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/common.cpp [skipped, already hipified] 2022-11-23T01:18:19.5959651Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/common.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/common.h [skipped, already hipified] 2022-11-23T01:18:19.5977910Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.cpp [skipped, already hipified] 2022-11-23T01:18:19.5985107Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.h [skipped, already hipified] 2022-11-23T01:18:19.5994720Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.cpp [skipped, already hipified] 2022-11-23T01:18:19.6001621Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.h [skipped, already hipified] 2022-11-23T01:18:19.6014183Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/dedup_module_uses.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/dedup_module_uses.cpp [skipped, already hipified] 2022-11-23T01:18:19.6021196Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/dedup_module_uses.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/dedup_module_uses.h [skipped, already hipified] 2022-11-23T01:18:19.6038762Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/finalize.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/finalize.cpp [skipped, already hipified] 2022-11-23T01:18:19.6045437Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/finalize.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/finalize.h [skipped, already hipified] 2022-11-23T01:18:19.6054927Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/fusion_passes.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/fusion_passes.cpp [skipped, already hipified] 2022-11-23T01:18:19.6062756Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/fusion_passes.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/fusion_passes.h [skipped, already hipified] 2022-11-23T01:18:19.6093447Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/helper.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/helper.cpp [skipped, already hipified] 2022-11-23T01:18:19.6106594Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/helper.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/helper.h [skipped, already hipified] 2022-11-23T01:18:19.6174267Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/insert_observers.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/insert_observers.cpp [skipped, already hipified] 2022-11-23T01:18:19.6182840Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/insert_observers.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/insert_observers.h [skipped, already hipified] 2022-11-23T01:18:19.6256247Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp [skipped, already hipified] 2022-11-23T01:18:19.6261749Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/insert_quant_dequant.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/insert_quant_dequant.h [skipped, already hipified] 2022-11-23T01:18:19.6314283Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/quantization_patterns.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/quantization_patterns.h [skipped, already hipified] 2022-11-23T01:18:19.6318467Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/quantization_type.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/quantization_type.cpp [skipped, already hipified] 2022-11-23T01:18:19.6324554Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/quantization_type.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/quantization_type.h [skipped, already hipified] 2022-11-23T01:18:19.6334171Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/register_packed_params.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/register_packed_params.cpp [skipped, already hipified] 2022-11-23T01:18:19.6339975Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/register_packed_params.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/register_packed_params.h [skipped, already hipified] 2022-11-23T01:18:19.6353521Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/check_alias_annotation.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/check_alias_annotation.cpp [skipped, already hipified] 2022-11-23T01:18:19.6359934Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/check_alias_annotation.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/check_alias_annotation.h [skipped, already hipified] 2022-11-23T01:18:19.6370733Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/memory_dag.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/memory_dag.cpp [skipped, already hipified] 2022-11-23T01:18:19.6386844Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/memory_dag.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/memory_dag.h [skipped, already hipified] 2022-11-23T01:18:19.6399364Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/op_registry.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/op_registry.cpp [skipped, already hipified] 2022-11-23T01:18:19.6405158Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/op_registry.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/op_registry.h [skipped, already hipified] 2022-11-23T01:18:19.6410780Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/optimization_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/optimization_utils.cpp [skipped, already hipified] 2022-11-23T01:18:19.6417074Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/optimization_utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/optimization_utils.h [skipped, already hipified] 2022-11-23T01:18:19.6446283Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/subgraph_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/subgraph_utils.cpp [skipped, already hipified] 2022-11-23T01:18:19.6452976Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/subgraph_utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/subgraph_utils.h [skipped, already hipified] 2022-11-23T01:18:19.6541180Z /var/lib/jenkins/workspace/torch/csrc/jit/python/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/init.cpp [skipped, already hipified] 2022-11-23T01:18:19.6545497Z /var/lib/jenkins/workspace/torch/csrc/jit/python/init.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/init.h [skipped, already hipified] 2022-11-23T01:18:19.6554000Z /var/lib/jenkins/workspace/torch/csrc/jit/python/module_python.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/module_python.h [skipped, already hipified] 2022-11-23T01:18:19.6569375Z /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind.h [skipped, already hipified] 2022-11-23T01:18:19.6608923Z /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind_utils.cpp [skipped, already hipified] 2022-11-23T01:18:19.6652983Z /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind_utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind_utils.h [ok] 2022-11-23T01:18:19.6667004Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_arg_flatten.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_arg_flatten.cpp [skipped, already hipified] 2022-11-23T01:18:19.6681281Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_arg_flatten.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_arg_flatten.h [skipped, already hipified] 2022-11-23T01:18:19.6689865Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_custom_class.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_custom_class.cpp [skipped, already hipified] 2022-11-23T01:18:19.6695222Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_custom_class.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_custom_class.h [skipped, already hipified] 2022-11-23T01:18:19.6710551Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_dict.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_dict.cpp [skipped, already hipified] 2022-11-23T01:18:19.6723619Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_dict.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_dict.h [skipped, already hipified] 2022-11-23T01:18:19.6734882Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_interpreter.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_interpreter.cpp [skipped, already hipified] 2022-11-23T01:18:19.6791079Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_ir.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_ir.cpp [skipped, already hipified] 2022-11-23T01:18:19.6797549Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_ir.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_ir.h [skipped, already hipified] 2022-11-23T01:18:19.6805727Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_ivalue.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_ivalue.h [skipped, already hipified] 2022-11-23T01:18:19.6821440Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_list.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_list.cpp [skipped, already hipified] 2022-11-23T01:18:19.6831683Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_list.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_list.h [skipped, already hipified] 2022-11-23T01:18:19.6889074Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_sugared_value.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_sugared_value.cpp [ok] 2022-11-23T01:18:19.6910262Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_sugared_value.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_sugared_value.h [skipped, already hipified] 2022-11-23T01:18:19.6926846Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_tracer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_tracer.cpp [skipped, already hipified] 2022-11-23T01:18:19.6935567Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_tracer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_tracer.h [skipped, already hipified] 2022-11-23T01:18:19.6958567Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_tree_views.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_tree_views.cpp [skipped, already hipified] 2022-11-23T01:18:19.6968584Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_tree_views.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_tree_views.h [skipped, already hipified] 2022-11-23T01:18:19.7061934Z /var/lib/jenkins/workspace/torch/csrc/jit/python/script_init.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/script_init.cpp [skipped, already hipified] 2022-11-23T01:18:19.7071387Z /var/lib/jenkins/workspace/torch/csrc/jit/python/script_init.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/script_init.h [skipped, already hipified] 2022-11-23T01:18:19.7078233Z /var/lib/jenkins/workspace/torch/csrc/jit/python/update_graph_executor_opt.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/update_graph_executor_opt.cpp [skipped, already hipified] 2022-11-23T01:18:19.7083836Z /var/lib/jenkins/workspace/torch/csrc/jit/python/update_graph_executor_opt.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/update_graph_executor_opt.h [skipped, already hipified] 2022-11-23T01:18:19.7099661Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/argument_spec.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/argument_spec.cpp [skipped, already hipified] 2022-11-23T01:18:19.7126985Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/argument_spec.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/argument_spec.h [skipped, already hipified] 2022-11-23T01:18:19.7170958Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.cpp [skipped, already hipified] 2022-11-23T01:18:19.7181077Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h [skipped, already hipified] 2022-11-23T01:18:19.7187882Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/calculate_necessary_args.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/calculate_necessary_args.h [skipped, already hipified] 2022-11-23T01:18:19.7195292Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/custom_operator.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/custom_operator.h [skipped, already hipified] 2022-11-23T01:18:19.7209223Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/decomposition_registry.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/decomposition_registry.cpp [skipped, already hipified] 2022-11-23T01:18:19.7215763Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/decomposition_registry.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/decomposition_registry.h [skipped, already hipified] 2022-11-23T01:18:19.7222604Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/decomposition_registry_util.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/decomposition_registry_util.cpp [skipped, already hipified] 2022-11-23T01:18:19.7229631Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/decomposition_registry_util.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/decomposition_registry_util.h [skipped, already hipified] 2022-11-23T01:18:19.7241651Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/exception_message.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/exception_message.h [skipped, already hipified] 2022-11-23T01:18:19.7285783Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/graph_executor.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/graph_executor.cpp [skipped, already hipified] 2022-11-23T01:18:19.7299445Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/graph_executor.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/graph_executor.h [skipped, already hipified] 2022-11-23T01:18:19.7309398Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/graph_executor_impl.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/graph_executor_impl.h [skipped, already hipified] 2022-11-23T01:18:19.7325099Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/graph_iterator.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/graph_iterator.h [skipped, already hipified] 2022-11-23T01:18:19.7332482Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/instruction.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/instruction.cpp [skipped, already hipified] 2022-11-23T01:18:19.7342652Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/instruction.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/instruction.h [skipped, already hipified] 2022-11-23T01:18:19.7387453Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter.cpp [skipped, already hipified] 2022-11-23T01:18:19.7397224Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter.h [skipped, already hipified] 2022-11-23T01:18:19.7402670Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/jit_exception.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/jit_exception.cpp [skipped, already hipified] 2022-11-23T01:18:19.7407963Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/jit_exception.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/jit_exception.h [skipped, already hipified] 2022-11-23T01:18:19.7422984Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/jit_trace.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/jit_trace.cpp [skipped, already hipified] 2022-11-23T01:18:19.7431653Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/jit_trace.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/jit_trace.h [skipped, already hipified] 2022-11-23T01:18:19.7439402Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/logging.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/logging.cpp [skipped, already hipified] 2022-11-23T01:18:19.7445449Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/logging.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/logging.h [skipped, already hipified] 2022-11-23T01:18:19.7467313Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.cpp [skipped, already hipified] 2022-11-23T01:18:19.7481923Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h [skipped, already hipified] 2022-11-23T01:18:19.7489173Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator_options.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator_options.h [skipped, already hipified] 2022-11-23T01:18:19.7494439Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/print_handler.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/print_handler.cpp [skipped, already hipified] 2022-11-23T01:18:19.7499263Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/print_handler.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/print_handler.h [skipped, already hipified] 2022-11-23T01:18:19.7534493Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp [skipped, already hipified] 2022-11-23T01:18:19.7541805Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/profiling_graph_executor_impl.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/profiling_graph_executor_impl.h [skipped, already hipified] 2022-11-23T01:18:19.7555306Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/profiling_record.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/profiling_record.cpp [skipped, already hipified] 2022-11-23T01:18:19.7569732Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/profiling_record.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/profiling_record.h [skipped, already hipified] 2022-11-23T01:18:19.7579210Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_c10_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_c10_ops.cpp [skipped, already hipified] 2022-11-23T01:18:19.7592271Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_cuda_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_cuda_ops.cpp [ok] 2022-11-23T01:18:19.7605854Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_distributed_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_distributed_ops.cpp [skipped, already hipified] 2022-11-23T01:18:19.7620033Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_ops_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_ops_utils.cpp [skipped, already hipified] 2022-11-23T01:18:19.7671898Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_ops_utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_ops_utils.h [skipped, already hipified] 2022-11-23T01:18:19.7798958Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_prim_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_prim_ops.cpp [skipped, already hipified] 2022-11-23T01:18:19.7838775Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp [skipped, already hipified] 2022-11-23T01:18:19.7865379Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_special_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_special_ops.cpp [skipped, already hipified] 2022-11-23T01:18:19.7879974Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/script_profile.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/script_profile.cpp [skipped, already hipified] 2022-11-23T01:18:19.7892020Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/script_profile.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/script_profile.h [skipped, already hipified] 2022-11-23T01:18:19.7979858Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/serialized_shape_function_registry.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/serialized_shape_function_registry.cpp [skipped, already hipified] 2022-11-23T01:18:19.7985065Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/serialized_shape_function_registry.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/serialized_shape_function_registry.h [skipped, already hipified] 2022-11-23T01:18:19.7991220Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/shape_function_registry.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/shape_function_registry.h [skipped, already hipified] 2022-11-23T01:18:19.7997561Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/simple_graph_executor_impl.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/simple_graph_executor_impl.cpp [skipped, already hipified] 2022-11-23T01:18:19.8002341Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/simple_graph_executor_impl.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/simple_graph_executor_impl.h [skipped, already hipified] 2022-11-23T01:18:19.8007939Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/slice_indices_adjust.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/slice_indices_adjust.cpp [skipped, already hipified] 2022-11-23T01:18:19.8013445Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/slice_indices_adjust.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/slice_indices_adjust.h [skipped, already hipified] 2022-11-23T01:18:19.8080142Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_script.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_script.cpp [skipped, already hipified] 2022-11-23T01:18:19.8085533Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_script.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_script.h [skipped, already hipified] 2022-11-23T01:18:19.8104688Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_shape_registry.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_shape_registry.cpp [skipped, already hipified] 2022-11-23T01:18:19.8111644Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_shape_registry.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_shape_registry.h [skipped, already hipified] 2022-11-23T01:18:19.8125559Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp [skipped, already hipified] 2022-11-23T01:18:19.8132359Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_shape_registry_util.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_shape_registry_util.h [skipped, already hipified] 2022-11-23T01:18:19.8148937Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/vararg_functions.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/vararg_functions.cpp [skipped, already hipified] 2022-11-23T01:18:19.8154574Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/vararg_functions.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/vararg_functions.h [skipped, already hipified] 2022-11-23T01:18:19.8169041Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/variable_tensor_list.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/variable_tensor_list.h [skipped, already hipified] 2022-11-23T01:18:19.8178172Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/can_emit_inline.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/can_emit_inline.h [skipped, already hipified] 2022-11-23T01:18:19.8216931Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/code_impl.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/code_impl.h [skipped, already hipified] 2022-11-23T01:18:19.8225936Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/frame.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/frame.cpp [skipped, already hipified] 2022-11-23T01:18:19.8232721Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/frame.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/frame.h [skipped, already hipified] 2022-11-23T01:18:19.8247144Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp [skipped, already hipified] 2022-11-23T01:18:19.8255343Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/preprocess_graph.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/preprocess_graph.h [skipped, already hipified] 2022-11-23T01:18:19.8261967Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/ProcessedNodeInputs.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/ProcessedNodeInputs.cpp [skipped, already hipified] 2022-11-23T01:18:19.8280212Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/ProcessedNodeInputs.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/ProcessedNodeInputs.h [skipped, already hipified] 2022-11-23T01:18:19.8297689Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/fusion.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/fusion.cpp [skipped, already hipified] 2022-11-23T01:18:19.8319009Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/fusion.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/fusion.h [skipped, already hipified] 2022-11-23T01:18:19.8504416Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/generated_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/generated_ops.cpp [skipped, already hipified] 2022-11-23T01:18:19.8577599Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/impl.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/impl.cpp [skipped, already hipified] 2022-11-23T01:18:19.8622372Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/impl.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/impl.h [skipped, already hipified] 2022-11-23T01:18:19.8633999Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/init.cpp [skipped, already hipified] 2022-11-23T01:18:19.8639978Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/init.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/init.h [skipped, already hipified] 2022-11-23T01:18:19.8663494Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/memory_planner.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/memory_planner.cpp [skipped, already hipified] 2022-11-23T01:18:19.8679113Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/memory_planner.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/memory_planner.h [skipped, already hipified] 2022-11-23T01:18:19.8740219Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/native_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/native_ops.cpp [skipped, already hipified] 2022-11-23T01:18:19.8843129Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/ops.cpp [skipped, already hipified] 2022-11-23T01:18:19.8855137Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/ops.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/ops.h [skipped, already hipified] 2022-11-23T01:18:19.8919032Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/passes.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/passes.cpp [skipped, already hipified] 2022-11-23T01:18:19.8929232Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/passes.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/passes.h [skipped, already hipified] 2022-11-23T01:18:19.8942414Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/processed_node_wrapper.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/processed_node_wrapper.h [skipped, already hipified] 2022-11-23T01:18:19.8947870Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/static_method.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/static_method.h [skipped, already hipified] 2022-11-23T01:18:19.8964159Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/te_wrapper.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/te_wrapper.cpp [skipped, already hipified] 2022-11-23T01:18:19.8971013Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/te_wrapper.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/te_wrapper.h [skipped, already hipified] 2022-11-23T01:18:19.8985410Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp [skipped, already hipified] 2022-11-23T01:18:19.8996796Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/callstack_debug_info_serialization.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/callstack_debug_info_serialization.h [skipped, already hipified] 2022-11-23T01:18:19.9051787Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export.cpp [skipped, already hipified] 2022-11-23T01:18:19.9067491Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export.h [skipped, already hipified] 2022-11-23T01:18:19.9087560Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export_bytecode.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export_bytecode.cpp [skipped, already hipified] 2022-11-23T01:18:19.9093808Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export_bytecode.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export_bytecode.h [skipped, already hipified] 2022-11-23T01:18:19.9138770Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export_module.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export_module.cpp [skipped, already hipified] 2022-11-23T01:18:19.9175870Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/flatbuffer_serializer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/flatbuffer_serializer.cpp [skipped, already hipified] 2022-11-23T01:18:19.9183894Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/flatbuffer_serializer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/flatbuffer_serializer.h [skipped, already hipified] 2022-11-23T01:18:19.9194454Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/flatbuffer_serializer_jit.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/flatbuffer_serializer_jit.cpp [skipped, already hipified] 2022-11-23T01:18:19.9206758Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h [skipped, already hipified] 2022-11-23T01:18:19.9236364Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import.cpp [skipped, already hipified] 2022-11-23T01:18:19.9245301Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import.h [skipped, already hipified] 2022-11-23T01:18:19.9251779Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_export_constants.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_export_constants.h [skipped, already hipified] 2022-11-23T01:18:19.9260587Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_export_functions.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_export_functions.h [skipped, already hipified] 2022-11-23T01:18:19.9267097Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_export_helpers.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_export_helpers.cpp [skipped, already hipified] 2022-11-23T01:18:19.9272280Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_export_helpers.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_export_helpers.h [skipped, already hipified] 2022-11-23T01:18:19.9294727Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_legacy.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_legacy.cpp [skipped, already hipified] 2022-11-23T01:18:19.9303299Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_legacy.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_legacy.h [skipped, already hipified] 2022-11-23T01:18:19.9321623Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_read.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_read.cpp [skipped, already hipified] 2022-11-23T01:18:19.9327455Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_read.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_read.h [skipped, already hipified] 2022-11-23T01:18:19.9366957Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_source.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_source.cpp [skipped, already hipified] 2022-11-23T01:18:19.9375543Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_source.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_source.h [skipped, already hipified] 2022-11-23T01:18:19.9463092Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/mobile_bytecode_generated.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/mobile_bytecode_generated.h [skipped, already hipified] 2022-11-23T01:18:19.9482875Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/onnx.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/onnx.cpp [skipped, already hipified] 2022-11-23T01:18:19.9488982Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/onnx.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/onnx.h [skipped, already hipified] 2022-11-23T01:18:19.9498708Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/pickle.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/pickle.cpp [skipped, already hipified] 2022-11-23T01:18:19.9516308Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/pickle.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/pickle.h [skipped, already hipified] 2022-11-23T01:18:19.9546430Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/pickler.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/pickler.cpp [skipped, already hipified] 2022-11-23T01:18:19.9565034Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/pickler.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/pickler.h [skipped, already hipified] 2022-11-23T01:18:19.9627890Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/python_print.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/python_print.cpp [skipped, already hipified] 2022-11-23T01:18:19.9633802Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/python_print.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/python_print.h [skipped, already hipified] 2022-11-23T01:18:19.9649970Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/source_range_serialization.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/source_range_serialization.cpp [skipped, already hipified] 2022-11-23T01:18:19.9659641Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/source_range_serialization.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/source_range_serialization.h [skipped, already hipified] 2022-11-23T01:18:19.9665721Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/source_range_serialization_impl.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/source_range_serialization_impl.h [skipped, already hipified] 2022-11-23T01:18:19.9672109Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/storage_context.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/storage_context.h [skipped, already hipified] 2022-11-23T01:18:19.9678620Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/type_name_uniquer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/type_name_uniquer.cpp [skipped, already hipified] 2022-11-23T01:18:19.9683881Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/type_name_uniquer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/type_name_uniquer.h [skipped, already hipified] 2022-11-23T01:18:19.9728843Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/unpickler.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/unpickler.cpp [skipped, already hipified] 2022-11-23T01:18:19.9740182Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/unpickler.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/unpickler.h [skipped, already hipified] 2022-11-23T01:18:19.9752655Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/analysis.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/analysis.h [skipped, already hipified] 2022-11-23T01:18:19.9768572Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/block_codegen.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/block_codegen.cpp [skipped, already hipified] 2022-11-23T01:18:19.9778095Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/block_codegen.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/block_codegen.h [skipped, already hipified] 2022-11-23T01:18:19.9792986Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/bounds_inference.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/bounds_inference.cpp [skipped, already hipified] 2022-11-23T01:18:19.9800704Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/bounds_inference.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/bounds_inference.h [skipped, already hipified] 2022-11-23T01:18:19.9817455Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/bounds_overlap.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/bounds_overlap.cpp [skipped, already hipified] 2022-11-23T01:18:19.9826863Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/bounds_overlap.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/bounds_overlap.h [skipped, already hipified] 2022-11-23T01:18:19.9845168Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/codegen.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/codegen.cpp [skipped, already hipified] 2022-11-23T01:18:19.9864321Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/codegen.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/codegen.h [skipped, already hipified] 2022-11-23T01:18:19.9884555Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cpp_codegen.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cpp_codegen.cpp [skipped, already hipified] 2022-11-23T01:18:19.9900431Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cpp_codegen.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cpp_codegen.h [skipped, already hipified] 2022-11-23T01:18:19.9906379Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cpp_intrinsics.h [skipped, already hipified] 2022-11-23T01:18:19.9941892Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.cpp [ok] 2022-11-23T01:18:19.9956971Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.h [ok] 2022-11-23T01:18:19.9974466Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_random.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_random.h [skipped, already hipified] 2022-11-23T01:18:20.0034669Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/eval.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/eval.cpp [skipped, already hipified] 2022-11-23T01:18:20.0049391Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/eval.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/eval.h [skipped, already hipified] 2022-11-23T01:18:20.0059154Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/exceptions.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/exceptions.h [skipped, already hipified] 2022-11-23T01:18:20.0077133Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/expr.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/expr.cpp [skipped, already hipified] 2022-11-23T01:18:20.0096102Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/expr.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/expr.h [skipped, already hipified] 2022-11-23T01:18:20.0150828Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions.cpp [skipped, already hipified] 2022-11-23T01:18:20.0159386Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions.h [skipped, already hipified] 2022-11-23T01:18:20.0247016Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions_codegen.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions_codegen.cpp [skipped, already hipified] 2022-11-23T01:18:20.0254030Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions_core.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions_core.cpp [skipped, already hipified] 2022-11-23T01:18:20.0259168Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions_core.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions_core.h [skipped, already hipified] 2022-11-23T01:18:20.0266304Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions_registry.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions_registry.cpp [skipped, already hipified] 2022-11-23T01:18:20.0275829Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions_registry.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions_registry.h [skipped, already hipified] 2022-11-23T01:18:20.0283679Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/fwd_decls.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/fwd_decls.h [skipped, already hipified] 2022-11-23T01:18:20.0304354Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/graph_opt.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/graph_opt.cpp [skipped, already hipified] 2022-11-23T01:18:20.0315222Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/graph_opt.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/graph_opt.h [skipped, already hipified] 2022-11-23T01:18:20.0327584Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/half_support.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/half_support.h [skipped, already hipified] 2022-11-23T01:18:20.0341098Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/hash_provider.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/hash_provider.cpp [skipped, already hipified] 2022-11-23T01:18:20.0353661Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/hash_provider.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/hash_provider.h [skipped, already hipified] 2022-11-23T01:18:20.0376368Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp [skipped, already hipified] 2022-11-23T01:18:20.0389111Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/intrinsic_symbols.h [skipped, already hipified] 2022-11-23T01:18:20.0400056Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir.cpp [skipped, already hipified] 2022-11-23T01:18:20.0429757Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir.h [skipped, already hipified] 2022-11-23T01:18:20.0446504Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_cloner.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_cloner.cpp [skipped, already hipified] 2022-11-23T01:18:20.0452998Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_cloner.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_cloner.h [skipped, already hipified] 2022-11-23T01:18:20.0473670Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_mutator.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_mutator.cpp [skipped, already hipified] 2022-11-23T01:18:20.0479787Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_mutator.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_mutator.h [skipped, already hipified] 2022-11-23T01:18:20.0494712Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_printer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_printer.h [skipped, already hipified] 2022-11-23T01:18:20.0586280Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_simplifier.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_simplifier.cpp [skipped, already hipified] 2022-11-23T01:18:20.0612798Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_simplifier.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_simplifier.h [skipped, already hipified] 2022-11-23T01:18:20.0624492Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_verifier.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_verifier.cpp [skipped, already hipified] 2022-11-23T01:18:20.0630182Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_verifier.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_verifier.h [skipped, already hipified] 2022-11-23T01:18:20.0642478Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_visitor.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_visitor.cpp [skipped, already hipified] 2022-11-23T01:18:20.0656808Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_visitor.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_visitor.h [skipped, already hipified] 2022-11-23T01:18:20.0727082Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/kernel.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/kernel.cpp [skipped, already hipified] 2022-11-23T01:18:20.0745371Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/kernel.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/kernel.h [skipped, already hipified] 2022-11-23T01:18:20.0836510Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/llvm_codegen.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/llvm_codegen.cpp [skipped, already hipified] 2022-11-23T01:18:20.0847868Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/llvm_codegen.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/llvm_codegen.h [skipped, already hipified] 2022-11-23T01:18:20.0864045Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/llvm_jit.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/llvm_jit.cpp [skipped, already hipified] 2022-11-23T01:18:20.0870977Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/llvm_jit.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/llvm_jit.h [skipped, already hipified] 2022-11-23T01:18:20.0993705Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/loopnest.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/loopnest.cpp [skipped, already hipified] 2022-11-23T01:18:20.1025044Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/loopnest.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/loopnest.h [skipped, already hipified] 2022-11-23T01:18:20.1061100Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/loopnest_randomization.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/loopnest_randomization.cpp [skipped, already hipified] 2022-11-23T01:18:20.1067061Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/loopnest_randomization.h [skipped, already hipified] 2022-11-23T01:18:20.1148847Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/lowerings.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/lowerings.cpp [skipped, already hipified] 2022-11-23T01:18:20.1156373Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/lowerings.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/lowerings.h [skipped, already hipified] 2022-11-23T01:18:20.1198795Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp [skipped, already hipified] 2022-11-23T01:18:20.1216850Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/mem_dependency_checker.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/mem_dependency_checker.h [skipped, already hipified] 2022-11-23T01:18:20.1224026Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/reduction.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/reduction.cpp [skipped, already hipified] 2022-11-23T01:18:20.1237774Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/reduction.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/reduction.h [skipped, already hipified] 2022-11-23T01:18:20.1267368Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/registerizer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/registerizer.cpp [skipped, already hipified] 2022-11-23T01:18:20.1293860Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/registerizer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/registerizer.h [skipped, already hipified] 2022-11-23T01:18:20.1324038Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/stmt.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/stmt.h [skipped, already hipified] 2022-11-23T01:18:20.1338818Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensor.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensor.cpp [skipped, already hipified] 2022-11-23T01:18:20.1353569Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensor.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensor.h [skipped, already hipified] 2022-11-23T01:18:20.1400400Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensorexpr_init.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensorexpr_init.cpp [ok] 2022-11-23T01:18:20.1406656Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensorexpr_init.h [skipped, already hipified] 2022-11-23T01:18:20.1414793Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/types.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/types.cpp [skipped, already hipified] 2022-11-23T01:18:20.1424975Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/types.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/types.h [skipped, already hipified] 2022-11-23T01:18:20.1430848Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/unique_name_manager.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/unique_name_manager.cpp [skipped, already hipified] 2022-11-23T01:18:20.1437914Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/unique_name_manager.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/unique_name_manager.h [skipped, already hipified] 2022-11-23T01:18:20.1450689Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/var_substitutor.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/var_substitutor.h [skipped, already hipified] 2022-11-23T01:18:20.1468668Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/conv2d.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/conv2d.cpp [skipped, already hipified] 2022-11-23T01:18:20.1476961Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/conv2d.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/conv2d.h [skipped, already hipified] 2022-11-23T01:18:20.1485251Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/matmul.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/matmul.cpp [skipped, already hipified] 2022-11-23T01:18:20.1495721Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/matmul.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/matmul.h [skipped, already hipified] 2022-11-23T01:18:20.1523382Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/misc.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/misc.cpp [skipped, already hipified] 2022-11-23T01:18:20.1532061Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/misc.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/misc.h [skipped, already hipified] 2022-11-23T01:18:20.1541556Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/norm.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/norm.cpp [skipped, already hipified] 2022-11-23T01:18:20.1547333Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/norm.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/norm.h [skipped, already hipified] 2022-11-23T01:18:20.1555074Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/operators.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/operators.h [skipped, already hipified] 2022-11-23T01:18:20.1570051Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/pointwise.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/pointwise.cpp [skipped, already hipified] 2022-11-23T01:18:20.1576473Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/pointwise.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/pointwise.h [skipped, already hipified] 2022-11-23T01:18:20.1612300Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/quantization.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/quantization.cpp [skipped, already hipified] 2022-11-23T01:18:20.1623215Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/quantization.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/quantization.h [skipped, already hipified] 2022-11-23T01:18:20.1636075Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/reduction.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/reduction.cpp [skipped, already hipified] 2022-11-23T01:18:20.1641436Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/reduction.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/reduction.h [skipped, already hipified] 2022-11-23T01:18:20.1654099Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/softmax.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/softmax.cpp [skipped, already hipified] 2022-11-23T01:18:20.1661915Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/softmax.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/softmax.h [skipped, already hipified] 2022-11-23T01:18:20.1670255Z /var/lib/jenkins/workspace/torch/csrc/jit/testing/catch_utils.hpp -> /var/lib/jenkins/workspace/torch/csrc/jit/testing/catch_utils.hpp [skipped, already hipified] 2022-11-23T01:18:20.1696106Z /var/lib/jenkins/workspace/torch/csrc/jit/testing/file_check.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/testing/file_check.cpp [skipped, already hipified] 2022-11-23T01:18:20.1704491Z /var/lib/jenkins/workspace/torch/csrc/jit/testing/file_check.h -> /var/lib/jenkins/workspace/torch/csrc/jit/testing/file_check.h [skipped, already hipified] 2022-11-23T01:18:20.1713491Z /var/lib/jenkins/workspace/torch/csrc/jit/testing/hooks_for_testing.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/testing/hooks_for_testing.cpp [skipped, already hipified] 2022-11-23T01:18:20.1721927Z /var/lib/jenkins/workspace/torch/csrc/jit/testing/hooks_for_testing.h -> /var/lib/jenkins/workspace/torch/csrc/jit/testing/hooks_for_testing.h [skipped, already hipified] 2022-11-23T01:18:20.1735168Z /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_data.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_data.h [skipped, already hipified] 2022-11-23T01:18:20.1741786Z /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_device.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_device.cpp [skipped, already hipified] 2022-11-23T01:18:20.1749908Z /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_device.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_device.h [skipped, already hipified] 2022-11-23T01:18:20.1761352Z /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_interface.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_interface.cpp [skipped, already hipified] 2022-11-23T01:18:20.1772541Z /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_interface.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_interface.h [skipped, already hipified] 2022-11-23T01:18:20.1784022Z /var/lib/jenkins/workspace/torch/csrc/lazy/backend/lowering_context.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/backend/lowering_context.cpp [skipped, already hipified] 2022-11-23T01:18:20.1796220Z /var/lib/jenkins/workspace/torch/csrc/lazy/backend/lowering_context.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/backend/lowering_context.h [skipped, already hipified] 2022-11-23T01:18:20.1806274Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/cache.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/cache.h [skipped, already hipified] 2022-11-23T01:18:20.1814959Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/config.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/config.cpp [skipped, already hipified] 2022-11-23T01:18:20.1820844Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/config.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/config.h [skipped, already hipified] 2022-11-23T01:18:20.1831432Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/debug_util.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/debug_util.cpp [skipped, already hipified] 2022-11-23T01:18:20.1841784Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/debug_util.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/debug_util.h [skipped, already hipified] 2022-11-23T01:18:20.1848433Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/dynamic_ir.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/dynamic_ir.h [skipped, already hipified] 2022-11-23T01:18:20.1855553Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/hash.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/hash.cpp [skipped, already hipified] 2022-11-23T01:18:20.1869236Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/hash.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/hash.h [skipped, already hipified] 2022-11-23T01:18:20.1884129Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/helpers.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/helpers.cpp [skipped, already hipified] 2022-11-23T01:18:20.1891518Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/helpers.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/helpers.h [skipped, already hipified] 2022-11-23T01:18:20.1902475Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir.cpp [skipped, already hipified] 2022-11-23T01:18:20.1918493Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir.h [skipped, already hipified] 2022-11-23T01:18:20.1928047Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_builder.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_builder.h [skipped, already hipified] 2022-11-23T01:18:20.1941340Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_dump_util.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_dump_util.cpp [skipped, already hipified] 2022-11-23T01:18:20.1947100Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_dump_util.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_dump_util.h [skipped, already hipified] 2022-11-23T01:18:20.1957281Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_metadata.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_metadata.cpp [skipped, already hipified] 2022-11-23T01:18:20.1965046Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_metadata.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_metadata.h [skipped, already hipified] 2022-11-23T01:18:20.1970737Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_util.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_util.cpp [skipped, already hipified] 2022-11-23T01:18:20.1976079Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_util.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_util.h [skipped, already hipified] 2022-11-23T01:18:20.2020355Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/lazy_graph_executor.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/lazy_graph_executor.cpp [skipped, already hipified] 2022-11-23T01:18:20.2032936Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/lazy_graph_executor.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/lazy_graph_executor.h [skipped, already hipified] 2022-11-23T01:18:20.2049019Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/metrics.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/metrics.cpp [skipped, already hipified] 2022-11-23T01:18:20.2060720Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/metrics.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/metrics.h [skipped, already hipified] 2022-11-23T01:18:20.2067971Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/multi_wait.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/multi_wait.cpp [skipped, already hipified] 2022-11-23T01:18:20.2074961Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/multi_wait.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/multi_wait.h [skipped, already hipified] 2022-11-23T01:18:20.2081814Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/permutation_util.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/permutation_util.cpp [skipped, already hipified] 2022-11-23T01:18:20.2088227Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/permutation_util.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/permutation_util.h [skipped, already hipified] 2022-11-23T01:18:20.2097281Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.cpp [skipped, already hipified] 2022-11-23T01:18:20.2104936Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h [skipped, already hipified] 2022-11-23T01:18:20.2164012Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape_inference.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape_inference.cpp [skipped, already hipified] 2022-11-23T01:18:20.2184187Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape_inference.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape_inference.h [skipped, already hipified] 2022-11-23T01:18:20.2204123Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor.cpp [skipped, already hipified] 2022-11-23T01:18:20.2216764Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor.h [skipped, already hipified] 2022-11-23T01:18:20.2229372Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor_impl.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor_impl.cpp [skipped, already hipified] 2022-11-23T01:18:20.2235252Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor_impl.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor_impl.h [skipped, already hipified] 2022-11-23T01:18:20.2241845Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor_util.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor_util.cpp [skipped, already hipified] 2022-11-23T01:18:20.2250519Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor_util.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor_util.h [skipped, already hipified] 2022-11-23T01:18:20.2259342Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/thread_pool.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/thread_pool.cpp [skipped, already hipified] 2022-11-23T01:18:20.2265098Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/thread_pool.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/thread_pool.h [skipped, already hipified] 2022-11-23T01:18:20.2272548Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/trie.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/trie.cpp [skipped, already hipified] 2022-11-23T01:18:20.2280716Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/trie.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/trie.h [skipped, already hipified] 2022-11-23T01:18:20.2287318Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/unique.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/unique.h [skipped, already hipified] 2022-11-23T01:18:20.2294976Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/util.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/util.h [skipped, already hipified] 2022-11-23T01:18:20.2302977Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/internal_ops/ltc_ops.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/internal_ops/ltc_ops.h [skipped, already hipified] 2022-11-23T01:18:20.2312005Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp [skipped, already hipified] 2022-11-23T01:18:20.2328182Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h [skipped, already hipified] 2022-11-23T01:18:20.2338007Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ops/utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ops/utils.cpp [skipped, already hipified] 2022-11-23T01:18:20.2343106Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ops/utils.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ops/utils.h [skipped, already hipified] 2022-11-23T01:18:20.2362143Z /var/lib/jenkins/workspace/torch/csrc/lazy/python/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/python/init.cpp [skipped, already hipified] 2022-11-23T01:18:20.2369896Z /var/lib/jenkins/workspace/torch/csrc/lazy/python/init.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/python/init.h [skipped, already hipified] 2022-11-23T01:18:20.2378137Z /var/lib/jenkins/workspace/torch/csrc/lazy/python/python_util.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/python/python_util.cpp [skipped, already hipified] 2022-11-23T01:18:20.2385646Z /var/lib/jenkins/workspace/torch/csrc/lazy/python/python_util.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/python/python_util.h [skipped, already hipified] 2022-11-23T01:18:20.2396641Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/config.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/config.cpp [skipped, already hipified] 2022-11-23T01:18:20.2405078Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/config.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/config.h [skipped, already hipified] 2022-11-23T01:18:20.2412675Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/dynamic_ir.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/dynamic_ir.cpp [skipped, already hipified] 2022-11-23T01:18:20.2419330Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/dynamic_ir.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/dynamic_ir.h [skipped, already hipified] 2022-11-23T01:18:20.2429311Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ir_builder.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ir_builder.h [skipped, already hipified] 2022-11-23T01:18:20.2443262Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/tensor_aten_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/tensor_aten_ops.cpp [skipped, already hipified] 2022-11-23T01:18:20.2448858Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/tensor_aten_ops.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/tensor_aten_ops.h [skipped, already hipified] 2022-11-23T01:18:20.2456222Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_autograd_functions.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_autograd_functions.cpp [skipped, already hipified] 2022-11-23T01:18:20.2466832Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_autograd_functions.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_autograd_functions.h [skipped, already hipified] 2022-11-23T01:18:20.2481946Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_backend_impl.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_backend_impl.cpp [skipped, already hipified] 2022-11-23T01:18:20.2492126Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_backend_impl.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_backend_impl.h [skipped, already hipified] 2022-11-23T01:18:20.2510695Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_eager_fallback.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_eager_fallback.cpp [skipped, already hipified] 2022-11-23T01:18:20.2517986Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_eager_fallback.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_eager_fallback.h [skipped, already hipified] 2022-11-23T01:18:20.2527408Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_lowering_context.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_lowering_context.cpp [skipped, already hipified] 2022-11-23T01:18:20.2539019Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_lowering_context.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_lowering_context.h [skipped, already hipified] 2022-11-23T01:18:20.2568225Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_native_functions.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_native_functions.cpp [skipped, already hipified] 2022-11-23T01:18:20.2575889Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_node.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_node.cpp [skipped, already hipified] 2022-11-23T01:18:20.2585472Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_node.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_node.h [skipped, already hipified] 2022-11-23T01:18:20.2597174Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_node_lowering.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_node_lowering.cpp [skipped, already hipified] 2022-11-23T01:18:20.2604230Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_node_lowering.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_node_lowering.h [skipped, already hipified] 2022-11-23T01:18:20.2610028Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/device_data.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/device_data.cpp [skipped, already hipified] 2022-11-23T01:18:20.2615133Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/device_data.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/device_data.h [skipped, already hipified] 2022-11-23T01:18:20.2620047Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/generic.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/generic.cpp [skipped, already hipified] 2022-11-23T01:18:20.2624727Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/generic.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/generic.h [skipped, already hipified] 2022-11-23T01:18:20.2634283Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/random_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/random_ops.cpp [skipped, already hipified] 2022-11-23T01:18:20.2640903Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/random_ops.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/random_ops.h [skipped, already hipified] 2022-11-23T01:18:20.2648606Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/to_copy.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/to_copy.h [skipped, already hipified] 2022-11-23T01:18:20.2656098Z /var/lib/jenkins/workspace/torch/csrc/monitor/counters.cpp -> /var/lib/jenkins/workspace/torch/csrc/monitor/counters.cpp [skipped, already hipified] 2022-11-23T01:18:20.2669245Z /var/lib/jenkins/workspace/torch/csrc/monitor/counters.h -> /var/lib/jenkins/workspace/torch/csrc/monitor/counters.h [skipped, already hipified] 2022-11-23T01:18:20.2677974Z /var/lib/jenkins/workspace/torch/csrc/monitor/events.cpp -> /var/lib/jenkins/workspace/torch/csrc/monitor/events.cpp [skipped, already hipified] 2022-11-23T01:18:20.2687620Z /var/lib/jenkins/workspace/torch/csrc/monitor/events.h -> /var/lib/jenkins/workspace/torch/csrc/monitor/events.h [skipped, already hipified] 2022-11-23T01:18:20.2703311Z /var/lib/jenkins/workspace/torch/csrc/monitor/python_init.cpp -> /var/lib/jenkins/workspace/torch/csrc/monitor/python_init.cpp [skipped, already hipified] 2022-11-23T01:18:20.2711119Z /var/lib/jenkins/workspace/torch/csrc/monitor/python_init.h -> /var/lib/jenkins/workspace/torch/csrc/monitor/python_init.h [skipped, already hipified] 2022-11-23T01:18:20.2720419Z /var/lib/jenkins/workspace/torch/csrc/multiprocessing/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/multiprocessing/init.cpp [skipped, already hipified] 2022-11-23T01:18:20.2725779Z /var/lib/jenkins/workspace/torch/csrc/multiprocessing/init.h -> /var/lib/jenkins/workspace/torch/csrc/multiprocessing/init.h [skipped, already hipified] 2022-11-23T01:18:20.2743754Z /var/lib/jenkins/workspace/torch/csrc/onnx/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/onnx/init.cpp [skipped, already hipified] 2022-11-23T01:18:20.2748550Z /var/lib/jenkins/workspace/torch/csrc/onnx/init.h -> /var/lib/jenkins/workspace/torch/csrc/onnx/init.h [skipped, already hipified] 2022-11-23T01:18:20.2753428Z /var/lib/jenkins/workspace/torch/csrc/onnx/onnx.h -> /var/lib/jenkins/workspace/torch/csrc/onnx/onnx.h [skipped, already hipified] 2022-11-23T01:18:20.2762426Z /var/lib/jenkins/workspace/torch/csrc/onnx/diagnostics/diagnostics.h -> /var/lib/jenkins/workspace/torch/csrc/onnx/diagnostics/diagnostics.h [skipped, already hipified] 2022-11-23T01:18:20.2770565Z /var/lib/jenkins/workspace/torch/csrc/onnx/diagnostics/generated/rules.h -> /var/lib/jenkins/workspace/torch/csrc/onnx/diagnostics/generated/rules.h [skipped, already hipified] 2022-11-23T01:18:20.2776523Z /var/lib/jenkins/workspace/torch/csrc/profiler/api.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/api.h [skipped, already hipified] 2022-11-23T01:18:20.2819060Z /var/lib/jenkins/workspace/torch/csrc/profiler/collection.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/collection.cpp [skipped, already hipified] 2022-11-23T01:18:20.2845838Z /var/lib/jenkins/workspace/torch/csrc/profiler/collection.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/collection.h [skipped, already hipified] 2022-11-23T01:18:20.2855050Z /var/lib/jenkins/workspace/torch/csrc/profiler/containers.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/containers.h [skipped, already hipified] 2022-11-23T01:18:20.2868117Z /var/lib/jenkins/workspace/torch/csrc/profiler/data_flow.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/data_flow.cpp [skipped, already hipified] 2022-11-23T01:18:20.2875414Z /var/lib/jenkins/workspace/torch/csrc/profiler/data_flow.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/data_flow.h [skipped, already hipified] 2022-11-23T01:18:20.2881664Z /var/lib/jenkins/workspace/torch/csrc/profiler/events.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/events.h [skipped, already hipified] 2022-11-23T01:18:20.2887846Z /var/lib/jenkins/workspace/torch/csrc/profiler/kineto_client_interface.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/kineto_client_interface.cpp [skipped, already hipified] 2022-11-23T01:18:20.2902451Z /var/lib/jenkins/workspace/torch/csrc/profiler/kineto_shim.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/kineto_shim.cpp [skipped, already hipified] 2022-11-23T01:18:20.2920811Z /var/lib/jenkins/workspace/torch/csrc/profiler/kineto_shim.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/kineto_shim.h [skipped, already hipified] 2022-11-23T01:18:20.2929699Z /var/lib/jenkins/workspace/torch/csrc/profiler/perf-inl.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/perf-inl.h [skipped, already hipified] 2022-11-23T01:18:20.2939490Z /var/lib/jenkins/workspace/torch/csrc/profiler/perf.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/perf.cpp [skipped, already hipified] 2022-11-23T01:18:20.2945837Z /var/lib/jenkins/workspace/torch/csrc/profiler/perf.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/perf.h [skipped, already hipified] 2022-11-23T01:18:20.2977536Z /var/lib/jenkins/workspace/torch/csrc/profiler/util.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/util.cpp [skipped, already hipified] 2022-11-23T01:18:20.2993717Z /var/lib/jenkins/workspace/torch/csrc/profiler/util.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/util.h [ok] 2022-11-23T01:18:20.3005949Z /var/lib/jenkins/workspace/torch/csrc/profiler/orchestration/observer.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/orchestration/observer.cpp [skipped, already hipified] 2022-11-23T01:18:20.3015357Z /var/lib/jenkins/workspace/torch/csrc/profiler/orchestration/observer.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/orchestration/observer.h [skipped, already hipified] 2022-11-23T01:18:20.3021436Z /var/lib/jenkins/workspace/torch/csrc/profiler/orchestration/python_tracer.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/orchestration/python_tracer.cpp [skipped, already hipified] 2022-11-23T01:18:20.3030322Z /var/lib/jenkins/workspace/torch/csrc/profiler/orchestration/python_tracer.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/orchestration/python_tracer.h [skipped, already hipified] 2022-11-23T01:18:20.3050775Z /var/lib/jenkins/workspace/torch/csrc/profiler/python/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/python/init.cpp [skipped, already hipified] 2022-11-23T01:18:20.3055707Z /var/lib/jenkins/workspace/torch/csrc/profiler/python/init.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/python/init.h [skipped, already hipified] 2022-11-23T01:18:20.3061639Z /var/lib/jenkins/workspace/torch/csrc/profiler/python/pybind.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/python/pybind.h [skipped, already hipified] 2022-11-23T01:18:20.3094051Z /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/execution_graph_observer.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/execution_graph_observer.cpp [skipped, already hipified] 2022-11-23T01:18:20.3100789Z /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/execution_graph_observer.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/execution_graph_observer.h [skipped, already hipified] 2022-11-23T01:18:20.3111754Z /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/itt_observer.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/itt_observer.cpp [skipped, already hipified] 2022-11-23T01:18:20.3119592Z /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/itt_observer.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/itt_observer.h [skipped, already hipified] 2022-11-23T01:18:20.3129063Z /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/nvtx_observer.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/nvtx_observer.cpp [skipped, already hipified] 2022-11-23T01:18:20.3134161Z /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/nvtx_observer.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/nvtx_observer.h [skipped, already hipified] 2022-11-23T01:18:20.3144368Z /var/lib/jenkins/workspace/torch/csrc/profiler/stubs/base.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/stubs/base.cpp [skipped, already hipified] 2022-11-23T01:18:20.3151509Z /var/lib/jenkins/workspace/torch/csrc/profiler/stubs/base.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/stubs/base.h [ok] 2022-11-23T01:18:20.3165379Z /var/lib/jenkins/workspace/torch/csrc/profiler/stubs/cuda.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/stubs/cuda.cpp [ok] 2022-11-23T01:18:20.3171077Z /var/lib/jenkins/workspace/torch/csrc/profiler/stubs/itt.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/stubs/itt.cpp [skipped, already hipified] 2022-11-23T01:18:20.3190180Z /var/lib/jenkins/workspace/torch/csrc/tensor/python_tensor.cpp -> /var/lib/jenkins/workspace/torch/csrc/tensor/python_tensor.cpp [skipped, already hipified] 2022-11-23T01:18:20.3197630Z /var/lib/jenkins/workspace/torch/csrc/tensor/python_tensor.h -> /var/lib/jenkins/workspace/torch/csrc/tensor/python_tensor.h [skipped, already hipified] 2022-11-23T01:18:20.3208852Z /var/lib/jenkins/workspace/torch/csrc/utils/auto_gil.h -> /var/lib/jenkins/workspace/torch/csrc/utils/auto_gil.h [skipped, already hipified] 2022-11-23T01:18:20.3223700Z /var/lib/jenkins/workspace/torch/csrc/utils/byte_order.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/byte_order.cpp [skipped, already hipified] 2022-11-23T01:18:20.3235383Z /var/lib/jenkins/workspace/torch/csrc/utils/byte_order.h -> /var/lib/jenkins/workspace/torch/csrc/utils/byte_order.h [skipped, already hipified] 2022-11-23T01:18:20.3240930Z /var/lib/jenkins/workspace/torch/csrc/utils/cpp_stacktraces.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/cpp_stacktraces.cpp [skipped, already hipified] 2022-11-23T01:18:20.3248189Z /var/lib/jenkins/workspace/torch/csrc/utils/cpp_stacktraces.h -> /var/lib/jenkins/workspace/torch/csrc/utils/cpp_stacktraces.h [skipped, already hipified] 2022-11-23T01:18:20.3268975Z /var/lib/jenkins/workspace/torch/csrc/utils/cuda_enabled.h -> /var/lib/jenkins/workspace/torch/csrc/utils/cuda_enabled.h [ok] 2022-11-23T01:18:20.3276449Z /var/lib/jenkins/workspace/torch/csrc/utils/cuda_lazy_init.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/cuda_lazy_init.cpp [skipped, already hipified] 2022-11-23T01:18:20.3281894Z /var/lib/jenkins/workspace/torch/csrc/utils/cuda_lazy_init.h -> /var/lib/jenkins/workspace/torch/csrc/utils/cuda_lazy_init.h [skipped, already hipified] 2022-11-23T01:18:20.3298351Z /var/lib/jenkins/workspace/torch/csrc/utils/disable_torch_function.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/disable_torch_function.cpp [skipped, already hipified] 2022-11-23T01:18:20.3305123Z /var/lib/jenkins/workspace/torch/csrc/utils/disable_torch_function.h -> /var/lib/jenkins/workspace/torch/csrc/utils/disable_torch_function.h [skipped, already hipified] 2022-11-23T01:18:20.3311829Z /var/lib/jenkins/workspace/torch/csrc/utils/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/init.cpp [skipped, already hipified] 2022-11-23T01:18:20.3317969Z /var/lib/jenkins/workspace/torch/csrc/utils/init.h -> /var/lib/jenkins/workspace/torch/csrc/utils/init.h [skipped, already hipified] 2022-11-23T01:18:20.3336533Z /var/lib/jenkins/workspace/torch/csrc/utils/invalid_arguments.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/invalid_arguments.cpp [skipped, already hipified] 2022-11-23T01:18:20.3343658Z /var/lib/jenkins/workspace/torch/csrc/utils/invalid_arguments.h -> /var/lib/jenkins/workspace/torch/csrc/utils/invalid_arguments.h [skipped, already hipified] 2022-11-23T01:18:20.3352968Z /var/lib/jenkins/workspace/torch/csrc/utils/memory.h -> /var/lib/jenkins/workspace/torch/csrc/utils/memory.h [skipped, already hipified] 2022-11-23T01:18:20.3360390Z /var/lib/jenkins/workspace/torch/csrc/utils/nested.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/nested.cpp [skipped, already hipified] 2022-11-23T01:18:20.3366776Z /var/lib/jenkins/workspace/torch/csrc/utils/nested.h -> /var/lib/jenkins/workspace/torch/csrc/utils/nested.h [skipped, already hipified] 2022-11-23T01:18:20.3372317Z /var/lib/jenkins/workspace/torch/csrc/utils/numpy_stub.h -> /var/lib/jenkins/workspace/torch/csrc/utils/numpy_stub.h [skipped, already hipified] 2022-11-23T01:18:20.3376330Z /var/lib/jenkins/workspace/torch/csrc/utils/object_ptr.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/object_ptr.cpp [skipped, already hipified] 2022-11-23T01:18:20.3391975Z /var/lib/jenkins/workspace/torch/csrc/utils/object_ptr.h -> /var/lib/jenkins/workspace/torch/csrc/utils/object_ptr.h [skipped, already hipified] 2022-11-23T01:18:20.3402343Z /var/lib/jenkins/workspace/torch/csrc/utils/out_types.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/out_types.cpp [skipped, already hipified] 2022-11-23T01:18:20.3407984Z /var/lib/jenkins/workspace/torch/csrc/utils/out_types.h -> /var/lib/jenkins/workspace/torch/csrc/utils/out_types.h [skipped, already hipified] 2022-11-23T01:18:20.3416987Z /var/lib/jenkins/workspace/torch/csrc/utils/pybind.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/pybind.cpp [skipped, already hipified] 2022-11-23T01:18:20.3431572Z /var/lib/jenkins/workspace/torch/csrc/utils/pybind.h -> /var/lib/jenkins/workspace/torch/csrc/utils/pybind.h [skipped, already hipified] 2022-11-23T01:18:20.3436871Z /var/lib/jenkins/workspace/torch/csrc/utils/pycfunction_helpers.h -> /var/lib/jenkins/workspace/torch/csrc/utils/pycfunction_helpers.h [skipped, already hipified] 2022-11-23T01:18:20.3495979Z /var/lib/jenkins/workspace/torch/csrc/utils/python_arg_parser.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/python_arg_parser.cpp [skipped, already hipified] 2022-11-23T01:18:20.3537841Z /var/lib/jenkins/workspace/torch/csrc/utils/python_arg_parser.h -> /var/lib/jenkins/workspace/torch/csrc/utils/python_arg_parser.h [skipped, already hipified] 2022-11-23T01:18:20.3550606Z /var/lib/jenkins/workspace/torch/csrc/utils/python_compat.h -> /var/lib/jenkins/workspace/torch/csrc/utils/python_compat.h [skipped, already hipified] 2022-11-23T01:18:20.3580733Z /var/lib/jenkins/workspace/torch/csrc/utils/python_dispatch.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/python_dispatch.cpp [skipped, already hipified] 2022-11-23T01:18:20.3594376Z /var/lib/jenkins/workspace/torch/csrc/utils/python_dispatch.h -> /var/lib/jenkins/workspace/torch/csrc/utils/python_dispatch.h [skipped, already hipified] 2022-11-23T01:18:20.3604509Z /var/lib/jenkins/workspace/torch/csrc/utils/python_numbers.h -> /var/lib/jenkins/workspace/torch/csrc/utils/python_numbers.h [skipped, already hipified] 2022-11-23T01:18:20.3614142Z /var/lib/jenkins/workspace/torch/csrc/utils/python_scalars.h -> /var/lib/jenkins/workspace/torch/csrc/utils/python_scalars.h [skipped, already hipified] 2022-11-23T01:18:20.3625085Z /var/lib/jenkins/workspace/torch/csrc/utils/python_strings.h -> /var/lib/jenkins/workspace/torch/csrc/utils/python_strings.h [skipped, already hipified] 2022-11-23T01:18:20.3630735Z /var/lib/jenkins/workspace/torch/csrc/utils/python_stub.h -> /var/lib/jenkins/workspace/torch/csrc/utils/python_stub.h [skipped, already hipified] 2022-11-23T01:18:20.3636770Z /var/lib/jenkins/workspace/torch/csrc/utils/python_symnode.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/python_symnode.cpp [skipped, already hipified] 2022-11-23T01:18:20.3648961Z /var/lib/jenkins/workspace/torch/csrc/utils/python_symnode.h -> /var/lib/jenkins/workspace/torch/csrc/utils/python_symnode.h [skipped, already hipified] 2022-11-23T01:18:20.3654338Z /var/lib/jenkins/workspace/torch/csrc/utils/python_torch_function_mode.h -> /var/lib/jenkins/workspace/torch/csrc/utils/python_torch_function_mode.h [skipped, already hipified] 2022-11-23T01:18:20.3658860Z /var/lib/jenkins/workspace/torch/csrc/utils/python_tuples.h -> /var/lib/jenkins/workspace/torch/csrc/utils/python_tuples.h [skipped, already hipified] 2022-11-23T01:18:20.3686145Z /var/lib/jenkins/workspace/torch/csrc/utils/schema_info.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/schema_info.cpp [skipped, already hipified] 2022-11-23T01:18:20.3696119Z /var/lib/jenkins/workspace/torch/csrc/utils/schema_info.h -> /var/lib/jenkins/workspace/torch/csrc/utils/schema_info.h [skipped, already hipified] 2022-11-23T01:18:20.3706256Z /var/lib/jenkins/workspace/torch/csrc/utils/six.h -> /var/lib/jenkins/workspace/torch/csrc/utils/six.h [skipped, already hipified] 2022-11-23T01:18:20.3712361Z /var/lib/jenkins/workspace/torch/csrc/utils/structseq.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/structseq.cpp [skipped, already hipified] 2022-11-23T01:18:20.3722512Z /var/lib/jenkins/workspace/torch/csrc/utils/structseq.h -> /var/lib/jenkins/workspace/torch/csrc/utils/structseq.h [skipped, already hipified] 2022-11-23T01:18:20.3730919Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_apply.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_apply.cpp [skipped, already hipified] 2022-11-23T01:18:20.3739351Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_apply.h -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_apply.h [skipped, already hipified] 2022-11-23T01:18:20.3752019Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_dtypes.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_dtypes.cpp [skipped, already hipified] 2022-11-23T01:18:20.3760624Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_dtypes.h -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_dtypes.h [skipped, already hipified] 2022-11-23T01:18:20.3768771Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_flatten.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_flatten.cpp [skipped, already hipified] 2022-11-23T01:18:20.3780933Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_flatten.h -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_flatten.h [skipped, already hipified] 2022-11-23T01:18:20.3790747Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_layouts.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_layouts.cpp [skipped, already hipified] 2022-11-23T01:18:20.3794849Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_layouts.h -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_layouts.h [skipped, already hipified] 2022-11-23T01:18:20.3802872Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_list.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_list.cpp [skipped, already hipified] 2022-11-23T01:18:20.3809514Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_list.h -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_list.h [skipped, already hipified] 2022-11-23T01:18:20.3821440Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_memoryformats.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_memoryformats.cpp [skipped, already hipified] 2022-11-23T01:18:20.3830895Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_memoryformats.h -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_memoryformats.h [skipped, already hipified] 2022-11-23T01:18:20.3898440Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_new.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_new.cpp [skipped, already hipified] 2022-11-23T01:18:20.3910045Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_new.h -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_new.h [skipped, already hipified] 2022-11-23T01:18:20.3936643Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp [skipped, already hipified] 2022-11-23T01:18:20.3942527Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.h -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.h [skipped, already hipified] 2022-11-23T01:18:20.3949174Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_qschemes.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_qschemes.cpp [skipped, already hipified] 2022-11-23T01:18:20.3955398Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_qschemes.h -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_qschemes.h [skipped, already hipified] 2022-11-23T01:18:20.3964911Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_types.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_types.cpp [skipped, already hipified] 2022-11-23T01:18:20.3985957Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_types.h -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_types.h [skipped, already hipified] 2022-11-23T01:18:20.3995406Z /var/lib/jenkins/workspace/torch/csrc/utils/throughput_benchmark-inl.h -> /var/lib/jenkins/workspace/torch/csrc/utils/throughput_benchmark-inl.h [skipped, already hipified] 2022-11-23T01:18:20.4005539Z /var/lib/jenkins/workspace/torch/csrc/utils/throughput_benchmark.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/throughput_benchmark.cpp [skipped, already hipified] 2022-11-23T01:18:20.4017605Z /var/lib/jenkins/workspace/torch/csrc/utils/throughput_benchmark.h -> /var/lib/jenkins/workspace/torch/csrc/utils/throughput_benchmark.h [skipped, already hipified] 2022-11-23T01:18:20.4022589Z /var/lib/jenkins/workspace/torch/csrc/utils/torch_dispatch_mode.h -> /var/lib/jenkins/workspace/torch/csrc/utils/torch_dispatch_mode.h [skipped, already hipified] 2022-11-23T01:18:20.4030330Z /var/lib/jenkins/workspace/torch/csrc/utils/variadic.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/variadic.cpp [skipped, already hipified] 2022-11-23T01:18:20.4040654Z /var/lib/jenkins/workspace/torch/csrc/utils/variadic.h -> /var/lib/jenkins/workspace/torch/csrc/utils/variadic.h [skipped, already hipified] 2022-11-23T01:18:20.4047313Z /var/lib/jenkins/workspace/torch/csrc/utils/verbose.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/verbose.cpp [skipped, already hipified] 2022-11-23T01:18:20.4055364Z /var/lib/jenkins/workspace/torch/lib/libshm/alloc_info.h -> /var/lib/jenkins/workspace/torch/lib/libshm/alloc_info.h [skipped, already hipified] 2022-11-23T01:18:20.4064064Z /var/lib/jenkins/workspace/torch/lib/libshm/core.cpp -> /var/lib/jenkins/workspace/torch/lib/libshm/core.cpp [skipped, already hipified] 2022-11-23T01:18:20.4070209Z /var/lib/jenkins/workspace/torch/lib/libshm/err.h -> /var/lib/jenkins/workspace/torch/lib/libshm/err.h [skipped, already hipified] 2022-11-23T01:18:20.4077874Z /var/lib/jenkins/workspace/torch/lib/libshm/libshm.h -> /var/lib/jenkins/workspace/torch/lib/libshm/libshm.h [skipped, already hipified] 2022-11-23T01:18:20.4087211Z /var/lib/jenkins/workspace/torch/lib/libshm/manager.cpp -> /var/lib/jenkins/workspace/torch/lib/libshm/manager.cpp [skipped, already hipified] 2022-11-23T01:18:20.4098239Z /var/lib/jenkins/workspace/torch/lib/libshm/socket.h -> /var/lib/jenkins/workspace/torch/lib/libshm/socket.h [skipped, already hipified] 2022-11-23T01:18:20.4104699Z /var/lib/jenkins/workspace/torch/lib/libshm_windows/core.cpp -> /var/lib/jenkins/workspace/torch/lib/libshm_windows/core.cpp [skipped, already hipified] 2022-11-23T01:18:20.4111503Z /var/lib/jenkins/workspace/torch/lib/libshm_windows/libshm.h -> /var/lib/jenkins/workspace/torch/lib/libshm_windows/libshm.h [skipped, already hipified] 2022-11-23T01:18:20.4141168Z /var/lib/jenkins/workspace/torch/nn/functional.pyi.in -> /var/lib/jenkins/workspace/torch/nn/functional.pyi.in [skipped, already hipified] 2022-11-23T01:18:20.4152483Z /var/lib/jenkins/workspace/torch/utils/benchmark/utils/timeit_template.cpp -> /var/lib/jenkins/workspace/torch/utils/benchmark/utils/timeit_template.cpp [skipped, already hipified] 2022-11-23T01:18:20.4159403Z /var/lib/jenkins/workspace/torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> /var/lib/jenkins/workspace/torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp [skipped, already hipified] 2022-11-23T01:18:20.4168759Z /var/lib/jenkins/workspace/torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp -> /var/lib/jenkins/workspace/torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp [skipped, already hipified] 2022-11-23T01:18:20.4178427Z /var/lib/jenkins/workspace/torch/utils/data/datapipes/datapipe.pyi.in -> /var/lib/jenkins/workspace/torch/utils/data/datapipes/datapipe.pyi.in [skipped, already hipified] 2022-11-23T01:18:20.4179008Z Successfully preprocessed all matching files. 2022-11-23T01:18:20.4341803Z + '[' -z 6 ']' 2022-11-23T01:18:20.4342302Z + [[ linux-focal-rocm5.2-py3.8 == *cuda* ]] 2022-11-23T01:18:20.4342855Z + [[ linux-focal-rocm5.2-py3.8 == *clang* ]] 2022-11-23T01:18:20.4343176Z + [[ linux-focal-rocm5.2-py3.8 == *no-ops* ]] 2022-11-23T01:18:20.4343457Z + [[ linux-focal-rocm5.2-py3.8 == *-pch* ]] 2022-11-23T01:18:20.4343803Z + [[ linux-focal-rocm5.2-py3.8 == *linux-focal-py3.7-gcc7-build* ]] 2022-11-23T01:18:20.4344133Z + [[ linux-focal-rocm5.2-py3.8 != *android* ]] 2022-11-23T01:18:20.4344403Z + [[ linux-focal-rocm5.2-py3.8 != *cuda* ]] 2022-11-23T01:18:20.4344641Z + export BUILD_STATIC_RUNTIME_BENCHMARK=ON 2022-11-23T01:18:20.4344869Z + BUILD_STATIC_RUNTIME_BENCHMARK=ON 2022-11-23T01:18:20.4346166Z + [[ linux-focal-rocm5.2-py3.8 == *-bazel-* ]] 2022-11-23T01:18:20.4351141Z + echo 'The next three invocations are expected to fail with invalid command error messages.' 2022-11-23T01:18:20.4351771Z The next three invocations are expected to fail with invalid command error messages. 2022-11-23T01:18:20.4352082Z + get_exit_code python setup.py bad_argument 2022-11-23T01:18:20.4352271Z + set +e 2022-11-23T01:18:20.4352453Z + python setup.py bad_argument 2022-11-23T01:18:21.2253863Z Building wheel torch-1.14.0a0+git1cfd385 2022-11-23T01:18:21.2821306Z invalid command 'bad_argument' 2022-11-23T01:18:21.3282804Z + retcode=1 2022-11-23T01:18:21.3283085Z + set -e 2022-11-23T01:18:21.3283279Z + return 1 2022-11-23T01:18:21.3286707Z + get_exit_code python setup.py 'clean]' 2022-11-23T01:18:21.3287088Z + set +e 2022-11-23T01:18:21.3287300Z + python setup.py 'clean]' 2022-11-23T01:18:21.5854576Z Building wheel torch-1.14.0a0+git1cfd385 2022-11-23T01:18:21.6068484Z invalid command name 'clean]' 2022-11-23T01:18:21.6501660Z + retcode=1 2022-11-23T01:18:21.6502018Z + set -e 2022-11-23T01:18:21.6502300Z + return 1 2022-11-23T01:18:21.6507112Z + get_exit_code python setup.py clean bad_argument 2022-11-23T01:18:21.6507532Z + set +e 2022-11-23T01:18:21.6507737Z + python setup.py clean bad_argument 2022-11-23T01:18:21.9028686Z Building wheel torch-1.14.0a0+git1cfd385 2022-11-23T01:18:21.9311609Z invalid command 'bad_argument' 2022-11-23T01:18:21.9743769Z + retcode=1 2022-11-23T01:18:21.9744142Z + set -e 2022-11-23T01:18:21.9744443Z + return 1 2022-11-23T01:18:21.9746127Z + [[ linux-focal-rocm5.2-py3.8 != *libtorch* ]] 2022-11-23T01:18:21.9746424Z + [[ linux-focal-rocm5.2-py3.8 != *rocm* ]] 2022-11-23T01:18:21.9746650Z + python setup.py bdist_wheel 2022-11-23T01:18:22.2286438Z Building wheel torch-1.14.0a0+git1cfd385 2022-11-23T01:18:22.2809763Z -- Building version 1.14.0a0+git1cfd385 2022-11-23T01:18:22.3600809Z cmake -DBUILD_ENVIRONMENT=linux-focal-rocm5.2-py3.8 -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.8/site-packages;/opt/conda -DNUMPY_INCLUDE_DIR=/opt/conda/lib/python3.8/site-packages/numpy/core/include -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DPYTHON_INCLUDE_DIR=/opt/conda/include/python3.8 -DPYTHON_LIBRARY=/opt/conda/lib/libpython3.8.so.1.0 -DTORCH_BUILD_VERSION=1.14.0a0+git1cfd385 -DUSE_LLVM=/opt/rocm/llvm -DUSE_NUMPY=True /var/lib/jenkins/workspace 2022-11-23T01:18:22.8147909Z -- The CXX compiler identification is GNU 9.4.0 2022-11-23T01:18:22.9650144Z -- The C compiler identification is GNU 9.4.0 2022-11-23T01:18:22.9933971Z -- Detecting CXX compiler ABI info 2022-11-23T01:18:23.1236150Z -- Detecting CXX compiler ABI info - done 2022-11-23T01:18:23.1314660Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2022-11-23T01:18:23.1334524Z -- Detecting CXX compile features 2022-11-23T01:18:23.1365920Z -- Detecting CXX compile features - done 2022-11-23T01:18:23.1451622Z -- Detecting C compiler ABI info 2022-11-23T01:18:23.2355632Z -- Detecting C compiler ABI info - done 2022-11-23T01:18:23.2434983Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2022-11-23T01:18:23.2438167Z -- Detecting C compile features 2022-11-23T01:18:23.2441647Z -- Detecting C compile features - done 2022-11-23T01:18:23.2446741Z -- Not forcing any particular BLAS to be found 2022-11-23T01:18:23.2473669Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-11-23T01:18:23.2474675Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-11-23T01:18:23.2475127Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-11-23T01:18:23.2475514Z cmake_policy command to set the policy and suppress this warning. 2022-11-23T01:18:23.2475765Z Call Stack (most recent call first): 2022-11-23T01:18:23.2476159Z CMakeLists.txt:249 (cmake_dependent_option) 2022-11-23T01:18:23.2476759Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:23.2477008Z  2022-11-23T01:18:23.2477359Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-11-23T01:18:23.2477709Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-11-23T01:18:23.2478087Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-11-23T01:18:23.2478510Z cmake_policy command to set the policy and suppress this warning. 2022-11-23T01:18:23.2478767Z Call Stack (most recent call first): 2022-11-23T01:18:23.2478998Z CMakeLists.txt:280 (cmake_dependent_option) 2022-11-23T01:18:23.2479317Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:23.2479562Z  2022-11-23T01:18:23.2488942Z -- Could not find ccache. Consider installing ccache to speed up compilation. 2022-11-23T01:18:23.2681134Z -- Performing Test COMPILER_WORKS 2022-11-23T01:18:23.3573014Z -- Performing Test COMPILER_WORKS - Success 2022-11-23T01:18:23.3576903Z -- Performing Test SUPPORT_GLIBCXX_USE_C99 2022-11-23T01:18:23.6529859Z -- Performing Test SUPPORT_GLIBCXX_USE_C99 - Success 2022-11-23T01:18:23.6531513Z -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED 2022-11-23T01:18:23.7956898Z -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED - Success 2022-11-23T01:18:23.7957523Z -- std::exception_ptr is supported. 2022-11-23T01:18:23.7959080Z -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING 2022-11-23T01:18:23.8401313Z -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING - Failed 2022-11-23T01:18:23.8401696Z -- Turning off deprecation warning due to glog. 2022-11-23T01:18:23.8416899Z -- Performing Test C_HAS_AVX_1 2022-11-23T01:18:24.1227322Z -- Performing Test C_HAS_AVX_1 - Failed 2022-11-23T01:18:24.1227911Z -- Performing Test C_HAS_AVX_2 2022-11-23T01:18:24.2759865Z -- Performing Test C_HAS_AVX_2 - Success 2022-11-23T01:18:24.2761990Z -- Performing Test C_HAS_AVX2_1 2022-11-23T01:18:24.5056559Z -- Performing Test C_HAS_AVX2_1 - Failed 2022-11-23T01:18:24.5057652Z -- Performing Test C_HAS_AVX2_2 2022-11-23T01:18:24.6559623Z -- Performing Test C_HAS_AVX2_2 - Success 2022-11-23T01:18:24.6562246Z -- Performing Test C_HAS_AVX512_1 2022-11-23T01:18:24.8863240Z -- Performing Test C_HAS_AVX512_1 - Failed 2022-11-23T01:18:24.8864156Z -- Performing Test C_HAS_AVX512_2 2022-11-23T01:18:25.0856139Z -- Performing Test C_HAS_AVX512_2 - Success 2022-11-23T01:18:25.0857735Z -- Performing Test CXX_HAS_AVX_1 2022-11-23T01:18:25.3146770Z -- Performing Test CXX_HAS_AVX_1 - Failed 2022-11-23T01:18:25.3147282Z -- Performing Test CXX_HAS_AVX_2 2022-11-23T01:18:25.5087332Z -- Performing Test CXX_HAS_AVX_2 - Success 2022-11-23T01:18:25.5089645Z -- Performing Test CXX_HAS_AVX2_1 2022-11-23T01:18:25.7414746Z -- Performing Test CXX_HAS_AVX2_1 - Failed 2022-11-23T01:18:25.7415057Z -- Performing Test CXX_HAS_AVX2_2 2022-11-23T01:18:25.8946551Z -- Performing Test CXX_HAS_AVX2_2 - Success 2022-11-23T01:18:25.8948814Z -- Performing Test CXX_HAS_AVX512_1 2022-11-23T01:18:26.1417569Z -- Performing Test CXX_HAS_AVX512_1 - Failed 2022-11-23T01:18:26.1418518Z -- Performing Test CXX_HAS_AVX512_2 2022-11-23T01:18:26.2992748Z -- Performing Test CXX_HAS_AVX512_2 - Success 2022-11-23T01:18:26.2993526Z -- Current compiler supports avx2 extension. Will build perfkernels. 2022-11-23T01:18:26.2996159Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2022-11-23T01:18:26.4389673Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success 2022-11-23T01:18:26.4390081Z -- Current compiler supports avx512f extension. Will build fbgemm. 2022-11-23T01:18:26.4396327Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2022-11-23T01:18:26.5460046Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Success 2022-11-23T01:18:26.5466169Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2022-11-23T01:18:26.6430273Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Success 2022-11-23T01:18:26.6435556Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC 2022-11-23T01:18:26.7393524Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Success 2022-11-23T01:18:26.7555540Z CUDA_TOOLKIT_ROOT_DIR not found or specified 2022-11-23T01:18:26.7705070Z -- Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY) 2022-11-23T01:18:26.7717493Z CMake Warning at cmake/public/cuda.cmake:31 (message): 2022-11-23T01:18:26.7718085Z Caffe2: CUDA cannot be found. Depending on whether you are building Caffe2 2022-11-23T01:18:26.7718650Z or a Caffe2 dependent library, the next warning / error will give you more 2022-11-23T01:18:26.7719080Z info. 2022-11-23T01:18:26.7719401Z Call Stack (most recent call first): 2022-11-23T01:18:26.7719815Z cmake/Dependencies.cmake:43 (include) 2022-11-23T01:18:26.7720209Z CMakeLists.txt:719 (include) 2022-11-23T01:18:26.7720360Z 2022-11-23T01:18:26.7720437Z  2022-11-23T01:18:26.7720713Z CMake Warning at cmake/Dependencies.cmake:66 (message): 2022-11-23T01:18:26.7721060Z Not compiling with CUDA. Suppress this warning with -DUSE_CUDA=OFF. 2022-11-23T01:18:26.7721319Z Call Stack (most recent call first): 2022-11-23T01:18:26.7721513Z CMakeLists.txt:719 (include) 2022-11-23T01:18:26.7721634Z 2022-11-23T01:18:26.7721720Z  2022-11-23T01:18:26.7729003Z -- Building using own protobuf under third_party per request. 2022-11-23T01:18:26.7729274Z -- Use custom protobuf build. 2022-11-23T01:18:26.7780238Z -- 2022-11-23T01:18:26.7780445Z -- 3.13.0.0 2022-11-23T01:18:26.7812909Z -- Looking for pthread.h 2022-11-23T01:18:26.9461459Z -- Looking for pthread.h - found 2022-11-23T01:18:26.9462510Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T01:18:27.0443071Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-11-23T01:18:27.0443402Z -- Check if compiler accepts -pthread 2022-11-23T01:18:27.1394360Z -- Check if compiler accepts -pthread - yes 2022-11-23T01:18:27.1427835Z -- Found Threads: TRUE 2022-11-23T01:18:27.1431625Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS 2022-11-23T01:18:27.2536219Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success 2022-11-23T01:18:27.2990435Z -- Caffe2 protobuf include directory: $$ 2022-11-23T01:18:27.3010025Z -- Trying to find preferred BLAS backend of choice: MKL 2022-11-23T01:18:27.3046952Z -- MKL_THREADING = OMP 2022-11-23T01:18:27.3049353Z -- Looking for sys/types.h 2022-11-23T01:18:27.3996636Z -- Looking for sys/types.h - found 2022-11-23T01:18:27.3998197Z -- Looking for stdint.h 2022-11-23T01:18:27.5011524Z -- Looking for stdint.h - found 2022-11-23T01:18:27.5012938Z -- Looking for stddef.h 2022-11-23T01:18:27.5919343Z -- Looking for stddef.h - found 2022-11-23T01:18:27.5919850Z -- Check size of void* 2022-11-23T01:18:27.6875233Z -- Check size of void* - done 2022-11-23T01:18:28.0052778Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:28.0053499Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T01:18:28.0054071Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:18:28.0054623Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:28.0055392Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:28.0055610Z Call Stack (most recent call first): 2022-11-23T01:18:28.0055890Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:18:28.0056173Z cmake/Modules/FindMKL.cmake:233 (FIND_PACKAGE) 2022-11-23T01:18:28.0056419Z cmake/Modules/FindMKL.cmake:328 (CHECK_ALL_LIBRARIES) 2022-11-23T01:18:28.0056674Z cmake/Dependencies.cmake:210 (find_package) 2022-11-23T01:18:28.0056897Z CMakeLists.txt:719 (include) 2022-11-23T01:18:28.0057215Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:28.0057467Z  2022-11-23T01:18:28.1108361Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:28.1109106Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T01:18:28.1109428Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:18:28.1109780Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:28.1110053Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:28.1110411Z Call Stack (most recent call first): 2022-11-23T01:18:28.1110684Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:18:28.1110966Z cmake/Modules/FindMKL.cmake:233 (FIND_PACKAGE) 2022-11-23T01:18:28.1111224Z cmake/Modules/FindMKL.cmake:328 (CHECK_ALL_LIBRARIES) 2022-11-23T01:18:28.1111463Z cmake/Dependencies.cmake:210 (find_package) 2022-11-23T01:18:28.1111686Z CMakeLists.txt:719 (include) 2022-11-23T01:18:28.1112016Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:28.1112250Z  2022-11-23T01:18:28.1131922Z -- Looking for cblas_sgemm 2022-11-23T01:18:28.4100933Z -- Looking for cblas_sgemm - found 2022-11-23T01:18:28.4167178Z -- MKL libraries: /opt/conda/lib/libmkl_intel_lp64.so;/opt/conda/lib/libmkl_gnu_thread.so;/opt/conda/lib/libmkl_core.so;-fopenmp;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libdl.so 2022-11-23T01:18:28.4167830Z -- MKL include directory: /opt/conda/include 2022-11-23T01:18:28.4168091Z -- MKL OpenMP type: GNU 2022-11-23T01:18:28.4168327Z -- MKL OpenMP library: -fopenmp 2022-11-23T01:18:28.4665950Z -- The ASM compiler identification is GNU 2022-11-23T01:18:28.4685977Z -- Found assembler: /opt/cache/bin/cc 2022-11-23T01:18:28.4873074Z -- Brace yourself, we are building NNPACK 2022-11-23T01:18:28.4926702Z -- Performing Test NNPACK_ARCH_IS_X86_32 2022-11-23T01:18:28.5341661Z -- Performing Test NNPACK_ARCH_IS_X86_32 - Failed 2022-11-23T01:18:28.5532558Z -- Found PythonInterp: /opt/conda/bin/python (found version "3.8.13") 2022-11-23T01:18:28.5532902Z -- NNPACK backend is x86-64 2022-11-23T01:18:29.1275913Z -- Found Python: /opt/conda/bin/python3.8 (found version "3.8.13") found components: Interpreter 2022-11-23T01:18:29.1345874Z -- Failed to find LLVM FileCheck 2022-11-23T01:18:29.1426109Z -- Found Git: /usr/bin/git (found version "2.25.1") 2022-11-23T01:18:29.2716782Z -- git version: v1.6.1 normalized to 1.6.1 2022-11-23T01:18:29.2717246Z -- Version: 1.6.1 2022-11-23T01:18:29.2723502Z -- Looking for shm_open in rt 2022-11-23T01:18:29.3655249Z -- Looking for shm_open in rt - found 2022-11-23T01:18:29.3661928Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 2022-11-23T01:18:29.4647779Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success 2022-11-23T01:18:29.4654478Z -- Performing Test HAVE_CXX_FLAG_WALL 2022-11-23T01:18:29.5732524Z -- Performing Test HAVE_CXX_FLAG_WALL - Success 2022-11-23T01:18:29.5740579Z -- Performing Test HAVE_CXX_FLAG_WEXTRA 2022-11-23T01:18:29.6731193Z -- Performing Test HAVE_CXX_FLAG_WEXTRA - Success 2022-11-23T01:18:29.6739475Z -- Performing Test HAVE_CXX_FLAG_WSHADOW 2022-11-23T01:18:29.7743683Z -- Performing Test HAVE_CXX_FLAG_WSHADOW - Success 2022-11-23T01:18:29.7750994Z -- Performing Test HAVE_CXX_FLAG_WERROR 2022-11-23T01:18:29.8759980Z -- Performing Test HAVE_CXX_FLAG_WERROR - Success 2022-11-23T01:18:29.8770765Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE 2022-11-23T01:18:29.9781855Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success 2022-11-23T01:18:29.9788160Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC 2022-11-23T01:18:30.0833530Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success 2022-11-23T01:18:30.0840079Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS 2022-11-23T01:18:30.1964326Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success 2022-11-23T01:18:30.1970950Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 2022-11-23T01:18:30.2470800Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed 2022-11-23T01:18:30.2477200Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING 2022-11-23T01:18:30.3483108Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success 2022-11-23T01:18:30.3489344Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS 2022-11-23T01:18:30.4522093Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success 2022-11-23T01:18:30.4528062Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED 2022-11-23T01:18:30.5532915Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success 2022-11-23T01:18:30.5542720Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING 2022-11-23T01:18:30.6553971Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success 2022-11-23T01:18:30.6560219Z -- Performing Test HAVE_CXX_FLAG_WD654 2022-11-23T01:18:30.6970608Z -- Performing Test HAVE_CXX_FLAG_WD654 - Failed 2022-11-23T01:18:30.6977306Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY 2022-11-23T01:18:30.7454025Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed 2022-11-23T01:18:30.7460716Z -- Performing Test HAVE_CXX_FLAG_COVERAGE 2022-11-23T01:18:30.8599079Z -- Performing Test HAVE_CXX_FLAG_COVERAGE - Success 2022-11-23T01:18:30.8600480Z -- Performing Test HAVE_STD_REGEX 2022-11-23T01:18:30.8600742Z -- Performing Test HAVE_STD_REGEX 2022-11-23T01:18:31.2172203Z -- Performing Test HAVE_STD_REGEX -- success 2022-11-23T01:18:31.2172529Z -- Performing Test HAVE_GNU_POSIX_REGEX 2022-11-23T01:18:31.2172798Z -- Performing Test HAVE_GNU_POSIX_REGEX 2022-11-23T01:18:31.2611152Z -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2022-11-23T01:18:31.2611635Z -- Performing Test HAVE_POSIX_REGEX 2022-11-23T01:18:31.2612052Z -- Performing Test HAVE_POSIX_REGEX 2022-11-23T01:18:31.4137996Z -- Performing Test HAVE_POSIX_REGEX -- success 2022-11-23T01:18:31.4138441Z -- Performing Test HAVE_STEADY_CLOCK 2022-11-23T01:18:31.4138697Z -- Performing Test HAVE_STEADY_CLOCK 2022-11-23T01:18:31.5599885Z -- Performing Test HAVE_STEADY_CLOCK -- success 2022-11-23T01:18:31.5895151Z -- Performing Test COMPILER_SUPPORTS_AVX512 2022-11-23T01:18:31.6886439Z -- Performing Test COMPILER_SUPPORTS_AVX512 - Success 2022-11-23T01:18:31.6907130Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:31.6907738Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T01:18:31.6908142Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:18:31.6908589Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:31.6908877Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:31.6909103Z Call Stack (most recent call first): 2022-11-23T01:18:31.6909373Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:18:31.6909647Z third_party/fbgemm/CMakeLists.txt:85 (find_package) 2022-11-23T01:18:31.6910106Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:31.6910449Z  2022-11-23T01:18:31.6910837Z -- Found OpenMP_C: -fopenmp (found version "4.5") 2022-11-23T01:18:31.6911532Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:31.6912155Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T01:18:31.6912620Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:18:31.6912912Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:31.6913227Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:31.6913452Z Call Stack (most recent call first): 2022-11-23T01:18:31.6913706Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:18:31.6913993Z third_party/fbgemm/CMakeLists.txt:85 (find_package) 2022-11-23T01:18:31.6914515Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:31.6914748Z  2022-11-23T01:18:31.6915008Z -- Found OpenMP_CXX: -fopenmp (found version "4.5") 2022-11-23T01:18:31.6916866Z -- Found OpenMP: TRUE (found version "4.5") 2022-11-23T01:18:31.6917931Z CMake Warning at third_party/fbgemm/CMakeLists.txt:87 (message): 2022-11-23T01:18:31.6918235Z OpenMP found! OpenMP_C_INCLUDE_DIRS = 2022-11-23T01:18:31.6918375Z 2022-11-23T01:18:31.6918459Z  2022-11-23T01:18:31.7938331Z CMake Warning at third_party/fbgemm/CMakeLists.txt:186 (message): 2022-11-23T01:18:31.7939022Z ========== 2022-11-23T01:18:31.7939218Z 2022-11-23T01:18:31.7939400Z  2022-11-23T01:18:31.7939906Z CMake Warning at third_party/fbgemm/CMakeLists.txt:187 (message): 2022-11-23T01:18:31.7940337Z CMAKE_BUILD_TYPE = Release 2022-11-23T01:18:31.7940502Z 2022-11-23T01:18:31.7940585Z  2022-11-23T01:18:31.7940868Z CMake Warning at third_party/fbgemm/CMakeLists.txt:188 (message): 2022-11-23T01:18:31.7941120Z CMAKE_CXX_FLAGS_DEBUG is -g 2022-11-23T01:18:31.7941247Z 2022-11-23T01:18:31.7941326Z  2022-11-23T01:18:31.7941609Z CMake Warning at third_party/fbgemm/CMakeLists.txt:189 (message): 2022-11-23T01:18:31.7941898Z CMAKE_CXX_FLAGS_RELEASE is -O3 -DNDEBUG 2022-11-23T01:18:31.7942032Z 2022-11-23T01:18:31.7942115Z  2022-11-23T01:18:31.7942405Z CMake Warning at third_party/fbgemm/CMakeLists.txt:190 (message): 2022-11-23T01:18:31.7942631Z ========== 2022-11-23T01:18:31.7942717Z 2022-11-23T01:18:31.7942801Z  2022-11-23T01:18:31.7981624Z -- Performing Test __CxxFlag__fno_threadsafe_statics 2022-11-23T01:18:31.8996320Z -- Performing Test __CxxFlag__fno_threadsafe_statics - Success 2022-11-23T01:18:31.9002888Z -- Performing Test __CxxFlag__fno_semantic_interposition 2022-11-23T01:18:32.0045691Z -- Performing Test __CxxFlag__fno_semantic_interposition - Success 2022-11-23T01:18:32.0052300Z -- Performing Test __CxxFlag__fmerge_all_constants 2022-11-23T01:18:32.1049943Z -- Performing Test __CxxFlag__fmerge_all_constants - Success 2022-11-23T01:18:32.1056230Z -- Performing Test __CxxFlag__fno_enforce_eh_specs 2022-11-23T01:18:32.2100624Z -- Performing Test __CxxFlag__fno_enforce_eh_specs - Success 2022-11-23T01:18:32.2193824Z ** AsmJit Summary ** 2022-11-23T01:18:32.2194650Z  ASMJIT_DIR=/var/lib/jenkins/workspace/third_party/fbgemm/third_party/asmjit 2022-11-23T01:18:32.2194987Z  ASMJIT_TEST=FALSE 2022-11-23T01:18:32.2195247Z  ASMJIT_TARGET_TYPE=STATIC 2022-11-23T01:18:32.2195502Z  ASMJIT_DEPS=pthread;rt 2022-11-23T01:18:32.2195754Z  ASMJIT_LIBS=asmjit;pthread;rt 2022-11-23T01:18:32.2196021Z  ASMJIT_CFLAGS=-DASMJIT_STATIC 2022-11-23T01:18:32.2196508Z  ASMJIT_PRIVATE_CFLAGS=-Wall;-Wextra;-Wconversion;-fno-math-errno;-fno-threadsafe-statics;-fno-semantic-interposition;-DASMJIT_STATIC 2022-11-23T01:18:32.2196894Z  ASMJIT_PRIVATE_CFLAGS_DBG= 2022-11-23T01:18:32.2197249Z  ASMJIT_PRIVATE_CFLAGS_REL=-O2;-fmerge-all-constants;-fno-enforce-eh-specs 2022-11-23T01:18:32.2270439Z -- Could NOT find Numa (missing: Numa_INCLUDE_DIR Numa_LIBRARIES) 2022-11-23T01:18:32.2271150Z CMake Warning at cmake/Dependencies.cmake:893 (message): 2022-11-23T01:18:32.2271505Z Not compiling with NUMA. Suppress this warning with -DUSE_NUMA=OFF 2022-11-23T01:18:32.2271767Z Call Stack (most recent call first): 2022-11-23T01:18:32.2272160Z CMakeLists.txt:719 (include) 2022-11-23T01:18:32.2272285Z 2022-11-23T01:18:32.2272354Z  2022-11-23T01:18:32.2319809Z -- Using third party subdirectory Eigen. 2022-11-23T01:18:32.2524561Z -- Found PythonInterp: /opt/conda/bin/python (found suitable version "3.8.13", minimum required is "3.0") 2022-11-23T01:18:32.2591513Z -- Found PythonLibs: /opt/conda/lib/libpython3.8.so.1.0 (found suitable version "3.8.13", minimum required is "3.0") 2022-11-23T01:18:32.2597156Z -- Using third_party/pybind11. 2022-11-23T01:18:32.2604619Z -- pybind11 include dirs: /var/lib/jenkins/workspace/cmake/../third_party/pybind11/include 2022-11-23T01:18:32.3558450Z -- Checking for module 'mpi-c' 2022-11-23T01:18:32.3697647Z -- No package 'mpi-c' found 2022-11-23T01:18:32.4151175Z -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS) 2022-11-23T01:18:32.4687685Z -- Checking for module 'mpi-cxx' 2022-11-23T01:18:32.4710570Z -- No package 'mpi-cxx' found 2022-11-23T01:18:32.5172354Z -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS) 2022-11-23T01:18:32.5173308Z -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND) 2022-11-23T01:18:32.5177639Z CMake Warning at cmake/Dependencies.cmake:1167 (message): 2022-11-23T01:18:32.5178288Z Not compiling with MPI. Suppress this warning with -DUSE_MPI=OFF 2022-11-23T01:18:32.5178635Z Call Stack (most recent call first): 2022-11-23T01:18:32.5178850Z CMakeLists.txt:719 (include) 2022-11-23T01:18:32.5178960Z 2022-11-23T01:18:32.5179042Z  2022-11-23T01:18:32.5199417Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:32.5200093Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T01:18:32.5200606Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:18:32.5200897Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:32.5201175Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:32.5201460Z Call Stack (most recent call first): 2022-11-23T01:18:32.5201719Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:18:32.5202034Z cmake/Dependencies.cmake:1222 (find_package) 2022-11-23T01:18:32.5202294Z CMakeLists.txt:719 (include) 2022-11-23T01:18:32.5202650Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:32.5203055Z  2022-11-23T01:18:32.5203762Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:32.5204428Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T01:18:32.5204967Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:18:32.5205298Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:32.5205569Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:32.5205779Z Call Stack (most recent call first): 2022-11-23T01:18:32.5206042Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:18:32.5206319Z cmake/Dependencies.cmake:1222 (find_package) 2022-11-23T01:18:32.5206584Z CMakeLists.txt:719 (include) 2022-11-23T01:18:32.5207020Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:32.5207334Z  2022-11-23T01:18:32.5207804Z -- Adding OpenMP CXX_FLAGS: -fopenmp 2022-11-23T01:18:32.5208543Z -- Will link against OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/9/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so 2022-11-23T01:18:32.5209170Z -- Disabling kernel asserts for ROCm 2022-11-23T01:18:32.5209428Z -- Looking for LLVM in /opt/rocm/llvm 2022-11-23T01:18:32.5226791Z -- Performing Test Terminfo_LINKABLE 2022-11-23T01:18:32.6438127Z -- Performing Test Terminfo_LINKABLE - Success 2022-11-23T01:18:32.6447858Z -- Found Terminfo: /opt/conda/lib/libtinfo.so 2022-11-23T01:18:32.6531068Z -- Found ZLIB: /opt/conda/lib/libz.so (found version "1.2.12") 2022-11-23T01:18:32.6607255Z -- Found LLVM 14.0.0git 2022-11-23T01:18:32.6607601Z -- Using LLVMConfig.cmake in: /opt/rocm/llvm/lib/cmake/llvm 2022-11-23T01:18:32.6630244Z Building PyTorch for GPU arch: gfx906 2022-11-23T01:18:32.8876250Z -- Found HIP: /opt/rocm-5.2.0/hip (found suitable version "5.2.21151-afdc89f8", minimum required is "1.0") 2022-11-23T01:18:32.8879743Z HIP VERSION: 5.2.21151-afdc89f8 2022-11-23T01:18:33.0084600Z -- Caffe2: Header version is: 5.2.0 2022-11-23T01:18:33.0085245Z  2022-11-23T01:18:33.0085858Z ***** ROCm version from rocm_version.h **** 2022-11-23T01:18:33.0086487Z  2022-11-23T01:18:33.0086804Z ROCM_VERSION_DEV: 5.2.0 2022-11-23T01:18:33.0087050Z ROCM_VERSION_DEV_MAJOR: 5 2022-11-23T01:18:33.0087279Z ROCM_VERSION_DEV_MINOR: 2 2022-11-23T01:18:33.0087530Z ROCM_VERSION_DEV_PATCH: 0 2022-11-23T01:18:33.0087792Z ROCM_VERSION_DEV_INT: 50200 2022-11-23T01:18:33.0088013Z HIP_VERSION_MAJOR: 5 2022-11-23T01:18:33.0088241Z HIP_VERSION_MINOR: 2 2022-11-23T01:18:33.0088471Z TORCH_HIP_VERSION: 502 2022-11-23T01:18:33.0088788Z  2022-11-23T01:18:33.0088975Z ***** Library versions from dpkg ***** 2022-11-23T01:18:33.0089180Z  2022-11-23T01:18:33.0438511Z rocm-dev VERSION: 5.2.0.50200-65 2022-11-23T01:18:33.0438838Z rocm-device-libs VERSION: 1.0.0.50200-65 2022-11-23T01:18:33.0558493Z rocm-libs VERSION: 5.2.0.50200-65 2022-11-23T01:18:33.0679616Z hsakmt-roct-dev VERSION: 20220426.0.86.50200-65 2022-11-23T01:18:33.0797356Z hsa-rocr-dev VERSION: 1.5.0.50200-65 2022-11-23T01:18:33.1162315Z  2022-11-23T01:18:33.1162617Z ***** Library versions from cmake find_package ***** 2022-11-23T01:18:33.1162834Z  2022-11-23T01:18:33.1288259Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:33.1302375Z hip VERSION: 5.2.22212 2022-11-23T01:18:33.1307757Z hsa-runtime64 VERSION: 1.5.50200 2022-11-23T01:18:33.1311804Z amd_comgr VERSION: 2.4.0 2022-11-23T01:18:33.1360853Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:33.1382702Z rocrand VERSION: 2.10.9 2022-11-23T01:18:33.1432571Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:33.1459710Z hiprand VERSION: 2.10.9 2022-11-23T01:18:33.1514018Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:33.1541949Z rocblas VERSION: 2.44.0 2022-11-23T01:18:33.1596620Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:33.1618148Z miopen VERSION: 2.17.0 2022-11-23T01:18:33.1667657Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:33.1695063Z hipfft VERSION: 1.0.8 2022-11-23T01:18:33.1746707Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:33.1774466Z hipsparse VERSION: 2.1.0 2022-11-23T01:18:33.1840586Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:33.1862922Z rccl VERSION: 2.11.4 2022-11-23T01:18:33.1911825Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:33.1926519Z rocprim VERSION: 2.10.9 2022-11-23T01:18:33.1981530Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:33.2001007Z hipcub VERSION: 2.10.12 2022-11-23T01:18:33.2053515Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:33.2071854Z rocthrust VERSION: 2.10.9 2022-11-23T01:18:33.2072145Z HIP library name: amdhip64 2022-11-23T01:18:33.2080329Z INFOCompiling with HIP for AMD. 2022-11-23T01:18:33.2081205Z INFOForcing USE_SYSTEM_NCCL to ON since it's required by using RCCL 2022-11-23T01:18:33.2081679Z TORCH_HIP_VERSION=502 is added as a compiler defines 2022-11-23T01:18:33.2128541Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:33.2140623Z -- RCCL Found! 2022-11-23T01:18:33.2402327Z -- Performing Test UV_LINT_W4 2022-11-23T01:18:33.2630731Z -- Performing Test UV_LINT_W4 - Failed 2022-11-23T01:18:33.2637623Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC 2022-11-23T01:18:33.2858182Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC - Failed 2022-11-23T01:18:33.2864617Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC 2022-11-23T01:18:33.3087249Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC - Failed 2022-11-23T01:18:33.3093517Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC 2022-11-23T01:18:33.3312317Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC - Failed 2022-11-23T01:18:33.3318705Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC 2022-11-23T01:18:33.3593007Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC - Failed 2022-11-23T01:18:33.3599712Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC 2022-11-23T01:18:33.3819153Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC - Failed 2022-11-23T01:18:33.3825573Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC 2022-11-23T01:18:33.4043476Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC - Failed 2022-11-23T01:18:33.4049551Z -- Performing Test UV_LINT_NO_HIDES_LOCAL 2022-11-23T01:18:33.4269647Z -- Performing Test UV_LINT_NO_HIDES_LOCAL - Failed 2022-11-23T01:18:33.4276168Z -- Performing Test UV_LINT_NO_HIDES_PARAM 2022-11-23T01:18:33.4492659Z -- Performing Test UV_LINT_NO_HIDES_PARAM - Failed 2022-11-23T01:18:33.4498760Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL 2022-11-23T01:18:33.4718377Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL - Failed 2022-11-23T01:18:33.4725620Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC 2022-11-23T01:18:33.4942259Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC - Failed 2022-11-23T01:18:33.4947742Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC 2022-11-23T01:18:33.5165302Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC - Failed 2022-11-23T01:18:33.5171154Z -- Performing Test UV_LINT_WALL 2022-11-23T01:18:33.6147885Z -- Performing Test UV_LINT_WALL - Success 2022-11-23T01:18:33.6153968Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER 2022-11-23T01:18:33.7110106Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER - Success 2022-11-23T01:18:33.7116454Z -- Performing Test UV_LINT_STRICT_PROTOTYPES 2022-11-23T01:18:33.8033778Z -- Performing Test UV_LINT_STRICT_PROTOTYPES - Success 2022-11-23T01:18:33.8040244Z -- Performing Test UV_LINT_EXTRA 2022-11-23T01:18:33.8981781Z -- Performing Test UV_LINT_EXTRA - Success 2022-11-23T01:18:33.8987771Z -- Performing Test UV_LINT_UTF8_MSVC 2022-11-23T01:18:33.9216119Z -- Performing Test UV_LINT_UTF8_MSVC - Failed 2022-11-23T01:18:33.9222641Z -- Performing Test UV_F_STRICT_ALIASING 2022-11-23T01:18:34.0131976Z -- Performing Test UV_F_STRICT_ALIASING - Success 2022-11-23T01:18:34.0168714Z -- summary of build options: 2022-11-23T01:18:34.0169105Z Install prefix: /var/lib/jenkins/workspace/torch 2022-11-23T01:18:34.0169352Z Target system: Linux 2022-11-23T01:18:34.0169542Z Compiler: 2022-11-23T01:18:34.0169722Z C compiler: /opt/cache/bin/cc 2022-11-23T01:18:34.0169967Z CFLAGS: -fopenmp 2022-11-23T01:18:34.0170084Z 2022-11-23T01:18:34.0208906Z -- Found uv: 1.38.1 (found version "1.38.1") 2022-11-23T01:18:34.0293607Z CMake Warning at cmake/Dependencies.cmake:1442 (message): 2022-11-23T01:18:34.0293996Z TensorPipe doesn't yet support ROCm 2022-11-23T01:18:34.0294226Z Call Stack (most recent call first): 2022-11-23T01:18:34.0294433Z CMakeLists.txt:719 (include) 2022-11-23T01:18:34.0294560Z 2022-11-23T01:18:34.0294641Z  2022-11-23T01:18:34.0321260Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option): 2022-11-23T01:18:34.0321695Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2022-11-23T01:18:34.0322080Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2022-11-23T01:18:34.0322362Z set the policy and suppress this warning. 2022-11-23T01:18:34.0322500Z 2022-11-23T01:18:34.0322642Z For compatibility with older versions of CMake, option is clearing the 2022-11-23T01:18:34.0322970Z normal variable 'BUILD_BENCHMARK'. 2022-11-23T01:18:34.0323327Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:34.0323902Z  2022-11-23T01:18:34.0324160Z -- Enabling sccache for CXX 2022-11-23T01:18:34.0324377Z -- Enabling sccache for C 2022-11-23T01:18:34.0324615Z -- Gloo build as SHARED library 2022-11-23T01:18:34.0349008Z -- Found HIP: /opt/rocm-5.2.0/hip (found suitable version "5.2.21151-afdc89f8", minimum required is "1.0") 2022-11-23T01:18:34.0353477Z HIP library name: amdhip64 2022-11-23T01:18:34.3145195Z Successfully preprocessed all matching files. 2022-11-23T01:18:34.3240976Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:34.3241618Z The package name passed to `find_package_handle_standard_args` (RCCL) does 2022-11-23T01:18:34.3242290Z not match the name of the calling package (rccl). This can lead to 2022-11-23T01:18:34.3242728Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:34.3243064Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:34.3243344Z Call Stack (most recent call first): 2022-11-23T01:18:34.3243632Z third_party/gloo/cmake/Modules/Findrccl.cmake:43 (find_package_handle_standard_args) 2022-11-23T01:18:34.3244104Z third_party/gloo/cmake/Dependencies.cmake:181 (find_package) 2022-11-23T01:18:34.3244377Z third_party/gloo/CMakeLists.txt:111 (include) 2022-11-23T01:18:34.3244750Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:34.3244988Z  2022-11-23T01:18:34.3245227Z -- Found RCCL: /opt/rocm-5.2.0/include 2022-11-23T01:18:34.3245573Z -- Determining RCCL version from the header file: /opt/rocm-5.2.0/include/rccl.h 2022-11-23T01:18:34.3250885Z -- Found RCCL (include: /opt/rocm-5.2.0/include, library: /opt/rocm/lib/librccl.so) 2022-11-23T01:18:34.3552231Z CMake Warning at cmake/Dependencies.cmake:1538 (message): 2022-11-23T01:18:34.3552570Z Metal is only used in ios builds. 2022-11-23T01:18:34.3552791Z Call Stack (most recent call first): 2022-11-23T01:18:34.3552994Z CMakeLists.txt:719 (include) 2022-11-23T01:18:34.3553131Z 2022-11-23T01:18:34.3553221Z  2022-11-23T01:18:34.3792861Z -- Found PythonInterp: /opt/conda/bin/python (found version "3.8.13") 2022-11-23T01:18:34.3809852Z -- Found PythonLibs: /opt/conda/lib/libpython3.8.so.1.0 (found version "3.8.13") 2022-11-23T01:18:34.3813203Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-11-23T01:18:34.3815268Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-11-23T01:18:34.3817392Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-11-23T01:18:34.6709882Z -- 2022-11-23T01:18:34.6710230Z -- ******** Summary ******** 2022-11-23T01:18:34.6710499Z -- CMake version : 3.22.1 2022-11-23T01:18:34.6710810Z -- CMake command : /opt/conda/bin/cmake 2022-11-23T01:18:34.6711055Z -- System : Linux 2022-11-23T01:18:34.6711337Z -- C++ compiler : /opt/cache/bin/c++ 2022-11-23T01:18:34.6711601Z -- C++ compiler version : 9.4.0 2022-11-23T01:18:34.6712042Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -Wnon-virtual-dtor 2022-11-23T01:18:34.6712398Z -- Build type : Release 2022-11-23T01:18:34.6712820Z -- Compile definitions : TORCH_ENABLE_LLVM;ROCM_VERSION=50200;TORCH_HIP_VERSION=502;ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2022-11-23T01:18:34.6713254Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.8/site-packages;/opt/conda 2022-11-23T01:18:34.6713597Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-11-23T01:18:34.6714342Z -- CMAKE_MODULE_PATH : /opt/rocm/hip/cmake;/var/lib/jenkins/workspace/cmake/Modules;/var/lib/jenkins/workspace/cmake/public/../Modules_CUDA_fix;/opt/rocm/llvm/lib/cmake/llvm 2022-11-23T01:18:34.6714683Z -- 2022-11-23T01:18:34.6714897Z -- ONNX version : 1.12.0 2022-11-23T01:18:34.6715298Z -- ONNX NAMESPACE : onnx_torch 2022-11-23T01:18:34.6715550Z -- ONNX_USE_LITE_PROTO : OFF 2022-11-23T01:18:34.6715800Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2022-11-23T01:18:34.6716044Z -- Protobuf_USE_STATIC_LIBS : ON 2022-11-23T01:18:34.6716298Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2022-11-23T01:18:34.6716549Z -- ONNX_WERROR : OFF 2022-11-23T01:18:34.6716773Z -- ONNX_BUILD_TESTS : OFF 2022-11-23T01:18:34.6717014Z -- ONNX_BUILD_BENCHMARKS : OFF 2022-11-23T01:18:34.6717259Z -- ONNXIFI_DUMMY_BACKEND : OFF 2022-11-23T01:18:34.6717490Z -- ONNXIFI_ENABLE_EXT : OFF 2022-11-23T01:18:34.6717688Z -- 2022-11-23T01:18:34.6717898Z -- Protobuf compiler : 2022-11-23T01:18:34.6718124Z -- Protobuf includes : 2022-11-23T01:18:34.6718362Z -- Protobuf libraries : 2022-11-23T01:18:34.6718602Z -- BUILD_ONNX_PYTHON : OFF 2022-11-23T01:18:34.6765117Z -- 2022-11-23T01:18:34.6765675Z -- ******** Summary ******** 2022-11-23T01:18:34.6766074Z -- CMake version : 3.22.1 2022-11-23T01:18:34.6766539Z -- CMake command : /opt/conda/bin/cmake 2022-11-23T01:18:34.6767127Z -- System : Linux 2022-11-23T01:18:34.6767572Z -- C++ compiler : /opt/cache/bin/c++ 2022-11-23T01:18:34.6768005Z -- C++ compiler version : 9.4.0 2022-11-23T01:18:34.6768726Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -Wnon-virtual-dtor 2022-11-23T01:18:34.6769340Z -- Build type : Release 2022-11-23T01:18:34.6770006Z -- Compile definitions : TORCH_ENABLE_LLVM;ROCM_VERSION=50200;TORCH_HIP_VERSION=502;ONNX_ML=1;ONNXIFI_ENABLE_EXT=1 2022-11-23T01:18:34.6770695Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.8/site-packages;/opt/conda 2022-11-23T01:18:34.6771294Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-11-23T01:18:34.6772023Z -- CMAKE_MODULE_PATH : /opt/rocm/hip/cmake;/var/lib/jenkins/workspace/cmake/Modules;/var/lib/jenkins/workspace/cmake/public/../Modules_CUDA_fix;/opt/rocm/llvm/lib/cmake/llvm 2022-11-23T01:18:34.6772371Z -- 2022-11-23T01:18:34.6772574Z -- ONNX version : 1.4.1 2022-11-23T01:18:34.6772823Z -- ONNX NAMESPACE : onnx_torch 2022-11-23T01:18:34.6773067Z -- ONNX_BUILD_TESTS : OFF 2022-11-23T01:18:34.6773291Z -- ONNX_BUILD_BENCHMARKS : OFF 2022-11-23T01:18:34.6773529Z -- ONNX_USE_LITE_PROTO : OFF 2022-11-23T01:18:34.6773765Z -- ONNXIFI_DUMMY_BACKEND : OFF 2022-11-23T01:18:34.6773948Z -- 2022-11-23T01:18:34.6774155Z -- Protobuf compiler : 2022-11-23T01:18:34.6774389Z -- Protobuf includes : 2022-11-23T01:18:34.6774609Z -- Protobuf libraries : 2022-11-23T01:18:34.6774840Z -- BUILD_ONNX_PYTHON : OFF 2022-11-23T01:18:34.6775188Z -- Could not find CUDA with FP16 support, compiling without torch.CudaHalfTensor 2022-11-23T01:18:34.6775754Z -- Adding -DNDEBUG to compile flags 2022-11-23T01:18:34.6798675Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 2022-11-23T01:18:34.7237108Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 - False 2022-11-23T01:18:34.7237764Z -- Compiling with MAGMA support 2022-11-23T01:18:34.7238146Z -- MAGMA INCLUDE DIRECTORIES: /opt/rocm/magma/include 2022-11-23T01:18:34.7238523Z -- MAGMA LIBRARIES: /opt/rocm/magma/lib/libmagma.so 2022-11-23T01:18:34.7238781Z -- MAGMA V2 check: 0 2022-11-23T01:18:34.7527315Z -- Could not find hardware support for NEON on this machine. 2022-11-23T01:18:34.7527720Z -- No OMAP3 processor on this machine. 2022-11-23T01:18:34.7527993Z -- No OMAP4 processor on this machine. 2022-11-23T01:18:34.7552385Z -- Found a library with LAPACK API (mkl). 2022-11-23T01:18:34.7552763Z disabling CUDA because NOT USE_CUDA is set 2022-11-23T01:18:34.7553082Z -- USE_CUDNN is set to 0. Compiling without cuDNN support 2022-11-23T01:18:34.7567498Z -- Will build oneDNN Graph 2022-11-23T01:18:34.7608348Z -- MKLDNN_CPU_RUNTIME = OMP 2022-11-23T01:18:34.7634033Z -- cmake version: 3.22.1 2022-11-23T01:18:34.7634924Z CMake Deprecation Warning at third_party/ideep/mkl-dnn/CMakeLists.txt:36 (cmake_policy): 2022-11-23T01:18:34.7635591Z The OLD behavior for policy CMP0025 will be removed from a future version 2022-11-23T01:18:34.7635996Z of CMake. 2022-11-23T01:18:34.7636175Z 2022-11-23T01:18:34.7636530Z The cmake-policies(7) manual explains that the OLD behaviors of all 2022-11-23T01:18:34.7636830Z policies are deprecated and that a policy should be set to OLD only under 2022-11-23T01:18:34.7637203Z specific short-term circumstances. Projects should be ported to the NEW 2022-11-23T01:18:34.7637482Z behavior and not rely on setting a policy to OLD. 2022-11-23T01:18:34.7637626Z 2022-11-23T01:18:34.7637704Z  2022-11-23T01:18:34.7674304Z -- DNNL_TARGET_ARCH: X64 2022-11-23T01:18:34.7714856Z -- DNNL_LIBRARY_NAME: dnnl 2022-11-23T01:18:34.7782288Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:34.7782986Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T01:18:34.7783387Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:18:34.7783950Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:34.7784279Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:34.7784491Z Call Stack (most recent call first): 2022-11-23T01:18:34.7784764Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:18:34.7785231Z third_party/ideep/mkl-dnn/third_party/oneDNN/cmake/OpenMP.cmake:69 (find_package) 2022-11-23T01:18:34.7785602Z third_party/ideep/mkl-dnn/third_party/oneDNN/CMakeLists.txt:117 (include) 2022-11-23T01:18:34.7785967Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:34.7786214Z  2022-11-23T01:18:34.7786455Z -- Found OpenMP_C: -fopenmp (found version "4.5") 2022-11-23T01:18:34.7788043Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:34.7788740Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T01:18:34.7789176Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:18:34.7789571Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:34.7789854Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:34.7790125Z Call Stack (most recent call first): 2022-11-23T01:18:34.7790391Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:18:34.7790813Z third_party/ideep/mkl-dnn/third_party/oneDNN/cmake/OpenMP.cmake:69 (find_package) 2022-11-23T01:18:34.7791212Z third_party/ideep/mkl-dnn/third_party/oneDNN/CMakeLists.txt:117 (include) 2022-11-23T01:18:34.7791578Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:34.7791816Z  2022-11-23T01:18:34.7792070Z -- Found OpenMP_CXX: -fopenmp (found version "4.5") 2022-11-23T01:18:34.7890090Z -- Could NOT find Doxyrest (missing: DOXYREST_EXECUTABLE) 2022-11-23T01:18:34.8092969Z -- Found PythonInterp: /opt/conda/bin/python (found suitable version "3.8.13", minimum required is "2.7") 2022-11-23T01:18:34.8108492Z -- Failed to locate sphinx-build executable (missing: SPHINX_EXECUTABLE) 2022-11-23T01:18:34.8421630Z -- Enabled workload: TRAINING 2022-11-23T01:18:34.8422005Z -- Enabled primitives: ALL 2022-11-23T01:18:34.8422252Z -- Enabled primitive CPU ISA: ALL 2022-11-23T01:18:34.8422511Z -- Enabled primitive GPU ISA: ALL 2022-11-23T01:18:34.8493991Z -- Primitive cache is enabled 2022-11-23T01:18:34.8960412Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.h 2022-11-23T01:18:35.0020295Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.h - found 2022-11-23T01:18:35.0022837Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph_types.h 2022-11-23T01:18:35.0997224Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph_types.h - found 2022-11-23T01:18:35.1005551Z -- Looking for C++ include /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.hpp 2022-11-23T01:18:35.2438392Z -- Looking for C++ include /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.hpp - found 2022-11-23T01:18:35.2485122Z -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 2022-11-23T01:18:35.2486457Z -- Cannot find Doxygen package 2022-11-23T01:18:35.2701930Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:35.2702591Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T01:18:35.2703177Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:18:35.2703748Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:35.2704212Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:35.2704628Z Call Stack (most recent call first): 2022-11-23T01:18:35.2704905Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:18:35.2705265Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:62 (find_package) 2022-11-23T01:18:35.2705629Z third_party/ideep/mkl-dnn/CMakeLists.txt:179 (include) 2022-11-23T01:18:35.2706007Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:35.2706254Z  2022-11-23T01:18:35.2707259Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:35.2707918Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T01:18:35.2708504Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:18:35.2709062Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:35.2709520Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:35.2709756Z Call Stack (most recent call first): 2022-11-23T01:18:35.2710011Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:18:35.2748493Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:62 (find_package) 2022-11-23T01:18:35.2748840Z third_party/ideep/mkl-dnn/CMakeLists.txt:179 (include) 2022-11-23T01:18:35.2749191Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:35.2749430Z  2022-11-23T01:18:35.2751727Z -- DNNL_GRAPH_BUILD_FOR_CI is set to be OFF 2022-11-23T01:18:35.2773089Z -- Compiling oneDNN Graph with CPU runtime OMP support 2022-11-23T01:18:35.2773653Z -- Compiling oneDNN Graph with GPU runtime NONE support 2022-11-23T01:18:35.2945676Z -- Graph compiler backend is disabled. 2022-11-23T01:18:35.2979015Z -- Set version definitions to /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/src/utils/verbose.cpp 2022-11-23T01:18:35.3012319Z -- Compiled partition cache is enabled 2022-11-23T01:18:35.3100372Z -- Found MKL-DNN: TRUE 2022-11-23T01:18:35.3105188Z -- Looking for clock_gettime in rt 2022-11-23T01:18:35.4089319Z -- Looking for clock_gettime in rt - found 2022-11-23T01:18:35.4089677Z -- Looking for mmap 2022-11-23T01:18:35.5047038Z -- Looking for mmap - found 2022-11-23T01:18:35.5047555Z -- Looking for shm_open 2022-11-23T01:18:35.6000826Z -- Looking for shm_open - found 2022-11-23T01:18:35.6001148Z -- Looking for shm_unlink 2022-11-23T01:18:35.6948179Z -- Looking for shm_unlink - found 2022-11-23T01:18:35.6948494Z -- Looking for malloc_usable_size 2022-11-23T01:18:35.7893368Z -- Looking for malloc_usable_size - found 2022-11-23T01:18:35.7894291Z -- Performing Test C_HAS_THREAD 2022-11-23T01:18:35.9040685Z -- Performing Test C_HAS_THREAD - Success 2022-11-23T01:18:35.9121876Z -- Version: 7.1.3 2022-11-23T01:18:35.9122284Z -- Build type: Release 2022-11-23T01:18:35.9140665Z -- CXX_STANDARD: 14 2022-11-23T01:18:35.9146368Z -- Performing Test has_std_14_flag 2022-11-23T01:18:36.0208960Z -- Performing Test has_std_14_flag - Success 2022-11-23T01:18:36.0215819Z -- Performing Test has_std_1y_flag 2022-11-23T01:18:36.1536595Z -- Performing Test has_std_1y_flag - Success 2022-11-23T01:18:36.1538056Z -- Performing Test SUPPORTS_USER_DEFINED_LITERALS 2022-11-23T01:18:36.2580725Z -- Performing Test SUPPORTS_USER_DEFINED_LITERALS - Success 2022-11-23T01:18:36.2581474Z -- Performing Test FMT_HAS_VARIANT 2022-11-23T01:18:36.3799921Z -- Performing Test FMT_HAS_VARIANT - Success 2022-11-23T01:18:36.3809937Z -- Required features: cxx_variadic_templates 2022-11-23T01:18:36.3840470Z -- Looking for strtod_l 2022-11-23T01:18:36.4573579Z -- Looking for strtod_l - not found 2022-11-23T01:18:36.4580364Z -- Using Kineto with Roctracer support 2022-11-23T01:18:36.4580670Z -- Configuring Kineto dependency: 2022-11-23T01:18:36.4581023Z -- KINETO_SOURCE_DIR = /var/lib/jenkins/workspace/third_party/kineto/libkineto 2022-11-23T01:18:36.4581325Z -- KINETO_BUILD_TESTS = OFF 2022-11-23T01:18:36.4581567Z -- KINETO_LIBRARY_TYPE = static 2022-11-23T01:18:36.4817485Z -- Found PythonInterp: /opt/conda/bin/python (found version "3.8.13") 2022-11-23T01:18:36.4818779Z INFO CUDA_SOURCE_DIR =  2022-11-23T01:18:36.4819241Z INFO ROCM_SOURCE_DIR = /opt/rocm 2022-11-23T01:18:36.5013256Z INFO Building with roctracer 2022-11-23T01:18:36.5389325Z -- Kineto: FMT_SOURCE_DIR = /var/lib/jenkins/workspace/third_party/fmt 2022-11-23T01:18:36.5389981Z -- Kineto: FMT_INCLUDE_DIR = /var/lib/jenkins/workspace/third_party/fmt/include 2022-11-23T01:18:36.5390548Z INFO CUPTI_INCLUDE_DIR = /extras/CUPTI/include 2022-11-23T01:18:36.5391066Z INFO ROCTRACER_INCLUDE_DIR = /opt/rocm/include/roctracer 2022-11-23T01:18:36.5405288Z -- Configured Kineto (CPU) 2022-11-23T01:18:36.5423205Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-11-23T01:18:36.5423674Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-11-23T01:18:36.5424134Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-11-23T01:18:36.5424427Z cmake_policy command to set the policy and suppress this warning. 2022-11-23T01:18:36.5424679Z Call Stack (most recent call first): 2022-11-23T01:18:36.5424914Z CMakeLists.txt:722 (cmake_dependent_option) 2022-11-23T01:18:36.5425233Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:36.5425476Z  2022-11-23T01:18:36.5435727Z -- GCC 9.4.0: Adding gcc and gcc_s libs to link line 2022-11-23T01:18:36.5443597Z -- Performing Test HAS_WERROR_RETURN_TYPE 2022-11-23T01:18:36.6673068Z -- Performing Test HAS_WERROR_RETURN_TYPE - Success 2022-11-23T01:18:36.6681011Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR 2022-11-23T01:18:36.7732291Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR - Success 2022-11-23T01:18:36.7739893Z -- Performing Test HAS_WERROR_BRACED_SCALAR_INIT 2022-11-23T01:18:36.8188535Z -- Performing Test HAS_WERROR_BRACED_SCALAR_INIT - Failed 2022-11-23T01:18:36.8196372Z -- Performing Test HAS_WERROR_RANGE_LOOP_CONSTRUCT 2022-11-23T01:18:36.8614372Z -- Performing Test HAS_WERROR_RANGE_LOOP_CONSTRUCT - Failed 2022-11-23T01:18:36.8622139Z -- Performing Test HAS_WNARROWING 2022-11-23T01:18:36.9652929Z -- Performing Test HAS_WNARROWING - Success 2022-11-23T01:18:36.9660994Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS 2022-11-23T01:18:37.0696218Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS - Success 2022-11-23T01:18:37.0702510Z -- Performing Test HAS_WNO_TYPE_LIMITS 2022-11-23T01:18:37.1743012Z -- Performing Test HAS_WNO_TYPE_LIMITS - Success 2022-11-23T01:18:37.1750946Z -- Performing Test HAS_WNO_ARRAY_BOUNDS 2022-11-23T01:18:37.2779344Z -- Performing Test HAS_WNO_ARRAY_BOUNDS - Success 2022-11-23T01:18:37.2786926Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS 2022-11-23T01:18:37.3842425Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS - Success 2022-11-23T01:18:37.3850228Z -- Performing Test HAS_WUNUSED_LOCAL_TYPEDEFS 2022-11-23T01:18:37.4897127Z -- Performing Test HAS_WUNUSED_LOCAL_TYPEDEFS - Success 2022-11-23T01:18:37.4905492Z -- Performing Test HAS_WNO_UNUSED_PARAMETER 2022-11-23T01:18:37.5934768Z -- Performing Test HAS_WNO_UNUSED_PARAMETER - Success 2022-11-23T01:18:37.5942164Z -- Performing Test HAS_WNO_UNUSED_FUNCTION 2022-11-23T01:18:37.6956106Z -- Performing Test HAS_WNO_UNUSED_FUNCTION - Success 2022-11-23T01:18:37.6963926Z -- Performing Test HAS_WNO_UNUSED_RESULT 2022-11-23T01:18:37.7999784Z -- Performing Test HAS_WNO_UNUSED_RESULT - Success 2022-11-23T01:18:37.8007519Z -- Performing Test HAS_WNO_STRICT_OVERFLOW 2022-11-23T01:18:37.9026219Z -- Performing Test HAS_WNO_STRICT_OVERFLOW - Success 2022-11-23T01:18:37.9032414Z -- Performing Test HAS_WNO_STRICT_ALIASING 2022-11-23T01:18:38.0054102Z -- Performing Test HAS_WNO_STRICT_ALIASING - Success 2022-11-23T01:18:38.0060560Z -- Performing Test HAS_WNO_ERROR_DEPRECATED_DECLARATIONS 2022-11-23T01:18:38.1124867Z -- Performing Test HAS_WNO_ERROR_DEPRECATED_DECLARATIONS - Success 2022-11-23T01:18:38.1131749Z -- Performing Test HAS_WVLA_EXTENSION 2022-11-23T01:18:38.1581574Z -- Performing Test HAS_WVLA_EXTENSION - Failed 2022-11-23T01:18:38.1587922Z -- Performing Test HAS_WNO_ERROR_PEDANTIC 2022-11-23T01:18:38.2632107Z -- Performing Test HAS_WNO_ERROR_PEDANTIC - Success 2022-11-23T01:18:38.2640478Z -- Performing Test HAS_WNO_ERROR_REDUNDANT_DECLS 2022-11-23T01:18:38.3661630Z -- Performing Test HAS_WNO_ERROR_REDUNDANT_DECLS - Success 2022-11-23T01:18:38.3668604Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST 2022-11-23T01:18:38.4697809Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST - Success 2022-11-23T01:18:38.4704182Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS 2022-11-23T01:18:38.5181782Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS - Failed 2022-11-23T01:18:38.5188482Z -- Performing Test HAS_FDIAGNOSTICS_COLOR_ALWAYS 2022-11-23T01:18:38.6259658Z -- Performing Test HAS_FDIAGNOSTICS_COLOR_ALWAYS - Success 2022-11-23T01:18:38.6266269Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE 2022-11-23T01:18:38.7289968Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE - Success 2022-11-23T01:18:38.7296752Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED 2022-11-23T01:18:38.8349379Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED - Success 2022-11-23T01:18:38.8356030Z -- Performing Test HAS_FNO_MATH_ERRNO 2022-11-23T01:18:38.9372446Z -- Performing Test HAS_FNO_MATH_ERRNO - Success 2022-11-23T01:18:38.9379219Z -- Performing Test HAS_FNO_TRAPPING_MATH 2022-11-23T01:18:39.0531737Z -- Performing Test HAS_FNO_TRAPPING_MATH - Success 2022-11-23T01:18:39.0539190Z -- Performing Test HAS_WERROR_FORMAT 2022-11-23T01:18:39.1566088Z -- Performing Test HAS_WERROR_FORMAT - Success 2022-11-23T01:18:39.1573531Z -- Performing Test HAS_WERROR_CAST_FUNCTION_TYPE 2022-11-23T01:18:39.2689080Z -- Performing Test HAS_WERROR_CAST_FUNCTION_TYPE - Success 2022-11-23T01:18:39.2696761Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2022-11-23T01:18:39.3740363Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Success 2022-11-23T01:18:39.3810693Z -- Looking for backtrace 2022-11-23T01:18:39.4730368Z -- Looking for backtrace - found 2022-11-23T01:18:39.4732459Z -- backtrace facility detected in default set of libraries 2022-11-23T01:18:39.4735073Z -- Found Backtrace: /usr/include 2022-11-23T01:18:39.4736823Z -- don't use NUMA 2022-11-23T01:18:42.3411112Z -- headers outputs: 2022-11-23T01:18:48.5307151Z -- sources outputs: 2022-11-23T01:18:49.7047309Z -- declarations_yaml outputs: 2022-11-23T01:18:49.7102648Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT 2022-11-23T01:18:49.8176803Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Success 2022-11-23T01:18:49.8567994Z -- Using ATen parallel backend: OMP 2022-11-23T01:18:49.8593432Z Building PyTorch for GPU arch: gfx906 2022-11-23T01:18:49.8617936Z HIP VERSION: 5.2.21151-afdc89f8 2022-11-23T01:18:49.9716198Z -- Caffe2: Header version is: 5.2.0 2022-11-23T01:18:49.9716952Z  2022-11-23T01:18:49.9717330Z ***** ROCm version from rocm_version.h **** 2022-11-23T01:18:49.9717574Z  2022-11-23T01:18:49.9717787Z ROCM_VERSION_DEV: 5.2.0 2022-11-23T01:18:49.9718043Z ROCM_VERSION_DEV_MAJOR: 5 2022-11-23T01:18:49.9718270Z ROCM_VERSION_DEV_MINOR: 2 2022-11-23T01:18:49.9718514Z ROCM_VERSION_DEV_PATCH: 0 2022-11-23T01:18:49.9718757Z ROCM_VERSION_DEV_INT: 50200 2022-11-23T01:18:49.9718977Z HIP_VERSION_MAJOR: 5 2022-11-23T01:18:49.9719207Z HIP_VERSION_MINOR: 2 2022-11-23T01:18:49.9719442Z TORCH_HIP_VERSION: 502 2022-11-23T01:18:49.9719633Z  2022-11-23T01:18:49.9719802Z ***** Library versions from dpkg ***** 2022-11-23T01:18:49.9720002Z  2022-11-23T01:18:49.9847551Z rocm-dev VERSION: 5.2.0.50200-65 2022-11-23T01:18:49.9847855Z rocm-device-libs VERSION: 1.0.0.50200-65 2022-11-23T01:18:49.9974562Z rocm-libs VERSION: 5.2.0.50200-65 2022-11-23T01:18:50.0103446Z hsakmt-roct-dev VERSION: 20220426.0.86.50200-65 2022-11-23T01:18:50.0230035Z hsa-rocr-dev VERSION: 1.5.0.50200-65 2022-11-23T01:18:50.0609822Z  2022-11-23T01:18:50.0610219Z ***** Library versions from cmake find_package ***** 2022-11-23T01:18:50.0610648Z  2022-11-23T01:18:50.0659224Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:50.0670428Z hip VERSION: 5.2.22212 2022-11-23T01:18:50.0676299Z hsa-runtime64 VERSION: 1.5.50200 2022-11-23T01:18:50.0680741Z amd_comgr VERSION: 2.4.0 2022-11-23T01:18:50.0724510Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:50.0738800Z rocrand VERSION: 2.10.9 2022-11-23T01:18:50.0782267Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:50.0797413Z hiprand VERSION: 2.10.9 2022-11-23T01:18:50.0840263Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:50.0856011Z rocblas VERSION: 2.44.0 2022-11-23T01:18:50.0898332Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:50.0918238Z miopen VERSION: 2.17.0 2022-11-23T01:18:50.0961438Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:50.0977463Z hipfft VERSION: 1.0.8 2022-11-23T01:18:50.1020394Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:50.1037739Z hipsparse VERSION: 2.1.0 2022-11-23T01:18:50.1080606Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:50.1098069Z rccl VERSION: 2.11.4 2022-11-23T01:18:50.1140889Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:50.1159082Z rocprim VERSION: 2.10.9 2022-11-23T01:18:50.1206648Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:50.1227417Z hipcub VERSION: 2.10.12 2022-11-23T01:18:50.1275352Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:50.1297061Z rocthrust VERSION: 2.10.9 2022-11-23T01:18:50.1297317Z HIP library name: amdhip64 2022-11-23T01:18:50.1312047Z ROCm is enabled. 2022-11-23T01:18:50.1971775Z CMake Deprecation Warning at third_party/sleef/CMakeLists.txt:91 (cmake_policy): 2022-11-23T01:18:50.1972297Z The OLD behavior for policy CMP0066 will be removed from a future version 2022-11-23T01:18:50.1972557Z of CMake. 2022-11-23T01:18:50.1972673Z 2022-11-23T01:18:50.1972880Z The cmake-policies(7) manual explains that the OLD behaviors of all 2022-11-23T01:18:50.1973197Z policies are deprecated and that a policy should be set to OLD only under 2022-11-23T01:18:50.1973558Z specific short-term circumstances. Projects should be ported to the NEW 2022-11-23T01:18:50.1973842Z behavior and not rely on setting a policy to OLD. 2022-11-23T01:18:50.1973988Z 2022-11-23T01:18:50.1974067Z  2022-11-23T01:18:50.2605316Z -- Found OpenSSL: /opt/conda/lib/libcrypto.so (found version "1.1.1s") 2022-11-23T01:18:50.2630772Z -- Check size of long double 2022-11-23T01:18:50.3606775Z -- Check size of long double - done 2022-11-23T01:18:50.3608662Z -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE 2022-11-23T01:18:50.4539202Z -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE - Success 2022-11-23T01:18:50.4540323Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2022-11-23T01:18:50.5461838Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Success 2022-11-23T01:18:50.5462708Z -- Performing Test COMPILER_SUPPORTS_SSE2 2022-11-23T01:18:50.6820656Z -- Performing Test COMPILER_SUPPORTS_SSE2 - Success 2022-11-23T01:18:50.6821283Z -- Performing Test COMPILER_SUPPORTS_SSE4 2022-11-23T01:18:50.8184107Z -- Performing Test COMPILER_SUPPORTS_SSE4 - Success 2022-11-23T01:18:50.8184732Z -- Performing Test COMPILER_SUPPORTS_AVX 2022-11-23T01:18:50.9545382Z -- Performing Test COMPILER_SUPPORTS_AVX - Success 2022-11-23T01:18:50.9545993Z -- Performing Test COMPILER_SUPPORTS_FMA4 2022-11-23T01:18:51.0848582Z -- Performing Test COMPILER_SUPPORTS_FMA4 - Success 2022-11-23T01:18:51.0849658Z -- Performing Test COMPILER_SUPPORTS_AVX2 2022-11-23T01:18:51.2185194Z -- Performing Test COMPILER_SUPPORTS_AVX2 - Success 2022-11-23T01:18:51.2186821Z -- Performing Test COMPILER_SUPPORTS_AVX512F 2022-11-23T01:18:51.3648661Z -- Performing Test COMPILER_SUPPORTS_AVX512F - Success 2022-11-23T01:18:51.3694617Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2022-11-23T01:18:51.4702428Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Success 2022-11-23T01:18:51.4703121Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2022-11-23T01:18:51.5651355Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Success 2022-11-23T01:18:51.5652036Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2022-11-23T01:18:51.6589491Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Success 2022-11-23T01:18:51.6590810Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2022-11-23T01:18:51.7894543Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Success 2022-11-23T01:18:51.8086646Z -- Configuring build for SLEEF-v3.6.0 2022-11-23T01:18:51.8087179Z  Target system: Linux-4.14.252-195.483.amzn2.x86_64 2022-11-23T01:18:51.8087689Z  Target processor: x86_64 2022-11-23T01:18:51.8088210Z  Host system: Linux-4.14.252-195.483.amzn2.x86_64 2022-11-23T01:18:51.8088664Z  Host processor: x86_64 2022-11-23T01:18:51.8089194Z  Detected C compiler: GNU @ /opt/cache/bin/cc 2022-11-23T01:18:51.8089642Z  CMake: 3.22.1 2022-11-23T01:18:51.8090042Z  Make program: /usr/bin/make 2022-11-23T01:18:51.8090815Z -- Using option `-Wall -Wno-unused -Wno-attributes -Wno-unused-result -Wno-psabi -ffp-contract=off -fno-math-errno -fno-trapping-math` to compile libsleef 2022-11-23T01:18:51.8091213Z -- Building shared libs : OFF 2022-11-23T01:18:51.8091454Z -- Building static test bins: OFF 2022-11-23T01:18:51.8091679Z -- MPFR : LIB_MPFR-NOTFOUND 2022-11-23T01:18:51.8091916Z -- GMP : LIBGMP-NOTFOUND 2022-11-23T01:18:51.8092169Z -- RT : /usr/lib/x86_64-linux-gnu/librt.so 2022-11-23T01:18:51.8092398Z -- FFTW3 : LIBFFTW3-NOTFOUND 2022-11-23T01:18:51.8092615Z -- OPENSSL : 1.1.1s 2022-11-23T01:18:51.8092835Z -- SDE : SDE_COMMAND-NOTFOUND 2022-11-23T01:18:51.8093043Z -- RUNNING_ON_TRAVIS : 2022-11-23T01:18:51.8093276Z -- COMPILER_SUPPORTS_OPENMP : 1 2022-11-23T01:18:51.8093480Z  2022-11-23T01:18:51.8093739Z *** Note: Parallel build is only supported with Ninja *** 2022-11-23T01:18:51.8093977Z  2022-11-23T01:18:51.8321538Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2022-11-23T01:18:51.8322290Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h 2022-11-23T01:18:51.8322819Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/aten_interned_strings.h 2022-11-23T01:18:51.8323237Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/enum_tag.h 2022-11-23T01:18:53.3706169Z -- Performing Test HAS_WNO_UNUSED_VARIABLE 2022-11-23T01:18:53.4743287Z -- Performing Test HAS_WNO_UNUSED_VARIABLE - Success 2022-11-23T01:18:53.4749802Z -- Performing Test HAS_WNO_MISSING_BRACES 2022-11-23T01:18:53.5847930Z -- Performing Test HAS_WNO_MISSING_BRACES - Success 2022-11-23T01:18:53.5855770Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER 2022-11-23T01:18:53.6996891Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER - Success 2022-11-23T01:18:53.7041168Z -- /opt/cache/bin/c++ /var/lib/jenkins/workspace/torch/abi-check.cpp -o /var/lib/jenkins/workspace/build/abi-check 2022-11-23T01:18:53.9553211Z -- Determined _GLIBCXX_USE_CXX11_ABI=1 2022-11-23T01:18:53.9598176Z CMake Warning (dev) at torch/CMakeLists.txt:386: 2022-11-23T01:18:53.9598644Z Syntax Warning in cmake code at column 107 2022-11-23T01:18:53.9598921Z 2022-11-23T01:18:53.9599163Z Argument not separated from preceding token by whitespace. 2022-11-23T01:18:53.9599802Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:53.9600244Z  2022-11-23T01:18:53.9600509Z CMake Warning (dev) at torch/CMakeLists.txt:386: 2022-11-23T01:18:53.9600754Z Syntax Warning in cmake code at column 115 2022-11-23T01:18:53.9600897Z 2022-11-23T01:18:53.9601012Z Argument not separated from preceding token by whitespace. 2022-11-23T01:18:53.9601361Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:53.9601615Z  2022-11-23T01:18:54.0321544Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:54.0322542Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T01:18:54.0322867Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:18:54.0323336Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:54.0323654Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:54.0323927Z Call Stack (most recent call first): 2022-11-23T01:18:54.0324214Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:18:54.0324630Z caffe2/CMakeLists.txt:1224 (find_package) 2022-11-23T01:18:54.0325222Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:54.0325655Z  2022-11-23T01:18:54.0326050Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:54.0326420Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T01:18:54.0326731Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:18:54.0327032Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:54.0327287Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:54.0327509Z Call Stack (most recent call first): 2022-11-23T01:18:54.0327774Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:18:54.0328045Z caffe2/CMakeLists.txt:1224 (find_package) 2022-11-23T01:18:54.0328356Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:54.0328598Z  2022-11-23T01:18:54.0330306Z -- pytorch is compiling with OpenMP. 2022-11-23T01:18:54.0330602Z OpenMP CXX_FLAGS: -fopenmp. 2022-11-23T01:18:54.0330989Z OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/9/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so. 2022-11-23T01:18:54.0332734Z -- Caffe2 is compiling with OpenMP. 2022-11-23T01:18:54.0333105Z OpenMP CXX_FLAGS: -fopenmp. 2022-11-23T01:18:54.0333492Z OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/9/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so. 2022-11-23T01:18:54.0851394Z -- Using lib/python3.8/site-packages as python relative installation path 2022-11-23T01:18:54.1276031Z CMake Warning at CMakeLists.txt:1091 (message): 2022-11-23T01:18:54.1276459Z Generated cmake files are only fully tested if one builds with system glog, 2022-11-23T01:18:54.1276788Z gflags, and protobuf. Other settings may generate files that are not well 2022-11-23T01:18:54.1277024Z tested. 2022-11-23T01:18:54.1277125Z 2022-11-23T01:18:54.1277209Z  2022-11-23T01:18:54.1293529Z -- 2022-11-23T01:18:54.1293872Z -- ******** Summary ******** 2022-11-23T01:18:54.1294210Z -- General: 2022-11-23T01:18:54.1294723Z -- CMake version : 3.22.1 2022-11-23T01:18:54.1295452Z -- CMake command : /opt/conda/bin/cmake 2022-11-23T01:18:54.1295851Z -- System : Linux 2022-11-23T01:18:54.1296271Z -- C++ compiler : /opt/cache/bin/c++ 2022-11-23T01:18:54.1296691Z -- C++ compiler id : GNU 2022-11-23T01:18:54.1297117Z -- C++ compiler version : 9.4.0 2022-11-23T01:18:54.1297499Z -- Using ccache if found : ON 2022-11-23T01:18:54.1297968Z -- Found ccache : CCACHE_PROGRAM-NOTFOUND 2022-11-23T01:18:54.1301027Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -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 -Wnarrowing -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wunused-local-typedefs -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-stringop-overflow -Wno-psabi -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -fdiagnostics-color=always -faligned-new -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Werror=cast-function-type -Wno-stringop-overflow 2022-11-23T01:18:54.1302717Z -- Build type : Release 2022-11-23T01:18:54.1303475Z -- Compile definitions : TORCH_ENABLE_LLVM;ROCM_VERSION=50200;TORCH_HIP_VERSION=502;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-23T01:18:54.1304129Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.8/site-packages;/opt/conda 2022-11-23T01:18:54.1304478Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-11-23T01:18:54.1304791Z -- USE_GOLD_LINKER : OFF 2022-11-23T01:18:54.1305081Z -- 2022-11-23T01:18:54.1305470Z -- TORCH_VERSION : 1.14.0 2022-11-23T01:18:54.1305883Z -- CAFFE2_VERSION : 1.14.0 2022-11-23T01:18:54.1306264Z -- BUILD_CAFFE2 : OFF 2022-11-23T01:18:54.1306670Z -- BUILD_CAFFE2_OPS : OFF 2022-11-23T01:18:54.1307080Z -- BUILD_STATIC_RUNTIME_BENCHMARK: ON 2022-11-23T01:18:54.1307473Z -- BUILD_TENSOREXPR_BENCHMARK: OFF 2022-11-23T01:18:54.1307724Z -- BUILD_NVFUSER_BENCHMARK: OFF 2022-11-23T01:18:54.1307948Z -- BUILD_BINARY : OFF 2022-11-23T01:18:54.1308177Z -- BUILD_CUSTOM_PROTOBUF : ON 2022-11-23T01:18:54.1308534Z -- Link local protobuf : ON 2022-11-23T01:18:54.1308951Z -- BUILD_DOCS : OFF 2022-11-23T01:18:54.1309360Z -- BUILD_PYTHON : True 2022-11-23T01:18:54.1309687Z -- Python version : 3.8.13 2022-11-23T01:18:54.1310098Z -- Python executable : /opt/conda/bin/python 2022-11-23T01:18:54.1310581Z -- Pythonlibs version : 3.8.13 2022-11-23T01:18:54.1310985Z -- Python library : /opt/conda/lib/libpython3.8.so.1.0 2022-11-23T01:18:54.1311366Z -- Python includes : /opt/conda/include/python3.8 2022-11-23T01:18:54.1311689Z -- Python site-packages: lib/python3.8/site-packages 2022-11-23T01:18:54.1312065Z -- BUILD_SHARED_LIBS : ON 2022-11-23T01:18:54.1312494Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2022-11-23T01:18:54.1312924Z -- BUILD_TEST : True 2022-11-23T01:18:54.1313320Z -- BUILD_JNI : OFF 2022-11-23T01:18:54.1313641Z -- BUILD_MOBILE_AUTOGRAD : OFF 2022-11-23T01:18:54.1313877Z -- BUILD_LITE_INTERPRETER: OFF 2022-11-23T01:18:54.1314259Z -- INTERN_BUILD_MOBILE : 2022-11-23T01:18:54.1314492Z -- TRACING_BASED : OFF 2022-11-23T01:18:54.1314714Z -- USE_BLAS : 1 2022-11-23T01:18:54.1314918Z -- BLAS : mkl 2022-11-23T01:18:54.1315135Z -- BLAS_HAS_SBGEMM : 2022-11-23T01:18:54.1315359Z -- USE_LAPACK : 1 2022-11-23T01:18:54.1315689Z -- LAPACK : mkl 2022-11-23T01:18:54.1315907Z -- USE_ASAN : OFF 2022-11-23T01:18:54.1316124Z -- USE_TSAN : OFF 2022-11-23T01:18:54.1316339Z -- USE_CPP_CODE_COVERAGE : OFF 2022-11-23T01:18:54.1316567Z -- USE_CUDA : OFF 2022-11-23T01:18:54.1316787Z -- USE_ROCM : ON 2022-11-23T01:18:54.1317073Z -- ROCM_VERSION : 2022-11-23T01:18:54.1317299Z -- USE_EIGEN_FOR_BLAS : 2022-11-23T01:18:54.1317522Z -- USE_FBGEMM : ON 2022-11-23T01:18:54.1317736Z -- USE_FAKELOWP : OFF 2022-11-23T01:18:54.1317971Z -- USE_KINETO : ON 2022-11-23T01:18:54.1318309Z -- USE_FFMPEG : OFF 2022-11-23T01:18:54.1318525Z -- USE_GFLAGS : OFF 2022-11-23T01:18:54.1318740Z -- USE_GLOG : OFF 2022-11-23T01:18:54.1318959Z -- USE_LEVELDB : OFF 2022-11-23T01:18:54.1319166Z -- USE_LITE_PROTO : OFF 2022-11-23T01:18:54.1319383Z -- USE_LMDB : OFF 2022-11-23T01:18:54.1319598Z -- USE_METAL : OFF 2022-11-23T01:18:54.1319818Z -- USE_PYTORCH_METAL : OFF 2022-11-23T01:18:54.1320049Z -- USE_PYTORCH_METAL_EXPORT : OFF 2022-11-23T01:18:54.1320346Z -- USE_MPS : OFF 2022-11-23T01:18:54.1320563Z -- USE_FFTW : OFF 2022-11-23T01:18:54.1320762Z -- USE_MKL : ON 2022-11-23T01:18:54.1320977Z -- USE_MKLDNN : ON 2022-11-23T01:18:54.1321198Z -- USE_MKLDNN_ACL : OFF 2022-11-23T01:18:54.1321408Z -- USE_MKLDNN_CBLAS : OFF 2022-11-23T01:18:54.1321641Z -- USE_UCC : OFF 2022-11-23T01:18:54.1321854Z -- USE_ITT : ON 2022-11-23T01:18:54.1322056Z -- USE_NCCL : ON 2022-11-23T01:18:54.1322274Z -- USE_SYSTEM_NCCL : ON 2022-11-23T01:18:54.1322499Z -- USE_NCCL_WITH_UCC : OFF 2022-11-23T01:18:54.1322708Z -- USE_NNPACK : ON 2022-11-23T01:18:54.1322925Z -- USE_NUMPY : ON 2022-11-23T01:18:54.1323150Z -- USE_OBSERVERS : ON 2022-11-23T01:18:54.1323359Z -- USE_OPENCL : OFF 2022-11-23T01:18:54.1323575Z -- USE_OPENCV : OFF 2022-11-23T01:18:54.1323789Z -- USE_OPENMP : ON 2022-11-23T01:18:54.1323995Z -- USE_TBB : OFF 2022-11-23T01:18:54.1324212Z -- USE_VULKAN : OFF 2022-11-23T01:18:54.1324425Z -- USE_PROF : OFF 2022-11-23T01:18:54.1324642Z -- USE_QNNPACK : ON 2022-11-23T01:18:54.1324857Z -- USE_PYTORCH_QNNPACK : ON 2022-11-23T01:18:54.1325081Z -- USE_XNNPACK : ON 2022-11-23T01:18:54.1325297Z -- USE_REDIS : OFF 2022-11-23T01:18:54.1325501Z -- USE_ROCKSDB : OFF 2022-11-23T01:18:54.1325716Z -- USE_ZMQ : OFF 2022-11-23T01:18:54.1325940Z -- USE_DISTRIBUTED : ON 2022-11-23T01:18:54.1326154Z -- USE_MPI : OFF 2022-11-23T01:18:54.1326374Z -- USE_GLOO : ON 2022-11-23T01:18:54.1326603Z -- USE_GLOO_WITH_OPENSSL : OFF 2022-11-23T01:18:54.1326831Z -- USE_TENSORPIPE : ON 2022-11-23T01:18:54.1327212Z -- Public Dependencies : caffe2::Threads;caffe2::mkl 2022-11-23T01:18:54.1327807Z -- Private Dependencies : pthreadpool;cpuinfo;qnnpack;pytorch_qnnpack;nnpack;XNNPACK;fbgemm;ittnotify;fp16;tensorpipe;gloo;foxi_loader;rt;fmt::fmt-header-only;kineto;gcc_s;gcc;dl 2022-11-23T01:18:54.1328201Z -- USE_COREML_DELEGATE : OFF 2022-11-23T01:18:54.1328442Z -- BUILD_LAZY_TS_BACKEND : ON 2022-11-23T01:18:54.1328685Z -- TORCH_DISABLE_GPU_ASSERTS : ON 2022-11-23T01:18:54.1416071Z -- Configuring done 2022-11-23T01:18:55.8987549Z CMake Warning at caffe2/CMakeLists.txt:809 (add_library): 2022-11-23T01:18:55.8988115Z Cannot generate a safe runtime search path for target torch_cpu because 2022-11-23T01:18:55.8988660Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:55.8989082Z directories: 2022-11-23T01:18:55.8989273Z 2022-11-23T01:18:55.8989699Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.8990329Z /opt/conda/lib 2022-11-23T01:18:55.8990522Z 2022-11-23T01:18:55.8990725Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.8990994Z 2022-11-23T01:18:55.8991134Z  2022-11-23T01:18:55.9802491Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.9803084Z Cannot generate a safe runtime search path for target Dict_test because 2022-11-23T01:18:55.9803633Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:55.9804012Z directories: 2022-11-23T01:18:55.9804194Z 2022-11-23T01:18:55.9804660Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.9805104Z /opt/conda/lib 2022-11-23T01:18:55.9805301Z 2022-11-23T01:18:55.9805492Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.9805757Z 2022-11-23T01:18:55.9805895Z  2022-11-23T01:18:55.9850489Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.9851056Z Cannot generate a safe runtime search path for target Dimname_test because 2022-11-23T01:18:55.9851758Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:55.9852148Z directories: 2022-11-23T01:18:55.9852332Z 2022-11-23T01:18:55.9852768Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.9853193Z /opt/conda/lib 2022-11-23T01:18:55.9853376Z 2022-11-23T01:18:55.9853562Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.9853818Z 2022-11-23T01:18:55.9853968Z  2022-11-23T01:18:55.9898756Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.9899323Z Cannot generate a safe runtime search path for target MaybeOwned_test 2022-11-23T01:18:55.9899846Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:55.9900241Z directories: 2022-11-23T01:18:55.9900422Z 2022-11-23T01:18:55.9900855Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.9901296Z /opt/conda/lib 2022-11-23T01:18:55.9901469Z 2022-11-23T01:18:55.9901655Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.9901914Z 2022-11-23T01:18:55.9902052Z  2022-11-23T01:18:55.9947314Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.9947872Z Cannot generate a safe runtime search path for target NamedTensor_test 2022-11-23T01:18:55.9948414Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:55.9948837Z directories: 2022-11-23T01:18:55.9949016Z 2022-11-23T01:18:55.9949444Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.9949909Z /opt/conda/lib 2022-11-23T01:18:55.9950078Z 2022-11-23T01:18:55.9950295Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.9950542Z 2022-11-23T01:18:55.9950685Z  2022-11-23T01:18:55.9996358Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.9996925Z Cannot generate a safe runtime search path for target apply_utils_test 2022-11-23T01:18:55.9997458Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:55.9997903Z directories: 2022-11-23T01:18:55.9998071Z 2022-11-23T01:18:55.9998508Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.9998963Z /opt/conda/lib 2022-11-23T01:18:55.9999139Z 2022-11-23T01:18:55.9999329Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.9999586Z 2022-11-23T01:18:55.9999717Z  2022-11-23T01:18:56.0044591Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.0045163Z Cannot generate a safe runtime search path for target atest because files 2022-11-23T01:18:56.0045876Z in some directories may conflict with libraries in implicit directories: 2022-11-23T01:18:56.0046172Z 2022-11-23T01:18:56.0046607Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.0047059Z /opt/conda/lib 2022-11-23T01:18:56.0047243Z 2022-11-23T01:18:56.0047426Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.0047689Z 2022-11-23T01:18:56.0047812Z  2022-11-23T01:18:56.0092863Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.0093435Z Cannot generate a safe runtime search path for target basic because files 2022-11-23T01:18:56.0093974Z in some directories may conflict with libraries in implicit directories: 2022-11-23T01:18:56.0094286Z 2022-11-23T01:18:56.0094699Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.0095123Z /opt/conda/lib 2022-11-23T01:18:56.0095314Z 2022-11-23T01:18:56.0095592Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.0095852Z 2022-11-23T01:18:56.0096002Z  2022-11-23T01:18:56.0141616Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.0142195Z Cannot generate a safe runtime search path for target broadcast_test 2022-11-23T01:18:56.0142728Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.0143132Z directories: 2022-11-23T01:18:56.0143315Z 2022-11-23T01:18:56.0143749Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.0144198Z /opt/conda/lib 2022-11-23T01:18:56.0144383Z 2022-11-23T01:18:56.0144569Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.0144828Z 2022-11-23T01:18:56.0144951Z  2022-11-23T01:18:56.0189710Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.0190294Z Cannot generate a safe runtime search path for target cpu_generator_test 2022-11-23T01:18:56.0190841Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.0191245Z directories: 2022-11-23T01:18:56.0191426Z 2022-11-23T01:18:56.0191852Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.0192306Z /opt/conda/lib 2022-11-23T01:18:56.0192501Z 2022-11-23T01:18:56.0192658Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.0192909Z 2022-11-23T01:18:56.0193050Z  2022-11-23T01:18:56.0238036Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.0238568Z Cannot generate a safe runtime search path for target 2022-11-23T01:18:56.0239065Z cpu_profiling_allocator_test because files in some directories may conflict 2022-11-23T01:18:56.0239549Z with libraries in implicit directories: 2022-11-23T01:18:56.0239793Z 2022-11-23T01:18:56.0240241Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.0240667Z /opt/conda/lib 2022-11-23T01:18:56.0240854Z 2022-11-23T01:18:56.0241053Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.0241313Z 2022-11-23T01:18:56.0241452Z  2022-11-23T01:18:56.0286208Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.0286768Z Cannot generate a safe runtime search path for target cpu_rng_test because 2022-11-23T01:18:56.0287288Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.0287677Z directories: 2022-11-23T01:18:56.0287859Z 2022-11-23T01:18:56.0288265Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.0288714Z /opt/conda/lib 2022-11-23T01:18:56.0288908Z 2022-11-23T01:18:56.0289091Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.0289469Z 2022-11-23T01:18:56.0289607Z  2022-11-23T01:18:56.0334553Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.0335142Z Cannot generate a safe runtime search path for target dispatch_key_set_test 2022-11-23T01:18:56.0335757Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.0336174Z directories: 2022-11-23T01:18:56.0336342Z 2022-11-23T01:18:56.0336779Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.0337230Z /opt/conda/lib 2022-11-23T01:18:56.0337407Z 2022-11-23T01:18:56.0337591Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.0337845Z 2022-11-23T01:18:56.0337966Z  2022-11-23T01:18:56.0383011Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.0383575Z Cannot generate a safe runtime search path for target dlconvertor_test 2022-11-23T01:18:56.0384117Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.0384527Z directories: 2022-11-23T01:18:56.0384711Z 2022-11-23T01:18:56.0385306Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.0385734Z /opt/conda/lib 2022-11-23T01:18:56.0385931Z 2022-11-23T01:18:56.0386099Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.0386357Z 2022-11-23T01:18:56.0386506Z  2022-11-23T01:18:56.0431147Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.0431672Z Cannot generate a safe runtime search path for target 2022-11-23T01:18:56.0432154Z extension_backend_test because files in some directories may conflict with 2022-11-23T01:18:56.0432613Z libraries in implicit directories: 2022-11-23T01:18:56.0432845Z 2022-11-23T01:18:56.0433286Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.0433702Z /opt/conda/lib 2022-11-23T01:18:56.0433881Z 2022-11-23T01:18:56.0434303Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.0434556Z 2022-11-23T01:18:56.0434704Z  2022-11-23T01:18:56.0479321Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.0479877Z Cannot generate a safe runtime search path for target half_test because 2022-11-23T01:18:56.0480395Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.0480798Z directories: 2022-11-23T01:18:56.0480979Z 2022-11-23T01:18:56.0481420Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.0481861Z /opt/conda/lib 2022-11-23T01:18:56.0482029Z 2022-11-23T01:18:56.0482221Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.0482466Z 2022-11-23T01:18:56.0482612Z  2022-11-23T01:18:56.0527339Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.0527937Z Cannot generate a safe runtime search path for target ivalue_test because 2022-11-23T01:18:56.0528460Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.0528871Z directories: 2022-11-23T01:18:56.0529041Z 2022-11-23T01:18:56.0529470Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.0529920Z /opt/conda/lib 2022-11-23T01:18:56.0530100Z 2022-11-23T01:18:56.0530297Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.0530554Z 2022-11-23T01:18:56.0530676Z  2022-11-23T01:18:56.0575866Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.0576435Z Cannot generate a safe runtime search path for target lazy_tensor_test 2022-11-23T01:18:56.0576970Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.0577374Z directories: 2022-11-23T01:18:56.0577556Z 2022-11-23T01:18:56.0578118Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.0578572Z /opt/conda/lib 2022-11-23T01:18:56.0578739Z 2022-11-23T01:18:56.0578924Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.0579169Z 2022-11-23T01:18:56.0579322Z  2022-11-23T01:18:56.0624747Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.0625312Z Cannot generate a safe runtime search path for target math_kernel_test 2022-11-23T01:18:56.0625825Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.0626237Z directories: 2022-11-23T01:18:56.0626422Z 2022-11-23T01:18:56.0626850Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.0627294Z /opt/conda/lib 2022-11-23T01:18:56.0627474Z 2022-11-23T01:18:56.0627663Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.0627934Z 2022-11-23T01:18:56.0628066Z  2022-11-23T01:18:56.0673402Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.0673938Z Cannot generate a safe runtime search path for target memory_format_test 2022-11-23T01:18:56.0674739Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.0675165Z directories: 2022-11-23T01:18:56.0675354Z 2022-11-23T01:18:56.0675811Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.0676231Z /opt/conda/lib 2022-11-23T01:18:56.0676413Z 2022-11-23T01:18:56.0676611Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.0676859Z 2022-11-23T01:18:56.0677006Z  2022-11-23T01:18:56.0721635Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.0722184Z Cannot generate a safe runtime search path for target 2022-11-23T01:18:56.0722698Z memory_overlapping_test because files in some directories may conflict with 2022-11-23T01:18:56.0723179Z libraries in implicit directories: 2022-11-23T01:18:56.0723365Z 2022-11-23T01:18:56.0723801Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.0724246Z /opt/conda/lib 2022-11-23T01:18:56.0724438Z 2022-11-23T01:18:56.0724643Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.0724880Z 2022-11-23T01:18:56.0725030Z  2022-11-23T01:18:56.0770068Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.0770652Z Cannot generate a safe runtime search path for target mobile_memory_cleanup 2022-11-23T01:18:56.0771190Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.0771586Z directories: 2022-11-23T01:18:56.0771764Z 2022-11-23T01:18:56.0772211Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.0772674Z /opt/conda/lib 2022-11-23T01:18:56.0772855Z 2022-11-23T01:18:56.0773049Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.0773272Z 2022-11-23T01:18:56.0773420Z  2022-11-23T01:18:56.0818664Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.0819236Z Cannot generate a safe runtime search path for target native_test because 2022-11-23T01:18:56.0819741Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.0820135Z directories: 2022-11-23T01:18:56.0820323Z 2022-11-23T01:18:56.0820757Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.0821204Z /opt/conda/lib 2022-11-23T01:18:56.0821387Z 2022-11-23T01:18:56.0821573Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.0821834Z 2022-11-23T01:18:56.0821973Z  2022-11-23T01:18:56.0866887Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.0867584Z Cannot generate a safe runtime search path for target operator_name_test 2022-11-23T01:18:56.0868110Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.0868539Z directories: 2022-11-23T01:18:56.0868727Z 2022-11-23T01:18:56.0869154Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.0869583Z /opt/conda/lib 2022-11-23T01:18:56.0869777Z 2022-11-23T01:18:56.0869952Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.0870210Z 2022-11-23T01:18:56.0870354Z  2022-11-23T01:18:56.0915260Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.0915788Z Cannot generate a safe runtime search path for target operators_test 2022-11-23T01:18:56.0916340Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.0916743Z directories: 2022-11-23T01:18:56.0916928Z 2022-11-23T01:18:56.0917353Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.0917792Z /opt/conda/lib 2022-11-23T01:18:56.0917988Z 2022-11-23T01:18:56.0918312Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.0918561Z 2022-11-23T01:18:56.0918726Z  2022-11-23T01:18:56.0964395Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.0964914Z Cannot generate a safe runtime search path for target 2022-11-23T01:18:56.0965424Z packedtensoraccessor_test because files in some directories may conflict 2022-11-23T01:18:56.0965891Z with libraries in implicit directories: 2022-11-23T01:18:56.0966127Z 2022-11-23T01:18:56.0966559Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.0967012Z /opt/conda/lib 2022-11-23T01:18:56.0967188Z 2022-11-23T01:18:56.0967378Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.0967623Z 2022-11-23T01:18:56.0967766Z  2022-11-23T01:18:56.1012598Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.1013178Z Cannot generate a safe runtime search path for target pow_test because 2022-11-23T01:18:56.1013692Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.1014075Z directories: 2022-11-23T01:18:56.1014253Z 2022-11-23T01:18:56.1014692Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.1015146Z /opt/conda/lib 2022-11-23T01:18:56.1015315Z 2022-11-23T01:18:56.1015579Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.1015834Z 2022-11-23T01:18:56.1015978Z  2022-11-23T01:18:56.1060972Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.1061525Z Cannot generate a safe runtime search path for target quantized_test 2022-11-23T01:18:56.1062044Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.1062469Z directories: 2022-11-23T01:18:56.1062645Z 2022-11-23T01:18:56.1063080Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.1063517Z /opt/conda/lib 2022-11-23T01:18:56.1063716Z 2022-11-23T01:18:56.1063889Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.1064144Z 2022-11-23T01:18:56.1064291Z  2022-11-23T01:18:56.1109364Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.1109904Z Cannot generate a safe runtime search path for target reduce_ops_test 2022-11-23T01:18:56.1110431Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.1110850Z directories: 2022-11-23T01:18:56.1111030Z 2022-11-23T01:18:56.1111457Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.1111916Z /opt/conda/lib 2022-11-23T01:18:56.1112225Z 2022-11-23T01:18:56.1112433Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.1112680Z 2022-11-23T01:18:56.1112828Z  2022-11-23T01:18:56.1157782Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.1158315Z Cannot generate a safe runtime search path for target 2022-11-23T01:18:56.1158824Z reportMemoryUsage_test because files in some directories may conflict with 2022-11-23T01:18:56.1159288Z libraries in implicit directories: 2022-11-23T01:18:56.1159519Z 2022-11-23T01:18:56.1159962Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.1160400Z /opt/conda/lib 2022-11-23T01:18:56.1160575Z 2022-11-23T01:18:56.1160785Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.1161011Z 2022-11-23T01:18:56.1161149Z  2022-11-23T01:18:56.1205983Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.1206556Z Cannot generate a safe runtime search path for target scalar_tensor_test 2022-11-23T01:18:56.1207093Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.1207494Z directories: 2022-11-23T01:18:56.1207794Z 2022-11-23T01:18:56.1208238Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.1208679Z /opt/conda/lib 2022-11-23T01:18:56.1208857Z 2022-11-23T01:18:56.1209047Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.1209285Z 2022-11-23T01:18:56.1209437Z  2022-11-23T01:18:56.1254658Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.1255217Z Cannot generate a safe runtime search path for target scalar_test because 2022-11-23T01:18:56.1255802Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.1256200Z directories: 2022-11-23T01:18:56.1256385Z 2022-11-23T01:18:56.1256841Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.1257262Z /opt/conda/lib 2022-11-23T01:18:56.1257443Z 2022-11-23T01:18:56.1257655Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.1257892Z 2022-11-23T01:18:56.1258042Z  2022-11-23T01:18:56.1302793Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.1303313Z Cannot generate a safe runtime search path for target 2022-11-23T01:18:56.1303812Z stride_properties_test because files in some directories may conflict with 2022-11-23T01:18:56.1304282Z libraries in implicit directories: 2022-11-23T01:18:56.1304509Z 2022-11-23T01:18:56.1304954Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.1305398Z /opt/conda/lib 2022-11-23T01:18:56.1305570Z 2022-11-23T01:18:56.1305760Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.1306016Z 2022-11-23T01:18:56.1306160Z  2022-11-23T01:18:56.1351220Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.1351815Z Cannot generate a safe runtime search path for target tensor_iterator_test 2022-11-23T01:18:56.1352374Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.1352790Z directories: 2022-11-23T01:18:56.1352952Z 2022-11-23T01:18:56.1353369Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.1353821Z /opt/conda/lib 2022-11-23T01:18:56.1354014Z 2022-11-23T01:18:56.1354401Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.1354664Z 2022-11-23T01:18:56.1354779Z  2022-11-23T01:18:56.1399555Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.1400131Z Cannot generate a safe runtime search path for target test_parallel because 2022-11-23T01:18:56.1400659Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.1401173Z directories: 2022-11-23T01:18:56.1401355Z 2022-11-23T01:18:56.1401793Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.1402249Z /opt/conda/lib 2022-11-23T01:18:56.1402435Z 2022-11-23T01:18:56.1402608Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.1402871Z 2022-11-23T01:18:56.1403007Z  2022-11-23T01:18:56.1447995Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.1448558Z Cannot generate a safe runtime search path for target thread_init_test 2022-11-23T01:18:56.1449081Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.1449497Z directories: 2022-11-23T01:18:56.1449680Z 2022-11-23T01:18:56.1450109Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.1450560Z /opt/conda/lib 2022-11-23T01:18:56.1450748Z 2022-11-23T01:18:56.1450931Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.1451181Z 2022-11-23T01:18:56.1451321Z  2022-11-23T01:18:56.1496505Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.1497046Z Cannot generate a safe runtime search path for target type_ptr_test because 2022-11-23T01:18:56.1497370Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.1497600Z directories: 2022-11-23T01:18:56.1497710Z 2022-11-23T01:18:56.1497959Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.1498197Z /opt/conda/lib 2022-11-23T01:18:56.1498307Z 2022-11-23T01:18:56.1498420Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.1498567Z 2022-11-23T01:18:56.1498645Z  2022-11-23T01:18:56.1542907Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.1543329Z Cannot generate a safe runtime search path for target type_test because 2022-11-23T01:18:56.1543640Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.1543870Z directories: 2022-11-23T01:18:56.1543968Z 2022-11-23T01:18:56.1544205Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.1544455Z /opt/conda/lib 2022-11-23T01:18:56.1544563Z 2022-11-23T01:18:56.1544676Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.1544820Z 2022-11-23T01:18:56.1544884Z  2022-11-23T01:18:56.1589629Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.1590038Z Cannot generate a safe runtime search path for target undefined_tensor_test 2022-11-23T01:18:56.1590364Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.1590590Z directories: 2022-11-23T01:18:56.1590696Z 2022-11-23T01:18:56.1590931Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.1591183Z /opt/conda/lib 2022-11-23T01:18:56.1591291Z 2022-11-23T01:18:56.1591409Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.1591541Z 2022-11-23T01:18:56.1591618Z  2022-11-23T01:18:56.1636628Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.1637203Z Cannot generate a safe runtime search path for target variant_test because 2022-11-23T01:18:56.1637601Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.1637827Z directories: 2022-11-23T01:18:56.1637936Z 2022-11-23T01:18:56.1638171Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.1638418Z /opt/conda/lib 2022-11-23T01:18:56.1638513Z 2022-11-23T01:18:56.1638625Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.1638770Z 2022-11-23T01:18:56.1638979Z  2022-11-23T01:18:56.1684017Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.1684578Z Cannot generate a safe runtime search path for target verify_api_visibility 2022-11-23T01:18:56.1684988Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.1685228Z directories: 2022-11-23T01:18:56.1685333Z 2022-11-23T01:18:56.1685565Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.1685802Z /opt/conda/lib 2022-11-23T01:18:56.1685909Z 2022-11-23T01:18:56.1686022Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.1686169Z 2022-11-23T01:18:56.1686245Z  2022-11-23T01:18:56.1730614Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.1731167Z Cannot generate a safe runtime search path for target vmap_test because 2022-11-23T01:18:56.1731592Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.1731823Z directories: 2022-11-23T01:18:56.1731929Z 2022-11-23T01:18:56.1732150Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.1732511Z /opt/conda/lib 2022-11-23T01:18:56.1732625Z 2022-11-23T01:18:56.1732741Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.1732886Z 2022-11-23T01:18:56.1732965Z  2022-11-23T01:18:56.1778596Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.1778997Z Cannot generate a safe runtime search path for target weakref_test because 2022-11-23T01:18:56.1779311Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.1779525Z directories: 2022-11-23T01:18:56.1779629Z 2022-11-23T01:18:56.1779866Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.1780112Z /opt/conda/lib 2022-11-23T01:18:56.1780224Z 2022-11-23T01:18:56.1780336Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.1780467Z 2022-11-23T01:18:56.1780547Z  2022-11-23T01:18:56.1825402Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.1825970Z Cannot generate a safe runtime search path for target wrapdim_test because 2022-11-23T01:18:56.1826346Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.1826575Z directories: 2022-11-23T01:18:56.1826680Z 2022-11-23T01:18:56.1826912Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.1827157Z /opt/conda/lib 2022-11-23T01:18:56.1827251Z 2022-11-23T01:18:56.1827363Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.1827508Z 2022-11-23T01:18:56.1827586Z  2022-11-23T01:18:56.1871876Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.1872412Z Cannot generate a safe runtime search path for target xla_tensor_test 2022-11-23T01:18:56.1872837Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.1873073Z directories: 2022-11-23T01:18:56.1873178Z 2022-11-23T01:18:56.1873417Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.1873653Z /opt/conda/lib 2022-11-23T01:18:56.1873758Z 2022-11-23T01:18:56.1873871Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.1874013Z 2022-11-23T01:18:56.1874253Z  2022-11-23T01:18:56.1919441Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.1919747Z Cannot generate a safe runtime search path for target IListRef_test because 2022-11-23T01:18:56.1920061Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.1920287Z directories: 2022-11-23T01:18:56.1920394Z 2022-11-23T01:18:56.1920615Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.1920984Z /opt/conda/lib 2022-11-23T01:18:56.1921096Z 2022-11-23T01:18:56.1921211Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.1921359Z 2022-11-23T01:18:56.1921438Z  2022-11-23T01:18:56.1966967Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.1967387Z Cannot generate a safe runtime search path for target List_test because 2022-11-23T01:18:56.1967739Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.1967958Z directories: 2022-11-23T01:18:56.1968068Z 2022-11-23T01:18:56.1968379Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.1968633Z /opt/conda/lib 2022-11-23T01:18:56.1968745Z 2022-11-23T01:18:56.1968862Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.1969070Z 2022-11-23T01:18:56.1969139Z  2022-11-23T01:18:56.2013795Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.2014142Z Cannot generate a safe runtime search path for target KernelFunction_test 2022-11-23T01:18:56.2014594Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.2014821Z directories: 2022-11-23T01:18:56.2014928Z 2022-11-23T01:18:56.2015168Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.2015481Z /opt/conda/lib 2022-11-23T01:18:56.2015592Z 2022-11-23T01:18:56.2015694Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.2015839Z 2022-11-23T01:18:56.2015920Z  2022-11-23T01:18:56.2060988Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.2061495Z Cannot generate a safe runtime search path for target 2022-11-23T01:18:56.2061961Z kernel_function_legacy_test because files in some directories may conflict 2022-11-23T01:18:56.2062239Z with libraries in implicit directories: 2022-11-23T01:18:56.2062376Z 2022-11-23T01:18:56.2062613Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.2062849Z /opt/conda/lib 2022-11-23T01:18:56.2062957Z 2022-11-23T01:18:56.2063071Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.2063215Z 2022-11-23T01:18:56.2063294Z  2022-11-23T01:18:56.2108135Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.2108464Z Cannot generate a safe runtime search path for target kernel_function_test 2022-11-23T01:18:56.2108789Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.2109026Z directories: 2022-11-23T01:18:56.2109133Z 2022-11-23T01:18:56.2109356Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.2109628Z /opt/conda/lib 2022-11-23T01:18:56.2109799Z 2022-11-23T01:18:56.2109915Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.2110061Z 2022-11-23T01:18:56.2110142Z  2022-11-23T01:18:56.2155761Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.2156065Z Cannot generate a safe runtime search path for target 2022-11-23T01:18:56.2156441Z kernel_lambda_legacy_test because files in some directories may conflict 2022-11-23T01:18:56.2156709Z with libraries in implicit directories: 2022-11-23T01:18:56.2156832Z 2022-11-23T01:18:56.2157075Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.2157326Z /opt/conda/lib 2022-11-23T01:18:56.2157438Z 2022-11-23T01:18:56.2157551Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.2157698Z 2022-11-23T01:18:56.2157762Z  2022-11-23T01:18:56.2202585Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.2202907Z Cannot generate a safe runtime search path for target kernel_lambda_test 2022-11-23T01:18:56.2203349Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.2203576Z directories: 2022-11-23T01:18:56.2203683Z 2022-11-23T01:18:56.2203929Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.2204176Z /opt/conda/lib 2022-11-23T01:18:56.2204284Z 2022-11-23T01:18:56.2204385Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.2204529Z 2022-11-23T01:18:56.2204607Z  2022-11-23T01:18:56.2249920Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.2250210Z Cannot generate a safe runtime search path for target 2022-11-23T01:18:56.2250495Z kernel_stackbased_test because files in some directories may conflict with 2022-11-23T01:18:56.2250758Z libraries in implicit directories: 2022-11-23T01:18:56.2250894Z 2022-11-23T01:18:56.2251133Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.2251386Z /opt/conda/lib 2022-11-23T01:18:56.2251482Z 2022-11-23T01:18:56.2251596Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.2251847Z 2022-11-23T01:18:56.2251928Z  2022-11-23T01:18:56.2297755Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.2298033Z Cannot generate a safe runtime search path for target 2022-11-23T01:18:56.2298328Z make_boxed_from_unboxed_functor_test because files in some directories may 2022-11-23T01:18:56.2298609Z conflict with libraries in implicit directories: 2022-11-23T01:18:56.2298754Z 2022-11-23T01:18:56.2298988Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.2299225Z /opt/conda/lib 2022-11-23T01:18:56.2299334Z 2022-11-23T01:18:56.2299447Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.2299589Z 2022-11-23T01:18:56.2299674Z  2022-11-23T01:18:56.2347611Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.2347953Z Cannot generate a safe runtime search path for target CppSignature_test 2022-11-23T01:18:56.2348280Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.2348517Z directories: 2022-11-23T01:18:56.2348610Z 2022-11-23T01:18:56.2348845Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.2349094Z /opt/conda/lib 2022-11-23T01:18:56.2349204Z 2022-11-23T01:18:56.2349319Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.2349463Z 2022-11-23T01:18:56.2349539Z  2022-11-23T01:18:56.2394568Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.2394880Z Cannot generate a safe runtime search path for target backend_fallback_test 2022-11-23T01:18:56.2395202Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.2395430Z directories: 2022-11-23T01:18:56.2395534Z 2022-11-23T01:18:56.2395771Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.2396018Z /opt/conda/lib 2022-11-23T01:18:56.2396126Z 2022-11-23T01:18:56.2396241Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.2396372Z 2022-11-23T01:18:56.2396450Z  2022-11-23T01:18:56.2441186Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.2441500Z Cannot generate a safe runtime search path for target op_allowlist_test 2022-11-23T01:18:56.2441802Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.2442037Z directories: 2022-11-23T01:18:56.2442142Z 2022-11-23T01:18:56.2442376Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.2442623Z /opt/conda/lib 2022-11-23T01:18:56.2442818Z 2022-11-23T01:18:56.2442934Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.2443078Z 2022-11-23T01:18:56.2443159Z  2022-11-23T01:18:56.2488232Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.2488591Z Cannot generate a safe runtime search path for target op_registration_test 2022-11-23T01:18:56.2488914Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.2489148Z directories: 2022-11-23T01:18:56.2489253Z 2022-11-23T01:18:56.2489491Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.2489726Z /opt/conda/lib 2022-11-23T01:18:56.2489833Z 2022-11-23T01:18:56.2489946Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.2490089Z 2022-11-23T01:18:56.2490165Z  2022-11-23T01:18:56.2535107Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:56.2535551Z Cannot generate a safe runtime search path for target inline_container_test 2022-11-23T01:18:56.2535880Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:56.2536117Z directories: 2022-11-23T01:18:56.2536314Z 2022-11-23T01:18:56.2536545Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:56.2536793Z /opt/conda/lib 2022-11-23T01:18:56.2536904Z 2022-11-23T01:18:56.2537019Z Some of these libraries may not be found correctly. 2022-11-23T01:18:56.2537164Z 2022-11-23T01:18:56.2537243Z  2022-11-23T01:18:56.5369988Z -- Generating done 2022-11-23T01:18:56.5724506Z CMake Warning: 2022-11-23T01:18:56.5725082Z Manually-specified variables were not used by the project: 2022-11-23T01:18:56.5725379Z 2022-11-23T01:18:56.5725474Z BUILD_ENVIRONMENT 2022-11-23T01:18:56.5725590Z 2022-11-23T01:18:56.5725672Z  2022-11-23T01:18:56.5747663Z -- Build files have been written to: /var/lib/jenkins/workspace/build 2022-11-23T01:18:56.6523697Z cmake --build . --target install --config Release -- -j 6 2022-11-23T01:18:56.7090686Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2022-11-23T01:18:56.7091609Z [ 0%] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o 2022-11-23T01:18:56.7093723Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/any_lite.cc.o 2022-11-23T01:18:56.7116192Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.cc.o 2022-11-23T01:18:56.7130990Z [ 0%] Building C object confu-deps/cpuinfo/deps/clog/CMakeFiles/clog.dir/src/clog.c.o 2022-11-23T01:18:56.7165100Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any_lite.cc.o 2022-11-23T01:18:56.7943976Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2022-11-23T01:18:56.8210644Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_fatal’: 2022-11-23T01:18:56.8211973Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:117:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-11-23T01:18:56.8212683Z 117 | write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-11-23T01:18:56.8213014Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:18:56.8213407Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_error’: 2022-11-23T01:18:56.8213979Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:195:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-11-23T01:18:56.8214582Z 195 | write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-11-23T01:18:56.8214861Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:18:56.8215246Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_warning’: 2022-11-23T01:18:56.8215928Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:273:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-11-23T01:18:56.8216325Z 273 | write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-11-23T01:18:56.8216605Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:18:56.8216975Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_info’: 2022-11-23T01:18:56.8217565Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:351:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-11-23T01:18:56.8218265Z 351 | write(STDOUT_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-11-23T01:18:56.8218856Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:18:56.8219510Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_debug’: 2022-11-23T01:18:56.8220487Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:429:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-11-23T01:18:56.8221222Z 429 | write(STDOUT_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-11-23T01:18:56.8221706Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:18:56.8277033Z [ 0%] Linking C static library ../../../../lib/libclog.a 2022-11-23T01:18:56.8526021Z [ 0%] Built target clog 2022-11-23T01:18:56.8571016Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2022-11-23T01:18:56.8939318Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arena.cc.o 2022-11-23T01:18:56.9402342Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2022-11-23T01:18:56.9837280Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arena.cc.o 2022-11-23T01:18:57.0382962Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/extension_set.cc.o 2022-11-23T01:18:57.0442751Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o 2022-11-23T01:18:57.0914038Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2022-11-23T01:18:57.1014626Z [ 0%] Linking CXX static library ../../../lib/libgtest.a 2022-11-23T01:18:57.1257852Z [ 0%] Built target gtest 2022-11-23T01:18:57.1302807Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set.cc.o 2022-11-23T01:18:57.1400293Z [ 0%] Built target defs.bzl 2022-11-23T01:18:57.1445893Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_enum_util.cc.o 2022-11-23T01:18:57.1803867Z [ 0%] Linking C static library ../../lib/libpthreadpool.a 2022-11-23T01:18:57.2040615Z [ 0%] Built target pthreadpool 2022-11-23T01:18:57.2085285Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2022-11-23T01:18:57.2165534Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_util.cc.o 2022-11-23T01:18:57.2724618Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o 2022-11-23T01:18:57.3307037Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_enum_util.cc.o 2022-11-23T01:18:57.3949928Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2022-11-23T01:18:57.3969810Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_util.cc.o 2022-11-23T01:18:57.4566761Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2022-11-23T01:18:57.4869062Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o 2022-11-23T01:18:57.5151605Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2022-11-23T01:18:57.5646769Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/coded_stream.cc.o 2022-11-23T01:18:57.6713600Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/io_win32.cc.o 2022-11-23T01:18:57.6721174Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/strtod.cc.o 2022-11-23T01:18:57.7174771Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/coded_stream.cc.o 2022-11-23T01:18:57.7475798Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/io_win32.cc.o 2022-11-23T01:18:57.7516047Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/strtod.cc.o 2022-11-23T01:18:57.8407766Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2022-11-23T01:18:57.8411150Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o 2022-11-23T01:18:57.8424214Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2022-11-23T01:18:57.9243630Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/colorprint.cc.o 2022-11-23T01:18:57.9833160Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o 2022-11-23T01:18:57.9836959Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2022-11-23T01:18:58.0545670Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2022-11-23T01:18:58.0837615Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2022-11-23T01:18:58.1549278Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message_lite.cc.o 2022-11-23T01:18:58.1773729Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/parse_context.cc.o 2022-11-23T01:18:58.2287335Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/complexity.cc.o 2022-11-23T01:18:58.2288314Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/repeated_field.cc.o 2022-11-23T01:18:58.2783908Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2022-11-23T01:18:58.3240126Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/message_lite.cc.o 2022-11-23T01:18:58.4281758Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/parse_context.cc.o 2022-11-23T01:18:58.4433586Z In file included from /usr/include/string.h:495, 2022-11-23T01:18:58.4434358Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/port.h:39, 2022-11-23T01:18:58.4434783Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/macros.h:34, 2022-11-23T01:18:58.4435146Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/common.h:46, 2022-11-23T01:18:58.4435521Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.h:45, 2022-11-23T01:18:58.4436044Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:36: 2022-11-23T01:18:58.4436488Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T01:18:58.4437355Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-11-23T01:18:58.4438343Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:85:28: 2022-11-23T01:18:58.4439227Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:33: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’ specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-11-23T01:18:58.4439711Z 34 | return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T01:18:58.4439967Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:18:58.4486028Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/repeated_field.cc.o 2022-11-23T01:18:58.4518341Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/console_reporter.cc.o 2022-11-23T01:18:58.4828288Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2022-11-23T01:18:58.5110113Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/common.cc.o 2022-11-23T01:18:58.5663758Z In file included from /usr/include/string.h:495, 2022-11-23T01:18:58.5664371Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/port.h:39, 2022-11-23T01:18:58.5665048Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/macros.h:34, 2022-11-23T01:18:58.5665706Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/common.h:46, 2022-11-23T01:18:58.5666339Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.h:45, 2022-11-23T01:18:58.5666994Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:36: 2022-11-23T01:18:58.5667756Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T01:18:58.5669008Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-11-23T01:18:58.5670872Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:85:28: 2022-11-23T01:18:58.5672516Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:33: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’ specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-11-23T01:18:58.5674324Z 34 | return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T01:18:58.5674736Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:18:58.5727284Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/int128.cc.o 2022-11-23T01:18:58.6192686Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/status.cc.o 2022-11-23T01:18:58.6806185Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/counter.cc.o 2022-11-23T01:18:58.6835235Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o 2022-11-23T01:18:58.7251908Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2022-11-23T01:18:58.7552888Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/common.cc.o 2022-11-23T01:18:58.8197854Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/int128.cc.o 2022-11-23T01:18:58.8597941Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/statusor.cc.o 2022-11-23T01:18:58.8604706Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2022-11-23T01:18:58.9356019Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/json_reporter.cc.o 2022-11-23T01:18:58.9356615Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/status.cc.o 2022-11-23T01:18:58.9997942Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/perf_counters.cc.o 2022-11-23T01:18:59.0305226Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/reporter.cc.o 2022-11-23T01:18:59.0622465Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sleep.cc.o 2022-11-23T01:18:59.0857763Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2022-11-23T01:18:59.1464696Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/statusor.cc.o 2022-11-23T01:18:59.1961838Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2022-11-23T01:18:59.2361058Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2022-11-23T01:18:59.2577984Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2022-11-23T01:18:59.3008642Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/statistics.cc.o 2022-11-23T01:18:59.3014935Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2022-11-23T01:18:59.3726312Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/strutil.cc.o 2022-11-23T01:18:59.3896889Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/time.cc.o 2022-11-23T01:18:59.4680957Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format_lite.cc.o 2022-11-23T01:18:59.4690899Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/strutil.cc.o 2022-11-23T01:18:59.5302183Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/time.cc.o 2022-11-23T01:18:59.5331249Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/string_util.cc.o 2022-11-23T01:18:59.5886451Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sysinfo.cc.o 2022-11-23T01:18:59.6200089Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/timers.cc.o 2022-11-23T01:18:59.7082789Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.cc.o 2022-11-23T01:18:59.7085260Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/wire_format_lite.cc.o 2022-11-23T01:18:59.7579731Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.pb.cc.o 2022-11-23T01:18:59.8005662Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/api.pb.cc.o 2022-11-23T01:18:59.8569532Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/importer.cc.o 2022-11-23T01:18:59.8998577Z [ 0%] Linking CXX static library ../../../lib/libbenchmark.a 2022-11-23T01:18:59.9297574Z [ 0%] Built target benchmark 2022-11-23T01:18:59.9342226Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/parser.cc.o 2022-11-23T01:18:59.9579068Z [ 0%] Linking CXX static library ../../../lib/libprotobuf-lite.a 2022-11-23T01:18:59.9965560Z [ 0%] Built target libprotobuf-lite 2022-11-23T01:19:00.0009997Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.cc.o 2022-11-23T01:19:00.0344173Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/archtraits.cpp.o 2022-11-23T01:19:00.0573514Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/assembler.cpp.o 2022-11-23T01:19:00.0638379Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/builder.cpp.o 2022-11-23T01:19:00.1612406Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codeholder.cpp.o 2022-11-23T01:19:00.2208924Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codewriter.cpp.o 2022-11-23T01:19:00.2654904Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.pb.cc.o 2022-11-23T01:19:00.3010993Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor_database.cc.o 2022-11-23T01:19:00.3038794Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/duration.pb.cc.o 2022-11-23T01:19:00.3588236Z [ 0%] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/ittnotify_static.c.o 2022-11-23T01:19:00.4049989Z [ 0%] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/jitprofiling.c.o 2022-11-23T01:19:00.4419833Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/compiler.cpp.o 2022-11-23T01:19:00.5219221Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/constpool.cpp.o 2022-11-23T01:19:00.5276723Z [ 0%] Linking C static library ../../lib/libittnotify.a 2022-11-23T01:19:00.5514560Z [ 0%] Built target ittnotify 2022-11-23T01:19:00.5560707Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/cpuinfo.cpp.o 2022-11-23T01:19:00.6047537Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emithelper.cpp.o 2022-11-23T01:19:00.6161959Z [ 0%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/fs-poll.c.o 2022-11-23T01:19:00.6601964Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/dynamic_message.cc.o 2022-11-23T01:19:00.6868414Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/empty.pb.cc.o 2022-11-23T01:19:00.7272466Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set_heavy.cc.o 2022-11-23T01:19:00.7836691Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/idna.c.o 2022-11-23T01:19:00.8158772Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/inet.c.o 2022-11-23T01:19:00.8200095Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitter.cpp.o 2022-11-23T01:19:00.9606957Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitterutils.cpp.o 2022-11-23T01:19:00.9713567Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/algorithm.cc.o 2022-11-23T01:19:00.9818993Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/amx_tile_configure.cpp.o 2022-11-23T01:19:00.9865527Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/random.c.o 2022-11-23T01:19:01.0418768Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/brgemm.cpp.o 2022-11-23T01:19:01.0698320Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/field_mask.pb.cc.o 2022-11-23T01:19:01.1235213Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/strscpy.c.o 2022-11-23T01:19:01.1605521Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/environment.cpp.o 2022-11-23T01:19:01.2307455Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgather.cc.o 2022-11-23T01:19:01.2807112Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/threadpool.c.o 2022-11-23T01:19:01.3094356Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_reflection.cc.o 2022-11-23T01:19:01.3473896Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/errorhandler.cpp.o 2022-11-23T01:19:01.4099609Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/timer.c.o 2022-11-23T01:19:01.4108879Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/brgemm_utils.cpp.o 2022-11-23T01:19:01.4414411Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-common.c.o 2022-11-23T01:19:01.4707343Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgatherv.cc.o 2022-11-23T01:19:01.5218768Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/formatter.cpp.o 2022-11-23T01:19:01.5585271Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/func.cpp.o 2022-11-23T01:19:01.6006741Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-data-getter-setters.c.o 2022-11-23T01:19:01.6903793Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven.cc.o 2022-11-23T01:19:01.6916032Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce.cc.o 2022-11-23T01:19:01.7391307Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/version.c.o 2022-11-23T01:19:01.7721505Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/async.c.o 2022-11-23T01:19:01.8209003Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/funcargscontext.cpp.o 2022-11-23T01:19:01.8474206Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brdgmm_kernel.cpp.o 2022-11-23T01:19:01.8958065Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brgemm_amx_uker.cpp.o 2022-11-23T01:19:01.9318495Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/core.c.o 2022-11-23T01:19:02.0002332Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce_local.cc.o 2022-11-23T01:19:02.0048481Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/gzip_stream.cc.o 2022-11-23T01:19:02.0486436Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/globals.cpp.o 2022-11-23T01:19:02.1040195Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/printer.cc.o 2022-11-23T01:19:02.1042816Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/dl.c.o 2022-11-23T01:19:02.2008651Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/inst.cpp.o 2022-11-23T01:19:02.2249248Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoall.cc.o 2022-11-23T01:19:02.2696777Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/fs.c.o 2022-11-23T01:19:02.2715469Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoallv.cc.o 2022-11-23T01:19:02.3483199Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brgemm_kernel.cpp.o 2022-11-23T01:19:02.3484264Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/tokenizer.cc.o 2022-11-23T01:19:02.3938123Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitallocator.cpp.o 2022-11-23T01:19:02.4539283Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getaddrinfo.c.o 2022-11-23T01:19:02.4540524Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getnameinfo.c.o 2022-11-23T01:19:02.5516056Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/barrier.cc.o 2022-11-23T01:19:02.5524858Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitruntime.cpp.o 2022-11-23T01:19:02.6083482Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/map_field.cc.o 2022-11-23T01:19:02.6088512Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message.cc.o 2022-11-23T01:19:02.6355573Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop-watcher.c.o 2022-11-23T01:19:02.7530369Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/logger.cpp.o 2022-11-23T01:19:02.8021476Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop.c.o 2022-11-23T01:19:02.8233957Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_barrier.cpp.o 2022-11-23T01:19:02.8242031Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/broadcast.cc.o 2022-11-23T01:19:02.9134939Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_isa_traits.cpp.o 2022-11-23T01:19:02.9204756Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/reflection_ops.cc.o 2022-11-23T01:19:02.9544895Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/pipe.c.o 2022-11-23T01:19:02.9814262Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/operand.cpp.o 2022-11-23T01:19:03.0780461Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/context.cc.o 2022-11-23T01:19:03.1213548Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/poll.c.o 2022-11-23T01:19:03.1612945Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/osutils.cpp.o 2022-11-23T01:19:03.1958233Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/process.c.o 2022-11-23T01:19:03.2349344Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/service.cc.o 2022-11-23T01:19:03.2644119Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_reducer.cpp.o 2022-11-23T01:19:03.2950059Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/ralocal.cpp.o 2022-11-23T01:19:03.3209167Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gather.cc.o 2022-11-23T01:19:03.3758086Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-devurandom.c.o 2022-11-23T01:19:03.3769683Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/signal.c.o 2022-11-23T01:19:03.4728353Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/source_context.pb.cc.o 2022-11-23T01:19:03.5424022Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rapass.cpp.o 2022-11-23T01:19:03.5433002Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rastack.cpp.o 2022-11-23T01:19:03.5444405Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gatherv.cc.o 2022-11-23T01:19:03.5781548Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/stream.c.o 2022-11-23T01:19:03.6815572Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/amx/jit_avx512_core_amx_copy_kern.cpp.o 2022-11-23T01:19:03.7363300Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tcp.c.o 2022-11-23T01:19:03.7364162Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/string.cpp.o 2022-11-23T01:19:03.7623407Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/struct.pb.cc.o 2022-11-23T01:19:03.7957069Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/reduce.cc.o 2022-11-23T01:19:03.8259309Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/scatter.cc.o 2022-11-23T01:19:03.8710219Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/thread.c.o 2022-11-23T01:19:03.9287780Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/support.cpp.o 2022-11-23T01:19:04.0177850Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tty.c.o 2022-11-23T01:19:04.0561242Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/substitute.cc.o 2022-11-23T01:19:04.0855330Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/amx/jit_avx512_core_amx_gemm_kern.cpp.o 2022-11-23T01:19:04.0891028Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/text_format.cc.o 2022-11-23T01:19:04.0927860Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/types.cc.o 2022-11-23T01:19:04.1443990Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/target.cpp.o 2022-11-23T01:19:04.1656619Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/udp.c.o 2022-11-23T01:19:04.2699322Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/proctitle.c.o 2022-11-23T01:19:04.2907969Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/logging.cc.o 2022-11-23T01:19:04.3379835Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/linux.cc.o 2022-11-23T01:19:04.3381143Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/type.cpp.o 2022-11-23T01:19:04.4039331Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-core.c.o 2022-11-23T01:19:04.4333291Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/timestamp.pb.cc.o 2022-11-23T01:19:04.4779661Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_gemm_bf16bf16f32_kern.cpp.o 2022-11-23T01:19:04.5219056Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_gemv_bf16bf16f32_kern.cpp.o 2022-11-23T01:19:04.5469452Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/virtmem.cpp.o 2022-11-23T01:19:04.5897341Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-inotify.c.o 2022-11-23T01:19:04.6348856Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/context.cc.o 2022-11-23T01:19:04.7140177Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/type.pb.cc.o 2022-11-23T01:19:04.7365833Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-syscalls.c.o 2022-11-23T01:19:04.8087269Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zone.cpp.o 2022-11-23T01:19:04.8507500Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/procfs-exepath.c.o 2022-11-23T01:19:04.8746339Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/file_store.cc.o 2022-11-23T01:19:04.9035153Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/hash_store.cc.o 2022-11-23T01:19:04.9373313Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_an_kern_autogen.cpp.o 2022-11-23T01:19:04.9834423Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-getrandom.c.o 2022-11-23T01:19:05.0002934Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonehash.cpp.o 2022-11-23T01:19:05.0776641Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/unknown_field_set.cc.o 2022-11-23T01:19:05.1181785Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-sysctl-linux.c.o 2022-11-23T01:19:05.1422139Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonelist.cpp.o 2022-11-23T01:19:05.1586890Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/prefix_store.cc.o 2022-11-23T01:19:05.2140323Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_at_kern_autogen.cpp.o 2022-11-23T01:19:05.2768586Z [ 1%] Linking C static library ../../../lib/libtensorpipe_uv.a 2022-11-23T01:19:05.3014722Z [ 1%] Built target tensorpipe_uv 2022-11-23T01:19:05.3058148Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonestack.cpp.o 2022-11-23T01:19:05.3236465Z Scanning dependencies of target dnnl_common 2022-11-23T01:19:05.3268782Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/delimited_message_util.cc.o 2022-11-23T01:19:05.3377906Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/batch_normalization.cpp.o 2022-11-23T01:19:05.3690142Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/bfloat16.cpp.o 2022-11-23T01:19:05.4319465Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/store.cc.o 2022-11-23T01:19:05.4706072Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonetree.cpp.o 2022-11-23T01:19:05.5587591Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_comparator.cc.o 2022-11-23T01:19:05.6109602Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_bt_kern_autogen.cpp.o 2022-11-23T01:19:05.6110839Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_bn_kern_autogen.cpp.o 2022-11-23T01:19:05.6773349Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/address.cc.o 2022-11-23T01:19:05.6781322Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/binary.cpp.o 2022-11-23T01:19:05.6962938Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonevector.cpp.o 2022-11-23T01:19:05.8324483Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/armformatter.cpp.o 2022-11-23T01:19:05.8580675Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/buffer.cc.o 2022-11-23T01:19:05.8983737Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_mask_util.cc.o 2022-11-23T01:19:05.9497572Z [ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/context.cc.o 2022-11-23T01:19:05.9951879Z [ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/device.cc.o 2022-11-23T01:19:05.9960152Z [ 2%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/broadcast_strategy.cpp.o 2022-11-23T01:19:06.0281878Z [ 2%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_an_kern_autogen.cpp.o 2022-11-23T01:19:06.0879985Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64assembler.cpp.o 2022-11-23T01:19:06.1690052Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64builder.cpp.o 2022-11-23T01:19:06.1984705Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/datapiece.cc.o 2022-11-23T01:19:06.2405328Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/pair.cc.o 2022-11-23T01:19:06.3046851Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/cache_blob_id.cpp.o 2022-11-23T01:19:06.3650158Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/concat.cpp.o 2022-11-23T01:19:06.4035491Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64compiler.cpp.o 2022-11-23T01:19:06.4476442Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/unbound_buffer.cc.o 2022-11-23T01:19:06.4477566Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_at_kern_autogen.cpp.o 2022-11-23T01:19:06.5183399Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/default_value_objectwriter.cc.o 2022-11-23T01:19:06.5739853Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/address.cc.o 2022-11-23T01:19:06.6171198Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/buffer.cc.o 2022-11-23T01:19:06.6835442Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/convolution.cpp.o 2022-11-23T01:19:06.6844386Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64emithelper.cpp.o 2022-11-23T01:19:06.7967818Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/convolution_pd.cpp.o 2022-11-23T01:19:06.8202557Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_bn_kern_autogen.cpp.o 2022-11-23T01:19:06.8525357Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/error_listener.cc.o 2022-11-23T01:19:06.9388746Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/device.cc.o 2022-11-23T01:19:06.9389246Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/context.cc.o 2022-11-23T01:19:06.9627336Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64formatter.cpp.o 2022-11-23T01:19:07.0590040Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/field_mask_utility.cc.o 2022-11-23T01:19:07.1015532Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/deconvolution.cpp.o 2022-11-23T01:19:07.1624409Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64func.cpp.o 2022-11-23T01:19:07.1932718Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_bt_kern_autogen.cpp.o 2022-11-23T01:19:07.2324101Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instapi.cpp.o 2022-11-23T01:19:07.2605892Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/loop.cc.o 2022-11-23T01:19:07.3821618Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_objectwriter.cc.o 2022-11-23T01:19:07.3822734Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_escaping.cc.o 2022-11-23T01:19:07.3834659Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug.cpp.o 2022-11-23T01:19:07.4614333Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instdb.cpp.o 2022-11-23T01:19:07.4865552Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/pair.cc.o 2022-11-23T01:19:07.5848479Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_an_kern_autogen.cpp.o 2022-11-23T01:19:07.5853531Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64operand.cpp.o 2022-11-23T01:19:07.6366998Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug_autogenerated.cpp.o 2022-11-23T01:19:07.6652526Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_stream_parser.cc.o 2022-11-23T01:19:07.7124082Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/object_writer.cc.o 2022-11-23T01:19:07.7387441Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/eltwise.cpp.o 2022-11-23T01:19:07.7952887Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64rapass.cpp.o 2022-11-23T01:19:07.8292734Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/unbound_buffer.cc.o 2022-11-23T01:19:07.9373589Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86assembler.cpp.o 2022-11-23T01:19:07.9383487Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/proto_writer.cc.o 2022-11-23T01:19:08.0171253Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/engine.cpp.o 2022-11-23T01:19:08.0357062Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_at_kern_autogen.cpp.o 2022-11-23T01:19:08.0422626Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_bn_kern_autogen.cpp.o 2022-11-23T01:19:08.0893448Z [ 4%] Linking CXX static library ../../../lib/libgloo.a 2022-11-23T01:19:08.1352418Z [ 4%] Built target gloo 2022-11-23T01:19:08.1608270Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/bfloat16.cpp.o 2022-11-23T01:19:08.2133593Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86builder.cpp.o 2022-11-23T01:19:08.2189580Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectsource.cc.o 2022-11-23T01:19:08.3189921Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/experimental.cpp.o 2022-11-23T01:19:08.3708582Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/fpmath_mode.cpp.o 2022-11-23T01:19:08.4072052Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_bt_kern_autogen.cpp.o 2022-11-23T01:19:08.4558284Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86compiler.cpp.o 2022-11-23T01:19:08.5320213Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectwriter.cc.o 2022-11-23T01:19:08.5345844Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/binary_injector_utils.cpp.o 2022-11-23T01:19:08.6088834Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info.cc.o 2022-11-23T01:19:08.6264010Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/gemm.cpp.o 2022-11-23T01:19:08.7304073Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86emithelper.cpp.o 2022-11-23T01:19:08.7668541Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_kernel_sgemm_kern.cpp.o 2022-11-23T01:19:08.8190445Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_common_gemm_f32.cpp.o 2022-11-23T01:19:08.8203092Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_list.cpp.o 2022-11-23T01:19:08.8699001Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info_test_helper.cc.o 2022-11-23T01:19:08.9986955Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86formatter.cpp.o 2022-11-23T01:19:09.0009158Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/inner_product.cpp.o 2022-11-23T01:19:09.1175134Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86func.cpp.o 2022-11-23T01:19:09.1992646Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/utility.cc.o 2022-11-23T01:19:09.2078095Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_utils.cpp.o 2022-11-23T01:19:09.2428186Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_an_kern_autogen.cpp.o 2022-11-23T01:19:09.2707185Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify.cpp.o 2022-11-23T01:19:09.2990313Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/layer_normalization.cpp.o 2022-11-23T01:19:09.3787220Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instdb.cpp.o 2022-11-23T01:19:09.5160037Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_binary_list.cpp.o 2022-11-23T01:19:09.5583838Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_at_kern_part1_autogen.cpp.o 2022-11-23T01:19:09.5625478Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/json_util.cc.o 2022-11-23T01:19:09.6146811Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/lrn.cpp.o 2022-11-23T01:19:09.6943383Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/matmul.cpp.o 2022-11-23T01:19:09.6960713Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instapi.cpp.o 2022-11-23T01:19:09.8095260Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/message_differencer.cc.o 2022-11-23T01:19:09.8818538Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_at_kern_part2_autogen.cpp.o 2022-11-23T01:19:09.9025326Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86operand.cpp.o 2022-11-23T01:19:09.9650811Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86rapass.cpp.o 2022-11-23T01:19:09.9827895Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_concat.cpp.o 2022-11-23T01:19:09.9902188Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory.cpp.o 2022-11-23T01:19:10.1011383Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_debug.cpp.o 2022-11-23T01:19:10.1277176Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/time_util.cc.o 2022-11-23T01:19:10.2306976Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_bn_kern_autogen.cpp.o 2022-11-23T01:19:10.2862155Z [ 4%] Linking CXX static library ../../../lib/libasmjit.a 2022-11-23T01:19:10.2973874Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_convolution_list.cpp.o 2022-11-23T01:19:10.3252775Z [ 4%] Built target asmjit 2022-11-23T01:19:10.3298079Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_deconvolution_list.cpp.o 2022-11-23T01:19:10.3378945Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_eltwise_list.cpp.o 2022-11-23T01:19:10.4025582Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_desc_wrapper.cpp.o 2022-11-23T01:19:10.4282183Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/type_resolver_util.cc.o 2022-11-23T01:19:10.5887926Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_bt_kern_autogen.cpp.o 2022-11-23T01:19:10.6858888Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_storage.cpp.o 2022-11-23T01:19:10.7123026Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_tracking.cpp.o 2022-11-23T01:19:10.7356722Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format.cc.o 2022-11-23T01:19:10.7764548Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wrappers.pb.cc.o 2022-11-23T01:19:10.8736046Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_engine.cpp.o 2022-11-23T01:19:10.9496961Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_gemm_smalln_tn_f32_kern.cpp.o 2022-11-23T01:19:10.9847535Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_an_kern_autogen.cpp.o 2022-11-23T01:19:11.0155862Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_zero_pad.cpp.o 2022-11-23T01:19:11.0817224Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_at_kern_autogen.cpp.o 2022-11-23T01:19:11.0858247Z [ 4%] Linking CXX static library ../../../lib/libprotobuf.a 2022-11-23T01:19:11.1690352Z [ 4%] Built target libprotobuf 2022-11-23T01:19:11.1738385Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_bn_kern_autogen.cpp.o 2022-11-23T01:19:11.2213496Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_inner_product_list.cpp.o 2022-11-23T01:19:11.3111991Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_layer_normalization_list.cpp.o 2022-11-23T01:19:11.3393248Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_lrn_list.cpp.o 2022-11-23T01:19:11.4063165Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/pooling.cpp.o 2022-11-23T01:19:11.4612948Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/prelu.cpp.o 2022-11-23T01:19:11.5219949Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_bt_kern_autogen.cpp.o 2022-11-23T01:19:11.6635138Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_gemm_f32.cpp.o 2022-11-23T01:19:11.6637758Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive.cpp.o 2022-11-23T01:19:11.6905616Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_pooling_list.cpp.o 2022-11-23T01:19:11.7136214Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_prelu_list.cpp.o 2022-11-23T01:19:11.7545472Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_reduction_list.cpp.o 2022-11-23T01:19:11.9034460Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_resampling_list.cpp.o 2022-11-23T01:19:11.9471391Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_attr.cpp.o 2022-11-23T01:19:12.0302347Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_gemv_t_f32_kern.cpp.o 2022-11-23T01:19:12.0827257Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_b0_sgemm_kern_part1_autogen.cpp.o 2022-11-23T01:19:12.1392471Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_rnn_list.cpp.o 2022-11-23T01:19:12.1475821Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_b0_sgemm_kern_part2_autogen.cpp.o 2022-11-23T01:19:12.2572222Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_sgemm_kern_part1_autogen.cpp.o 2022-11-23T01:19:12.2615037Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_cache.cpp.o 2022-11-23T01:19:12.4066369Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_desc.cpp.o 2022-11-23T01:19:12.4276766Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_desc_iface.cpp.o 2022-11-23T01:19:12.4815970Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_desc_iterator.cpp.o 2022-11-23T01:19:12.5966019Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_sgemm_kern_part2_autogen.cpp.o 2022-11-23T01:19:12.6633925Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_exec_types.cpp.o 2022-11-23T01:19:12.7033521Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_an_kern_autogen.cpp.o 2022-11-23T01:19:12.7044716Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_shuffle_list.cpp.o 2022-11-23T01:19:12.7381638Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_softmax_list.cpp.o 2022-11-23T01:19:12.7839498Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_sum.cpp.o 2022-11-23T01:19:12.9553121Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_hashing.cpp.o 2022-11-23T01:19:12.9888455Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_iface.cpp.o 2022-11-23T01:19:13.0507748Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/query.cpp.o 2022-11-23T01:19:13.0803418Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_at_kern_autogen.cpp.o 2022-11-23T01:19:13.1137810Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_bn_kern_autogen.cpp.o 2022-11-23T01:19:13.2000465Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/float16.cpp.o 2022-11-23T01:19:13.3031734Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/reduction.cpp.o 2022-11-23T01:19:13.3078582Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution.cpp.o 2022-11-23T01:19:13.3859265Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution_utils.cpp.o 2022-11-23T01:19:13.3871164Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_inner_product.cpp.o 2022-11-23T01:19:13.5006143Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_bt_kern_autogen.cpp.o 2022-11-23T01:19:13.5573842Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_gemv_n_f32_kern.cpp.o 2022-11-23T01:19:13.5574900Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/reorder.cpp.o 2022-11-23T01:19:13.6811811Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_gemv_t_f32_kern.cpp.o 2022-11-23T01:19:13.7498112Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_kernel_b0_sgemm_kern_autogen.cpp.o 2022-11-23T01:19:13.7738456Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_inner_product_utils.cpp.o 2022-11-23T01:19:13.8475170Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.o 2022-11-23T01:19:13.8491660Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/resampling.cpp.o 2022-11-23T01:19:13.9445957Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/rnn.cpp.o 2022-11-23T01:19:14.0406540Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/rw_mutex.cpp.o 2022-11-23T01:19:14.1170739Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/scratchpad.cpp.o 2022-11-23T01:19:14.1503838Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_kernel_sgemm_kern_autogen.cpp.o 2022-11-23T01:19:14.1990277Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_driver.cpp.o 2022-11-23T01:19:14.2266234Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_info.cpp.o 2022-11-23T01:19:14.2541596Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_convolution.cpp.o 2022-11-23T01:19:14.2909982Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_convolution_utils.cpp.o 2022-11-23T01:19:14.4065680Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/scratchpad_debug.cpp.o 2022-11-23T01:19:14.5647914Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/serialization.cpp.o 2022-11-23T01:19:14.5941082Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/shuffle.cpp.o 2022-11-23T01:19:14.5981849Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/softmax.cpp.o 2022-11-23T01:19:14.6651077Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_inner_product.cpp.o 2022-11-23T01:19:14.6754851Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_pack.cpp.o 2022-11-23T01:19:14.7252591Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemv_driver.cpp.o 2022-11-23T01:19:14.8434849Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_gemm_s8u8s32_kern.cpp.o 2022-11-23T01:19:14.8853121Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_an_kern_autogen.cpp.o 2022-11-23T01:19:14.9115296Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/stream.cpp.o 2022-11-23T01:19:15.0452547Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/allocator.cpp.o 2022-11-23T01:19:15.0847741Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/common.cpp.o 2022-11-23T01:19:15.0954597Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nchw_pooling.cpp.o 2022-11-23T01:19:15.1767215Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/constant_cache.cpp.o 2022-11-23T01:19:15.2149354Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/sum.cpp.o 2022-11-23T01:19:15.2483337Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_at_kern_autogen.cpp.o 2022-11-23T01:19:15.3522542Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/backend.cpp.o 2022-11-23T01:19:15.4428624Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ncsp_batch_normalization.cpp.o 2022-11-23T01:19:15.4449913Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nhwc_pooling.cpp.o 2022-11-23T01:19:15.5086049Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/dnnl_backend.cpp.o 2022-11-23T01:19:15.5507515Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/utils.cpp.o 2022-11-23T01:19:15.6412056Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T01:19:15.6740862Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/engine.cpp.o 2022-11-23T01:19:15.8204315Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/graph.cpp.o 2022-11-23T01:19:15.8286022Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nspc_batch_normalization.cpp.o 2022-11-23T01:19:15.8684876Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/verbose.cpp.o 2022-11-23T01:19:15.9473016Z [ 5%] Building C object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittnotify_static.c.o 2022-11-23T01:19:15.9624540Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/dnnl_shape_infer.cpp.o 2022-11-23T01:19:15.9720862Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T01:19:16.1413976Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/platform.cpp.o 2022-11-23T01:19:16.1590891Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T01:19:16.1709271Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/logical_tensor.cpp.o 2022-11-23T01:19:16.2119846Z [ 5%] Building C object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/jitprofiling.c.o 2022-11-23T01:19:16.3046971Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/compile_ops.cpp.o 2022-11-23T01:19:16.3441267Z [ 5%] Building ASM object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittptmark64.S.o 2022-11-23T01:19:16.3769373Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/fusion_info.cpp.o 2022-11-23T01:19:16.3892277Z [ 5%] Built target dnnl_common 2022-11-23T01:19:16.3956131Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/insert_ops.cpp.o 2022-11-23T01:19:16.4951209Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/primitive_attr_postops.cpp.o 2022-11-23T01:19:16.5167487Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T01:19:16.5474520Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/op.cpp.o 2022-11-23T01:19:16.6764121Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/layout_propagation.cpp.o 2022-11-23T01:19:16.7419860Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_batch_normalization.cpp.o 2022-11-23T01:19:16.7421341Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/op_schema.cpp.o 2022-11-23T01:19:16.7759514Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition.cpp.o 2022-11-23T01:19:16.8819373Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/lower_down.cpp.o 2022-11-23T01:19:16.9073182Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T01:19:17.0490488Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T01:19:17.0756625Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_an_kern_autogen.cpp.o 2022-11-23T01:19:17.0797864Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_binary.cpp.o 2022-11-23T01:19:17.1350799Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_cache.cpp.o 2022-11-23T01:19:17.2569271Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/memory_planning.cpp.o 2022-11-23T01:19:17.2949949Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution.cpp.o 2022-11-23T01:19:17.3630170Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_at_kern_autogen.cpp.o 2022-11-23T01:19:17.4338561Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/fake/CMakeFiles/dnnl_graph_backend_fake.dir/fake_backend.cpp.o 2022-11-23T01:19:17.4514636Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/debug.cpp.o 2022-11-23T01:19:17.4857622Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_hashing.cpp.o 2022-11-23T01:19:17.6411189Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/utils.cpp.o 2022-11-23T01:19:17.6412258Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution_int8.cpp.o 2022-11-23T01:19:17.6413215Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/id.cpp.o 2022-11-23T01:19:17.7548093Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/nested_matcher.cpp.o 2022-11-23T01:19:17.7558290Z [ 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-23T01:19:17.7952043Z [ 7%] Built target dnnl_graph_backend_fake 2022-11-23T01:19:17.8021280Z [ 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-23T01:19:17.8574378Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_impl.cpp.o 2022-11-23T01:19:17.9855784Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_deconvolution.cpp.o 2022-11-23T01:19:17.9969706Z [ 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-23T01:19:18.0865687Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pass_manager.cpp.o 2022-11-23T01:19:18.1333226Z [ 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-23T01:19:18.1862380Z [ 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-23T01:19:18.1866949Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/shape_infer.cpp.o 2022-11-23T01:19:18.3153754Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_eltwise.cpp.o 2022-11-23T01:19:18.3891538Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pbuilder.cpp.o 2022-11-23T01:19:18.3991752Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/rw_mutex.cpp.o 2022-11-23T01:19:18.5246537Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/stream.cpp.o 2022-11-23T01:19:18.5347818Z [ 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-23T01:19:18.6111237Z [ 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-23T01:19:18.6111974Z [ 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-23T01:19:18.6789337Z [ 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-23T01:19:18.7323481Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/utils.cpp.o 2022-11-23T01:19:18.8370632Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/tensor.cpp.o 2022-11-23T01:19:18.8964435Z [ 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-23T01:19:18.9703092Z [ 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-23T01:19:18.9861309Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/verbose.cpp.o 2022-11-23T01:19:18.9970884Z [ 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-23T01:19:19.0455109Z [ 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-23T01:19:19.1321214Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/type_constraint.cpp.o 2022-11-23T01:19:19.3096332Z [ 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-23T01:19:19.3097893Z [ 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-23T01:19:19.3098848Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/value.cpp.o 2022-11-23T01:19:19.3659986Z [ 7%] Built target dnnl_graph_utils 2022-11-23T01:19:19.3719505Z [ 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-23T01:19:19.4018840Z [ 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-23T01:19:19.4534074Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_gemv_s8x8s32.cpp.o 2022-11-23T01:19:19.6072503Z [ 7%] Built target dnnl_graph_common 2022-11-23T01:19:19.6116565Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_kernel_gemv_s8x8s32_kern.cpp.o 2022-11-23T01:19:19.6334312Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_lrn.cpp.o 2022-11-23T01:19:19.7200895Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_pooling.cpp.o 2022-11-23T01:19:19.7859550Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_prelu.cpp.o 2022-11-23T01:19:19.8165612Z [ 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-23T01:19:19.8609963Z [ 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-23T01:19:19.9613168Z [ 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-23T01:19:19.9779585Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_an_kern_autogen.cpp.o 2022-11-23T01:19:20.0755360Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_at_kern_autogen.cpp.o 2022-11-23T01:19:20.1122322Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_reduction.cpp.o 2022-11-23T01:19:20.1909759Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_resampling.cpp.o 2022-11-23T01:19:20.2828651Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_shuffle.cpp.o 2022-11-23T01:19:20.3536845Z [ 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-23T01:19:20.3617410Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T01:19:20.4821120Z [ 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-23T01:19:20.4870209Z [ 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-23T01:19:20.5219067Z [ 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-23T01:19:20.5912595Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_softmax.cpp.o 2022-11-23T01:19:20.7092415Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T01:19:20.7305245Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T01:19:20.8484006Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T01:19:20.8697987Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T01:19:20.9001416Z [ 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-23T01:19:20.9336561Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_concat.cpp.o 2022-11-23T01:19:21.1051850Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_layer_normalization.cpp.o 2022-11-23T01:19:21.1274965Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_resampling.cpp.o 2022-11-23T01:19:21.1787803Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_sum.cpp.o 2022-11-23T01:19:21.2226410Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T01:19:21.3015191Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:19:21.3615638Z [ 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-23T01:19:21.4155953Z [ 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-23T01:19:21.5094284Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:19:21.5207603Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/zero_point_utils.cpp.o 2022-11-23T01:19:21.6049172Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/f32/gemm_utils_f32.cpp.o 2022-11-23T01:19:21.7027788Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/f32/ref_gemm_f32.cpp.o 2022-11-23T01:19:21.7543177Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm.cpp.o 2022-11-23T01:19:21.7654441Z [ 7%] Built target dnnl_graph_backend_dnnl 2022-11-23T01:19:21.7705260Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm_pack.cpp.o 2022-11-23T01:19:21.8189447Z [ 7%] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/format.cc.o 2022-11-23T01:19:21.8828265Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:19:21.9144051Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:19:21.9586112Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:19:21.9931723Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:19:22.0945628Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/s8x8s32/ref_gemm_s8x8s32.cpp.o 2022-11-23T01:19:22.1773023Z [ 7%] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/os.cc.o 2022-11-23T01:19:22.2494670Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/s8x8s32/simple_gemm_s8s8s32.cpp.o 2022-11-23T01:19:22.2714332Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/cpu_matmul_list.cpp.o 2022-11-23T01:19:22.3443695Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_bf16_matmul.cpp.o 2022-11-23T01:19:22.4069865Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:19:22.4336385Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_f32_matmul.cpp.o 2022-11-23T01:19:22.4773455Z [ 7%] Linking CXX static library ../../lib/libfmt.a 2022-11-23T01:19:22.5098745Z [ 7%] Built target fmt 2022-11-23T01:19:22.5161060Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_x8s8s32x_matmul.cpp.o 2022-11-23T01:19:22.6341807Z [ 7%] Built target libkineto_defs.bzl 2022-11-23T01:19:22.6454633Z [ 7%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/ThreadUtil.cpp.o 2022-11-23T01:19:22.6529529Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/Allocator.cpp.o 2022-11-23T01:19:22.7395497Z [ 7%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/libkineto_api.cpp.o 2022-11-23T01:19:22.7621520Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:19:22.8022407Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_an_kern_autogen.cpp.o 2022-11-23T01:19:22.8754456Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_matmul.cpp.o 2022-11-23T01:19:22.9580274Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_matmul_int8.cpp.o 2022-11-23T01:19:22.9602713Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/AutogradState.cpp.o 2022-11-23T01:19:23.0488219Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/CPUAllocator.cpp.o 2022-11-23T01:19:23.0943629Z [ 7%] Built target kineto_api 2022-11-23T01:19:23.0994611Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/CopyBytes.cpp.o 2022-11-23T01:19:23.1378596Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/DefaultDtype.cpp.o 2022-11-23T01:19:23.1855425Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_at_kern_autogen.cpp.o 2022-11-23T01:19:23.1890485Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T01:19:23.2934174Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder.cpp.o 2022-11-23T01:19:23.3839563Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_bf16_s8.cpp.o 2022-11-23T01:19:23.4229446Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_f32_s8.cpp.o 2022-11-23T01:19:23.4654486Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/Device.cpp.o 2022-11-23T01:19:23.5643791Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/DeviceType.cpp.o 2022-11-23T01:19:23.6177387Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T01:19:23.6210203Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T01:19:23.7655790Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_s8_s8.cpp.o 2022-11-23T01:19:23.7706830Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKey.cpp.o 2022-11-23T01:19:23.7868396Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKeySet.cpp.o 2022-11-23T01:19:23.8873597Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_bf16.cpp.o 2022-11-23T01:19:23.9675613Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f16.cpp.o 2022-11-23T01:19:23.9920159Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T01:19:24.0949276Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T01:19:24.1131521Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/GeneratorImpl.cpp.o 2022-11-23T01:19:24.1364390Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/GradMode.cpp.o 2022-11-23T01:19:24.2228112Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_bf16.cpp.o 2022-11-23T01:19:24.3190627Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T01:19:24.3260125Z [ 7%] Building CXX object caffe2/CMakeFiles/caffe2_nvrtc.dir/__/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp.o 2022-11-23T01:19:24.3648515Z [ 7%] Building C object third_party/foxi/CMakeFiles/foxi_loader.dir/foxi/onnxifi_loader.c.o 2022-11-23T01:19:24.4670935Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:19:24.4671817Z [ 7%] Linking C static library ../../lib/libfoxi_loader.a 2022-11-23T01:19:24.4904357Z [ 7%] Built target foxi_loader 2022-11-23T01:19:24.4964841Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:19:24.5790024Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/InferenceMode.cpp.o 2022-11-23T01:19:24.6459464Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:2: 2022-11-23T01:19:24.6461453Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:19:24.6523738Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:19:24.6524250Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:19:24.6525077Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:19:24.6525850Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:19:24.6526426Z | ^~~~ 2022-11-23T01:19:24.6527234Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:120:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:19:24.6527936Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:19:24.6528367Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:19:24.6528920Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T01:19:24.6529823Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/ATenHIPGeneral.h:4, 2022-11-23T01:19:24.6621843Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:4, 2022-11-23T01:19:24.6622600Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:2: 2022-11-23T01:19:24.6623320Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:19:24.6623915Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:19:24.6624360Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:19:24.6624986Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:2: 2022-11-23T01:19:24.6626935Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:19:24.6628291Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:19:24.6628752Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:19:24.6629533Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:19:24.6630270Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:19:24.6645055Z | ^~~~ 2022-11-23T01:19:24.6645896Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:120:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:19:24.6646669Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:19:24.6647135Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:19:24.6647726Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T01:19:24.6648471Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/ATenHIPGeneral.h:4, 2022-11-23T01:19:24.6649251Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:4, 2022-11-23T01:19:24.6650010Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:2: 2022-11-23T01:19:24.6650757Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:19:24.6651421Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:19:24.6651904Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:19:24.6652864Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp: In function ‘at::cuda::NVRTC* at::cuda::load_nvrtc()’: 2022-11-23T01:19:24.6657830Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:19:24.6659222Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:19:24.6659808Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:19:24.6660774Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:9:42: note: in definition of macro ‘CREATE_ASSIGN’ 2022-11-23T01:19:24.6661888Z 9 | #define CREATE_ASSIGN(name) self->name = name; 2022-11-23T01:19:24.6662519Z | ^~~~ 2022-11-23T01:19:24.6663498Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:10:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:19:24.6664335Z 10 | AT_FORALL_NVRTC(CREATE_ASSIGN) 2022-11-23T01:19:24.6664863Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:19:24.6665530Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T01:19:24.6666218Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/ATenHIPGeneral.h:4, 2022-11-23T01:19:24.6667111Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:4, 2022-11-23T01:19:24.6668003Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:2: 2022-11-23T01:19:24.6668863Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:19:24.6669536Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:19:24.6670061Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:19:24.6671824Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:19:24.6673360Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:19:24.6673966Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:19:24.6675010Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:9:42: note: in definition of macro ‘CREATE_ASSIGN’ 2022-11-23T01:19:24.6675589Z 9 | #define CREATE_ASSIGN(name) self->name = name; 2022-11-23T01:19:24.6675898Z | ^~~~ 2022-11-23T01:19:24.6676346Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:10:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:19:24.6676770Z 10 | AT_FORALL_NVRTC(CREATE_ASSIGN) 2022-11-23T01:19:24.6677088Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:19:24.6677410Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T01:19:24.6677807Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/ATenHIPGeneral.h:4, 2022-11-23T01:19:24.6678211Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:4, 2022-11-23T01:19:24.6678633Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:2: 2022-11-23T01:19:24.6679053Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:19:24.6679413Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:19:24.6679688Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:19:24.6680135Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_f16.cpp.o 2022-11-23T01:19:24.6680560Z [ 7%] Linking CXX shared library ../lib/libcaffe2_nvrtc.so 2022-11-23T01:19:24.7354887Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:19:24.7524581Z [ 7%] Built target caffe2_nvrtc 2022-11-23T01:19:24.7597714Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:19:24.9000041Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/SafePyObject.cpp.o 2022-11-23T01:19:24.9068074Z [ 7%] Building C object sleef/src/common/CMakeFiles/common.dir/common.c.o 2022-11-23T01:19:25.0121763Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_f32.cpp.o 2022-11-23T01:19:25.0528511Z [ 7%] Built target common 2022-11-23T01:19:25.0589327Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_s32.cpp.o 2022-11-23T01:19:25.1345782Z [ 7%] Building C object sleef/src/libm/CMakeFiles/mkrename.dir/mkrename.c.o 2022-11-23T01:19:25.1444492Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:19:25.2507100Z [ 7%] Linking C executable ../../bin/mkrename 2022-11-23T01:19:25.2823590Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/Scalar.cpp.o 2022-11-23T01:19:25.3040727Z [ 7%] Generating ATen headers 2022-11-23T01:19:25.3066181Z [ 7%] Built target mkrename 2022-11-23T01:19:25.3112588Z [ 7%] Generating ATen sources 2022-11-23T01:19:25.3871149Z [ 7%] Generating ATen declarations_yaml 2022-11-23T01:19:25.3941538Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_s8.cpp.o 2022-11-23T01:19:25.5314438Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:19:25.5688499Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/Storage.cpp.o 2022-11-23T01:19:25.7005324Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_u8.cpp.o 2022-11-23T01:19:25.8582203Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/StorageImpl.cpp.o 2022-11-23T01:19:25.8622513Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:19:25.9550651Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_s32.cpp.o 2022-11-23T01:19:26.1042361Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/Stream.cpp.o 2022-11-23T01:19:26.2317862Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_s8.cpp.o 2022-11-23T01:19:26.2549860Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:19:26.3571803Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/SymFloat.cpp.o 2022-11-23T01:19:26.5479953Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_u8.cpp.o 2022-11-23T01:19:26.5744369Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_an_kern_autogen.cpp.o 2022-11-23T01:19:26.6543607Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/SymInt.cpp.o 2022-11-23T01:19:26.8128783Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/brgemm_cell_common.cpp.o 2022-11-23T01:19:26.9545099Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/SymIntArrayRef.cpp.o 2022-11-23T01:19:26.9791874Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_at_kern_autogen.cpp.o 2022-11-23T01:19:27.1429058Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_common.cpp.o 2022-11-23T01:19:27.2282908Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/SymNodeImpl.cpp.o 2022-11-23T01:19:27.3238145Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T01:19:27.4876420Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/TensorImpl.cpp.o 2022-11-23T01:19:27.5289591Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_gru.cpp.o 2022-11-23T01:19:27.6563787Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T01:19:27.8843305Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/TensorOptions.cpp.o 2022-11-23T01:19:27.8930225Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_gru_lbr.cpp.o 2022-11-23T01:19:28.0085747Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T01:19:28.1525627Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/UndefinedTensorImpl.cpp.o 2022-11-23T01:19:28.2955600Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_gru.cpp.o 2022-11-23T01:19:28.3709674Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T01:19:28.5213781Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/WrapDimMinimal.cpp.o 2022-11-23T01:19:28.6066538Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_gru_lbr.cpp.o 2022-11-23T01:19:28.7516462Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T01:19:28.7549496Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/DeviceGuardImplInterface.cpp.o 2022-11-23T01:19:28.9677753Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_lstm.cpp.o 2022-11-23T01:19:29.0381003Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/GPUTrace.cpp.o 2022-11-23T01:19:29.0953056Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T01:19:29.3133632Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_lstm_projection.cpp.o 2022-11-23T01:19:29.3695818Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/HermeticPyObjectTLS.cpp.o 2022-11-23T01:19:29.4246150Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm_bf16_convolution.cpp.o 2022-11-23T01:19:29.5075805Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/LocalDispatchKeySet.cpp.o 2022-11-23T01:19:29.6709011Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_rnn.cpp.o 2022-11-23T01:19:29.7576344Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm_bf16_inner_product.cpp.o 2022-11-23T01:19:29.8182906Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PyInterpreter.cpp.o 2022-11-23T01:19:30.0341788Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/injector_utils.cpp.o 2022-11-23T01:19:30.0360596Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_rnn.cpp.o 2022-11-23T01:19:30.2196009Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PythonDispatcherTLS.cpp.o 2022-11-23T01:19:30.3761301Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_binary_injector.cpp.o 2022-11-23T01:19:30.5528397Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/SizesAndStrides.cpp.o 2022-11-23T01:19:30.6357413Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/rnn_utils.cpp.o 2022-11-23T01:19:30.6932967Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/jit_utils/jit_utils.cpp.o 2022-11-23T01:19:30.7568690Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_eltwise_injector.cpp.o 2022-11-23T01:19:30.8101501Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/TorchDispatchModeTLS.cpp.o 2022-11-23T01:19:30.9426023Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_postops_injector.cpp.o 2022-11-23T01:19:31.0152224Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/jit_utils/linux_perf/linux_perf.cpp.o 2022-11-23T01:19:31.1122783Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/alloc_cpu.cpp.o 2022-11-23T01:19:31.2203841Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/thread_pool.cpp.o 2022-11-23T01:19:31.2717854Z [ 9%] Built target dnnl_cpu 2022-11-23T01:19:31.2784069Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUCachingAllocator.cpp.o 2022-11-23T01:19:31.3349692Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/ip_convolution.cpp.o 2022-11-23T01:19:31.4014630Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_1x1_conv_kernel_f32.cpp.o 2022-11-23T01:19:31.5261146Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_1x1_convolution.cpp.o 2022-11-23T01:19:31.6072620Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUProfilingAllocator.cpp.o 2022-11-23T01:19:31.6517085Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Array.cpp.o 2022-11-23T01:19:31.8003638Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Backtrace.cpp.o 2022-11-23T01:19:31.9050862Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_conv_kernel_f32.cpp.o 2022-11-23T01:19:31.9135671Z [ 9%] Building C object sleef/src/libm/CMakeFiles/mkalias.dir/mkalias.c.o 2022-11-23T01:19:31.9725131Z [ 9%] Generating include/renameavx512f.h 2022-11-23T01:19:31.9731733Z Generating renameavx512f.h: mkrename finz_ 8 16 avx512f 2022-11-23T01:19:31.9797839Z [ 9%] Built target renameAVX512F.h_generated 2022-11-23T01:19:31.9857732Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/C++17.cpp.o 2022-11-23T01:19:32.0350852Z [ 10%] Linking C executable ../../bin/mkalias 2022-11-23T01:19:32.0825467Z [ 10%] Built target mkalias 2022-11-23T01:19:32.0884757Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/DeadlockDetection.cpp.o 2022-11-23T01:19:32.0997060Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/Exception.cpp.o 2022-11-23T01:19:32.2072336Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_convolution.cpp.o 2022-11-23T01:19:32.2498503Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/Half.cpp.o 2022-11-23T01:19:32.3351795Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_1x1_conv_kernel.cpp.o 2022-11-23T01:19:32.4054051Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_1x1_convolution.cpp.o 2022-11-23T01:19:32.5496685Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/LeftRight.cpp.o 2022-11-23T01:19:32.5825804Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/Logging.cpp.o 2022-11-23T01:19:32.6899884Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/MathConstants.cpp.o 2022-11-23T01:19:32.7881257Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_conv_kernel.cpp.o 2022-11-23T01:19:32.8282478Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/Metaprogramming.cpp.o 2022-11-23T01:19:32.8299372Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_convolution.cpp.o 2022-11-23T01:19:32.9757113Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_resampling.cpp.o 2022-11-23T01:19:33.0675213Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/Optional.cpp.o 2022-11-23T01:19:33.2187222Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/SmallVector.cpp.o 2022-11-23T01:19:33.2937075Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/StringUtil.cpp.o 2022-11-23T01:19:33.3149422Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_1x1_conv_kernel.cpp.o 2022-11-23T01:19:33.3842973Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_1x1_convolution.cpp.o 2022-11-23T01:19:33.4598208Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_conv_kernel.cpp.o 2022-11-23T01:19:33.5483669Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/ThreadLocalDebugInfo.cpp.o 2022-11-23T01:19:33.6956340Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeCast.cpp.o 2022-11-23T01:19:33.7931668Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_convolution.cpp.o 2022-11-23T01:19:33.7945873Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeList.cpp.o 2022-11-23T01:19:33.7964893Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeTraits.cpp.o 2022-11-23T01:19:33.9718185Z [ 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-23T01:19:34.0330173Z [ 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-23T01:19:34.0560795Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/Type_demangle.cpp.o 2022-11-23T01:19:34.1702679Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/Type_no_demangle.cpp.o 2022-11-23T01:19:34.2918183Z [ 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-23T01:19:34.3406985Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/Unicode.cpp.o 2022-11-23T01:19:34.3596171Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/UniqueVoidPtr.cpp.o 2022-11-23T01:19:34.3686523Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/complex_math.cpp.o 2022-11-23T01:19:34.4288897Z [ 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-23T01:19:34.4725541Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_gflags.cpp.o 2022-11-23T01:19:34.5670997Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_no_gflags.cpp.o 2022-11-23T01:19:34.5823739Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/int128.cpp.o 2022-11-23T01:19:34.6899104Z [ 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-23T01:19:34.7486101Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/intrusive_ptr.cpp.o 2022-11-23T01:19:34.8369654Z [ 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-23T01:19:34.8763087Z [ 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-23T01:19:34.9398381Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/numa.cpp.o 2022-11-23T01:19:35.0345597Z [ 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-23T01:19:35.0978927Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/signal_handler.cpp.o 2022-11-23T01:19:35.2142050Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/thread_name.cpp.o 2022-11-23T01:19:35.2394500Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/typeid.cpp.o 2022-11-23T01:19:35.2818252Z [ 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-23T01:19:35.3707760Z [ 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-23T01:19:35.4137107Z [ 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-23T01:19:35.4952722Z [ 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-23T01:19:35.6050478Z [ 11%] Linking CXX shared library ../lib/libc10.so 2022-11-23T01:19:35.6267801Z [ 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-23T01:19:35.7238963Z [ 11%] Built target c10 2022-11-23T01:19:35.7276599Z [ 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-23T01:19:35.7287388Z [ 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-23T01:19:35.7913574Z [ 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-23T01:19:35.8324380Z [ 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-23T01:19:35.9687179Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_deconvolution.cpp.o 2022-11-23T01:19:36.0940156Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brdgmm_dw_conv.cpp.o 2022-11-23T01:19:36.1010209Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_1x1_conv.cpp.o 2022-11-23T01:19:36.2038239Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv.cpp.o 2022-11-23T01:19:36.2506537Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd.cpp.o 2022-11-23T01:19:36.3646495Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd_w.cpp.o 2022-11-23T01:19:36.4776056Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_comp_pad_kernel.cpp.o 2022-11-23T01:19:36.5029469Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_trans_kernel.cpp.o 2022-11-23T01:19:36.6438482Z [ 11%] Generating include/renameavx2.h 2022-11-23T01:19:36.6448709Z Generating renameavx2.h: mkrename finz_ 4 8 avx2 2022-11-23T01:19:36.6536824Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_utils.cpp.o 2022-11-23T01:19:36.6602742Z [ 11%] Built target renameAVX2.h_generated 2022-11-23T01:19:36.6782132Z [ 11%] Generating include/renameavx2128.h 2022-11-23T01:19:36.6791065Z Generating renameavx2128.h: mkrename finz_ 2 4 avx2128 2022-11-23T01:19:36.6861613Z [ 11%] Built target renameAVX2128.h_generated 2022-11-23T01:19:36.7013061Z [ 11%] Generating include/renamefma4.h 2022-11-23T01:19:36.7020501Z Generating renamefma4.h: mkrename finz_ 4 8 fma4 2022-11-23T01:19:36.7091141Z [ 11%] Built target renameFMA4.h_generated 2022-11-23T01:19:36.7267227Z [ 11%] Generating include/renameavx.h 2022-11-23T01:19:36.7276534Z Generating renameavx.h: mkrename cinz_ 4 8 avx 2022-11-23T01:19:36.7370805Z [ 11%] Built target renameAVX.h_generated 2022-11-23T01:19:36.7509143Z [ 11%] Generating include/renamesse4.h 2022-11-23T01:19:36.7520310Z Generating renamesse4.h: mkrename cinz_ 2 4 sse4 2022-11-23T01:19:36.7642897Z [ 11%] Built target renameSSE4.h_generated 2022-11-23T01:19:36.7795075Z [ 11%] Generating include/renamesse2.h 2022-11-23T01:19:36.7803650Z Generating renamesse2.h: mkrename cinz_ 2 4 sse2 2022-11-23T01:19:36.7823173Z [ 11%] Generating include/renamepurec_scalar.h 2022-11-23T01:19:36.7833479Z Generating renamepurec_scalar.h: mkrename cinz_ 1 1 purec 2022-11-23T01:19:36.7862073Z [ 11%] Built target renameSSE2.h_generated 2022-11-23T01:19:36.7898638Z [ 11%] Built target renamePUREC_SCALAR.h_generated 2022-11-23T01:19:36.7920554Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_inner_product.cpp.o 2022-11-23T01:19:36.7943572Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_inner_product_utils.cpp.o 2022-11-23T01:19:36.8344957Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_transpose_utils.cpp.o 2022-11-23T01:19:36.8790226Z [ 11%] Generating include/renamepurecfma_scalar.h 2022-11-23T01:19:36.8798254Z Generating renamepurecfma_scalar.h: mkrename finz_ 1 1 purecfma 2022-11-23T01:19:36.8885850Z [ 11%] Built target renamePURECFMA_SCALAR.h_generated 2022-11-23T01:19:36.9078005Z [ 11%] Generating renamedsp128.h 2022-11-23T01:19:36.9164879Z [ 11%] Built target renamedsp128.h_generated 2022-11-23T01:19:36.9364121Z [ 11%] Building C object sleef/src/libm/CMakeFiles/mkdisp.dir/mkdisp.c.o 2022-11-23T01:19:36.9969604Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_inner_product_utils.cpp.o 2022-11-23T01:19:37.0347103Z [ 11%] Linking C executable ../../bin/mkdisp 2022-11-23T01:19:37.0792143Z [ 11%] Built target mkdisp 2022-11-23T01:19:37.0972545Z [ 11%] Generating renamedsp256.h 2022-11-23T01:19:37.1056590Z [ 11%] Built target renamedsp256.h_generated 2022-11-23T01:19:37.1181942Z [ 11%] Generating dispavx.c 2022-11-23T01:19:37.1300248Z [ 11%] Built target dispavx.c_generated 2022-11-23T01:19:37.1385367Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.o 2022-11-23T01:19:37.1841664Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_x8s8s32x_convolution_utils.cpp.o 2022-11-23T01:19:37.2224151Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_1x1_conv_kernel_f32.cpp.o 2022-11-23T01:19:37.2245980Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_1x1_convolution.cpp.o 2022-11-23T01:19:37.3850744Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_conv_kernel_f32.cpp.o 2022-11-23T01:19:37.5004813Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_convolution.cpp.o 2022-11-23T01:19:37.5628599Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_transpose_utils.cpp.o 2022-11-23T01:19:37.6103756Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_batch_normalization.cpp.o 2022-11-23T01:19:37.6129968Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_batch_normalization_s8.cpp.o 2022-11-23T01:19:37.7430186Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_binary.cpp.o 2022-11-23T01:19:37.8507725Z [ 11%] Built target nvfuser_rt_warp_rocm 2022-11-23T01:19:37.8992380Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_binary_kernel.cpp.o 2022-11-23T01:19:37.9686265Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_deconv_zp_pad_str_kernel.cpp.o 2022-11-23T01:19:38.0183521Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_conv_kernel_f32.cpp.o 2022-11-23T01:19:38.1103186Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_conv_kernel_utils.cpp.o 2022-11-23T01:19:38.3217813Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_convolution.cpp.o 2022-11-23T01:19:38.3484475Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_eltwise.cpp.o 2022-11-23T01:19:38.4044390Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_eltwise_int.cpp.o 2022-11-23T01:19:38.4828317Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_i8i8_pooling.cpp.o 2022-11-23T01:19:38.7272566Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_layer_normalization.cpp.o 2022-11-23T01:19:38.7652688Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_pool_kernel.cpp.o 2022-11-23T01:19:38.7881087Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_pooling.cpp.o 2022-11-23T01:19:38.9560802Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reduction.cpp.o 2022-11-23T01:19:39.1086244Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reduction_kernel.cpp.o 2022-11-23T01:19:39.1858847Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reorder.cpp.o 2022-11-23T01:19:39.2243528Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reorder_utils.cpp.o 2022-11-23T01:19:39.3191619Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_resampling.cpp.o 2022-11-23T01:19:39.5041063Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_resampling_kernel.cpp.o 2022-11-23T01:19:39.5111134Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_softmax.cpp.o 2022-11-23T01:19:39.5529182Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_tbb_batch_normalization.cpp.o 2022-11-23T01:19:39.7460063Z [ 11%] Built target nvfuser_rt_array 2022-11-23T01:19:39.7604749Z [ 11%] Built target nvfuser_rt_block_reduction 2022-11-23T01:19:39.7846652Z [ 11%] Built target nvfuser_rt_block_sync_atomic 2022-11-23T01:19:39.8075001Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_1x1_conv_kernel.cpp.o 2022-11-23T01:19:39.8755294Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_1x1_convolution.cpp.o 2022-11-23T01:19:39.9355528Z [ 11%] Built target nvfuser_rt_block_sync_default 2022-11-23T01:19:39.9502091Z [ 11%] Built target nvfuser_rt_broadcast 2022-11-23T01:19:39.9830771Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_convolution.cpp.o 2022-11-23T01:19:39.9838893Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_conv_kernel.cpp.o 2022-11-23T01:19:40.1874348Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_deconvolution.cpp.o 2022-11-23T01:19:40.2111463Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn.cpp.o 2022-11-23T01:19:40.3684953Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_base.cpp.o 2022-11-23T01:19:40.3846295Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_blocked.cpp.o 2022-11-23T01:19:40.5409289Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_nhwc.cpp.o 2022-11-23T01:19:40.5949507Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_base.cpp.o 2022-11-23T01:19:40.6842198Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_blocked.cpp.o 2022-11-23T01:19:40.7360669Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_nhwc.cpp.o 2022-11-23T01:19:40.9073598Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_uni_lrn.cpp.o 2022-11-23T01:19:40.9163566Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_uni_lrn_kernel.cpp.o 2022-11-23T01:19:41.0222155Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul.cpp.o 2022-11-23T01:19:41.0826166Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul_copy_utils.cpp.o 2022-11-23T01:19:41.2648665Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul_utils.cpp.o 2022-11-23T01:19:41.2728451Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_backward.cpp.o 2022-11-23T01:19:41.4239790Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_base_kernel.cpp.o 2022-11-23T01:19:41.4318917Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_forward.cpp.o 2022-11-23T01:19:41.6325219Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_reduction_kernel.cpp.o 2022-11-23T01:19:41.6754644Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_utils.cpp.o 2022-11-23T01:19:41.7741548Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_uni_prelu_backward_kernel.cpp.o 2022-11-23T01:19:41.7798356Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_uni_prelu_forward_kernel.cpp.o 2022-11-23T01:19:41.9538912Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_bwd.cpp.o 2022-11-23T01:19:42.0184684Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_fwd.cpp.o 2022-11-23T01:19:42.1066161Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_reorders.cpp.o 2022-11-23T01:19:42.1502671Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_utils.cpp.o 2022-11-23T01:19:42.2969286Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_brgemm_transpose_single_row.cpp.o 2022-11-23T01:19:42.3921472Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_diff_weights_peephole.cpp.o 2022-11-23T01:19:42.4006272Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_gates_reduction.cpp.o 2022-11-23T01:19:42.4758565Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/rnn_brgemm_utils.cpp.o 2022-11-23T01:19:42.6241957Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/shuffle/jit_uni_shuffle.cpp.o 2022-11-23T01:19:42.7347651Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/shuffle/jit_uni_shuffle_kernel.cpp.o 2022-11-23T01:19:42.7609983Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/utils/jit_io_helper.cpp.o 2022-11-23T01:19:42.8503770Z [ 12%] Built target nvfuser_rt_fp16_support 2022-11-23T01:19:42.9346657Z [ 12%] Built target nvfuser_rt_fused_reduction 2022-11-23T01:19:42.9517035Z [ 12%] Built target nvfuser_rt_fused_welford_helper 2022-11-23T01:19:43.0027970Z [ 12%] Built target nvfuser_rt_bf16_support 2022-11-23T01:19:43.0075817Z [ 12%] Built target nvfuser_rt_fused_welford_impl 2022-11-23T01:19:43.0197549Z [ 12%] Built target nvfuser_rt_grid_broadcast 2022-11-23T01:19:43.0273714Z [ 12%] Built target nvfuser_rt_grid_reduction 2022-11-23T01:19:43.0337928Z [ 12%] Built target nvfuser_rt_grid_sync 2022-11-23T01:19:43.0542709Z [ 12%] Built target nvfuser_rt_helpers 2022-11-23T01:19:43.0615036Z [ 12%] Built target nvfuser_rt_index_utils 2022-11-23T01:19:43.0660455Z [ 12%] Built target nvfuser_rt_random_numbers 2022-11-23T01:19:43.0722840Z [ 12%] Built target nvfuser_rt_tensor 2022-11-23T01:19:43.0792402Z [ 12%] Built target nvfuser_rt_tuple 2022-11-23T01:19:43.0894814Z [ 12%] Built target nvfuser_rt_type_traits 2022-11-23T01:19:43.0907427Z [ 12%] Built target nvfuser_rt_welford 2022-11-23T01:19:43.0961812Z [ 12%] Built target nvfuser_rt_warp 2022-11-23T01:19:43.1057027Z [ 12%] Built target nvfuser_rt_tensorcore 2022-11-23T01:19:43.1133012Z [ 13%] Built target nvfuser_rt_memory 2022-11-23T01:19:43.1190183Z [ 13%] Built target nvfuser_rt_PhiloxCudaStateRaw 2022-11-23T01:19:43.1242751Z [ 13%] Built target nvfuser_rt_swizzle 2022-11-23T01:19:43.1319446Z [ 13%] Built target nvfuser_rt_UnpackRaw 2022-11-23T01:19:43.1343209Z [ 13%] Built target dnnl_cpu_x64 2022-11-23T01:19:43.1402867Z [ 13%] Built target nvfuser_rt_array_rocm 2022-11-23T01:19:43.1442531Z [ 13%] Built target nvfuser_rt_bf16_support_rocm 2022-11-23T01:19:43.1496834Z [ 13%] Built target nvfuser_rt_block_sync_default_rocm 2022-11-23T01:19:43.1524539Z [ 13%] Building C object caffe2/CMakeFiles/torch_global_deps.dir/__/torch/csrc/empty.c.o 2022-11-23T01:19:43.1581263Z [ 13%] Built target python_copy_files 2022-11-23T01:19:43.1656040Z [ 13%] Building C object sleef/src/libm/CMakeFiles/mkrename_gnuabi.dir/mkrename_gnuabi.c.o 2022-11-23T01:19:43.1658829Z [ 13%] Building C object sleef/src/libm/CMakeFiles/mkmasked_gnuabi.dir/mkmasked_gnuabi.c.o 2022-11-23T01:19:43.1875346Z [ 13%] Building C object sleef/src/common/CMakeFiles/arraymap.dir/arraymap.c.o 2022-11-23T01:19:43.2257657Z [ 13%] Linking C shared library ../lib/libtorch_global_deps.so 2022-11-23T01:19:43.2715103Z [ 13%] Linking C executable ../../bin/mkrename_gnuabi 2022-11-23T01:19:43.2942779Z [ 13%] Linking C executable ../../bin/mkmasked_gnuabi 2022-11-23T01:19:43.3196520Z [ 13%] Built target mkrename_gnuabi 2022-11-23T01:19:43.3364459Z [ 13%] Built target arraymap 2022-11-23T01:19:43.3518610Z [ 13%] Building C object sleef/src/common/CMakeFiles/addSuffix.dir/addSuffix.c.o 2022-11-23T01:19:43.3575295Z [ 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-23T01:19:43.3585363Z [ 13%] Built target mkmasked_gnuabi 2022-11-23T01:19:43.3872222Z [ 13%] Generating ../../../torch/_C/__init__.pyi, ../../../torch/_C/_VariableFunctions.pyi, ../../../torch/nn/functional.pyi 2022-11-23T01:19:43.4392127Z [ 13%] Built target torch_global_deps 2022-11-23T01:19:43.4548211Z [ 13%] Linking C executable ../../bin/addSuffix 2022-11-23T01:19:43.4677870Z [ 13%] Generating ../../../torch/version.py 2022-11-23T01:19:43.5010952Z [ 13%] Built target addSuffix 2022-11-23T01:19:43.5409218Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/code_generator.cc.o 2022-11-23T01:19:43.7805570Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/command_line_interface.cc.o 2022-11-23T01:19:44.0098555Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum.cc.o 2022-11-23T01:19:44.2672882Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o 2022-11-23T01:19:44.4703147Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_extension.cc.o 2022-11-23T01:19:44.7158622Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_field.cc.o 2022-11-23T01:19:44.9103984Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_file.cc.o 2022-11-23T01:19:45.1194852Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_generator.cc.o 2022-11-23T01:19:45.3620844Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o 2022-11-23T01:19:45.5805296Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o 2022-11-23T01:19:45.8164409Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message.cc.o 2022-11-23T01:19:46.0644128Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o 2022-11-23T01:19:46.2997343Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc.o 2022-11-23T01:19:46.5339218Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o 2022-11-23T01:19:46.7743429Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_service.cc.o 2022-11-23T01:19:46.9762050Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o 2022-11-23T01:19:47.1813755Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o 2022-11-23T01:19:47.3550059Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum.cc.o 2022-11-23T01:19:47.5844356Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o 2022-11-23T01:19:47.7942000Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o 2022-11-23T01:19:48.0127106Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_generator.cc.o 2022-11-23T01:19:48.2369149Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o 2022-11-23T01:19:48.4546160Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o 2022-11-23T01:19:48.6555266Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message.cc.o 2022-11-23T01:19:48.8389947Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o 2022-11-23T01:19:49.0089054Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o 2022-11-23T01:19:49.2012455Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o 2022-11-23T01:19:49.4354978Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o 2022-11-23T01:19:49.6255889Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o 2022-11-23T01:19:49.8266674Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o 2022-11-23T01:19:50.0133574Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o 2022-11-23T01:19:50.1854388Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o 2022-11-23T01:19:50.3702163Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_context.cc.o 2022-11-23T01:19:50.4599932Z [ 14%] Generating ../../../torch/utils/data/datapipes/datapipe.pyi 2022-11-23T01:19:50.5173598Z [ 14%] Built target torch_python_stubs 2022-11-23T01:19:50.5361137Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2022-11-23T01:19:50.5717524Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_doc_comment.cc.o 2022-11-23T01:19:50.6024822Z [ 14%] Built target gen_torch_version 2022-11-23T01:19:50.6247084Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2022-11-23T01:19:50.6312971Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2022-11-23T01:19:50.7187379Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2022-11-23T01:19:50.7546602Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2022-11-23T01:19:50.7933571Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2022-11-23T01:19:50.8327781Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum.cc.o 2022-11-23T01:19:50.8455818Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field.cc.o 2022-11-23T01:19:50.8728685Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2022-11-23T01:19:50.9339671Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2022-11-23T01:19:51.0112844Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2022-11-23T01:19:51.0937315Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2022-11-23T01:19:51.1073352Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2022-11-23T01:19:51.1319297Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field_lite.cc.o 2022-11-23T01:19:51.1857911Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2022-11-23T01:19:51.1923739Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2022-11-23T01:19:51.2507151Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_lite.cc.o 2022-11-23T01:19:51.2875539Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2022-11-23T01:19:51.3628966Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2022-11-23T01:19:51.4270755Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension.cc.o 2022-11-23T01:19:51.4528993Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2022-11-23T01:19:51.5396503Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2022-11-23T01:19:51.5765430Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension_lite.cc.o 2022-11-23T01:19:51.6451237Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2022-11-23T01:19:51.7300987Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2022-11-23T01:19:51.7354533Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_field.cc.o 2022-11-23T01:19:51.8082003Z [ 14%] Linking C static library ../../lib/libcpuinfo.a 2022-11-23T01:19:51.8359583Z [ 14%] Built target cpuinfo 2022-11-23T01:19:51.8637589Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_file.cc.o 2022-11-23T01:19:51.8643013Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator.cc.o 2022-11-23T01:19:52.0246246Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator_factory.cc.o 2022-11-23T01:19:52.0967669Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_helpers.cc.o 2022-11-23T01:19:52.1355710Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field.cc.o 2022-11-23T01:19:52.3323663Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field_lite.cc.o 2022-11-23T01:19:52.3516548Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message.cc.o 2022-11-23T01:19:52.4268141Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2022-11-23T01:19:52.5051854Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2022-11-23T01:19:52.5813303Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2022-11-23T01:19:52.6121464Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2022-11-23T01:19:52.6388055Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder.cc.o 2022-11-23T01:19:52.6817972Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder_lite.cc.o 2022-11-23T01:19:52.7253460Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2022-11-23T01:19:52.7933657Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2022-11-23T01:19:52.8630434Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2022-11-23T01:19:52.9252809Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2022-11-23T01:19:52.9581636Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field.cc.o 2022-11-23T01:19:53.0202897Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2022-11-23T01:19:53.0514930Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/init.c.o 2022-11-23T01:19:53.0947879Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2022-11-23T01:19:53.1613529Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/add.c.o 2022-11-23T01:19:53.1646265Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2022-11-23T01:19:53.2447399Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2022-11-23T01:19:53.2889533Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field_lite.cc.o 2022-11-23T01:19:53.2922406Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/average-pooling.c.o 2022-11-23T01:19:53.3290517Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2022-11-23T01:19:53.4109853Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2022-11-23T01:19:53.4115230Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/channel-shuffle.c.o 2022-11-23T01:19:53.4829666Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2022-11-23T01:19:53.5279792Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/clamp.c.o 2022-11-23T01:19:53.5886392Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2022-11-23T01:19:53.6200699Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_lite.cc.o 2022-11-23T01:19:53.6518992Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/convolution.c.o 2022-11-23T01:19:53.6947100Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2022-11-23T01:19:53.7425959Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/deconvolution.c.o 2022-11-23T01:19:53.7828313Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2022-11-23T01:19:53.8296140Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/fully-connected.c.o 2022-11-23T01:19:53.8676732Z [ 14%] Built target generate-torch-sources 2022-11-23T01:19:53.8698830Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2022-11-23T01:19:53.8727025Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/global-average-pooling.c.o 2022-11-23T01:19:53.9205586Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/leaky-relu.c.o 2022-11-23T01:19:53.9450733Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_name_resolver.cc.o 2022-11-23T01:19:53.9958631Z [ 14%] Linking C static library ../../lib/libcpuinfo_internals.a 2022-11-23T01:19:54.0080217Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field.cc.o 2022-11-23T01:19:54.0197407Z [ 14%] Built target cpuinfo_internals 2022-11-23T01:19:54.0386150Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/init.c.o 2022-11-23T01:19:54.0416963Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/max-pooling.c.o 2022-11-23T01:19:54.1465821Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sigmoid.c.o 2022-11-23T01:19:54.1472198Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/add.c.o 2022-11-23T01:19:54.2311730Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/softargmax.c.o 2022-11-23T01:19:54.2702963Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/average-pooling.c.o 2022-11-23T01:19:54.2723967Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-delete.c.o 2022-11-23T01:19:54.3232680Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/indirection.c.o 2022-11-23T01:19:54.3475026Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field_lite.cc.o 2022-11-23T01:19:54.3906578Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/channel-shuffle.c.o 2022-11-23T01:19:54.4097639Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-run.c.o 2022-11-23T01:19:54.4448119Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8lut32norm/scalar.c.o 2022-11-23T01:19:54.5030037Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/clamp.c.o 2022-11-23T01:19:54.5361562Z [ 14%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-prepack.cc.o 2022-11-23T01:19:54.5376735Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8lut/scalar.c.o 2022-11-23T01:19:54.6068607Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sgemm/6x8-psimd.c.o 2022-11-23T01:19:54.6195333Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2022-11-23T01:19:54.6653651Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/convolution.c.o 2022-11-23T01:19:54.7127055Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_service.cc.o 2022-11-23T01:19:54.7152177Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_shared_code_generator.cc.o 2022-11-23T01:19:54.7475262Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2022-11-23T01:19:54.7867889Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconvolution.c.o 2022-11-23T01:19:54.8286801Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2022-11-23T01:19:54.8776996Z [ 14%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-prepack.cc.o 2022-11-23T01:19:54.9212444Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2022-11-23T01:19:55.0002206Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected.c.o 2022-11-23T01:19:55.0403217Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field.cc.o 2022-11-23T01:19:55.0492768Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field_lite.cc.o 2022-11-23T01:19:55.1192008Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected-sparse.c.o 2022-11-23T01:19:55.1222711Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2022-11-23T01:19:55.2119825Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/global-average-pooling.c.o 2022-11-23T01:19:55.2792760Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2022-11-23T01:19:55.3379718Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardsigmoid.c.o 2022-11-23T01:19:55.3574166Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/js_generator.cc.o 2022-11-23T01:19:55.3707454Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/well_known_types_embed.cc.o 2022-11-23T01:19:55.4406384Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardswish.c.o 2022-11-23T01:19:55.4446283Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o 2022-11-23T01:19:55.4916526Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2022-11-23T01:19:55.5301118Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/leaky-relu.c.o 2022-11-23T01:19:55.5702501Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2022-11-23T01:19:55.6711103Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/max-pooling.c.o 2022-11-23T01:19:55.6738009Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2022-11-23T01:19:55.6772516Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2022-11-23T01:19:55.7595146Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o 2022-11-23T01:19:55.7615800Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o 2022-11-23T01:19:55.7937140Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sigmoid.c.o 2022-11-23T01:19:55.8665829Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2022-11-23T01:19:55.9041653Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/softargmax.c.o 2022-11-23T01:19:55.9167013Z [ 14%] Built target ATEN_CUDA_FILES_GEN_TARGET 2022-11-23T01:19:55.9250893Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/tanh.c.o 2022-11-23T01:19:56.0101433Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8vadd/sse2.c.o 2022-11-23T01:19:56.0395413Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-delete.c.o 2022-11-23T01:19:56.0481647Z [ 14%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-run.cc.o 2022-11-23T01:19:56.0833130Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o 2022-11-23T01:19:56.1308652Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o 2022-11-23T01:19:56.1634756Z [ 14%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconv-run.cc.o 2022-11-23T01:19:56.2266093Z [ 14%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-run.cc.o 2022-11-23T01:19:56.2414984Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8clamp/sse2.c.o 2022-11-23T01:19:56.3275173Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2022-11-23T01:19:56.3524225Z [ 14%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-dynamic-run.cc.o 2022-11-23T01:19:56.3737184Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o 2022-11-23T01:19:56.4257666Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2022-11-23T01:19:56.4266699Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8rmax/sse2.c.o 2022-11-23T01:19:56.4793599Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/indirection.c.o 2022-11-23T01:19:56.5071608Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-run.c.o 2022-11-23T01:19:56.5382371Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o 2022-11-23T01:19:56.5633957Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x2-sse2.c.o 2022-11-23T01:19:56.6035695Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o 2022-11-23T01:19:56.6375558Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8lut32norm/scalar.c.o 2022-11-23T01:19:56.6732742Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x3-sse2.c.o 2022-11-23T01:19:56.7176768Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8lut/scalar.c.o 2022-11-23T01:19:56.7418328Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x4-sse2.c.o 2022-11-23T01:19:56.7824961Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/6x8-psimd.c.o 2022-11-23T01:19:56.8171701Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2022-11-23T01:19:56.8602367Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/xm-sse2.c.o 2022-11-23T01:19:56.9149903Z [ 14%] Generating src/x86_64-fma/2d-fourier-8x8.py.o 2022-11-23T01:19:56.9239144Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-output.c.o 2022-11-23T01:19:56.9433177Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2022-11-23T01:19:56.9653066Z [ 14%] Linking C static library ../../lib/libqnnpack.a 2022-11-23T01:19:56.9892424Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o 2022-11-23T01:19:56.9921527Z [ 14%] Built target qnnpack 2022-11-23T01:19:57.0157078Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-input-gradient.c.o 2022-11-23T01:19:57.0563929Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2022-11-23T01:19:57.1085742Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-kernel.c.o 2022-11-23T01:19:57.1489729Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2022-11-23T01:19:57.1920121Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/fully-connected-output.c.o 2022-11-23T01:19:57.2182581Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-11-23T01:19:57.2774200Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/max-pooling-output.c.o 2022-11-23T01:19:57.3180441Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o 2022-11-23T01:19:57.3391452Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2022-11-23T01:19:57.3703841Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-11-23T01:19:57.3968357Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/softmax-output.c.o 2022-11-23T01:19:57.4578771Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-11-23T01:19:57.4835904Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-output.c.o 2022-11-23T01:19:57.5157608Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2-per-channel.c.o 2022-11-23T01:19:57.5576422Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-11-23T01:19:57.5770593Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-input-gradient.c.o 2022-11-23T01:19:57.6380884Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/4x-scalar-c1.c.o 2022-11-23T01:19:57.6769970Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o 2022-11-23T01:19:57.6970617Z [ 14%] Linking C static library ../../lib/libnnpack_reference_layers.a 2022-11-23T01:19:57.7154383Z [ 14%] Built target nnpack_reference_layers 2022-11-23T01:19:57.7214998Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x27-sse2.c.o 2022-11-23T01:19:57.7238053Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2022-11-23T01:19:57.7660987Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9p8x-scalar-c1.c.o 2022-11-23T01:19:57.8382365Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9x-scalar-c1.c.o 2022-11-23T01:19:57.8919241Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2-per-channel.c.o 2022-11-23T01:19:57.9478349Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T01:19:57.9513289Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9x-minmax-scalar-c1.c.o 2022-11-23T01:19:57.9822331Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o 2022-11-23T01:19:58.0353656Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/php/php_generator.cc.o 2022-11-23T01:19:58.0538415Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc/3x3s2p0p1c3x4-scalar-1x1.c.o 2022-11-23T01:19:58.1201818Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2022-11-23T01:19:58.1379981Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc/3x3s2p1c3x4-scalar-1x1.c.o 2022-11-23T01:19:58.1995663Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2022-11-23T01:19:58.2192363Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-scalar-1x1.c.o 2022-11-23T01:19:58.2815468Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2022-11-23T01:19:58.3117935Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-minmax-scalar-acc2.c.o 2022-11-23T01:19:58.3707838Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2022-11-23T01:19:58.3852031Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.cc.o 2022-11-23T01:19:58.3957124Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.pb.cc.o 2022-11-23T01:19:58.4388280Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-minmax-scalar.c.o 2022-11-23T01:19:58.5432671Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-scalar-acc2.c.o 2022-11-23T01:19:58.5437435Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-dq-sse2.c.o 2022-11-23T01:19:58.6182361Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-scalar.c.o 2022-11-23T01:19:58.7046992Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-minmax-scalar-acc2.c.o 2022-11-23T01:19:58.7049315Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-minmax-scalar.c.o 2022-11-23T01:19:58.7300850Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/python/python_generator.cc.o 2022-11-23T01:19:58.7684750Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2022-11-23T01:19:58.8081794Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4c1x4-dq-packedA-sse2.c.o 2022-11-23T01:19:58.8291487Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-scalar-acc2.c.o 2022-11-23T01:19:58.9045421Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-scalar.c.o 2022-11-23T01:19:58.9439230Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4-packA-sse2.c.o 2022-11-23T01:19:58.9728326Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8vadd/sse2.c.o 2022-11-23T01:19:59.0154391Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-minmax-scalar-acc2.c.o 2022-11-23T01:19:59.0459733Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/ruby/ruby_generator.cc.o 2022-11-23T01:19:59.1059277Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-minmax-scalar.c.o 2022-11-23T01:19:59.1503628Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-scalar-acc2.c.o 2022-11-23T01:19:59.1667660Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8clamp/sse2.c.o 2022-11-23T01:19:59.2197504Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-scalar.c.o 2022-11-23T01:19:59.2553657Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/subprocess.cc.o 2022-11-23T01:19:59.2749078Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2022-11-23T01:19:59.3388846Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-minmax-scalar-acc2.c.o 2022-11-23T01:19:59.3885259Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2022-11-23T01:19:59.3921744Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8rmax/sse2.c.o 2022-11-23T01:19:59.4364915Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-minmax-scalar.c.o 2022-11-23T01:19:59.4972385Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x2-sse2.c.o 2022-11-23T01:19:59.4979739Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x3-sse2.c.o 2022-11-23T01:19:59.5126127Z [ 15%] Generating src/x86_64-fma/2d-fourier-16x16.py.o 2022-11-23T01:19:59.5471561Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-scalar-acc2.c.o 2022-11-23T01:19:59.5686956Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/zip_writer.cc.o 2022-11-23T01:19:59.6009717Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-scalar.c.o 2022-11-23T01:19:59.6237548Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x4-sse2.c.o 2022-11-23T01:19:59.6813697Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-minmax-scalar-acc2.c.o 2022-11-23T01:19:59.7070184Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-minmax-scalar.c.o 2022-11-23T01:19:59.7542353Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/xm-sse2.c.o 2022-11-23T01:19:59.8050167Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-scalar-acc2.c.o 2022-11-23T01:19:59.8405730Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-scalar.c.o 2022-11-23T01:19:59.8923323Z [ 15%] Linking CXX static library ../../../lib/libprotoc.a 2022-11-23T01:19:59.8933199Z [ 15%] Linking CXX static library ../../lib/libpytorch_qnnpack.a 2022-11-23T01:19:59.9225975Z [ 15%] Built target pytorch_qnnpack 2022-11-23T01:19:59.9406473Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/packing.dir/src/packing.c.o 2022-11-23T01:19:59.9409878Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2022-11-23T01:19:59.9536811Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-minmax-scalar-acc2.c.o 2022-11-23T01:19:59.9629235Z [ 15%] Built target libprotoc 2022-11-23T01:19:59.9796565Z [ 15%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch32-assembler.cc.o 2022-11-23T01:20:00.0774600Z [ 15%] Built target indirection 2022-11-23T01:20:00.0788853Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-minmax-scalar.c.o 2022-11-23T01:20:00.0789434Z [ 15%] Built target packing 2022-11-23T01:20:00.0931070Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-scalar-acc2.c.o 2022-11-23T01:20:00.1319685Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/argmax-pooling-nhwc.c.o 2022-11-23T01:20:00.1857209Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-scalar.c.o 2022-11-23T01:20:00.1904478Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-minmax-scalar-acc2.c.o 2022-11-23T01:20:00.2187558Z [ 15%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch64-assembler.cc.o 2022-11-23T01:20:00.2598973Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/average-pooling-nhwc.c.o 2022-11-23T01:20:00.2800499Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/binary-elementwise-nd.c.o 2022-11-23T01:20:00.3332680Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-minmax-scalar.c.o 2022-11-23T01:20:00.3801751Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-scalar-acc2.c.o 2022-11-23T01:20:00.4287043Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/channel-shuffle-nc.c.o 2022-11-23T01:20:00.4299686Z [ 15%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/assembler.cc.o 2022-11-23T01:20:00.4757473Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/memory.c.o 2022-11-23T01:20:00.4945535Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-scalar.c.o 2022-11-23T01:20:00.5345280Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/constant-pad-nd.c.o 2022-11-23T01:20:00.5999032Z [ 15%] Built target jit 2022-11-23T01:20:00.6103285Z [ 16%] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o 2022-11-23T01:20:00.6169089Z [ 16%] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o 2022-11-23T01:20:00.6203844Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-minmax-scalar-acc2.c.o 2022-11-23T01:20:00.6687579Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/convolution-nchw.c.o 2022-11-23T01:20:00.7239946Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-minmax-scalar.c.o 2022-11-23T01:20:00.7819066Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/convolution-nhwc.c.o 2022-11-23T01:20:00.8248048Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-scalar-acc2.c.o 2022-11-23T01:20:00.8481777Z [ 16%] Linking CXX static library ../../../lib/libgtest_main.a 2022-11-23T01:20:00.8677163Z [ 16%] Built target gtest_main 2022-11-23T01:20:00.8804346Z [ 16%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o 2022-11-23T01:20:00.8905116Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/deconvolution-nhwc.c.o 2022-11-23T01:20:00.9491191Z [ 16%] Linking CXX static library ../../../lib/libgmock.a 2022-11-23T01:20:00.9491836Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-scalar.c.o 2022-11-23T01:20:00.9802393Z [ 16%] Built target gmock 2022-11-23T01:20:00.9866139Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc2.c.o 2022-11-23T01:20:01.0100246Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/depth-to-space-nchw2nhwc.c.o 2022-11-23T01:20:01.0551661Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc3.c.o 2022-11-23T01:20:01.0845063Z [ 16%] Linking CXX static library ../../../lib/libbenchmark_main.a 2022-11-23T01:20:01.1041083Z [ 16%] Built target benchmark_main 2022-11-23T01:20:01.1102461Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc4.c.o 2022-11-23T01:20:01.1133711Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1.c.o 2022-11-23T01:20:01.1513769Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/depth-to-space-nhwc.c.o 2022-11-23T01:20:01.1758657Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-2x1-acc2.c.o 2022-11-23T01:20:01.2195978Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-2x1.c.o 2022-11-23T01:20:01.2368938Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-3x1.c.o 2022-11-23T01:20:01.2783495Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/fully-connected-nc.c.o 2022-11-23T01:20:01.3041259Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-4x1.c.o 2022-11-23T01:20:01.3470121Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/global-average-pooling-ncw.c.o 2022-11-23T01:20:01.3634772Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-5x1.c.o 2022-11-23T01:20:01.4100666Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-6x1.c.o 2022-11-23T01:20:01.4542570Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/global-average-pooling-nwc.c.o 2022-11-23T01:20:01.4688041Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/lut-elementwise-nc.c.o 2022-11-23T01:20:01.5115160Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/max-pooling-nhwc.c.o 2022-11-23T01:20:01.5340191Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc2.c.o 2022-11-23T01:20:01.6217532Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc3.c.o 2022-11-23T01:20:01.6230008Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/prelu-nc.c.o 2022-11-23T01:20:01.6242809Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/resize-bilinear-nchw.c.o 2022-11-23T01:20:01.6748743Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc4.c.o 2022-11-23T01:20:01.7293027Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDM.cc.o 2022-11-23T01:20:01.7586718Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDMNBit.cc.o 2022-11-23T01:20:01.7598702Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/resize-bilinear-nhwc.c.o 2022-11-23T01:20:01.8553921Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1.c.o 2022-11-23T01:20:01.8881963Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/softmax-nc.c.o 2022-11-23T01:20:01.9783703Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/unary-elementwise-nc.c.o 2022-11-23T01:20:02.0152642Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-2x1-acc2.c.o 2022-11-23T01:20:02.1343594Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/unpooling-nhwc.c.o 2022-11-23T01:20:02.2139950Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/abs.c.o 2022-11-23T01:20:02.2745102Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-2x1.c.o 2022-11-23T01:20:02.3161944Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/add2.c.o 2022-11-23T01:20:02.3473523Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/argmax-pooling-2d.c.o 2022-11-23T01:20:02.3759528Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-3x1.c.o 2022-11-23T01:20:02.4325677Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/average-pooling-2d.c.o 2022-11-23T01:20:02.4778154Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/bankers-rounding.c.o 2022-11-23T01:20:02.5003484Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-4x1.c.o 2022-11-23T01:20:02.5481803Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/ceiling.c.o 2022-11-23T01:20:02.5850268Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc2.c.o 2022-11-23T01:20:02.6101178Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernel.cc.o 2022-11-23T01:20:02.6150665Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernelU8S8.cc.o 2022-11-23T01:20:02.6701356Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/clamp.c.o 2022-11-23T01:20:02.7119430Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Fbgemm.cc.o 2022-11-23T01:20:02.7349428Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc3.c.o 2022-11-23T01:20:02.7897305Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/convert.c.o 2022-11-23T01:20:02.8403344Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc4.c.o 2022-11-23T01:20:02.9060875Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/convolution-2d.c.o 2022-11-23T01:20:02.9456337Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc5.c.o 2022-11-23T01:20:03.0043013Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/deconvolution-2d.c.o 2022-11-23T01:20:03.1045270Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/depth-to-space.c.o 2022-11-23T01:20:03.1084722Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmBfloat16Convert.cc.o 2022-11-23T01:20:03.1657116Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1.c.o 2022-11-23T01:20:03.2030503Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmConv.cc.o 2022-11-23T01:20:03.2401829Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1-acc2.c.o 2022-11-23T01:20:03.2809466Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/depthwise-convolution-2d.c.o 2022-11-23T01:20:03.3347125Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/divide.c.o 2022-11-23T01:20:03.3634713Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1-acc3.c.o 2022-11-23T01:20:03.4155461Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1.c.o 2022-11-23T01:20:03.4551016Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/elu.c.o 2022-11-23T01:20:03.5027581Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFPCommon.cc.o 2022-11-23T01:20:03.5049126Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFP16.cc.o 2022-11-23T01:20:03.5593440Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-3x1-acc2.c.o 2022-11-23T01:20:03.5610212Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/floor.c.o 2022-11-23T01:20:03.6391980Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-3x1.c.o 2022-11-23T01:20:03.6813548Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/fully-connected.c.o 2022-11-23T01:20:03.7484736Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc2.c.o 2022-11-23T01:20:03.7916204Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/global-average-pooling-2d.c.o 2022-11-23T01:20:03.8521839Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc3.c.o 2022-11-23T01:20:03.8858358Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFloat16Convert.cc.o 2022-11-23T01:20:03.8892063Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI64.cc.o 2022-11-23T01:20:03.9418235Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/hardswish.c.o 2022-11-23T01:20:03.9838240Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc4.c.o 2022-11-23T01:20:04.0352631Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/leaky-relu.c.o 2022-11-23T01:20:04.0771014Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc5.c.o 2022-11-23T01:20:04.1196465Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmSparseDense.cc.o 2022-11-23T01:20:04.1570382Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/max-pooling-2d.c.o 2022-11-23T01:20:04.2400018Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1.c.o 2022-11-23T01:20:04.2411878Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/maximum2.c.o 2022-11-23T01:20:04.3489631Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1-acc2.c.o 2022-11-23T01:20:04.3957296Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/minimum2.c.o 2022-11-23T01:20:04.4180690Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI8Spmdm.cc.o 2022-11-23T01:20:04.4275101Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelDirectConvU8S8S32ACC32.cc.o 2022-11-23T01:20:04.4834747Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1-acc3.c.o 2022-11-23T01:20:04.5059876Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/multiply2.c.o 2022-11-23T01:20:04.5738005Z [ 18%] Built target ATEN_CPU_FILES_GEN_TARGET 2022-11-23T01:20:04.5757071Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1.c.o 2022-11-23T01:20:04.5782621Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-3x1-acc2.c.o 2022-11-23T01:20:04.6031787Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/negate.c.o 2022-11-23T01:20:04.6432000Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/prelu.c.o 2022-11-23T01:20:04.6939682Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/sigmoid.c.o 2022-11-23T01:20:04.7265177Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-3x1.c.o 2022-11-23T01:20:04.7900275Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x1.c.o 2022-11-23T01:20:04.7901197Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernel.cc.o 2022-11-23T01:20:04.8544407Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/softmax.c.o 2022-11-23T01:20:04.8545021Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16.cc.o 2022-11-23T01:20:04.8891236Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/square-root.c.o 2022-11-23T01:20:04.9168812Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x2.c.o 2022-11-23T01:20:04.9725453Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x3.c.o 2022-11-23T01:20:05.0289458Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/square.c.o 2022-11-23T01:20:05.0498789Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x4.c.o 2022-11-23T01:20:05.0762995Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512.cc.o 2022-11-23T01:20:05.1236936Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/squared-difference.c.o 2022-11-23T01:20:05.1435835Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x1.c.o 2022-11-23T01:20:05.1841585Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x2.c.o 2022-11-23T01:20:05.2226317Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512VNNI.cc.o 2022-11-23T01:20:05.2667433Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x3.c.o 2022-11-23T01:20:05.2694848Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-constant-pad.c.o 2022-11-23T01:20:05.3188047Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-reshape.c.o 2022-11-23T01:20:05.3601421Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x4.c.o 2022-11-23T01:20:05.4052186Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool-cw/scalar-x1.c.o 2022-11-23T01:20:05.4259596Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-resize-bilinear-2d.c.o 2022-11-23T01:20:05.4777318Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/subtract.c.o 2022-11-23T01:20:05.5140001Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7p7x-minmax-scalar-c1.c.o 2022-11-23T01:20:05.5169368Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7x-minmax-scalar-c1.c.o 2022-11-23T01:20:05.5606686Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x4inc-minmax-scalar.c.o 2022-11-23T01:20:05.6237613Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/unpooling-2d.c.o 2022-11-23T01:20:05.6249337Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32.cc.o 2022-11-23T01:20:05.6357037Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/EmbeddingSpMDMAvx2.cc.o 2022-11-23T01:20:05.6847208Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/2x4inc-minmax-scalar.c.o 2022-11-23T01:20:05.7584137Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/datatype-strings.c.o 2022-11-23T01:20:05.7991014Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x4inc-minmax-scalar.c.o 2022-11-23T01:20:05.8233654Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmBfloat16ConvertAvx2.cc.o 2022-11-23T01:20:05.8617886Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-strings.c.o 2022-11-23T01:20:05.9086533Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-minmax-scalar.c.o 2022-11-23T01:20:05.9304238Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-relu-scalar.c.o 2022-11-23T01:20:05.9706367Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph-strings.c.o 2022-11-23T01:20:05.9938239Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32Avx512VNNI.cc.o 2022-11-23T01:20:06.0274571Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConv.cc.o 2022-11-23T01:20:06.0465653Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-scalar.c.o 2022-11-23T01:20:06.1033535Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/allocator.c.o 2022-11-23T01:20:06.1419905Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFloat16ConvertAvx2.cc.o 2022-11-23T01:20:06.1730503Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-minmax-scalar.c.o 2022-11-23T01:20:06.2000756Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2022-11-23T01:20:06.2755294Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-relu-scalar.c.o 2022-11-23T01:20:06.4009148Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/memory-planner.c.o 2022-11-23T01:20:06.4009712Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-scalar.c.o 2022-11-23T01:20:06.4165390Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx2.cc.o 2022-11-23T01:20:06.4242283Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8Depthwise3DAvx2.cc.o 2022-11-23T01:20:06.4532911Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwiseAvx2.cc.o 2022-11-23T01:20:06.5203362Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-minmax-scalar.c.o 2022-11-23T01:20:06.5491960Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-delete.c.o 2022-11-23T01:20:06.6337877Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/runtime.c.o 2022-11-23T01:20:06.6550198Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-relu-scalar.c.o 2022-11-23T01:20:06.7422362Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph.c.o 2022-11-23T01:20:06.7897119Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-scalar.c.o 2022-11-23T01:20:06.8453473Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tensor.c.o 2022-11-23T01:20:06.8464595Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx512.cc.o 2022-11-23T01:20:06.8720955Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAMatrix.cc.o 2022-11-23T01:20:06.9118604Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-minmax-scalar.c.o 2022-11-23T01:20:06.9608947Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/indirection.c.o 2022-11-23T01:20:06.9961715Z [ 18%] Generating src/x86_64-fma/2d-winograd-8x8-3x3.py.o 2022-11-23T01:20:07.0175328Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-relu-scalar.c.o 2022-11-23T01:20:07.0187962Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwisePerChannelQuantAvx2.cc.o 2022-11-23T01:20:07.1140895Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-run.c.o 2022-11-23T01:20:07.1173058Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-scalar.c.o 2022-11-23T01:20:07.1687943Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/packing.c.o 2022-11-23T01:20:07.2107519Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p1.c.o 2022-11-23T01:20:07.2436032Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p2.c.o 2022-11-23T01:20:07.2457080Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithIm2Col.cc.o 2022-11-23T01:20:07.3088007Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2-k-over-64.c.o 2022-11-23T01:20:07.3088983Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithQuantRowOffset.cc.o 2022-11-23T01:20:07.3508523Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p4.c.o 2022-11-23T01:20:07.3745091Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseAvx2.cc.o 2022-11-23T01:20:07.4069519Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2-k-over-2048.c.o 2022-11-23T01:20:07.4647198Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c1.c.o 2022-11-23T01:20:07.4843812Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-4.c.o 2022-11-23T01:20:07.5233846Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-8.c.o 2022-11-23T01:20:07.5771658Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c2.c.o 2022-11-23T01:20:07.5772228Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithRowOffset.cc.o 2022-11-23T01:20:07.6208736Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-16.c.o 2022-11-23T01:20:07.6215000Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c4.c.o 2022-11-23T01:20:07.6741385Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackBMatrix.cc.o 2022-11-23T01:20:07.7081333Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-64.c.o 2022-11-23T01:20:07.7393385Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-minmax-scalar.c.o 2022-11-23T01:20:07.7452649Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseInt8Avx2.cc.o 2022-11-23T01:20:07.7882071Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-2048.c.o 2022-11-23T01:20:07.8369787Z [ 18%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/aarch32-assembler.cc.o 2022-11-23T01:20:07.8600808Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-relu-scalar.c.o 2022-11-23T01:20:07.8876727Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-scalar.c.o 2022-11-23T01:20:07.9292701Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackMatrix.cc.o 2022-11-23T01:20:07.9665672Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightMatrixForGConv.cc.o 2022-11-23T01:20:07.9835219Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-minmax-scalar.c.o 2022-11-23T01:20:08.0227321Z [ 18%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/aarch64-assembler.cc.o 2022-11-23T01:20:08.0719247Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/OptimizedKernelsAvx2.cc.o 2022-11-23T01:20:08.0770630Z [ 18%] Generating src/x86_64-fma/blas/s8gemm.py.o 2022-11-23T01:20:08.1135340Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-relu-scalar.c.o 2022-11-23T01:20:08.1771382Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-scalar.c.o 2022-11-23T01:20:08.1774940Z [ 18%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/assembler.cc.o 2022-11-23T01:20:08.2360050Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/memory.c.o 2022-11-23T01:20:08.2617942Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/PackDepthwiseConvMatrixAvx2.cc.o 2022-11-23T01:20:08.3117047Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-minmax-scalar.c.o 2022-11-23T01:20:08.3746392Z [ 19%] Generating src/x86_64-fma/blas/c8gemm.py.o 2022-11-23T01:20:08.3794346Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForConv.cc.o 2022-11-23T01:20:08.3802542Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForDirectConv.cc.o 2022-11-23T01:20:08.3830207Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/params-init.c.o 2022-11-23T01:20:08.4408469Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-relu-scalar.c.o 2022-11-23T01:20:08.4991410Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-lut32norm/scalar.c.o 2022-11-23T01:20:08.5516538Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/QuantUtilsAvx2.cc.o 2022-11-23T01:20:08.5772259Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-scalar.c.o 2022-11-23T01:20:08.6244699Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-minmax-scalar.c.o 2022-11-23T01:20:08.6642286Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-copy/memcpy.c.o 2022-11-23T01:20:08.7080458Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-scalar-x4.c.o 2022-11-23T01:20:08.7589018Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-relu-scalar.c.o 2022-11-23T01:20:08.8138367Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-scalar.c.o 2022-11-23T01:20:08.8168116Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-depthtospace2d-chw2hwc/scalar.c.o 2022-11-23T01:20:08.8653090Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-avgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T01:20:08.9051534Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/spmmUtilsAvx2.cc.o 2022-11-23T01:20:08.9174626Z [ 19%] Generating src/x86_64-fma/blas/s4c6gemm.py.o 2022-11-23T01:20:08.9212223Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-maxpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T01:20:08.9996586Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-avgpool/9x-minmax-sse-c4.c.o 2022-11-23T01:20:08.9997440Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T01:20:09.0009176Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/QuantUtils.cc.o 2022-11-23T01:20:09.0452009Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RowWiseSparseAdagradFused.cc.o 2022-11-23T01:20:09.0897876Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9x-minmax-scalar-c1.c.o 2022-11-23T01:20:09.1248511Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-2x2.c.o 2022-11-23T01:20:09.1880426Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/2x4-minmax-scalar.c.o 2022-11-23T01:20:09.2286601Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/UtilsAvx2.cc.o 2022-11-23T01:20:09.2297896Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x3-minmax-sse.c.o 2022-11-23T01:20:09.2741245Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/3x3-minmax-scalar.c.o 2022-11-23T01:20:09.3004512Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x4-minmax-sse.c.o 2022-11-23T01:20:09.3404298Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/SparseAdagrad.cc.o 2022-11-23T01:20:09.3579582Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x2-minmax-scalar.c.o 2022-11-23T01:20:09.4033861Z [ 19%] Generating src/x86_64-fma/blas/conv1x1.py.o 2022-11-23T01:20:09.4214619Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x9-minmax-sse.c.o 2022-11-23T01:20:09.4415535Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x4-minmax-scalar.c.o 2022-11-23T01:20:09.4674487Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFP16UKernelsAvx2.cc.o 2022-11-23T01:20:09.5120499Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/scalar-2x1.c.o 2022-11-23T01:20:09.5583335Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/spmmUtils.cc.o 2022-11-23T01:20:09.5803038Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-sse.c.o 2022-11-23T01:20:09.6295989Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/scalar-2x4.c.o 2022-11-23T01:20:09.6772065Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4-acc2.c.o 2022-11-23T01:20:09.7289323Z [ 20%] Generating src/x86_64-fma/blas/sgemm.py.o 2022-11-23T01:20:09.7345261Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x1.c.o 2022-11-23T01:20:09.7353686Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x2.c.o 2022-11-23T01:20:09.7816099Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc3.c.o 2022-11-23T01:20:09.8133201Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/TransposeUtils.cc.o 2022-11-23T01:20:09.8410399Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateI8Depthwise.cc.o 2022-11-23T01:20:09.8687931Z [ 20%] Built target fbgemm_avx2 2022-11-23T01:20:09.8755121Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RefImplementations.cc.o 2022-11-23T01:20:09.9226898Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x3.c.o 2022-11-23T01:20:09.9879044Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4.c.o 2022-11-23T01:20:10.0202728Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4.c.o 2022-11-23T01:20:10.0250474Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x4.c.o 2022-11-23T01:20:10.1192043Z [ 20%] Generating src/x86_64-fma/max-pooling.py.o 2022-11-23T01:20:10.1204891Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x1.c.o 2022-11-23T01:20:10.1215982Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool-cw/sse-x4.c.o 2022-11-23T01:20:10.1642062Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x2.c.o 2022-11-23T01:20:10.1733438Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x3.c.o 2022-11-23T01:20:10.2021350Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Utils.cc.o 2022-11-23T01:20:10.2406799Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool/7p7x-minmax-sse-c4.c.o 2022-11-23T01:20:10.2657221Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool/7x-minmax-sse-c4.c.o 2022-11-23T01:20:10.2874744Z [ 20%] Generating src/x86_64-fma/relu.py.o 2022-11-23T01:20:10.2880070Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T01:20:10.3086552Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x4.c.o 2022-11-23T01:20:10.3503348Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x1.c.o 2022-11-23T01:20:10.4041270Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x2.c.o 2022-11-23T01:20:10.4052713Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T01:20:10.4208085Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x3.c.o 2022-11-23T01:20:10.4440749Z [ 20%] Generating src/x86_64-fma/softmax.py.o 2022-11-23T01:20:10.4666212Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T01:20:10.5197884Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-ibilinear-chw/gen/sse-p8.c.o 2022-11-23T01:20:10.5491062Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x4.c.o 2022-11-23T01:20:10.5505204Z [ 20%] Built target fbgemm_generic 2022-11-23T01:20:10.5537007Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x1.c.o 2022-11-23T01:20:10.5578940Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x2.c.o 2022-11-23T01:20:10.6400567Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmBfloat16ConvertAvx512.cc.o 2022-11-23T01:20:10.6772178Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x3.c.o 2022-11-23T01:20:10.6773181Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/EmbeddingSpMDMAvx512.cc.o 2022-11-23T01:20:10.6884559Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/error.cc.o 2022-11-23T01:20:10.7334211Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-ibilinear/gen/sse-c8.c.o 2022-11-23T01:20:10.8053668Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x4.c.o 2022-11-23T01:20:10.8677388Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T01:20:10.8846211Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/helpers.cc.o 2022-11-23T01:20:10.9196402Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x1.c.o 2022-11-23T01:20:10.9623193Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x2.c.o 2022-11-23T01:20:10.9925466Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFloat16ConvertAvx512.cc.o 2022-11-23T01:20:11.0522198Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T01:20:11.0523251Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseAvx512.cc.o 2022-11-23T01:20:11.0998248Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x3.c.o 2022-11-23T01:20:11.1031799Z [ 20%] Generating src/x86_64-fma/blas/sdotxf.py.o 2022-11-23T01:20:11.1652328Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T01:20:11.2028269Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x4.c.o 2022-11-23T01:20:11.2289544Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/address.cc.o 2022-11-23T01:20:11.2877890Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-maxpool/9p8x-minmax-sse-c4.c.o 2022-11-23T01:20:11.3200142Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x1.c.o 2022-11-23T01:20:11.3227042Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x2.c.o 2022-11-23T01:20:11.3508040Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseInt8Avx512.cc.o 2022-11-23T01:20:11.4125439Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-pavgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T01:20:11.4571095Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-pavgpool/9x-minmax-sse-c4.c.o 2022-11-23T01:20:11.4854494Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x3.c.o 2022-11-23T01:20:11.4952045Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/allocator.cc.o 2022-11-23T01:20:11.5421881Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/error.cc.o 2022-11-23T01:20:11.5936212Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x4.c.o 2022-11-23T01:20:11.5937234Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-rmax/sse.c.o 2022-11-23T01:20:11.6091129Z [ 21%] Generating src/x86_64-fma/blas/shdotxf.py.o 2022-11-23T01:20:11.6848803Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x1.c.o 2022-11-23T01:20:11.7075255Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-spmm/gen/32x1-minmax-sse.c.o 2022-11-23T01:20:11.7336470Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseVectorInt8Avx512.cc.o 2022-11-23T01:20:11.7859779Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x2-acc2.c.o 2022-11-23T01:20:11.7861417Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x2.c.o 2022-11-23T01:20:11.8312972Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/fd.cc.o 2022-11-23T01:20:11.8829677Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/QuantUtilsAvx512.cc.o 2022-11-23T01:20:11.8832268Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4-acc2.c.o 2022-11-23T01:20:11.9368038Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o 2022-11-23T01:20:11.9761440Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4-acc4.c.o 2022-11-23T01:20:12.0355241Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x8.c.o 2022-11-23T01:20:12.0630856Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/socket.cc.o 2022-11-23T01:20:12.1025065Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/system.cc.o 2022-11-23T01:20:12.1031705Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4.c.o 2022-11-23T01:20:12.1520522Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x8.c.o 2022-11-23T01:20:12.1967910Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x1.c.o 2022-11-23T01:20:12.2381485Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/UtilsAvx512.cc.o 2022-11-23T01:20:12.2660192Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x8.c.o 2022-11-23T01:20:12.2877019Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x2-acc2.c.o 2022-11-23T01:20:12.3136470Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x2.c.o 2022-11-23T01:20:12.3600305Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-sse-x8.c.o 2022-11-23T01:20:12.3818197Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-sse-x8.c.o 2022-11-23T01:20:12.4290478Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4-acc2.c.o 2022-11-23T01:20:12.4291939Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context.cc.o 2022-11-23T01:20:12.4813681Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context_impl.cc.o 2022-11-23T01:20:12.5193051Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512.cc.o 2022-11-23T01:20:12.5374785Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-sse-x8.c.o 2022-11-23T01:20:12.5469548Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4-acc4.c.o 2022-11-23T01:20:12.6181470Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4.c.o 2022-11-23T01:20:12.6338753Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-sse-x8.c.o 2022-11-23T01:20:12.7047382Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/scalar.c.o 2022-11-23T01:20:12.7248649Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-sse-x8.c.o 2022-11-23T01:20:12.7509733Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/1x1-minmax-scalar-pipelined.c.o 2022-11-23T01:20:12.7811775Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/error.cc.o 2022-11-23T01:20:12.8302331Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x8.c.o 2022-11-23T01:20:12.8585778Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/1x1-minmax-scalar.c.o 2022-11-23T01:20:12.9087543Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x8.c.o 2022-11-23T01:20:12.9805250Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512_256.cc.o 2022-11-23T01:20:12.9831258Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/2x1-minmax-scalar-pipelined.c.o 2022-11-23T01:20:12.9837324Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener.cc.o 2022-11-23T01:20:13.0467515Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x8.c.o 2022-11-23T01:20:13.0468569Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/2x1-minmax-scalar.c.o 2022-11-23T01:20:13.1150450Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-sse-x8.c.o 2022-11-23T01:20:13.1315334Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-scalar-pipelined.c.o 2022-11-23T01:20:13.1637193Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-scalar.c.o 2022-11-23T01:20:13.2036718Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x8.c.o 2022-11-23T01:20:13.2247092Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-sse-x8.c.o 2022-11-23T01:20:13.2747582Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-scalar-pipelined.c.o 2022-11-23T01:20:13.3662138Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x8.c.o 2022-11-23T01:20:13.3662972Z [ 21%] Built target fbgemm_avx512 2022-11-23T01:20:13.3669617Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-scalar.c.o 2022-11-23T01:20:13.3706352Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x2-minmax-scalar.c.o 2022-11-23T01:20:13.3935912Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x4-minmax-scalar.c.o 2022-11-23T01:20:13.4286653Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener_impl.cc.o 2022-11-23T01:20:13.4646763Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe.cc.o 2022-11-23T01:20:13.4952133Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe_impl.cc.o 2022-11-23T01:20:13.4981923Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-sse-x8.c.o 2022-11-23T01:20:13.5324842Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x1.c.o 2022-11-23T01:20:13.6014044Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-sse-x8.c.o 2022-11-23T01:20:13.6231289Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x2.c.o 2022-11-23T01:20:13.6821528Z [ 21%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/init.c.o 2022-11-23T01:20:13.6903611Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse-x8.c.o 2022-11-23T01:20:13.7063815Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x4.c.o 2022-11-23T01:20:13.7964802Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x8.c.o 2022-11-23T01:20:13.7972853Z [ 21%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-inference.c.o 2022-11-23T01:20:13.7977415Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vmulcaddc/gen/c4-minmax-sse-2x.c.o 2022-11-23T01:20:13.8860433Z [ 21%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-inference.c.o 2022-11-23T01:20:13.8871170Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x1.c.o 2022-11-23T01:20:13.9459643Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/error.cc.o 2022-11-23T01:20:13.9460212Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x2.c.o 2022-11-23T01:20:13.9625044Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsqrt/gen/sse-sqrt-x4.c.o 2022-11-23T01:20:13.9708690Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-sse-x8.c.o 2022-11-23T01:20:14.0044962Z [ 21%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/pooling-output.c.o 2022-11-23T01:20:14.0282295Z [ 21%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-output.c.o 2022-11-23T01:20:14.0665921Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x4.c.o 2022-11-23T01:20:14.0981509Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x8.c.o 2022-11-23T01:20:14.0987059Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-sse-x8.c.o 2022-11-23T01:20:14.1327509Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x1.c.o 2022-11-23T01:20:14.1553758Z [ 21%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/softmax-output.c.o 2022-11-23T01:20:14.1832298Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/channel_impl.cc.o 2022-11-23T01:20:14.2073355Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-sse-x8.c.o 2022-11-23T01:20:14.2457645Z [ 21%] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/nccl/gloo_hip_generated_nccl.hip.o 2022-11-23T01:20:14.2476542Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x2.c.o 2022-11-23T01:20:14.2969068Z [ 22%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-output.c.o 2022-11-23T01:20:14.3006911Z [ 22%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-input-gradient.c.o 2022-11-23T01:20:14.3459201Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-packx/x4-sse.c.o 2022-11-23T01:20:14.3675332Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x4.c.o 2022-11-23T01:20:14.3978759Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x8.c.o 2022-11-23T01:20:14.4236881Z [ 22%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-input-gradient.c.o 2022-11-23T01:20:14.4482603Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x32.c.o 2022-11-23T01:20:14.4971254Z [ 22%] Linking CXX static library ../../../../../../lib/libdnnl.a 2022-11-23T01:20:14.5064170Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x1.c.o 2022-11-23T01:20:14.5596872Z [ 22%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-kernel-gradient.c.o 2022-11-23T01:20:14.5642529Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/4x-sse2-c4.c.o 2022-11-23T01:20:14.6217145Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/context_impl.cc.o 2022-11-23T01:20:14.6265209Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x2.c.o 2022-11-23T01:20:14.6645692Z [ 22%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-output.c.o 2022-11-23T01:20:14.6889595Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/9p8x-sse2-c4.c.o 2022-11-23T01:20:14.7344621Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x4.c.o 2022-11-23T01:20:14.7719184Z [ 22%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/x86_64-fma/softmax.c.o 2022-11-23T01:20:14.8047803Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/9x-sse2-c4.c.o 2022-11-23T01:20:14.8470618Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x8.c.o 2022-11-23T01:20:14.8937722Z [ 22%] Linking C static library ../../lib/libnnpack.a 2022-11-23T01:20:14.9191398Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T01:20:14.9241338Z [ 22%] Built target nnpack 2022-11-23T01:20:14.9285067Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/sse2-2x8.c.o 2022-11-23T01:20:14.9717805Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x1.c.o 2022-11-23T01:20:14.9955235Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/factory.cc.o 2022-11-23T01:20:15.0264793Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/channel_impl.cc.o 2022-11-23T01:20:15.0529819Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T01:20:15.0944609Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x2.c.o 2022-11-23T01:20:15.1795277Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T01:20:15.1985090Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x4.c.o 2022-11-23T01:20:15.2723104Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc2.c.o 2022-11-23T01:20:15.2764154Z [ 22%] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip.hip.o 2022-11-23T01:20:15.3047955Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x8.c.o 2022-11-23T01:20:15.3454042Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x1.c.o 2022-11-23T01:20:15.3974581Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/context_impl.cc.o 2022-11-23T01:20:15.4020505Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/factory.cc.o 2022-11-23T01:20:15.4392740Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x12.c.o 2022-11-23T01:20:15.4691183Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x2.c.o 2022-11-23T01:20:15.5237150Z [ 22%] Built target dnnl 2022-11-23T01:20:15.5294706Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse2-x8.c.o 2022-11-23T01:20:15.5610565Z [ 22%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/RoctracerActivityApi.cpp.o 2022-11-23T01:20:15.5756491Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x4.c.o 2022-11-23T01:20:15.6255808Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-sse2-x8.c.o 2022-11-23T01:20:15.6717309Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x8.c.o 2022-11-23T01:20:15.7385306Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-sse2-x8.c.o 2022-11-23T01:20:15.7583784Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/channel_impl.cc.o 2022-11-23T01:20:15.7644888Z [ 22%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/RoctracerLogger.cpp.o 2022-11-23T01:20:15.8049913Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x1.c.o 2022-11-23T01:20:15.8573037Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-sse2-x8.c.o 2022-11-23T01:20:15.9003469Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x2.c.o 2022-11-23T01:20:15.9555135Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-sse2-x8.c.o 2022-11-23T01:20:15.9934825Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x4.c.o 2022-11-23T01:20:16.0286277Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x8.c.o 2022-11-23T01:20:16.0571831Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x8.c.o 2022-11-23T01:20:16.0813273Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:20:16.1217527Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/context_impl.cc.o 2022-11-23T01:20:16.1384021Z [ 22%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/AbstractConfig.cpp.o 2022-11-23T01:20:16.1446690Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x1.c.o 2022-11-23T01:20:16.1866682Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x2.c.o 2022-11-23T01:20:16.2276658Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:20:16.2302881Z [ 22%] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip_allreduce_bcube.cc.o 2022-11-23T01:20:16.2627727Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:20:16.2896029Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x4.c.o 2022-11-23T01:20:16.3566231Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x8.c.o 2022-11-23T01:20:16.3767243Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:20:16.4082941Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x1.c.o 2022-11-23T01:20:16.4617494Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:20:16.4949860Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x2.c.o 2022-11-23T01:20:16.5143613Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x4.c.o 2022-11-23T01:20:16.5571077Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/factory.cc.o 2022-11-23T01:20:16.5683287Z [ 22%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityProfiler.cpp.o 2022-11-23T01:20:16.6395301Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:20:16.6415013Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/channel_impl.cc.o 2022-11-23T01:20:16.6432562Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x8.c.o 2022-11-23T01:20:16.7362480Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x1.c.o 2022-11-23T01:20:16.7594838Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T01:20:16.8284279Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x2.c.o 2022-11-23T01:20:16.8798744Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T01:20:16.9058672Z [ 22%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerController.cpp.o 2022-11-23T01:20:16.9475446Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x4.c.o 2022-11-23T01:20:16.9953681Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/context_impl.cc.o 2022-11-23T01:20:16.9970554Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T01:20:17.0380557Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x8.c.o 2022-11-23T01:20:17.0785078Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/factory.cc.o 2022-11-23T01:20:17.1003500Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-11-23T01:20:17.1320364Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x1.c.o 2022-11-23T01:20:17.2133327Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-11-23T01:20:17.2318239Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x2.c.o 2022-11-23T01:20:17.2320810Z [ 22%] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip_allreduce_halving_doubling.cc.o 2022-11-23T01:20:17.3023556Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:20:17.3253286Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x4.c.o 2022-11-23T01:20:17.3726661Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:20:17.3966982Z [ 22%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerProxy.cpp.o 2022-11-23T01:20:17.4208372Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x8.c.o 2022-11-23T01:20:17.4452697Z [ 22%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityType.cpp.o 2022-11-23T01:20:17.5045445Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/connection_impl.cc.o 2022-11-23T01:20:17.5551924Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x1.c.o 2022-11-23T01:20:17.5559605Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:20:17.6313722Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x2.c.o 2022-11-23T01:20:17.6813933Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:20:17.7211968Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x4.c.o 2022-11-23T01:20:17.7799262Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x8.c.o 2022-11-23T01:20:17.7960013Z [ 22%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Config.cpp.o 2022-11-23T01:20:17.8008193Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T01:20:17.8485967Z [ 23%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ConfigLoader.cpp.o 2022-11-23T01:20:17.9052309Z [ 23%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/context_impl.cc.o 2022-11-23T01:20:17.9119639Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x1.c.o 2022-11-23T01:20:17.9507655Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T01:20:18.0038122Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x2.c.o 2022-11-23T01:20:18.0426208Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T01:20:18.0809110Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x4.c.o 2022-11-23T01:20:18.1248240Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T01:20:18.1530507Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-avgpool/9p8x-minmax-sse2-c8.c.o 2022-11-23T01:20:18.1979094Z [ 23%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityApi.cpp.o 2022-11-23T01:20:18.1979928Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x8.c.o 2022-11-23T01:20:18.2691898Z [ 23%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/DaemonConfigLoader.cpp.o 2022-11-23T01:20:18.2716672Z [ 23%] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip_allreduce_local.cc.o 2022-11-23T01:20:18.2851819Z [ 23%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/error.cc.o 2022-11-23T01:20:18.2901930Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-avgpool/9x-minmax-sse2-c8.c.o 2022-11-23T01:20:18.3776747Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x1.c.o 2022-11-23T01:20:18.4046983Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:20:18.4760480Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x2.c.o 2022-11-23T01:20:18.5205761Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:20:18.5707930Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x4.c.o 2022-11-23T01:20:18.5973804Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x8.c.o 2022-11-23T01:20:18.6410921Z [ 23%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Demangle.cpp.o 2022-11-23T01:20:18.6488912Z [ 23%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/factory.cc.o 2022-11-23T01:20:18.6981845Z [ 23%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/listener_impl.cc.o 2022-11-23T01:20:18.6992596Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T01:20:18.7171165Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x1.c.o 2022-11-23T01:20:18.7968110Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-11-23T01:20:18.8160012Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x2.c.o 2022-11-23T01:20:18.8649865Z [ 23%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/GenericTraceActivity.cpp.o 2022-11-23T01:20:18.9200258Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x4.c.o 2022-11-23T01:20:18.9259623Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-11-23T01:20:19.0102862Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x8.c.o 2022-11-23T01:20:19.0320834Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:20:19.0898883Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x1.c.o 2022-11-23T01:20:19.0957138Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/loop.cc.o 2022-11-23T01:20:19.1319718Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:20:19.1519792Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/sockaddr.cc.o 2022-11-23T01:20:19.2010877Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x2.c.o 2022-11-23T01:20:19.2411488Z [ 24%] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip_allreduce_ring.cc.o 2022-11-23T01:20:19.2758989Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:20:19.3011527Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x4.c.o 2022-11-23T01:20:19.3363426Z [ 24%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ILoggerObserver.cpp.o 2022-11-23T01:20:19.3956584Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:20:19.4091774Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x8.c.o 2022-11-23T01:20:19.4448224Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x1.c.o 2022-11-23T01:20:19.4881216Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/utility.cc.o 2022-11-23T01:20:19.5117602Z [ 24%] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip_allreduce_ring_chunked.cc.o 2022-11-23T01:20:19.5490971Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T01:20:19.5655094Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x2.c.o 2022-11-23T01:20:19.6506236Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T01:20:19.6765441Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x4.c.o 2022-11-23T01:20:19.7402071Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T01:20:19.7638635Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x8.c.o 2022-11-23T01:20:19.7917507Z [ 24%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/IpcFabricConfigClient.cpp.o 2022-11-23T01:20:19.8308845Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/epoll_loop.cc.o 2022-11-23T01:20:19.8493317Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T01:20:19.9169164Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x1.c.o 2022-11-23T01:20:19.9665527Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-ibilinear/gen/sse2-c8.c.o 2022-11-23T01:20:20.0138185Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x2.c.o 2022-11-23T01:20:20.0682563Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T01:20:20.1383884Z [ 24%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Logger.cpp.o 2022-11-23T01:20:20.1390975Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x4.c.o 2022-11-23T01:20:20.1826468Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/shm_segment.cc.o 2022-11-23T01:20:20.2156528Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-vclamp/sse2-x64.c.o 2022-11-23T01:20:20.2714618Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x8.c.o 2022-11-23T01:20:20.2810602Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x1.c.o 2022-11-23T01:20:20.3258400Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-ibilinear/gen/sse2-c8.c.o 2022-11-23T01:20:20.3792627Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x2.c.o 2022-11-23T01:20:20.3799542Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T01:20:20.4383071Z [ 24%] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip_broadcast_one_to_all.cc.o 2022-11-23T01:20:20.4711092Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/connection_impl.cc.o 2022-11-23T01:20:20.5071413Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x4.c.o 2022-11-23T01:20:20.5289206Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x8.c.o 2022-11-23T01:20:20.5333639Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-rmax/sse2.c.o 2022-11-23T01:20:20.5677321Z [ 24%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/init.cpp.o 2022-11-23T01:20:20.6071511Z [ 24%] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip_private.hip.o 2022-11-23T01:20:20.6311791Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x1.c.o 2022-11-23T01:20:20.6801717Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-vclamp/sse2-x64.c.o 2022-11-23T01:20:20.7256778Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x2.c.o 2022-11-23T01:20:20.7725486Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-fill/sse2-x64.c.o 2022-11-23T01:20:20.8369503Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/context_impl.cc.o 2022-11-23T01:20:20.8451291Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x4.c.o 2022-11-23T01:20:20.8833769Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-pad/sse2.c.o 2022-11-23T01:20:20.9294659Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x8.c.o 2022-11-23T01:20:20.9448721Z [ 25%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_csv.cpp.o 2022-11-23T01:20:20.9972654Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/xm-sse2.c.o 2022-11-23T01:20:21.0654779Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x1.c.o 2022-11-23T01:20:21.1053902Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x2-sse2.c.o 2022-11-23T01:20:21.1682799Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x2.c.o 2022-11-23T01:20:21.2167398Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/factory.cc.o 2022-11-23T01:20:21.2171224Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x3-sse2.c.o 2022-11-23T01:20:21.2739767Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x4.c.o 2022-11-23T01:20:21.3214548Z [ 25%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_json.cpp.o 2022-11-23T01:20:21.3225118Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x4-sse2.c.o 2022-11-23T01:20:21.3631172Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x8.c.o 2022-11-23T01:20:21.4085725Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-unpool/sse2.c.o 2022-11-23T01:20:21.4501909Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/xm-sse2.c.o 2022-11-23T01:20:21.4830841Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x1.c.o 2022-11-23T01:20:21.5107058Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x2.c.o 2022-11-23T01:20:21.5458558Z [ 25%] Linking CXX static library ../../../lib/libgloo_hip.a 2022-11-23T01:20:21.5707331Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x2-sse2.c.o 2022-11-23T01:20:21.5894185Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/listener_impl.cc.o 2022-11-23T01:20:21.5936073Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/reactor.cc.o 2022-11-23T01:20:21.6331009Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x4.c.o 2022-11-23T01:20:21.6429420Z [ 25%] Built target gloo_hip 2022-11-23T01:20:21.6494073Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x8.c.o 2022-11-23T01:20:21.6801880Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x3-sse2.c.o 2022-11-23T01:20:21.7219751Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x4-sse2.c.o 2022-11-23T01:20:21.7683144Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x1.c.o 2022-11-23T01:20:21.7690604Z [ 25%] Built target kineto_base 2022-11-23T01:20:21.7749042Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x2.c.o 2022-11-23T01:20:21.8032723Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x4.c.o 2022-11-23T01:20:21.8243751Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4-acc2.c.o 2022-11-23T01:20:21.8711222Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x16.c.o 2022-11-23T01:20:21.8944326Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T01:20:21.9409008Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/sockaddr.cc.o 2022-11-23T01:20:21.9414625Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x8.c.o 2022-11-23T01:20:21.9972527Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x1.c.o 2022-11-23T01:20:21.9973076Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/ibv.cc.o 2022-11-23T01:20:22.0373005Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x2.c.o 2022-11-23T01:20:22.0557654Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/sse41-2x8.c.o 2022-11-23T01:20:22.0807077Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/connection_impl.cc.o 2022-11-23T01:20:22.1368871Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x4.c.o 2022-11-23T01:20:22.1377098Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/context_impl.cc.o 2022-11-23T01:20:22.1943408Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T01:20:22.2186576Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse41-x8.c.o 2022-11-23T01:20:22.2568126Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x8.c.o 2022-11-23T01:20:22.2859031Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x1.c.o 2022-11-23T01:20:22.3230097Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x2.c.o 2022-11-23T01:20:22.3410146Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-sse41-x8.c.o 2022-11-23T01:20:22.3756430Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-sse41-x8.c.o 2022-11-23T01:20:22.4074320Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-sse41-x8.c.o 2022-11-23T01:20:22.4520558Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x4.c.o 2022-11-23T01:20:22.4743951Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x8.c.o 2022-11-23T01:20:22.5204919Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/error.cc.o 2022-11-23T01:20:22.5205699Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x1.c.o 2022-11-23T01:20:22.5446973Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-sse41-x8.c.o 2022-11-23T01:20:22.5924488Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x8.c.o 2022-11-23T01:20:22.5935638Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:20:22.6108337Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:20:22.6506011Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x2.c.o 2022-11-23T01:20:22.6980016Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x4.c.o 2022-11-23T01:20:22.7289885Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x8.c.o 2022-11-23T01:20:22.7357376Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x1.c.o 2022-11-23T01:20:22.7716636Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:20:22.7973497Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/factory.cc.o 2022-11-23T01:20:22.8458549Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x2.c.o 2022-11-23T01:20:22.8536509Z [ 25%] Building CXX object c10/test/CMakeFiles/c10_CompileTimeFunctionPointer_test.dir/core/CompileTimeFunctionPointer_test.cpp.o 2022-11-23T01:20:22.8778721Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:20:22.8874446Z [ 25%] Building CXX object c10/test/CMakeFiles/c10_DeviceGuard_test.dir/core/DeviceGuard_test.cpp.o 2022-11-23T01:20:22.9526190Z [ 25%] Building CXX object c10/test/CMakeFiles/c10_Device_test.dir/core/Device_test.cpp.o 2022-11-23T01:20:22.9642219Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x4.c.o 2022-11-23T01:20:23.0302607Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:20:23.0526730Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x8.c.o 2022-11-23T01:20:23.1406877Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x1.c.o 2022-11-23T01:20:23.1628897Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:20:23.1987387Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/listener_impl.cc.o 2022-11-23T01:20:23.2441023Z [ 25%] Linking CXX executable ../../bin/c10_CompileTimeFunctionPointer_test 2022-11-23T01:20:23.2448941Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x2.c.o 2022-11-23T01:20:23.2910822Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T01:20:23.3267430Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x4.c.o 2022-11-23T01:20:23.3518959Z [ 25%] Linking CXX executable ../../bin/c10_Device_test 2022-11-23T01:20:23.3670018Z [ 25%] Built target c10_CompileTimeFunctionPointer_test 2022-11-23T01:20:23.3724209Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T01:20:23.3747807Z [ 25%] Linking CXX executable ../../bin/c10_DeviceGuard_test 2022-11-23T01:20:23.4169825Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x8.c.o 2022-11-23T01:20:23.4378507Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x1.c.o 2022-11-23T01:20:23.4708449Z [ 25%] Built target c10_Device_test 2022-11-23T01:20:23.4769825Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x2.c.o 2022-11-23T01:20:23.4848330Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T01:20:23.5045077Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-11-23T01:20:23.5066737Z [ 25%] Built target c10_DeviceGuard_test 2022-11-23T01:20:23.5112744Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-11-23T01:20:23.5562963Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:20:23.5957649Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/reactor.cc.o 2022-11-23T01:20:23.5958414Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x4.c.o 2022-11-23T01:20:23.6372338Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x8.c.o 2022-11-23T01:20:23.6598729Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x1.c.o 2022-11-23T01:20:23.6904126Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x2.c.o 2022-11-23T01:20:23.7076652Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/sockaddr.cc.o 2022-11-23T01:20:23.7451706Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:20:23.7757440Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:20:23.7773100Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:20:23.8232086Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x4.c.o 2022-11-23T01:20:23.8837867Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x8.c.o 2022-11-23T01:20:23.9094253Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x1.c.o 2022-11-23T01:20:23.9522847Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T01:20:23.9538165Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T01:20:23.9922055Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x2.c.o 2022-11-23T01:20:24.0318037Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/utility.cc.o 2022-11-23T01:20:24.0340521Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T01:20:24.0522147Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T01:20:24.0950928Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x4.c.o 2022-11-23T01:20:24.1281851Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:20:24.1283102Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x8.c.o 2022-11-23T01:20:24.1705910Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x1.c.o 2022-11-23T01:20:24.1871870Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x2.c.o 2022-11-23T01:20:24.2392025Z [ 25%] Building CXX object c10/test/CMakeFiles/c10_DispatchKeySet_test.dir/core/DispatchKeySet_test.cpp.o 2022-11-23T01:20:24.2496139Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:20:24.2850596Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T01:20:24.2878472Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-11-23T01:20:24.3823553Z [ 25%] Linking CXX static library ../../../lib/libtensorpipe.a 2022-11-23T01:20:24.3829532Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x4.c.o 2022-11-23T01:20:24.3932718Z [ 25%] Building CXX object c10/test/CMakeFiles/c10_StreamGuard_test.dir/core/StreamGuard_test.cpp.o 2022-11-23T01:20:24.4162006Z [ 25%] Building CXX object c10/test/CMakeFiles/c10_SymInt_test.dir/core/SymInt_test.cpp.o 2022-11-23T01:20:24.4795263Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x8.c.o 2022-11-23T01:20:24.4840187Z [ 25%] Built target tensorpipe 2022-11-23T01:20:24.4884728Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x1.c.o 2022-11-23T01:20:24.4983097Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-11-23T01:20:24.5661492Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:20:24.5826668Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x2.c.o 2022-11-23T01:20:24.6257486Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x4.c.o 2022-11-23T01:20:24.6704582Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:20:24.7172286Z [ 25%] Linking CXX executable ../../bin/c10_DispatchKeySet_test 2022-11-23T01:20:24.7184442Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x8.c.o 2022-11-23T01:20:24.7564364Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:20:24.7778814Z [ 25%] Linking CXX executable ../../bin/c10_StreamGuard_test 2022-11-23T01:20:24.8557384Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:20:24.8558251Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x1.c.o 2022-11-23T01:20:24.8559243Z [ 25%] Linking CXX executable ../../bin/c10_SymInt_test 2022-11-23T01:20:24.8559676Z [ 25%] Built target c10_DispatchKeySet_test 2022-11-23T01:20:24.8617267Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T01:20:24.8907444Z [ 25%] Built target c10_StreamGuard_test 2022-11-23T01:20:24.8985635Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T01:20:24.9242085Z [ 25%] Building CXX object c10/test/CMakeFiles/c10_InlineDeviceGuard_test.dir/core/impl/InlineDeviceGuard_test.cpp.o 2022-11-23T01:20:24.9603476Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x2.c.o 2022-11-23T01:20:24.9756929Z [ 25%] Built target c10_SymInt_test 2022-11-23T01:20:24.9805725Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x4.c.o 2022-11-23T01:20:24.9957526Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x8.c.o 2022-11-23T01:20:24.9972845Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x1.c.o 2022-11-23T01:20:25.0434953Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T01:20:25.1087342Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T01:20:25.1247322Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-ibilinear/gen/sse41-c16.c.o 2022-11-23T01:20:25.1249052Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-maxpool/9p8x-minmax-sse41-c16.c.o 2022-11-23T01:20:25.1328067Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x2.c.o 2022-11-23T01:20:25.1807698Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x4.c.o 2022-11-23T01:20:25.2145404Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x8.c.o 2022-11-23T01:20:25.2596636Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x1.c.o 2022-11-23T01:20:25.2621569Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-vclamp/sse41-x64.c.o 2022-11-23T01:20:25.2664295Z [ 26%] Building CXX object c10/test/CMakeFiles/c10_InlineStreamGuard_test.dir/core/impl/InlineStreamGuard_test.cpp.o 2022-11-23T01:20:25.3221402Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-ibilinear/gen/sse41-c16.c.o 2022-11-23T01:20:25.3515350Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x16.c.o 2022-11-23T01:20:25.3731585Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x2.c.o 2022-11-23T01:20:25.4213648Z [ 26%] Linking CXX executable ../../bin/c10_InlineDeviceGuard_test 2022-11-23T01:20:25.4214992Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x4.c.o 2022-11-23T01:20:25.4554607Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x8.c.o 2022-11-23T01:20:25.4767097Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-avx.c.o 2022-11-23T01:20:25.5000005Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-avx.c.o 2022-11-23T01:20:25.5530665Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-avx.c.o 2022-11-23T01:20:25.5531208Z [ 26%] Built target c10_InlineDeviceGuard_test 2022-11-23T01:20:25.5577968Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-avx.c.o 2022-11-23T01:20:25.5708886Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x1.c.o 2022-11-23T01:20:25.6461353Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x2.c.o 2022-11-23T01:20:25.7003825Z [ 26%] Linking CXX executable ../../bin/c10_InlineStreamGuard_test 2022-11-23T01:20:25.7225678Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x4.c.o 2022-11-23T01:20:25.7598030Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x1.c.o 2022-11-23T01:20:25.7661636Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x2.c.o 2022-11-23T01:20:25.7940033Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x3.c.o 2022-11-23T01:20:25.8168882Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T01:20:25.8222614Z [ 26%] Built target c10_InlineStreamGuard_test 2022-11-23T01:20:25.8269223Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T01:20:25.8550811Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T01:20:25.8877730Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T01:20:25.8881477Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T01:20:25.9485212Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x4.c.o 2022-11-23T01:20:25.9496859Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/avx-2x16.c.o 2022-11-23T01:20:26.0356963Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x5.c.o 2022-11-23T01:20:26.0742481Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x6.c.o 2022-11-23T01:20:26.1053237Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x1.c.o 2022-11-23T01:20:26.1313310Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x2.c.o 2022-11-23T01:20:26.1602011Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x3.c.o 2022-11-23T01:20:26.2206159Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T01:20:26.2516835Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T01:20:26.2587061Z [ 27%] Building CXX object c10/test/CMakeFiles/c10_SizesAndStrides_test.dir/core/impl/SizesAndStrides_test.cpp.o 2022-11-23T01:20:26.2631532Z [ 27%] Building CXX object c10/test/CMakeFiles/c10_Array_test.dir/util/Array_test.cpp.o 2022-11-23T01:20:26.3290073Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x4.c.o 2022-11-23T01:20:26.3437612Z [ 27%] Building CXX object c10/test/CMakeFiles/c10_Bitset_test.dir/util/Bitset_test.cpp.o 2022-11-23T01:20:26.4155050Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x5.c.o 2022-11-23T01:20:26.4388747Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x6.c.o 2022-11-23T01:20:26.4683579Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-avx-x16.c.o 2022-11-23T01:20:26.5170943Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x16.c.o 2022-11-23T01:20:26.5565065Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x1.c.o 2022-11-23T01:20:26.6604905Z [ 27%] Linking CXX executable ../../bin/c10_Array_test 2022-11-23T01:20:26.6610204Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x2.c.o 2022-11-23T01:20:26.6613824Z [ 27%] Linking CXX executable ../../bin/c10_SizesAndStrides_test 2022-11-23T01:20:26.6992344Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x4.c.o 2022-11-23T01:20:26.7665984Z [ 27%] Linking CXX executable ../../bin/c10_Bitset_test 2022-11-23T01:20:26.7681066Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x16.c.o 2022-11-23T01:20:26.7788019Z [ 27%] Built target c10_Array_test 2022-11-23T01:20:26.7836900Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x16.c.o 2022-11-23T01:20:26.7953789Z [ 27%] Built target c10_SizesAndStrides_test 2022-11-23T01:20:26.8000839Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-avx-x16.c.o 2022-11-23T01:20:26.8108004Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-avx-x16.c.o 2022-11-23T01:20:26.8451401Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x1.c.o 2022-11-23T01:20:26.9083157Z [ 27%] Built target c10_Bitset_test 2022-11-23T01:20:26.9143009Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x2.c.o 2022-11-23T01:20:26.9325699Z [ 27%] Building CXX object c10/test/CMakeFiles/c10_C++17_test.dir/util/C++17_test.cpp.o 2022-11-23T01:20:26.9822880Z [ 27%] Building CXX object c10/test/CMakeFiles/c10_ConstexprCrc_test.dir/util/ConstexprCrc_test.cpp.o 2022-11-23T01:20:27.0176638Z [ 27%] Building CXX object c10/test/CMakeFiles/c10_DeadlockDetection_test.dir/util/DeadlockDetection_test.cpp.o 2022-11-23T01:20:27.0445823Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x4.c.o 2022-11-23T01:20:27.0693211Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c1-minmax-scalar-2x.c.o 2022-11-23T01:20:27.0731467Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-avx-x16.c.o 2022-11-23T01:20:27.1467616Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-avx-x16.c.o 2022-11-23T01:20:27.1825958Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c2-minmax-scalar-2x.c.o 2022-11-23T01:20:27.2527942Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c4-minmax-scalar-2x.c.o 2022-11-23T01:20:27.2707566Z [ 27%] Linking CXX executable ../../bin/c10_ConstexprCrc_test 2022-11-23T01:20:27.3205215Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x1.c.o 2022-11-23T01:20:27.3635133Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_Half_test.dir/util/Half_test.cpp.o 2022-11-23T01:20:27.3780429Z [ 28%] Linking CXX executable ../../bin/c10_C++17_test 2022-11-23T01:20:27.3873218Z [ 28%] Built target c10_ConstexprCrc_test 2022-11-23T01:20:27.3874059Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-avx-x16.c.o 2022-11-23T01:20:27.3921874Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x16.c.o 2022-11-23T01:20:27.4448746Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x2.c.o 2022-11-23T01:20:27.4480165Z [ 28%] Linking CXX executable ../../bin/c10_DeadlockDetection_test 2022-11-23T01:20:27.5022381Z [ 28%] Built target c10_C++17_test 2022-11-23T01:20:27.5069286Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x4.c.o 2022-11-23T01:20:27.5313810Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_LeftRight_test.dir/util/LeftRight_test.cpp.o 2022-11-23T01:20:27.5785596Z [ 28%] Built target c10_DeadlockDetection_test 2022-11-23T01:20:27.5829977Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x16.c.o 2022-11-23T01:20:27.5833213Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_Metaprogramming_test.dir/util/Metaprogramming_test.cpp.o 2022-11-23T01:20:27.5915291Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x8.c.o 2022-11-23T01:20:27.6204790Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x16.c.o 2022-11-23T01:20:27.6900273Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x1.c.o 2022-11-23T01:20:27.7592896Z [ 28%] Linking CXX executable ../../bin/c10_Half_test 2022-11-23T01:20:27.7770984Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x2.c.o 2022-11-23T01:20:27.8018915Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-avx-x16.c.o 2022-11-23T01:20:27.8388959Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x4.c.o 2022-11-23T01:20:27.8814274Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x16.c.o 2022-11-23T01:20:27.9027209Z [ 28%] Built target c10_Half_test 2022-11-23T01:20:27.9100935Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-avx-x16.c.o 2022-11-23T01:20:27.9115332Z [ 28%] Linking CXX executable ../../bin/c10_LeftRight_test 2022-11-23T01:20:27.9634949Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x1.c.o 2022-11-23T01:20:27.9986871Z [ 28%] Linking CXX executable ../../bin/c10_Metaprogramming_test 2022-11-23T01:20:28.0434414Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x2.c.o 2022-11-23T01:20:28.0436196Z [ 28%] Built target c10_LeftRight_test 2022-11-23T01:20:28.0495299Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x4.c.o 2022-11-23T01:20:28.0712928Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_SmallVectorTest.dir/util/SmallVectorTest.cpp.o 2022-11-23T01:20:28.1189103Z [ 28%] Built target c10_Metaprogramming_test 2022-11-23T01:20:28.1235106Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x16.c.o 2022-11-23T01:20:28.1293382Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_Synchronized_test.dir/util/Synchronized_test.cpp.o 2022-11-23T01:20:28.1524510Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_ThreadLocal_test.dir/util/ThreadLocal_test.cpp.o 2022-11-23T01:20:28.2065190Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_TypeIndex_test.dir/util/TypeIndex_test.cpp.o 2022-11-23T01:20:28.2256938Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x1.c.o 2022-11-23T01:20:28.3178387Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x2.c.o 2022-11-23T01:20:28.3359295Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-avx-x16.c.o 2022-11-23T01:20:28.4181018Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x4.c.o 2022-11-23T01:20:28.4920202Z [ 28%] Linking CXX executable ../../bin/c10_Synchronized_test 2022-11-23T01:20:28.5609953Z [ 28%] Linking CXX executable ../../bin/c10_ThreadLocal_test 2022-11-23T01:20:28.5610886Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x1.c.o 2022-11-23T01:20:28.5815456Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x32.c.o 2022-11-23T01:20:28.5936252Z [ 28%] Linking CXX executable ../../bin/c10_SmallVectorTest 2022-11-23T01:20:28.6291092Z [ 28%] Built target c10_Synchronized_test 2022-11-23T01:20:28.6344200Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-avx-x16.c.o 2022-11-23T01:20:28.6345501Z [ 28%] Linking CXX executable ../../bin/c10_TypeIndex_test 2022-11-23T01:20:28.6810719Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x2.c.o 2022-11-23T01:20:28.7054927Z [ 28%] Built target c10_ThreadLocal_test 2022-11-23T01:20:28.7107390Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x4.c.o 2022-11-23T01:20:28.7653178Z [ 28%] Built target c10_TypeIndex_test 2022-11-23T01:20:28.7669818Z [ 28%] Built target c10_SmallVectorTest 2022-11-23T01:20:28.7701911Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x1.c.o 2022-11-23T01:20:28.7726871Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x2.c.o 2022-11-23T01:20:28.7771455Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x4.c.o 2022-11-23T01:20:28.8080560Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-avx-x16.c.o 2022-11-23T01:20:28.8332529Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x1.c.o 2022-11-23T01:20:28.8769467Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_TypeList_test.dir/util/TypeList_test.cpp.o 2022-11-23T01:20:28.9090562Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_TypeTraits_test.dir/util/TypeTraits_test.cpp.o 2022-11-23T01:20:28.9091114Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_accumulate_test.dir/util/accumulate_test.cpp.o 2022-11-23T01:20:28.9561930Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_bfloat16_test.dir/util/bfloat16_test.cpp.o 2022-11-23T01:20:28.9950229Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x2.c.o 2022-11-23T01:20:29.0766835Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-avx-x16.c.o 2022-11-23T01:20:29.0978142Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x4.c.o 2022-11-23T01:20:29.1955696Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x1.c.o 2022-11-23T01:20:29.2556983Z [ 28%] Linking CXX executable ../../bin/c10_TypeTraits_test 2022-11-23T01:20:29.2927728Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-avx-x16.c.o 2022-11-23T01:20:29.2960031Z [ 28%] Linking CXX executable ../../bin/c10_TypeList_test 2022-11-23T01:20:29.3163679Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x2.c.o 2022-11-23T01:20:29.3474680Z [ 28%] Linking CXX executable ../../bin/c10_accumulate_test 2022-11-23T01:20:29.3841723Z [ 28%] Linking CXX executable ../../bin/c10_bfloat16_test 2022-11-23T01:20:29.3885046Z [ 28%] Built target c10_TypeTraits_test 2022-11-23T01:20:29.3949025Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x4.c.o 2022-11-23T01:20:29.4140543Z [ 28%] Built target c10_TypeList_test 2022-11-23T01:20:29.4194823Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x1.c.o 2022-11-23T01:20:29.4615338Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_complex_math_test.dir/util/complex_math_test.cpp.o 2022-11-23T01:20:29.4923321Z [ 28%] Built target c10_accumulate_test 2022-11-23T01:20:29.4971808Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-avx-x16.c.o 2022-11-23T01:20:29.5110298Z [ 28%] Built target c10_bfloat16_test 2022-11-23T01:20:29.5164722Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-avx-x16.c.o 2022-11-23T01:20:29.5196440Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x40.c.o 2022-11-23T01:20:29.5518330Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsqrt/gen/avx-sqrt-x8.c.o 2022-11-23T01:20:29.5525015Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x2.c.o 2022-11-23T01:20:29.6621439Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x4.c.o 2022-11-23T01:20:29.6817928Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x1.c.o 2022-11-23T01:20:29.7194667Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x2.c.o 2022-11-23T01:20:29.7409709Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x4.c.o 2022-11-23T01:20:29.7645813Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-avx-x16.c.o 2022-11-23T01:20:29.7940368Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-avx-x16.c.o 2022-11-23T01:20:29.8130382Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-avx-x16.c.o 2022-11-23T01:20:29.8524836Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T01:20:29.8598086Z [ 28%] Linking CXX executable ../../bin/c10_complex_math_test 2022-11-23T01:20:29.8877748Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x1.c.o 2022-11-23T01:20:29.9649126Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x2.c.o 2022-11-23T01:20:29.9849923Z [ 28%] Built target c10_complex_math_test 2022-11-23T01:20:29.9893693Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x4.c.o 2022-11-23T01:20:29.9970423Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x1.c.o 2022-11-23T01:20:30.0112515Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T01:20:30.0315375Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x2.c.o 2022-11-23T01:20:30.0723822Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x4.c.o 2022-11-23T01:20:30.1119587Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_complex_test.dir/util/complex_test.cpp.o 2022-11-23T01:20:30.1325772Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_either_test.dir/util/either_test.cpp.o 2022-11-23T01:20:30.1331806Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_exception_test.dir/util/exception_test.cpp.o 2022-11-23T01:20:30.1701777Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_flags_test.dir/util/flags_test.cpp.o 2022-11-23T01:20:30.2388112Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-scalar-bitcast.c.o 2022-11-23T01:20:30.2392316Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:20:30.3172218Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-scalar-fabsf.c.o 2022-11-23T01:20:30.3645292Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:20:30.3953114Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-lut64-p2.c.o 2022-11-23T01:20:30.4630058Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-lut2048-p1.c.o 2022-11-23T01:20:30.4827814Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:20:30.5370677Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-p5.c.o 2022-11-23T01:20:30.5732520Z [ 28%] Linking CXX executable ../../bin/c10_exception_test 2022-11-23T01:20:30.5776450Z [ 28%] Linking CXX executable ../../bin/c10_complex_test 2022-11-23T01:20:30.6144192Z [ 28%] Linking CXX executable ../../bin/c10_flags_test 2022-11-23T01:20:30.6326559Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut4-p4.c.o 2022-11-23T01:20:30.6627971Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:20:30.6997549Z [ 28%] Built target c10_exception_test 2022-11-23T01:20:30.7065441Z [ 28%] Built target c10_complex_test 2022-11-23T01:20:30.7071442Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T01:20:30.7128446Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T01:20:30.7220233Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut8-p3.c.o 2022-11-23T01:20:30.7589592Z [ 28%] Linking CXX executable ../../bin/c10_either_test 2022-11-23T01:20:30.7593498Z [ 28%] Built target c10_flags_test 2022-11-23T01:20:30.7647239Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut8-p4.c.o 2022-11-23T01:20:30.8027318Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut16-p3.c.o 2022-11-23T01:20:30.8356533Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T01:20:30.8393742Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut16-p4.c.o 2022-11-23T01:20:30.8962012Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:20:30.9159609Z [ 28%] Built target c10_either_test 2022-11-23T01:20:30.9186903Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_intrusive_ptr_test.dir/util/intrusive_ptr_test.cpp.o 2022-11-23T01:20:30.9222831Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-p5.c.o 2022-11-23T01:20:30.9305379Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-p6.c.o 2022-11-23T01:20:30.9421807Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_irange_test.dir/util/irange_test.cpp.o 2022-11-23T01:20:31.0060248Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_logging_test.dir/util/logging_test.cpp.o 2022-11-23T01:20:31.0276914Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-addsub.c.o 2022-11-23T01:20:31.0365189Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_optional_test.dir/util/optional_test.cpp.o 2022-11-23T01:20:31.0988330Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:20:31.1163125Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-cvt.c.o 2022-11-23T01:20:31.2104273Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:20:31.2358093Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-floor.c.o 2022-11-23T01:20:31.2932705Z [ 28%] Linking CXX executable ../../bin/c10_irange_test 2022-11-23T01:20:31.3253557Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-addsub.c.o 2022-11-23T01:20:31.3437647Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:20:31.4083995Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-nearbyint.c.o 2022-11-23T01:20:31.4089349Z [ 29%] Linking CXX executable ../../bin/c10_logging_test 2022-11-23T01:20:31.4271498Z [ 29%] Built target c10_irange_test 2022-11-23T01:20:31.4316457Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-rint.c.o 2022-11-23T01:20:31.5271256Z [ 29%] Building CXX object c10/test/CMakeFiles/c10_ordered_preserving_dict_test.dir/util/ordered_preserving_dict_test.cpp.o 2022-11-23T01:20:31.5281435Z [ 29%] Built target c10_logging_test 2022-11-23T01:20:31.5328438Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-addsub.c.o 2022-11-23T01:20:31.5387203Z [ 29%] Linking CXX executable ../../bin/c10_optional_test 2022-11-23T01:20:31.5422569Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T01:20:31.5510029Z [ 29%] Building CXX object c10/test/CMakeFiles/c10_registry_test.dir/util/registry_test.cpp.o 2022-11-23T01:20:31.5853011Z [ 29%] Linking CXX executable ../../bin/c10_intrusive_ptr_test 2022-11-23T01:20:31.6178990Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-ceil.c.o 2022-11-23T01:20:31.6775991Z [ 29%] Built target c10_optional_test 2022-11-23T01:20:31.6840782Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-cvt.c.o 2022-11-23T01:20:31.7371161Z [ 29%] Building CXX object c10/test/CMakeFiles/c10_string_view_test.dir/util/string_view_test.cpp.o 2022-11-23T01:20:31.7481907Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T01:20:31.7818166Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-addsub.c.o 2022-11-23T01:20:31.8482523Z [ 29%] Built target c10_intrusive_ptr_test 2022-11-23T01:20:31.8528497Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-cvt.c.o 2022-11-23T01:20:31.8729915Z [ 29%] Building CXX object c10/test/CMakeFiles/c10_tempfile_test.dir/util/tempfile_test.cpp.o 2022-11-23T01:20:31.9174215Z [ 29%] Linking CXX executable ../../bin/c10_registry_test 2022-11-23T01:20:31.9353943Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-trunc.c.o 2022-11-23T01:20:31.9654622Z [ 29%] Linking CXX executable ../../bin/c10_ordered_preserving_dict_test 2022-11-23T01:20:31.9975330Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T01:20:32.0246345Z [ 29%] Built target c10_registry_test 2022-11-23T01:20:32.0296308Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T01:20:32.0393103Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-lut64-p2-div.c.o 2022-11-23T01:20:32.0998676Z [ 29%] Built target c10_ordered_preserving_dict_test 2022-11-23T01:20:32.1061891Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-lut2048-p1-div.c.o 2022-11-23T01:20:32.1148408Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-p5-div.c.o 2022-11-23T01:20:32.1443410Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-11-23T01:20:32.1508629Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/params-init.c.o 2022-11-23T01:20:32.2205301Z [ 30%] Building CXX object c10/test/CMakeFiles/c10_typeid_test.dir/util/typeid_test.cpp.o 2022-11-23T01:20:32.2375302Z [ 30%] Building CXX object c10/benchmark/CMakeFiles/c10_intrusive_ptr_benchmark.dir/intrusive_ptr_benchmark.cpp.o 2022-11-23T01:20:32.2830486Z [ 30%] Linking CXX executable ../../bin/c10_tempfile_test 2022-11-23T01:20:32.3142757Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-11-23T01:20:32.3156752Z [ 30%] Linking CXX executable ../../bin/c10_string_view_test 2022-11-23T01:20:32.3189818Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:32.4291274Z [ 30%] Built target c10_tempfile_test 2022-11-23T01:20:32.4338276Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:32.4530807Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T01:20:32.4538319Z [ 30%] Built target c10_string_view_test 2022-11-23T01:20:32.4570659Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:20:32.4583213Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:20:32.5407726Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:32.5703591Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:20:32.5711810Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:32.6106146Z [ 30%] Linking CXX executable ../../bin/c10_intrusive_ptr_benchmark 2022-11-23T01:20:32.6579175Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:20:32.6787052Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:32.7148430Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T01:20:32.7293754Z [ 30%] Built target c10_intrusive_ptr_benchmark 2022-11-23T01:20:32.7347154Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T01:20:32.7410804Z [ 30%] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPCachingAllocator.cpp.o 2022-11-23T01:20:32.7692200Z [ 30%] Linking CXX executable ../../bin/c10_typeid_test 2022-11-23T01:20:32.8069573Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:32.8280801Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:32.8906929Z [ 30%] Built target c10_typeid_test 2022-11-23T01:20:32.8953929Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:32.9128676Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:32.9320368Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T01:20:32.9527412Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T01:20:32.9812288Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx-x64.c.o 2022-11-23T01:20:33.0309046Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T01:20:33.0500140Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:33.0927047Z [ 31%] Generating ../../../include/sleef.h 2022-11-23T01:20:33.0997884Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ 2022-11-23T01:20:33.1037717Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse2 2022-11-23T01:20:33.1044936Z [ 31%] Generating include/renameavx512fnofma.h 2022-11-23T01:20:33.1055031Z Generating renameavx512fnofma.h: mkrename cinz_ 8 16 avx512fnofma 2022-11-23T01:20:33.1060352Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse4 2022-11-23T01:20:33.1120770Z Generating sleef.h: mkrename cinz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ 2022-11-23T01:20:33.1140535Z Generating sleef.h: mkrename cinz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ avx 2022-11-23T01:20:33.1160131Z Generating sleef.h: mkrename finz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ fma4 2022-11-23T01:20:33.1171141Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c8.c.o 2022-11-23T01:20:33.1179619Z Generating sleef.h: mkrename finz_ 4 8 __m256d __m256 __m128i __m256i __AVX__ avx2 2022-11-23T01:20:33.1240775Z Generating sleef.h: mkrename finz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ avx2128 2022-11-23T01:20:33.1298008Z Generating sleef.h: mkrename finz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ 2022-11-23T01:20:33.1312731Z Generating sleef.h: mkrename finz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ avx512f 2022-11-23T01:20:33.1352389Z Generating sleef.h: mkrename cinz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ avx512fnofma 2022-11-23T01:20:33.1377206Z Generating sleef.h: mkrename cinz_ 1 1 double float int32_t int32_t __STDC__ purec 2022-11-23T01:20:33.1393866Z Generating sleef.h: mkrename finz_ 1 1 double float int32_t int32_t FP_FAST_FMA purecfma 2022-11-23T01:20:33.1473120Z [ 31%] Generating include/renamecuda.h 2022-11-23T01:20:33.1481028Z Generating renamecuda.h: mkrename finz_ 1 1 cuda 2022-11-23T01:20:33.1559275Z [ 31%] Built target headers 2022-11-23T01:20:33.1565042Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:33.1608047Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:33.2076643Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:33.2241153Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:33.2699432Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:20:33.2700418Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:20:33.2701421Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:20:33.2702315Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:20:33.2703242Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:20:33.2704158Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:20:33.2753550Z [ 31%] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPFunctions.cpp.o 2022-11-23T01:20:33.2760467Z [ 31%] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPException.cpp.o 2022-11-23T01:20:33.3215643Z [ 31%] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPMallocAsyncAllocator.cpp.o 2022-11-23T01:20:33.3269063Z [ 31%] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPMiscFunctions.cpp.o 2022-11-23T01:20:33.3809494Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c8.c.o 2022-11-23T01:20:33.3824640Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:33.4850004Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:33.5158380Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:20:33.5159271Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:20:33.5160216Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:20:33.5161114Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:20:33.5162739Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:20:33.5163890Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:20:33.5235619Z [ 31%] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPStream.cpp.o 2022-11-23T01:20:33.5706353Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-maxpool/9p8x-minmax-f16c-c8.c.o 2022-11-23T01:20:33.6039444Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:33.6392848Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:20:33.6393922Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:20:33.6395043Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:20:33.6395933Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:20:33.6396895Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:20:33.6397832Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:20:33.6446772Z [ 31%] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/impl/HIPGuardImpl.cpp.o 2022-11-23T01:20:33.6588768Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:20:33.6589756Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:20:33.6590415Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:20:33.6591201Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:20:33.6591788Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:20:33.6592300Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:20:33.6646456Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:33.7075242Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:20:33.7076325Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:20:33.7077318Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:20:33.7078431Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:20:33.7079429Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:20:33.7080395Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:20:33.7172442Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:33.7578509Z [ 31%] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/impl/HIPTest.cpp.o 2022-11-23T01:20:33.7939802Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-prelu/gen/f16c-2x16.c.o 2022-11-23T01:20:33.8448783Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x16.c.o 2022-11-23T01:20:33.8535005Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:20:33.8536289Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:20:33.8537261Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:20:33.8538107Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:20:33.8538969Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:20:33.8539842Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:20:33.8601484Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x16.c.o 2022-11-23T01:20:33.9207194Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:33.9708484Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:20:33.9710684Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:20:33.9712705Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:20:33.9714804Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:20:33.9716734Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:20:33.9718659Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:20:33.9775866Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:33.9777926Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x16.c.o 2022-11-23T01:20:34.0351710Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x16.c.o 2022-11-23T01:20:34.0399327Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:20:34.0400365Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:20:34.0401589Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:20:34.0402488Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:20:34.0403410Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:20:34.0404314Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:20:34.0454089Z [ 31%] Linking CXX shared library ../../lib/libc10_hip.so 2022-11-23T01:20:34.0812061Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:34.1244025Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:34.1254647Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vclamp/gen/vclamp-f16c-x16.c.o 2022-11-23T01:20:34.1617222Z [ 31%] Built target c10_hip 2022-11-23T01:20:34.1767631Z [ 31%] Built target renameAVX512FNOFMA.h_generated 2022-11-23T01:20:34.1812357Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vhswish/gen/vhswish-f16c-x16.c.o 2022-11-23T01:20:34.2104103Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vlrelu/gen/vlrelu-f16c-x16.c.o 2022-11-23T01:20:34.2428766Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T01:20:34.2430112Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:34.2887655Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:34.3405319Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T01:20:34.3583863Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:34.4194537Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T01:20:34.4431941Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:34.4692106Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:34.4957177Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:34.5242607Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:20:34.5677116Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:34.5985079Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:20:34.6067612Z [ 31%] Generating alias_avx512f.h 2022-11-23T01:20:34.6138218Z [ 31%] Built target alias_avx512f.h_generated 2022-11-23T01:20:34.6190084Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:20:34.6645249Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:20:34.7264066Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:34.7339127Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimdsp.c.o 2022-11-23T01:20:34.7774860Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimddp.c.o 2022-11-23T01:20:34.8373656Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:34.8681959Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:34.8682985Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:34.9522192Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T01:20:34.9713153Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T01:20:34.9989113Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:35.0299681Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:35.0564460Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimdsp.c.o 2022-11-23T01:20:35.0804525Z [ 31%] Built target sleefavx2 2022-11-23T01:20:35.0854859Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:20:35.1341304Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:20:35.1527136Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:35.2123290Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:35.2290628Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:35.3012673Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:20:35.3214486Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:35.3647581Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimddp.c.o 2022-11-23T01:20:35.3715038Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:20:35.4247708Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:35.4282740Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T01:20:35.4773100Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T01:20:35.5448253Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:35.5660199Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:20:35.5959778Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimdsp.c.o 2022-11-23T01:20:35.6345907Z [ 31%] Built target sleefdetavx2 2022-11-23T01:20:35.6393834Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimddp.c.o 2022-11-23T01:20:35.6681397Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:35.6879509Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:35.7569903Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:35.8037086Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimdsp.c.o 2022-11-23T01:20:35.8273779Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:20:35.8274575Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimddp.c.o 2022-11-23T01:20:35.8812316Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:20:35.9239955Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:35.9513636Z [ 31%] Built target sleefavx2128 2022-11-23T01:20:35.9694590Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimdsp.c.o 2022-11-23T01:20:36.0376076Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimddp.c.o 2022-11-23T01:20:36.0716816Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:36.0770701Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:36.1247802Z [ 31%] Built target sleefdetavx2128 2022-11-23T01:20:36.1249930Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:20:36.1406893Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimdsp.c.o 2022-11-23T01:20:36.1909489Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimddp.c.o 2022-11-23T01:20:36.2136298Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:36.2681317Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:36.3244628Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimdsp.c.o 2022-11-23T01:20:36.3430094Z [ 31%] Built target sleeffma4 2022-11-23T01:20:36.3471643Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimddp.c.o 2022-11-23T01:20:36.3980885Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:20:36.4059275Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimdsp.c.o 2022-11-23T01:20:36.4267224Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:36.4898750Z [ 31%] Built target sleefdetfma4 2022-11-23T01:20:36.4967551Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:36.5437903Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimdsp.c.o 2022-11-23T01:20:36.5715474Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimddp.c.o 2022-11-23T01:20:36.6166142Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:36.6420688Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:20:36.6739829Z [ 31%] Built target sleefavx 2022-11-23T01:20:36.6808729Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T01:20:36.7365479Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:36.7376098Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimddp.c.o 2022-11-23T01:20:36.8024914Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:36.8122215Z [ 32%] Built target sleefsse4 2022-11-23T01:20:36.8172831Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:36.8655366Z [ 32%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimdsp.c.o 2022-11-23T01:20:36.8926729Z [ 32%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimddp.c.o 2022-11-23T01:20:36.9310051Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T01:20:36.9341620Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-11-23T01:20:36.9792643Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:37.0084338Z [ 32%] Built target sleefdetavx 2022-11-23T01:20:37.0247638Z [ 32%] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimdsp.c.o 2022-11-23T01:20:37.1245641Z [ 32%] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimddp.c.o 2022-11-23T01:20:37.1254407Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:37.1581335Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T01:20:37.1674335Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:37.2185221Z [ 33%] Built target sleefdetsse4 2022-11-23T01:20:37.2321514Z [ 33%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimdsp.c.o 2022-11-23T01:20:37.2729405Z [ 33%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimddp.c.o 2022-11-23T01:20:37.3202551Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:37.3594007Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T01:20:37.3869217Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T01:20:37.4201575Z [ 33%] Built target sleefsse2 2022-11-23T01:20:37.4266596Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-ibilinear/gen/fma3-c8.c.o 2022-11-23T01:20:37.4670905Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:37.5217741Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:37.5269501Z [ 33%] Built target sleefdetsse2 2022-11-23T01:20:37.5316135Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:37.5839948Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:37.5907194Z [ 33%] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimdsp.c.o 2022-11-23T01:20:37.6465585Z [ 33%] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimddp.c.o 2022-11-23T01:20:37.6467703Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vmulcaddc/gen/c8-minmax-fma3-2x.c.o 2022-11-23T01:20:37.6646420Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-fma3.c.o 2022-11-23T01:20:37.7090433Z [ 33%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimdsp.c.o 2022-11-23T01:20:37.7398307Z [ 33%] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimdsp.c.o 2022-11-23T01:20:37.7557364Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:37.7910440Z [ 33%] Built target sleefpurec_scalar 2022-11-23T01:20:37.7956685Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:37.8155845Z [ 33%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimddp.c.o 2022-11-23T01:20:37.8535704Z [ 33%] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimddp.c.o 2022-11-23T01:20:37.8958002Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:37.9162117Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T01:20:37.9388761Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T01:20:37.9609215Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:37.9848457Z [ 33%] Built target sleefdetpurec_scalar 2022-11-23T01:20:37.9918183Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:38.0151491Z [ 33%] Built target sleefpurecfma_scalar 2022-11-23T01:20:38.0214072Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:38.0387599Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T01:20:38.0581824Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T01:20:38.1109960Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:20:38.1285016Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:38.1756344Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:38.1956908Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:38.2651823Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:20:38.2941957Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T01:20:38.2989234Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:38.3236690Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T01:20:38.3695369Z [ 33%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimdsp.c.o 2022-11-23T01:20:38.3800882Z [ 33%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimddp.c.o 2022-11-23T01:20:38.4423014Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:38.4643118Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:38.5088848Z [ 33%] Built target sleefdetpurecfma_scalar 2022-11-23T01:20:38.5136083Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:38.5325950Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:38.5556799Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:38.5826832Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:20:38.6061521Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:38.6263237Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:20:38.6643701Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T01:20:38.6941549Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:38.6942466Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-fma3-x16.c.o 2022-11-23T01:20:38.7430461Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T01:20:38.8218370Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:38.8445958Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:38.8666590Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:38.9060886Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-11-23T01:20:38.9112800Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T01:20:38.9575213Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-igemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T01:20:38.9751712Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-igemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T01:20:39.0149383Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T01:20:39.0457193Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-11-23T01:20:39.0493836Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T01:20:39.1220432Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-11-23T01:20:39.1793536Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-11-23T01:20:39.1805226Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-11-23T01:20:39.2209688Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x56.c.o 2022-11-23T01:20:39.2508418Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-11-23T01:20:39.2589015Z [ 33%] Generating dispsse.c 2022-11-23T01:20:39.2697641Z [ 33%] Built target dispsse.c_generated 2022-11-23T01:20:39.2742129Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-11-23T01:20:39.3205235Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x40.c.o 2022-11-23T01:20:39.3235859Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:20:39.3507137Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c1.c.o 2022-11-23T01:20:39.3821142Z [ 33%] Building C object sleef/src/libm/CMakeFiles/dispavx_obj.dir/dispavx.c.o 2022-11-23T01:20:39.4153248Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c2.c.o 2022-11-23T01:20:39.4659789Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:20:39.5014310Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c4.c.o 2022-11-23T01:20:39.5265750Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:20:39.5681741Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-11-23T01:20:39.5862448Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:20:39.6257597Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:20:39.6842407Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-11-23T01:20:39.6905223Z [ 33%] Built target dispavx_obj 2022-11-23T01:20:39.6950648Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-11-23T01:20:39.7316902Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-11-23T01:20:39.7768432Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-11-23T01:20:39.8076380Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:20:39.8077356Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:20:39.8546475Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:20:39.8811398Z [ 34%] Building CXX object third_party/protobuf/cmake/CMakeFiles/protoc.dir/__/src/google/protobuf/compiler/main.cc.o 2022-11-23T01:20:39.8997375Z [ 34%] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o 2022-11-23T01:20:39.9142400Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-11-23T01:20:40.0087482Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c1.c.o 2022-11-23T01:20:40.0472637Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c2.c.o 2022-11-23T01:20:40.0947791Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c4.c.o 2022-11-23T01:20:40.1008955Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T01:20:40.1021094Z [ 34%] Linking CXX executable ../../../bin/protoc 2022-11-23T01:20:40.1496874Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:20:40.1869144Z [ 34%] Linking CXX static library ../../../lib/libgmock_main.a 2022-11-23T01:20:40.2055177Z [ 34%] Built target gmock_main 2022-11-23T01:20:40.2098721Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:20:40.2195866Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:20:40.2231526Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-11-23T01:20:40.3078516Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-11-23T01:20:40.3277444Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-11-23T01:20:40.3701902Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:40.3752069Z [ 34%] Built target protoc 2022-11-23T01:20:40.3797187Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:40.3900611Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:40.4397639Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:20:40.4588227Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T01:20:40.4832361Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:40.5648084Z [ 34%] Linking CXX static library ../../lib/libfbgemm.a 2022-11-23T01:20:40.5648516Z [ 34%] Linking CXX static library ../../../../lib/libdnnl_graph.a 2022-11-23T01:20:40.5939056Z [ 34%] Linking CXX static library ../../../lib/libkineto.a 2022-11-23T01:20:40.6278574Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:40.6391351Z [ 34%] Built target kineto 2022-11-23T01:20:40.6440892Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:40.6870507Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:40.6881005Z [ 34%] Built target fbgemm 2022-11-23T01:20:40.6935803Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:40.7079704Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T01:20:40.7227744Z [ 34%] Built target dnnl_graph 2022-11-23T01:20:40.7288027Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:20:40.7682295Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:20:40.7895036Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T01:20:40.8098598Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:20:40.8542635Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:40.9162284Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:40.9615443Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:40.9916245Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:40.9964035Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:20:41.0174286Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:41.0703233Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:41.0998970Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:20:41.1086761Z [ 34%] Building CXX object c10/hip/test/CMakeFiles/c10_hip_HIPTest.dir/impl/HIPTest.cpp.o 2022-11-23T01:20:41.1626189Z [ 34%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/torch.proto 2022-11-23T01:20:41.1821032Z [ 34%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/caffe2.proto 2022-11-23T01:20:41.2070956Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:41.2262955Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:41.2661673Z [ 34%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/torch.pb.cc.o 2022-11-23T01:20:41.2680262Z [ 34%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/caffe2.pb.cc.o 2022-11-23T01:20:41.3282995Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:20:41.3593594Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:41.3595169Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T01:20:41.4615672Z [ 34%] Linking CXX executable ../../../bin/c10_hip_HIPTest 2022-11-23T01:20:41.4950119Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:41.5443694Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:41.5644715Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T01:20:41.5997628Z [ 34%] Built target c10_hip_HIPTest 2022-11-23T01:20:41.6052183Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx2-x128.c.o 2022-11-23T01:20:41.6125980Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f.c.o 2022-11-23T01:20:41.6661668Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:41.6939465Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:41.7680881Z [ 34%] Built target Caffe2_PROTO 2022-11-23T01:20:41.7743559Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:41.7971422Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:41.8332958Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f.c.o 2022-11-23T01:20:41.8372862Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f.c.o 2022-11-23T01:20:41.8863094Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:41.8863999Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f.c.o 2022-11-23T01:20:41.9436863Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:20:41.9451732Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:20:41.9987165Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:42.0477137Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:42.0645092Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:42.1078128Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:42.1429123Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:20:42.1633398Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:42.2113573Z [ 35%] Running gen_proto.py on onnx/onnx.in.proto 2022-11-23T01:20:42.2302686Z [ 35%] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimdsp.c.o 2022-11-23T01:20:42.2488945Z [ 35%] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimddp.c.o 2022-11-23T01:20:42.2508290Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx.in.proto 2022-11-23T01:20:42.2517711Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-11-23T01:20:42.2537611Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto3 2022-11-23T01:20:42.2565246Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-ml.pb.h 2022-11-23T01:20:42.2566031Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_pb.py 2022-11-23T01:20:42.2677056Z [ 35%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-11-23T01:20:42.2786897Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:20:42.3617114Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:42.4220721Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:42.4701751Z [ 35%] Built target gen_onnx_proto 2022-11-23T01:20:42.4756950Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:42.4827342Z [ 35%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimdsp.c.o 2022-11-23T01:20:42.5270810Z [ 35%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimddp.c.o 2022-11-23T01:20:42.5274945Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/avx512f-2x16.c.o 2022-11-23T01:20:42.5833372Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x32.c.o 2022-11-23T01:20:42.6015421Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:42.6327739Z [ 35%] Built target sleefavx512fnofma 2022-11-23T01:20:42.6503796Z [ 35%] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimdsp.c.o 2022-11-23T01:20:42.7257175Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:42.7470030Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:42.7873439Z [ 35%] Built target sleefdetavx512fnofma 2022-11-23T01:20:42.7922746Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x32.c.o 2022-11-23T01:20:42.7950043Z [ 35%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimdsp.c.o 2022-11-23T01:20:42.8050203Z [ 35%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimddp.c.o 2022-11-23T01:20:42.8639508Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x32.c.o 2022-11-23T01:20:42.8855230Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:42.9499372Z [ 35%] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimddp.c.o 2022-11-23T01:20:42.9711241Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:43.0131524Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x32.c.o 2022-11-23T01:20:43.0715488Z [ 35%] Built target sleefdetavx512f 2022-11-23T01:20:43.0723946Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-avx512f-x32.c.o 2022-11-23T01:20:43.0764939Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-avx512f-x32.c.o 2022-11-23T01:20:43.1079697Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:43.1307657Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-avx512f-x32.c.o 2022-11-23T01:20:43.2076942Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:43.2354932Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-avx512f-x32.c.o 2022-11-23T01:20:43.2541716Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:43.2888313Z [ 35%] Built target sleefavx512f 2022-11-23T01:20:43.2954761Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:43.3213771Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:43.3432178Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:43.3721638Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x32.c.o 2022-11-23T01:20:43.4097176Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x32.c.o 2022-11-23T01:20:43.4394223Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x32.c.o 2022-11-23T01:20:43.4479797Z [ 35%] Building C object sleef/src/libm/CMakeFiles/dispsse_obj.dir/dispsse.c.o 2022-11-23T01:20:43.5041201Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:43.5217674Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x32.c.o 2022-11-23T01:20:43.6003058Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:43.6187730Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:43.6411085Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x32.c.o 2022-11-23T01:20:43.6840507Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:43.7151525Z [ 35%] Built target dispsse_obj 2022-11-23T01:20:43.7199631Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:43.7452230Z [ 35%] Linking CXX static library ../lib/libcaffe2_protos.a 2022-11-23T01:20:43.7678743Z [ 35%] Built target caffe2_protos 2022-11-23T01:20:43.7726235Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x32.c.o 2022-11-23T01:20:43.7785534Z [ 35%] Running gen_proto.py on onnx/onnx-data.in.proto 2022-11-23T01:20:43.7949662Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x32.c.o 2022-11-23T01:20:43.8212918Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx-data.in.proto 2022-11-23T01:20:43.8217688Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-11-23T01:20:43.8221855Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto3 2022-11-23T01:20:43.8226507Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data.pb.h 2022-11-23T01:20:43.8227083Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_data_pb.py 2022-11-23T01:20:43.8295708Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x32.c.o 2022-11-23T01:20:43.8328496Z [ 35%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-11-23T01:20:43.8800653Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-scalar-fmagic.c.o 2022-11-23T01:20:43.8949061Z [ 35%] Built target gen_onnx_data_proto 2022-11-23T01:20:43.8993101Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-scalar-lrintf.c.o 2022-11-23T01:20:43.9115316Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-scalar.c.o 2022-11-23T01:20:43.9716490Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-avx512f-x16.c.o 2022-11-23T01:20:44.0010559Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x64.c.o 2022-11-23T01:20:44.0011447Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-signed64.c.o 2022-11-23T01:20:44.0263898Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-avx512f-x16.c.o 2022-11-23T01:20:44.0683223Z [ 35%] Running gen_proto.py on onnx/onnx-operators.in.proto 2022-11-23T01:20:44.0912182Z [ 35%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefdp.c.o 2022-11-23T01:20:44.1099352Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx-operators.in.proto 2022-11-23T01:20:44.1109500Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-11-23T01:20:44.1112926Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto3 2022-11-23T01:20:44.1118121Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators-ml.pb.h 2022-11-23T01:20:44.1119227Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_operators_pb.py 2022-11-23T01:20:44.1215856Z [ 35%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-11-23T01:20:44.1229578Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-unsigned32.c.o 2022-11-23T01:20:44.1758665Z [ 35%] Built target gen_onnx_operators_proto 2022-11-23T01:20:44.1812154Z [ 35%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefsp.c.o 2022-11-23T01:20:44.2024555Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-unsigned64.c.o 2022-11-23T01:20:44.2251699Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-scalar.c.o 2022-11-23T01:20:44.2470384Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x1.c.o 2022-11-23T01:20:44.2810889Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x16.c.o 2022-11-23T01:20:44.2887834Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-avx512f-x16.c.o 2022-11-23T01:20:44.3127456Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-avx512f-x16.c.o 2022-11-23T01:20:44.3336803Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-avx512f-x16.c.o 2022-11-23T01:20:44.3612640Z [ 35%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/rempitab.c.o 2022-11-23T01:20:44.3848469Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x2.c.o 2022-11-23T01:20:44.4505952Z [ 35%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefld.c.o 2022-11-23T01:20:44.4792058Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x4.c.o 2022-11-23T01:20:44.5090228Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x1.c.o 2022-11-23T01:20:44.5454172Z [ 35%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefqp.c.o 2022-11-23T01:20:44.5454927Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x2.c.o 2022-11-23T01:20:44.6184329Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-avx512f-x16.c.o 2022-11-23T01:20:44.6190649Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x4.c.o 2022-11-23T01:20:44.6191305Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x64.c.o 2022-11-23T01:20:44.6570550Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-avx512f-x16.c.o 2022-11-23T01:20:44.6956383Z [ 35%] Linking C static library ../../lib/libsleef.a 2022-11-23T01:20:44.7002620Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-avx512f-x16.c.o 2022-11-23T01:20:44.7415260Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T01:20:44.7415988Z [ 35%] Built target sleef 2022-11-23T01:20:44.7567307Z [ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx_onnx_torch-ml.pb.cc.o 2022-11-23T01:20:44.8196813Z [ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-operators_onnx_torch-ml.pb.cc.o 2022-11-23T01:20:44.8380141Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T01:20:44.8699859Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T01:20:44.9085453Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T01:20:44.9272458Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-avx512f-x16.c.o 2022-11-23T01:20:44.9686979Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T01:20:44.9889370Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T01:20:45.0269050Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T01:20:45.1150883Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T01:20:45.1474036Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9x-minmax-scalar-c1.c.o 2022-11-23T01:20:45.1479019Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T01:20:45.2049268Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T01:20:45.2049879Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:45.2368421Z [ 35%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-data_onnx_torch.pb.cc.o 2022-11-23T01:20:45.2563781Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T01:20:45.2977943Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:45.2978689Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:20:45.3671691Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:20:45.4202330Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:45.4370969Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:45.4683269Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:45.5176493Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:20:45.5447605Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:20:45.5839739Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:45.5840649Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:20:45.6537295Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:45.6803744Z [ 35%] Linking CXX static library ../../lib/libonnx_proto.a 2022-11-23T01:20:45.7026328Z [ 35%] Built target onnx_proto 2022-11-23T01:20:45.7067757Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:20:45.7185962Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:20:45.7721466Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:45.8154516Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:20:45.8159819Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:45.8294889Z [ 35%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-11-23T01:20:45.9022146Z [ 35%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-11-23T01:20:45.9188612Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:45.9749002Z [ 35%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX512.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-11-23T01:20:45.9964433Z [ 35%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-11-23T01:20:46.0391802Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:46.0587186Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:20:46.1338689Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:46.2325051Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:20:46.2326086Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:46.2327047Z [ 35%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-11-23T01:20:46.3417420Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:46.4310268Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:20:46.4552483Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:46.5680501Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:46.5916190Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:46.6396450Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:20:46.7241868Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:20:46.7245405Z [ 36%] Linking CXX executable ../bin/vec_test_all_types_DEFAULT 2022-11-23T01:20:46.7246314Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:46.8053589Z [ 36%] Linking CXX executable ../bin/vec_test_all_types_AVX2 2022-11-23T01:20:46.8443765Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-11-23T01:20:46.8497884Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T01:20:46.8500461Z [ 36%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX512.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-11-23T01:20:46.9183421Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-11-23T01:20:46.9439737Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-11-23T01:20:46.9479836Z [ 36%] Built target vec_test_all_types_DEFAULT 2022-11-23T01:20:46.9545784Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-11-23T01:20:47.0039646Z [ 36%] Built target vec_test_all_types_AVX2 2022-11-23T01:20:47.0097436Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-11-23T01:20:47.0112371Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T01:20:47.0267998Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:20:47.0870351Z [ 36%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/defs.cc.o 2022-11-23T01:20:47.0960092Z [ 36%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/schema.cc.o 2022-11-23T01:20:47.1364079Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-11-23T01:20:47.2100739Z [ 36%] Linking CXX executable ../bin/vec_test_all_types_AVX512 2022-11-23T01:20:47.2267563Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-11-23T01:20:47.2469834Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:20:47.3039090Z [ 36%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/checker.cc.o 2022-11-23T01:20:47.3452342Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c1.c.o 2022-11-23T01:20:47.4223437Z [ 37%] Built target vec_test_all_types_AVX512 2022-11-23T01:20:47.4269564Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/assertions.cc.o 2022-11-23T01:20:47.4325555Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c2.c.o 2022-11-23T01:20:47.4538396Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:20:47.5139766Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:20:47.5146258Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:20:47.5602678Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c4.c.o 2022-11-23T01:20:47.6242888Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-11-23T01:20:47.6484607Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-11-23T01:20:47.6709984Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/interned_strings.cc.o 2022-11-23T01:20:47.7167084Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/ir_pb_converter.cc.o 2022-11-23T01:20:47.7477357Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-11-23T01:20:47.7687775Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:20:47.8092564Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-11-23T01:20:47.8095744Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/model_helpers.cc.o 2022-11-23T01:20:47.8693219Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:20:47.9133161Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-11-23T01:20:47.9581986Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-11-23T01:20:48.0051467Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/path.cc.o 2022-11-23T01:20:48.0203177Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/status.cc.o 2022-11-23T01:20:48.0845577Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T01:20:48.1493956Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T01:20:48.1692930Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c1.c.o 2022-11-23T01:20:48.1932398Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c2.c.o 2022-11-23T01:20:48.2200196Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c4.c.o 2022-11-23T01:20:48.2508660Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/attr_proto_util.cc.o 2022-11-23T01:20:48.2885349Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/defs.cc.o 2022-11-23T01:20:48.3094980Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/old.cc.o 2022-11-23T01:20:48.3318295Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-11-23T01:20:48.3625302Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-11-23T01:20:48.4169351Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x64.c.o 2022-11-23T01:20:48.4341438Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/data_type_utils.cc.o 2022-11-23T01:20:48.4709193Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-11-23T01:20:48.5562911Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:48.6058382Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:48.6237427Z [ 37%] Linking CXX static library ../../lib/libXNNPACK.a 2022-11-23T01:20:48.6783484Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/function.cc.o 2022-11-23T01:20:48.7165394Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:48.7240591Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:48.7370703Z [ 37%] Built target XNNPACK 2022-11-23T01:20:48.7431772Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:48.7604187Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/defs.cc.o 2022-11-23T01:20:48.8178798Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/old.cc.o 2022-11-23T01:20:48.8667517Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/defs.cc.o 2022-11-23T01:20:48.8834310Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:48.8889132Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/old.cc.o 2022-11-23T01:20:48.9909328Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:49.0313173Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:49.0855137Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/defs.cc.o 2022-11-23T01:20:49.1470981Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:49.1981327Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:49.2080354Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:49.2642579Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/old.cc.o 2022-11-23T01:20:49.2645890Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:49.2975948Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:49.3518285Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/defs.cc.o 2022-11-23T01:20:49.3519078Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/old.cc.o 2022-11-23T01:20:49.4026281Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/defs.cc.o 2022-11-23T01:20:49.4268100Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:49.5109104Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:49.5503333Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/old.cc.o 2022-11-23T01:20:49.6448880Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:49.6923231Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:49.7722852Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:49.7863014Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/defs.cc.o 2022-11-23T01:20:49.8108106Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:49.8142445Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/parser.cc.o 2022-11-23T01:20:49.8465384Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:49.9017458Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:49.9318831Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:49.9623183Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/printer.cc.o 2022-11-23T01:20:49.9917950Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/defs.cc.o 2022-11-23T01:20:50.0540699Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/old.cc.o 2022-11-23T01:20:50.0750762Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:50.1668572Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:50.1985928Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/defs.cc.o 2022-11-23T01:20:50.2324489Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:50.2824549Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/old.cc.o 2022-11-23T01:20:50.3459778Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:50.3712650Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:50.4050306Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:50.4713730Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/defs.cc.o 2022-11-23T01:20:50.4714681Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:50.5222627Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/old.cc.o 2022-11-23T01:20:50.5570347Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/schema.cc.o 2022-11-23T01:20:50.6073416Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:50.6312129Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:50.6843171Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:50.7253211Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/sequence/defs.cc.o 2022-11-23T01:20:50.7615961Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/shape_inference.cc.o 2022-11-23T01:20:50.7970028Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:50.8498743Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:50.8923382Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:50.9303895Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/defs.cc.o 2022-11-23T01:20:50.9826181Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/old.cc.o 2022-11-23T01:20:51.0228245Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:51.0654820Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:51.1450058Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/utils.cc.o 2022-11-23T01:20:51.1454674Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:51.2003891Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:51.2006347Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_proto_util.cc.o 2022-11-23T01:20:51.2661988Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_util.cc.o 2022-11-23T01:20:51.3185545Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:51.3878485Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:51.4098578Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:51.4330881Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/defs.cc.o 2022-11-23T01:20:51.4934269Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/old.cc.o 2022-11-23T01:20:51.5323109Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:51.5572382Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:51.6060933Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:51.6506896Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/training/defs.cc.o 2022-11-23T01:20:51.7050800Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/onnxifi_utils.cc.o 2022-11-23T01:20:51.7061929Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:51.7224995Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/shape_inference/implementation.cc.o 2022-11-23T01:20:51.8373902Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:51.8691062Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:51.8797098Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/convert.cc.o 2022-11-23T01:20:51.9720553Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/helper.cc.o 2022-11-23T01:20:51.9943909Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-scalar-fmagic.c.o 2022-11-23T01:20:52.0656246Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-scalar-lrintf.c.o 2022-11-23T01:20:52.1299483Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-scalar.c.o 2022-11-23T01:20:52.1300128Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-signed64.c.o 2022-11-23T01:20:52.1620275Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-unsigned32.c.o 2022-11-23T01:20:52.1844409Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-unsigned64.c.o 2022-11-23T01:20:52.2216243Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x1.c.o 2022-11-23T01:20:52.2379179Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x2.c.o 2022-11-23T01:20:52.2741113Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x4.c.o 2022-11-23T01:20:52.2980537Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x1.c.o 2022-11-23T01:20:52.3506047Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x2.c.o 2022-11-23T01:20:52.3515676Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x4.c.o 2022-11-23T01:20:52.4004273Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T01:20:52.4005183Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T01:20:52.4254397Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T01:20:52.4693866Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T01:20:52.4997574Z [ 38%] Linking CXX static library ../../lib/libonnx.a 2022-11-23T01:20:52.5056433Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T01:20:52.5240886Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T01:20:52.5565012Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c1.c.o 2022-11-23T01:20:52.5692153Z [ 38%] Built target onnx 2022-11-23T01:20:52.5742885Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c2.c.o 2022-11-23T01:20:52.6013372Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c4.c.o 2022-11-23T01:20:52.6282486Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T01:20:52.6445582Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/AccumulateType.cpp.o 2022-11-23T01:20:52.6651092Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedFallback.cpp.o 2022-11-23T01:20:52.6675120Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedTensorImpl.cpp.o 2022-11-23T01:20:52.7254220Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchingRegistrations.cpp.o 2022-11-23T01:20:52.7556470Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CPUGeneratorImpl.cpp.o 2022-11-23T01:20:52.7788499Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/scalar-x4.c.o 2022-11-23T01:20:52.8632394Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c1.c.o 2022-11-23T01:20:52.9492530Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c2.c.o 2022-11-23T01:20:52.9710685Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c4.c.o 2022-11-23T01:20:53.0291472Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ConjugateFallback.cpp.o 2022-11-23T01:20:53.0454953Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-lut32norm/scalar.c.o 2022-11-23T01:20:53.1221400Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-maxpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T01:20:53.2045987Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-rmax/scalar.c.o 2022-11-23T01:20:53.2514285Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Context.cpp.o 2022-11-23T01:20:53.2914897Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-vclamp/scalar-x4.c.o 2022-11-23T01:20:53.3383700Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-copy/memcpy.c.o 2022-11-23T01:20:53.3803890Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DLConvertor.cpp.o 2022-11-23T01:20:53.4427888Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-fill/scalar-x16.c.o 2022-11-23T01:20:53.5271058Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-pad/scalar.c.o 2022-11-23T01:20:53.6126450Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x1.c.o 2022-11-23T01:20:53.6127656Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Dispatch.cpp.o 2022-11-23T01:20:53.7022997Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x2.c.o 2022-11-23T01:20:53.7625083Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x4.c.o 2022-11-23T01:20:53.8322934Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DynamicLibrary.cpp.o 2022-11-23T01:20:53.8492226Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x8.c.o 2022-11-23T01:20:53.8876126Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x16.c.o 2022-11-23T01:20:53.9503691Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/EmptyTensor.cpp.o 2022-11-23T01:20:53.9672899Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/1x2-scalar-int.c.o 2022-11-23T01:20:54.0472477Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/1x4-scalar-int.c.o 2022-11-23T01:20:54.1445093Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x1-scalar-int.c.o 2022-11-23T01:20:54.1565816Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x2-scalar-int.c.o 2022-11-23T01:20:54.2043878Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x4-scalar-int.c.o 2022-11-23T01:20:54.2401987Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ExpandUtils.cpp.o 2022-11-23T01:20:54.2680557Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FuncTorchTLS.cpp.o 2022-11-23T01:20:54.3221529Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x1-scalar-int.c.o 2022-11-23T01:20:54.3987710Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x2-scalar-int.c.o 2022-11-23T01:20:54.4233286Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x4-scalar-int.c.o 2022-11-23T01:20:54.4658568Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalInverses.cpp.o 2022-11-23T01:20:54.5107773Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/xm-scalar.c.o 2022-11-23T01:20:54.5115541Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalStorageImpl.cpp.o 2022-11-23T01:20:54.5339140Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x2-scalar.c.o 2022-11-23T01:20:54.5657988Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalTensorWrapper.cpp.o 2022-11-23T01:20:54.6107198Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalizeFallbackKernel.cpp.o 2022-11-23T01:20:54.6356436Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x3-scalar.c.o 2022-11-23T01:20:54.7068393Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x4-scalar.c.o 2022-11-23T01:20:54.7798965Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/1x2-scalar-int.c.o 2022-11-23T01:20:54.8537491Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/1x4-scalar-int.c.o 2022-11-23T01:20:54.8750725Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MapAllocator.cpp.o 2022-11-23T01:20:54.9424902Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x1-scalar-int.c.o 2022-11-23T01:20:55.0250220Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x2-scalar-int.c.o 2022-11-23T01:20:55.0534163Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x4-scalar-int.c.o 2022-11-23T01:20:55.1002010Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MemoryOverlap.cpp.o 2022-11-23T01:20:55.1306132Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x1-scalar-int.c.o 2022-11-23T01:20:55.1575149Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NamedTensorUtils.cpp.o 2022-11-23T01:20:55.2167339Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x2-scalar-int.c.o 2022-11-23T01:20:55.2863031Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x4-scalar-int.c.o 2022-11-23T01:20:55.3250568Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-depthtospace2d-chw2hwc/scalar.c.o 2022-11-23T01:20:55.3461275Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NestedTensorImpl.cpp.o 2022-11-23T01:20:55.3885416Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x2-scalar.c.o 2022-11-23T01:20:55.4078229Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x3-scalar.c.o 2022-11-23T01:20:55.4629789Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelCommon.cpp.o 2022-11-23T01:20:55.4889887Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x4-scalar.c.o 2022-11-23T01:20:55.5502900Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x2-scalar-float.c.o 2022-11-23T01:20:55.5829981Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x2-scalar-int.c.o 2022-11-23T01:20:55.6465205Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x4-scalar-float.c.o 2022-11-23T01:20:55.6468469Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNative.cpp.o 2022-11-23T01:20:55.6887480Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNativeTBB.cpp.o 2022-11-23T01:20:55.7407019Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x4-scalar-int.c.o 2022-11-23T01:20:55.7685647Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x1-scalar-float.c.o 2022-11-23T01:20:55.8061821Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelOpenMP.cpp.o 2022-11-23T01:20:55.8160841Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x1-scalar-int.c.o 2022-11-23T01:20:55.8643309Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelThreadPoolNative.cpp.o 2022-11-23T01:20:55.9251277Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/PythonTorchFunctionTLS.cpp.o 2022-11-23T01:20:55.9290070Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x2-scalar-float.c.o 2022-11-23T01:20:56.0242060Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x2-scalar-int.c.o 2022-11-23T01:20:56.1050534Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x4-scalar-float.c.o 2022-11-23T01:20:56.1789518Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x4-scalar-int.c.o 2022-11-23T01:20:56.2570550Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x1-scalar-float.c.o 2022-11-23T01:20:56.3414761Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x1-scalar-int.c.o 2022-11-23T01:20:56.3691120Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x2-scalar-float.c.o 2022-11-23T01:20:56.4107549Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SavedTensorHooks.cpp.o 2022-11-23T01:20:56.4521513Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ScalarOps.cpp.o 2022-11-23T01:20:56.4888886Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x2-scalar-int.c.o 2022-11-23T01:20:56.5131973Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SequenceNumber.cpp.o 2022-11-23T01:20:56.5332377Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-scalar-float.c.o 2022-11-23T01:20:56.5820210Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseCsrTensorImpl.cpp.o 2022-11-23T01:20:56.6295671Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-scalar-int.c.o 2022-11-23T01:20:56.6503104Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorImpl.cpp.o 2022-11-23T01:20:56.7173150Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-unpool/scalar.c.o 2022-11-23T01:20:56.7362373Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorUtils.cpp.o 2022-11-23T01:20:56.7988045Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/xm-scalar.c.o 2022-11-23T01:20:56.8658688Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x2-scalar.c.o 2022-11-23T01:20:56.9539406Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x3-scalar.c.o 2022-11-23T01:20:56.9544161Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorGeometry.cpp.o 2022-11-23T01:20:57.0612204Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x4-scalar.c.o 2022-11-23T01:20:57.0613089Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIndexing.cpp.o 2022-11-23T01:20:57.1496388Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/1x2-scalar-float.c.o 2022-11-23T01:20:57.2230695Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/1x2-scalar-int.c.o 2022-11-23T01:20:57.2938727Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x1-scalar-float.c.o 2022-11-23T01:20:57.3658621Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x1-scalar-int.c.o 2022-11-23T01:20:57.4258007Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-scalar-float.c.o 2022-11-23T01:20:57.4433959Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIterator.cpp.o 2022-11-23T01:20:57.5070300Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-scalar-int.c.o 2022-11-23T01:20:57.5785586Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x1-scalar-float.c.o 2022-11-23T01:20:57.6277235Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x1-scalar-int.c.o 2022-11-23T01:20:57.6770467Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorMeta.cpp.o 2022-11-23T01:20:57.7432040Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x2-scalar-float.c.o 2022-11-23T01:20:57.7775290Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x2-scalar-int.c.o 2022-11-23T01:20:57.8132551Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T01:20:57.8548015Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9x-minmax-sse-c4.c.o 2022-11-23T01:20:57.8560294Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorNames.cpp.o 2022-11-23T01:20:57.9032914Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorUtils.cpp.o 2022-11-23T01:20:57.9240995Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ThreadLocalState.cpp.o 2022-11-23T01:20:57.9738347Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-1x1.c.o 2022-11-23T01:20:58.0827648Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-2x2.c.o 2022-11-23T01:20:58.0839684Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Utils.cpp.o 2022-11-23T01:20:58.1124296Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x3-minmax-sse-acc2.c.o 2022-11-23T01:20:58.1845998Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Version.cpp.o 2022-11-23T01:20:58.2275692Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x3-minmax-sse.c.o 2022-11-23T01:20:58.3319907Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x4-minmax-sse-acc2.c.o 2022-11-23T01:20:58.4479103Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x4-minmax-sse.c.o 2022-11-23T01:20:58.4654619Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapMode.cpp.o 2022-11-23T01:20:58.4756666Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x9-minmax-sse-acc2.c.o 2022-11-23T01:20:58.5568535Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapModeRegistrations.cpp.o 2022-11-23T01:20:58.6033268Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x9-minmax-sse.c.o 2022-11-23T01:20:58.7602251Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x25-minmax-sse-acc2.c.o 2022-11-23T01:20:58.8211525Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x25-minmax-sse.c.o 2022-11-23T01:20:58.8597837Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapTransforms.cpp.o 2022-11-23T01:20:58.9285140Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-sse-acc2.c.o 2022-11-23T01:20:58.9531074Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-sse.c.o 2022-11-23T01:20:59.0311258Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ZeroTensorFallback.cpp.o 2022-11-23T01:20:59.0902966Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-sse-acc2.c.o 2022-11-23T01:20:59.0970708Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-sse.c.o 2022-11-23T01:20:59.1798354Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-sse-acc2.c.o 2022-11-23T01:20:59.2235322Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-sse.c.o 2022-11-23T01:20:59.2236472Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/autocast_mode.cpp.o 2022-11-23T01:20:59.2405664Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/cpu/FlushDenormal.cpp.o 2022-11-23T01:20:59.3240193Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CPUGuardImpl.cpp.o 2022-11-23T01:20:59.3422414Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-sse-acc2.c.o 2022-11-23T01:20:59.4389468Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-sse.c.o 2022-11-23T01:20:59.5093057Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc2.c.o 2022-11-23T01:20:59.5454983Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CUDAHooksInterface.cpp.o 2022-11-23T01:20:59.6233175Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc3.c.o 2022-11-23T01:20:59.6628612Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc4.c.o 2022-11-23T01:20:59.7377239Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/HIPHooksInterface.cpp.o 2022-11-23T01:20:59.7572702Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4.c.o 2022-11-23T01:20:59.8545030Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4-acc2.c.o 2022-11-23T01:20:59.9578844Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4.c.o 2022-11-23T01:20:59.9841558Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-3x4.c.o 2022-11-23T01:21:00.0781475Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MetaGuardImpl.cpp.o 2022-11-23T01:21:00.0782432Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-4x4.c.o 2022-11-23T01:21:00.1139604Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/ORTHooksInterface.cpp.o 2022-11-23T01:21:00.1936179Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/ADInterpreters.cpp.o 2022-11-23T01:21:00.1947672Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-5x4.c.o 2022-11-23T01:21:00.2314391Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-6x4.c.o 2022-11-23T01:21:00.3194652Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesActivation.cpp.o 2022-11-23T01:21:00.3385358Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc2.c.o 2022-11-23T01:21:00.4223697Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc3.c.o 2022-11-23T01:21:00.4549906Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc4.c.o 2022-11-23T01:21:00.4583588Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp.o 2022-11-23T01:21:00.5185341Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4.c.o 2022-11-23T01:21:00.5574977Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-2x4-acc2.c.o 2022-11-23T01:21:00.5887754Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-2x4.c.o 2022-11-23T01:21:00.6414765Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesConvolution.cpp.o 2022-11-23T01:21:00.6851666Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDecompositions.cpp.o 2022-11-23T01:21:00.7125484Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-3x4.c.o 2022-11-23T01:21:00.8155118Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-4x4.c.o 2022-11-23T01:21:00.8428014Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc2.c.o 2022-11-23T01:21:00.9184348Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDynamic.cpp.o 2022-11-23T01:21:00.9371113Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc3.c.o 2022-11-23T01:21:01.0197347Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc4.c.o 2022-11-23T01:21:01.1133641Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc5.c.o 2022-11-23T01:21:01.2046973Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4.c.o 2022-11-23T01:21:01.3024606Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4-acc2.c.o 2022-11-23T01:21:01.4037912Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4-acc3.c.o 2022-11-23T01:21:01.4956891Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4.c.o 2022-11-23T01:21:01.5940928Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-3x4-acc2.c.o 2022-11-23T01:21:01.7178824Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-3x4.c.o 2022-11-23T01:21:01.8027423Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4-acc2.c.o 2022-11-23T01:21:01.8447429Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4.c.o 2022-11-23T01:21:01.8490525Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesFactory.cpp.o 2022-11-23T01:21:01.9196374Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesHelper.cpp.o 2022-11-23T01:21:01.9948682Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-5x4.c.o 2022-11-23T01:21:02.0986737Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc2.c.o 2022-11-23T01:21:02.0988177Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLinearAlgebra.cpp.o 2022-11-23T01:21:02.1087035Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc3.c.o 2022-11-23T01:21:02.2016539Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLoss.cpp.o 2022-11-23T01:21:02.2194605Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc4.c.o 2022-11-23T01:21:02.3514923Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc5.c.o 2022-11-23T01:21:02.3516006Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesModules.cpp.o 2022-11-23T01:21:02.4693867Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4.c.o 2022-11-23T01:21:02.5780999Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4-acc2.c.o 2022-11-23T01:21:02.6727974Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4-acc3.c.o 2022-11-23T01:21:02.7623348Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4.c.o 2022-11-23T01:21:02.8610515Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-3x4-acc2.c.o 2022-11-23T01:21:02.9660643Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-3x4.c.o 2022-11-23T01:21:03.0757417Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool-cw/sse-x4.c.o 2022-11-23T01:21:03.1708007Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7p7x-minmax-sse-c4.c.o 2022-11-23T01:21:03.2968329Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7x-minmax-sse-c4.c.o 2022-11-23T01:21:03.3156370Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesNorm.cpp.o 2022-11-23T01:21:03.3771965Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesPooling.cpp.o 2022-11-23T01:21:03.3786899Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse-dup.c.o 2022-11-23T01:21:03.4354593Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesRandomness.cpp.o 2022-11-23T01:21:03.5314031Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse-load1.c.o 2022-11-23T01:21:03.6175591Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8s4inc-minmax-sse.c.o 2022-11-23T01:21:03.6597258Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesReduceOps.cpp.o 2022-11-23T01:21:03.7087285Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse-dup.c.o 2022-11-23T01:21:03.7539900Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesScatterOps.cpp.o 2022-11-23T01:21:03.8228764Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse-load1.c.o 2022-11-23T01:21:03.9324776Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8s4inc-minmax-sse.c.o 2022-11-23T01:21:04.0499995Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse-dup.c.o 2022-11-23T01:21:04.1598518Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse-load1.c.o 2022-11-23T01:21:04.2735673Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8s4inc-minmax-sse.c.o 2022-11-23T01:21:04.3796654Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse-dup.c.o 2022-11-23T01:21:04.4926469Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse-load1.c.o 2022-11-23T01:21:04.5665459Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8s4inc-minmax-sse.c.o 2022-11-23T01:21:04.6294035Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesUnaryOps.cpp.o 2022-11-23T01:21:04.6663449Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse-dup.c.o 2022-11-23T01:21:04.7175475Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesViews.cpp.o 2022-11-23T01:21:04.7855305Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T01:21:04.9240147Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8s4-minmax-sse.c.o 2022-11-23T01:21:04.9944329Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse-dup.c.o 2022-11-23T01:21:04.9948326Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse-load1.c.o 2022-11-23T01:21:05.0614677Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedFallback.cpp.o 2022-11-23T01:21:05.1020196Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedTensorImpl.cpp.o 2022-11-23T01:21:05.1208184Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8s4-minmax-sse.c.o 2022-11-23T01:21:05.1842798Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T01:21:05.2308607Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/DynamicLayer.cpp.o 2022-11-23T01:21:05.2972327Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse-dup.c.o 2022-11-23T01:21:05.3902010Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T01:21:05.4968896Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8s4-minmax-sse.c.o 2022-11-23T01:21:05.5942368Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse-dup.c.o 2022-11-23T01:21:05.6357918Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/FunctionalizeInterpreter.cpp.o 2022-11-23T01:21:05.6993452Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse-load1.c.o 2022-11-23T01:21:05.8436195Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8s4-minmax-sse.c.o 2022-11-23T01:21:05.9661577Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/sse-p4.c.o 2022-11-23T01:21:06.0629967Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/sse-p8.c.o 2022-11-23T01:21:06.1003585Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/sse-c4.c.o 2022-11-23T01:21:06.1427285Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/Interpreter.cpp.o 2022-11-23T01:21:06.1790591Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/sse-c8.c.o 2022-11-23T01:21:06.2370533Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse-dup.c.o 2022-11-23T01:21:06.3009692Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp.o 2022-11-23T01:21:06.3225287Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyVmapTransforms.cpp.o 2022-11-23T01:21:06.3675063Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PlumbingHelper.cpp.o 2022-11-23T01:21:06.4102205Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T01:21:06.5074906Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8s4-minmax-sse.c.o 2022-11-23T01:21:06.6195347Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse-dup.c.o 2022-11-23T01:21:06.6204882Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PyTorchOperatorHacks.cpp.o 2022-11-23T01:21:06.7342087Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse-load1.c.o 2022-11-23T01:21:06.7343062Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/TensorWrapper.cpp.o 2022-11-23T01:21:06.8529045Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8s4-minmax-sse.c.o 2022-11-23T01:21:06.9743395Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapInterpreter.cpp.o 2022-11-23T01:21:06.9765024Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T01:21:07.0739085Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse-dup.c.o 2022-11-23T01:21:07.1736953Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T01:21:07.2415390Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8s4-minmax-sse.c.o 2022-11-23T01:21:07.2939794Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapModeRegistrations.cpp.o 2022-11-23T01:21:07.3455339Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse-dup.c.o 2022-11-23T01:21:07.4057365Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse-load1.c.o 2022-11-23T01:21:07.4925568Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/record_function.cpp.o 2022-11-23T01:21:07.4934151Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8s4-minmax-sse.c.o 2022-11-23T01:21:07.5368115Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenGeneral.cpp.o 2022-11-23T01:21:07.6271333Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-maxpool/9p8x-minmax-sse-c4.c.o 2022-11-23T01:21:07.6448261Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T01:21:07.7230414Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/BackendSelectFallbackKernel.cpp.o 2022-11-23T01:21:07.7760899Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9x-minmax-sse-c4.c.o 2022-11-23T01:21:07.8299834Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x8-minmax-sse.c.o 2022-11-23T01:21:07.8413867Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse-2x4.c.o 2022-11-23T01:21:07.8806855Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypeProperties.cpp.o 2022-11-23T01:21:07.9240475Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypePropertiesRegistry.cpp.o 2022-11-23T01:21:07.9507744Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse-2x8.c.o 2022-11-23T01:21:08.0393950Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/sse.c.o 2022-11-23T01:21:08.1172104Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-sse.c.o 2022-11-23T01:21:08.1445687Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-sse.c.o 2022-11-23T01:21:08.2804553Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dict.cpp.o 2022-11-23T01:21:08.2805816Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/16x1-minmax-sse.c.o 2022-11-23T01:21:08.3569785Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dimname.cpp.o 2022-11-23T01:21:08.3570604Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/32x1-minmax-sse.c.o 2022-11-23T01:21:08.4492443Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-sse-x4.c.o 2022-11-23T01:21:08.4844533Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o 2022-11-23T01:21:08.5248768Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x4.c.o 2022-11-23T01:21:08.5645245Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Formatting.cpp.o 2022-11-23T01:21:08.5853549Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Generator.cpp.o 2022-11-23T01:21:08.6331828Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x8.c.o 2022-11-23T01:21:08.6750927Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/List.cpp.o 2022-11-23T01:21:08.6959903Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x4.c.o 2022-11-23T01:21:08.7642547Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedRegistrations.cpp.o 2022-11-23T01:21:08.8310853Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x8.c.o 2022-11-23T01:21:08.8811770Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x4.c.o 2022-11-23T01:21:08.9277730Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedTensor.cpp.o 2022-11-23T01:21:08.9792735Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x8.c.o 2022-11-23T01:21:09.0791294Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-sse-x4.c.o 2022-11-23T01:21:09.1097755Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-sse-x8.c.o 2022-11-23T01:21:09.1385375Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-sse-x4.c.o 2022-11-23T01:21:09.1812784Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonFallbackKernel.cpp.o 2022-11-23T01:21:09.2258084Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonOpRegistrationTrampoline.cpp.o 2022-11-23T01:21:09.2437947Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-sse-x8.c.o 2022-11-23T01:21:09.3044373Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-sse-x4.c.o 2022-11-23T01:21:09.3504734Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-sse-x8.c.o 2022-11-23T01:21:09.3690214Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Range.cpp.o 2022-11-23T01:21:09.4097932Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-sse-x4.c.o 2022-11-23T01:21:09.4401865Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Tensor.cpp.o 2022-11-23T01:21:09.4659017Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TorchDispatchUtils.cpp.o 2022-11-23T01:21:09.5180117Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-sse-x8.c.o 2022-11-23T01:21:09.5829316Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-sse-x4.c.o 2022-11-23T01:21:09.6290196Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableFallbackKernel.cpp.o 2022-11-23T01:21:09.6758379Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-sse-x8.c.o 2022-11-23T01:21:09.7940207Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableHooksInterface.cpp.o 2022-11-23T01:21:09.7940785Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x4.c.o 2022-11-23T01:21:09.8534848Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x8.c.o 2022-11-23T01:21:09.9055172Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Vitals.cpp.o 2022-11-23T01:21:09.9580394Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x4.c.o 2022-11-23T01:21:10.0602008Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x8.c.o 2022-11-23T01:21:10.0607492Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x4.c.o 2022-11-23T01:21:10.0777118Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/adaption.cpp.o 2022-11-23T01:21:10.1553034Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/blob.cpp.o 2022-11-23T01:21:10.1753827Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x8.c.o 2022-11-23T01:21:10.2499262Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-sse-x4.c.o 2022-11-23T01:21:10.2929745Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/boxing/KernelFunction.cpp.o 2022-11-23T01:21:10.3486282Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-sse-x8.c.o 2022-11-23T01:21:10.3514311Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x4.c.o 2022-11-23T01:21:10.4098668Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/class_type.cpp.o 2022-11-23T01:21:10.4549593Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/custom_class.cpp.o 2022-11-23T01:21:10.4721326Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x8.c.o 2022-11-23T01:21:10.5571137Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-sse-x4.c.o 2022-11-23T01:21:10.5782920Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/DispatchKeyExtractor.cpp.o 2022-11-23T01:21:10.6748416Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-sse-x8.c.o 2022-11-23T01:21:10.7222581Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x4.c.o 2022-11-23T01:21:10.7927149Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/Dispatcher.cpp.o 2022-11-23T01:21:10.8456452Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x8.c.o 2022-11-23T01:21:10.8807830Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-sse-x4.c.o 2022-11-23T01:21:10.9686077Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-sse-x8.c.o 2022-11-23T01:21:10.9691784Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/ObservedOperators.cpp.o 2022-11-23T01:21:10.9880004Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/OperatorEntry.cpp.o 2022-11-23T01:21:11.0711859Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-sse-x4.c.o 2022-11-23T01:21:11.0956504Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dynamic_type.cpp.o 2022-11-23T01:21:11.1852025Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-sse-x8.c.o 2022-11-23T01:21:11.2142335Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse-x4.c.o 2022-11-23T01:21:11.2896407Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/function_schema.cpp.o 2022-11-23T01:21:11.3353402Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse-x8.c.o 2022-11-23T01:21:11.3359540Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/interned_strings.cpp.o 2022-11-23T01:21:11.4590114Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c4-minmax-sse-2x.c.o 2022-11-23T01:21:11.4590974Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ivalue.cpp.o 2022-11-23T01:21:11.5450736Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c8-minmax-sse-2x.c.o 2022-11-23T01:21:11.5927767Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-sse-x4.c.o 2022-11-23T01:21:11.6362230Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/library.cpp.o 2022-11-23T01:21:11.7107062Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-sse-x8.c.o 2022-11-23T01:21:11.7386071Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/sse-sqrt-x4.c.o 2022-11-23T01:21:11.7872965Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/sse-sqrt-x8.c.o 2022-11-23T01:21:11.8141266Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/infer_schema.cpp.o 2022-11-23T01:21:11.8655618Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/op_registration.cpp.o 2022-11-23T01:21:11.8996145Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-sse-x4.c.o 2022-11-23T01:21:11.9293299Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-sse-x8.c.o 2022-11-23T01:21:12.0027848Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/operator_name.cpp.o 2022-11-23T01:21:12.0518873Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-sse-x4.c.o 2022-11-23T01:21:12.1044394Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-sse-x8.c.o 2022-11-23T01:21:12.1671049Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/register_symbols.cpp.o 2022-11-23T01:21:12.2196896Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-sse-x4.c.o 2022-11-23T01:21:12.2488120Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-sse-x8.c.o 2022-11-23T01:21:12.2979068Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse-addsub.c.o 2022-11-23T01:21:12.3140411Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/tensor_type.cpp.o 2022-11-23T01:21:12.3653250Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type.cpp.o 2022-11-23T01:21:12.4103914Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse-addsub.c.o 2022-11-23T01:21:12.4414179Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse-addsub.c.o 2022-11-23T01:21:12.5182516Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse-addsub.c.o 2022-11-23T01:21:12.5441792Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type_factory.cpp.o 2022-11-23T01:21:12.5726412Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/union_type.cpp.o 2022-11-23T01:21:12.6220789Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/error_report.cpp.o 2022-11-23T01:21:12.6226660Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-hh1mac.c.o 2022-11-23T01:21:12.7306616Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-nr1mac.c.o 2022-11-23T01:21:12.8178495Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-nr2mac.c.o 2022-11-23T01:21:12.8500697Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x4-sse.c.o 2022-11-23T01:21:12.9173305Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/function_schema_parser.cpp.o 2022-11-23T01:21:12.9667419Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/4x4-sse.c.o 2022-11-23T01:21:12.9675622Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/lexer.cpp.o 2022-11-23T01:21:13.0140246Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x8.c.o 2022-11-23T01:21:13.0896287Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_type_parser.cpp.o 2022-11-23T01:21:13.1485397Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x16.c.o 2022-11-23T01:21:13.1528722Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x24.c.o 2022-11-23T01:21:13.2481832Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/strtod.cpp.o 2022-11-23T01:21:13.2669116Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x32.c.o 2022-11-23T01:21:13.2687766Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/source_range.cpp.o 2022-11-23T01:21:13.3496511Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x8.c.o 2022-11-23T01:21:13.3908738Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Activation.cpp.o 2022-11-23T01:21:13.4367924Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x16.c.o 2022-11-23T01:21:13.5187999Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x24.c.o 2022-11-23T01:21:13.5644634Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x32.c.o 2022-11-23T01:21:13.5659442Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling.cpp.o 2022-11-23T01:21:13.6179153Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling3d.cpp.o 2022-11-23T01:21:13.6650838Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/4x-sse2-c4.c.o 2022-11-23T01:21:13.7550871Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling2d.cpp.o 2022-11-23T01:21:13.7551807Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9p8x-sse2-c4.c.o 2022-11-23T01:21:13.8702307Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9x-sse2-c4.c.o 2022-11-23T01:21:13.8949556Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T01:21:13.9690184Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling3d.cpp.o 2022-11-23T01:21:13.9846064Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T01:21:14.0734880Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T01:21:14.1757702Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T01:21:14.1767875Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AffineGridGenerator.cpp.o 2022-11-23T01:21:14.2177751Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse2-dup.c.o 2022-11-23T01:21:14.2566701Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse2-dup.c.o 2022-11-23T01:21:14.2847536Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AutogradComposite.cpp.o 2022-11-23T01:21:14.3475093Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool2d.cpp.o 2022-11-23T01:21:14.3870680Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse2-dup.c.o 2022-11-23T01:21:14.4253417Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse2-dup.c.o 2022-11-23T01:21:14.4998513Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool3d.cpp.o 2022-11-23T01:21:14.5583330Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse2-dup.c.o 2022-11-23T01:21:14.6062112Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse2-dup.c.o 2022-11-23T01:21:14.6727503Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebra.cpp.o 2022-11-23T01:21:14.7584133Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse2-dup.c.o 2022-11-23T01:21:14.7877696Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse2-dup.c.o 2022-11-23T01:21:14.8696320Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebraKernel.cpp.o 2022-11-23T01:21:14.9004164Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Batching.cpp.o 2022-11-23T01:21:14.9445693Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse2-dup.c.o 2022-11-23T01:21:15.0169099Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse2-dup.c.o 2022-11-23T01:21:15.0603548Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BinaryOps.cpp.o 2022-11-23T01:21:15.1367551Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse2-dup.c.o 2022-11-23T01:21:15.1774160Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse2-dup.c.o 2022-11-23T01:21:15.2574972Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Blas.cpp.o 2022-11-23T01:21:15.3045331Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse2-2x4.c.o 2022-11-23T01:21:15.3533786Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse2-2x8.c.o 2022-11-23T01:21:15.4524551Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BlasKernel.cpp.o 2022-11-23T01:21:15.4909070Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T01:21:15.5213355Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T01:21:15.5990209Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Bucketization.cpp.o 2022-11-23T01:21:15.6491057Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T01:21:15.6881790Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T01:21:15.7360966Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUBlas.cpp.o 2022-11-23T01:21:15.7893433Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T01:21:15.7897151Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUFallback.cpp.o 2022-11-23T01:21:15.8344266Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ChanelShuffle.cpp.o 2022-11-23T01:21:15.8821805Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T01:21:15.9346295Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Col2Im.cpp.o 2022-11-23T01:21:16.0018139Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T01:21:16.0946027Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T01:21:16.1836617Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x4.c.o 2022-11-23T01:21:16.2145990Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x8-acc2.c.o 2022-11-23T01:21:16.2824736Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ComparisonUtils.cpp.o 2022-11-23T01:21:16.3147539Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x8.c.o 2022-11-23T01:21:16.3324609Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Convolution.cpp.o 2022-11-23T01:21:16.4347602Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12-acc2.c.o 2022-11-23T01:21:16.4634560Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12-acc3.c.o 2022-11-23T01:21:16.4935452Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12.c.o 2022-11-23T01:21:16.5342368Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM2d.cpp.o 2022-11-23T01:21:16.5910699Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16-acc2.c.o 2022-11-23T01:21:16.5934009Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM3d.cpp.o 2022-11-23T01:21:16.6704227Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16-acc4.c.o 2022-11-23T01:21:16.7681835Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16.c.o 2022-11-23T01:21:16.8025441Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc2.c.o 2022-11-23T01:21:16.8082078Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc5.c.o 2022-11-23T01:21:16.8758554Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionTBC.cpp.o 2022-11-23T01:21:16.9021411Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Copy.cpp.o 2022-11-23T01:21:16.9551270Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20.c.o 2022-11-23T01:21:17.0437812Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x4.c.o 2022-11-23T01:21:17.0933474Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x8.c.o 2022-11-23T01:21:17.1429078Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x12.c.o 2022-11-23T01:21:17.1774353Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Correlation.cpp.o 2022-11-23T01:21:17.2417752Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Cross.cpp.o 2022-11-23T01:21:17.2441897Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x16.c.o 2022-11-23T01:21:17.2981134Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x20.c.o 2022-11-23T01:21:17.3535315Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool2d.cpp.o 2022-11-23T01:21:17.4052469Z [ 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-23T01:21:17.4862493Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x4.c.o 2022-11-23T01:21:17.5291239Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool3d.cpp.o 2022-11-23T01:21:17.5609836Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x8.c.o 2022-11-23T01:21:17.6008974Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DispatchStub.cpp.o 2022-11-23T01:21:17.6639166Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x12.c.o 2022-11-23T01:21:17.7526135Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x16.c.o 2022-11-23T01:21:17.7527086Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distance.cpp.o 2022-11-23T01:21:17.8979687Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x20.c.o 2022-11-23T01:21:17.8986078Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distributions.cpp.o 2022-11-23T01:21:17.9027175Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x24.c.o 2022-11-23T01:21:17.9999428Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Dropout.cpp.o 2022-11-23T01:21:18.0339063Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse2-x4.c.o 2022-11-23T01:21:18.0731889Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse2-x8.c.o 2022-11-23T01:21:18.1845183Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse2-x4.c.o 2022-11-23T01:21:18.1849412Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Embedding.cpp.o 2022-11-23T01:21:18.2225366Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse2-x8.c.o 2022-11-23T01:21:18.2888516Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/EmbeddingBag.cpp.o 2022-11-23T01:21:18.3454917Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse2-x4.c.o 2022-11-23T01:21:18.3859143Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse2-x8.c.o 2022-11-23T01:21:18.4545409Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Fill.cpp.o 2022-11-23T01:21:18.4963008Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse2-x4.c.o 2022-11-23T01:21:18.6060070Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ForeachOpsKernels.cpp.o 2022-11-23T01:21:18.6061036Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse2-x8.c.o 2022-11-23T01:21:18.6990438Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse2-x4.c.o 2022-11-23T01:21:18.7332625Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool2d.cpp.o 2022-11-23T01:21:18.8280629Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse2-x8.c.o 2022-11-23T01:21:18.8592075Z [ 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-23T01:21:18.8928319Z [ 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-23T01:21:18.9339335Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool3d.cpp.o 2022-11-23T01:21:18.9869375Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FunctionOfAMatrixUtils.cpp.o 2022-11-23T01:21:19.0133734Z [ 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-23T01:21:19.1243561Z [ 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-23T01:21:19.1280726Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GatedLinearUnit.cpp.o 2022-11-23T01:21:19.1972571Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x20.c.o 2022-11-23T01:21:19.2435245Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GridSampler.cpp.o 2022-11-23T01:21:19.3131258Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x24.c.o 2022-11-23T01:21:19.3132231Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Histogram.cpp.o 2022-11-23T01:21:19.4052595Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x4.c.o 2022-11-23T01:21:19.5138937Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x8.c.o 2022-11-23T01:21:19.5388819Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x12.c.o 2022-11-23T01:21:19.5721486Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x16.c.o 2022-11-23T01:21:19.6131472Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Im2Col.cpp.o 2022-11-23T01:21:19.6645071Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/IndexingUtils.cpp.o 2022-11-23T01:21:19.7080993Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x20.c.o 2022-11-23T01:21:19.8020148Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x24.c.o 2022-11-23T01:21:19.8301736Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse2-int16.c.o 2022-11-23T01:21:19.8993826Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Integration.cpp.o 2022-11-23T01:21:19.9219478Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse2-int32.c.o 2022-11-23T01:21:19.9570042Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-sse2.c.o 2022-11-23T01:21:20.0254250Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Itertools.cpp.o 2022-11-23T01:21:20.0534002Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-sse2-rr2-lut64-p2.c.o 2022-11-23T01:21:20.1537762Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LegacyBridge.cpp.o 2022-11-23T01:21:20.1982403Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-sse2-rr2-p5.c.o 2022-11-23T01:21:20.2009575Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Lerp.cpp.o 2022-11-23T01:21:20.2590510Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-sse2-rr2-p5.c.o 2022-11-23T01:21:20.3109051Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Linear.cpp.o 2022-11-23T01:21:20.3617068Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-sse2-rr2-lut16-p3.c.o 2022-11-23T01:21:20.4594521Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-sse2-rr2-p6.c.o 2022-11-23T01:21:20.4599623Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse2-cvt.c.o 2022-11-23T01:21:20.5117459Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse2-cvt.c.o 2022-11-23T01:21:20.5564834Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LinearAlgebra.cpp.o 2022-11-23T01:21:20.5969575Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Loss.cpp.o 2022-11-23T01:21:20.6286414Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse2-cvt.c.o 2022-11-23T01:21:20.6427499Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse2-cvt.c.o 2022-11-23T01:21:20.7089631Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossCTC.cpp.o 2022-11-23T01:21:20.7584616Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-div.c.o 2022-11-23T01:21:20.8077792Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-nr1.c.o 2022-11-23T01:21:20.8474405Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiLabelMargin.cpp.o 2022-11-23T01:21:20.8941513Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-nr2.c.o 2022-11-23T01:21:20.9509485Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-div.c.o 2022-11-23T01:21:20.9789043Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiMargin.cpp.o 2022-11-23T01:21:21.0484955Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-nr1.c.o 2022-11-23T01:21:21.1321619Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-nr2.c.o 2022-11-23T01:21:21.2012098Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T01:21:21.2193407Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL.cpp.o 2022-11-23T01:21:21.3093681Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL2d.cpp.o 2022-11-23T01:21:21.3097809Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:21:21.4399090Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T01:21:21.4582429Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:21:21.4639197Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxPooling.cpp.o 2022-11-23T01:21:21.5432364Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxUnpooling.cpp.o 2022-11-23T01:21:21.5700250Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T01:21:21.6254382Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:21:21.6758380Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Memory.cpp.o 2022-11-23T01:21:21.7456323Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T01:21:21.8556414Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:21:22.0123446Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:21:22.0144550Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:21:22.0666083Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:22.0971226Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:22.1250634Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:22.1828350Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:22.1829282Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MetaTensor.cpp.o 2022-11-23T01:21:22.2000171Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NNPACK.cpp.o 2022-11-23T01:21:22.2631247Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp.o 2022-11-23T01:21:22.2884113Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp.o 2022-11-23T01:21:22.3534067Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:22.3740892Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:22.4552709Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveDilatedConvolution.cpp.o 2022-11-23T01:21:22.5013380Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:22.6073134Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:22.7256977Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:22.7295340Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NamedTensor.cpp.o 2022-11-23T01:21:22.7790950Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:22.8493198Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NegateFallback.cpp.o 2022-11-23T01:21:22.8804263Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Normalization.cpp.o 2022-11-23T01:21:22.9225943Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:23.0194264Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:23.1126163Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:23.1740700Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Onehot.cpp.o 2022-11-23T01:21:23.2279697Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:23.2594353Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:23.3143915Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:23.3567603Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PackedSequence.cpp.o 2022-11-23T01:21:23.3956645Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PadNd.cpp.o 2022-11-23T01:21:23.4375095Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:23.4854177Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:23.5304386Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PixelShuffle.cpp.o 2022-11-23T01:21:23.5897445Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:23.6928685Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:23.7433195Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:23.7829179Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:23.8246344Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PointwiseOps.cpp.o 2022-11-23T01:21:23.8739880Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:23.9253092Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pooling.cpp.o 2022-11-23T01:21:23.9662704Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:24.0279419Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:24.0328998Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pow.cpp.o 2022-11-23T01:21:24.1194549Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/QuantizedLinear.cpp.o 2022-11-23T01:21:24.1732192Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:24.1737497Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RNN.cpp.o 2022-11-23T01:21:24.2891091Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:24.3386328Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:24.4020461Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RangeFactories.cpp.o 2022-11-23T01:21:24.4598342Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:24.5349355Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:24.5809340Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceAllOps.cpp.o 2022-11-23T01:21:24.6123883Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:24.6674996Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceOps.cpp.o 2022-11-23T01:21:24.7287436Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:24.8485335Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:24.9040782Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:24.9458428Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReflectionPad.cpp.o 2022-11-23T01:21:24.9734458Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:25.0398291Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:25.0585697Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Repeat.cpp.o 2022-11-23T01:21:25.0779457Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReplicationPadding.cpp.o 2022-11-23T01:21:25.1445587Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:25.1989845Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:25.2653489Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Resize.cpp.o 2022-11-23T01:21:25.3820813Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:25.3825160Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:25.4780366Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RowwisePrune.cpp.o 2022-11-23T01:21:25.4928521Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:25.5585817Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:25.6081651Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Scalar.cpp.o 2022-11-23T01:21:25.6776526Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:25.6792970Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SegmentReduce.cpp.o 2022-11-23T01:21:25.7472388Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:25.7959543Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o 2022-11-23T01:21:25.8639679Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T01:21:25.9575368Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:21:25.9954017Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T01:21:26.0899955Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOpsUtils.cpp.o 2022-11-23T01:21:26.1135709Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SoftMax.cpp.o 2022-11-23T01:21:26.1151528Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:21:26.1814775Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Sorting.cpp.o 2022-11-23T01:21:26.2325052Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T01:21:26.3560670Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:21:26.3572916Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SpectralOps.cpp.o 2022-11-23T01:21:26.4505142Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T01:21:26.4989782Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:21:26.5397164Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SummaryOps.cpp.o 2022-11-23T01:21:26.6002865Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:21:26.6695626Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:21:26.7600860Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T01:21:26.7614520Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorAdvancedIndexing.cpp.o 2022-11-23T01:21:26.8250299Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorCompare.cpp.o 2022-11-23T01:21:26.8798038Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T01:21:26.9691855Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T01:21:26.9920912Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T01:21:27.0056855Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-11-23T01:21:27.0681206Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorConversions.cpp.o 2022-11-23T01:21:27.0849407Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorFactories.cpp.o 2022-11-23T01:21:27.1307856Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c16.c.o 2022-11-23T01:21:27.1809282Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c24.c.o 2022-11-23T01:21:27.2214008Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorIteratorReduce.cpp.o 2022-11-23T01:21:27.2907081Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-11-23T01:21:27.4087248Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c16.c.o 2022-11-23T01:21:27.4740915Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c24.c.o 2022-11-23T01:21:27.5181180Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorProperties.cpp.o 2022-11-23T01:21:27.5909566Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:27.6246941Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:27.7020815Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorShape.cpp.o 2022-11-23T01:21:27.7508803Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-sse2.c.o 2022-11-23T01:21:27.7946843Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:27.8485149Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:27.9213375Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorTransformations.cpp.o 2022-11-23T01:21:27.9736183Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-sse2.c.o 2022-11-23T01:21:28.0307316Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:28.0872298Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TestOps.cpp.o 2022-11-23T01:21:28.1725436Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TriangularOps.cpp.o 2022-11-23T01:21:28.1731173Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:28.2453059Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-sse2.c.o 2022-11-23T01:21:28.2900729Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TypeProperties.cpp.o 2022-11-23T01:21:28.3458073Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:28.4470749Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:28.5142626Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-sse2.c.o 2022-11-23T01:21:28.5188970Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:28.5647702Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnaryOps.cpp.o 2022-11-23T01:21:28.6408933Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold2d.cpp.o 2022-11-23T01:21:28.6713218Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:28.7036747Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-sse2.c.o 2022-11-23T01:21:28.8120213Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:28.8314264Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold3d.cpp.o 2022-11-23T01:21:28.8669364Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:28.8805491Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-sse2.c.o 2022-11-23T01:21:28.9420113Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnfoldBackward.cpp.o 2022-11-23T01:21:29.0005189Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:29.0013483Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unique.cpp.o 2022-11-23T01:21:29.0176785Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:29.1119566Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSample.cpp.o 2022-11-23T01:21:29.1324429Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-sse2.c.o 2022-11-23T01:21:29.2271904Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:29.2594637Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBicubic2d.cpp.o 2022-11-23T01:21:29.3402595Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:29.4367624Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-sse2.c.o 2022-11-23T01:21:29.4989330Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:29.5483579Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBilinear2d.cpp.o 2022-11-23T01:21:29.5858888Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleLinear1d.cpp.o 2022-11-23T01:21:29.6289163Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:29.6713538Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-sse2.c.o 2022-11-23T01:21:29.7293495Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest1d.cpp.o 2022-11-23T01:21:29.7893127Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:29.8502827Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:29.9021321Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest2d.cpp.o 2022-11-23T01:21:29.9404407Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-sse2.c.o 2022-11-23T01:21:29.9854414Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest3d.cpp.o 2022-11-23T01:21:30.0441677Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:30.1372922Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:30.1787673Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleTrilinear3d.cpp.o 2022-11-23T01:21:30.1789293Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-sse2.c.o 2022-11-23T01:21:30.2587541Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/VariableMethodStubs.cpp.o 2022-11-23T01:21:30.3155119Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:30.3444680Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:30.4452921Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/WeightNorm.cpp.o 2022-11-23T01:21:30.5027753Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:30.5049542Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/group_norm.cpp.o 2022-11-23T01:21:30.6159273Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:30.6464074Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/layer_norm.cpp.o 2022-11-23T01:21:30.7232234Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:30.7718802Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:30.8323647Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:30.8503091Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/prim_native_functions.cpp.o 2022-11-23T01:21:30.9012890Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/verbose_wrapper.cpp.o 2022-11-23T01:21:30.9657365Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:31.0166678Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/library.cpp.o 2022-11-23T01:21:31.0906729Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:31.1319958Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:31.2248213Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.cpp.o 2022-11-23T01:21:31.2786022Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:31.2823735Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear.cpp.o 2022-11-23T01:21:31.3459763Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:31.3903405Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_deserialize.cpp.o 2022-11-23T01:21:31.4690431Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:31.5741073Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:31.6059807Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:31.6774268Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_dynamic.cpp.o 2022-11-23T01:21:31.7221289Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:31.8303241Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:31.8668254Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:31.9132535Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:31.9638179Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_prepack.cpp.o 2022-11-23T01:21:31.9929488Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_serialize.cpp.o 2022-11-23T01:21:32.0895642Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:32.1397969Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:32.2263492Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_unpack.cpp.o 2022-11-23T01:21:32.2749115Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:32.3278712Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-sse2.c.o 2022-11-23T01:21:32.3944713Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ParamUtils.cpp.o 2022-11-23T01:21:32.4389508Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-sse2.c.o 2022-11-23T01:21:32.5309713Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-sse2.c.o 2022-11-23T01:21:32.5947880Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T01:21:32.6527972Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-11-23T01:21:32.6544910Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SoftMax.cpp.o 2022-11-23T01:21:32.7217203Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBinaryOpIntersectionKernel.cpp.o 2022-11-23T01:21:32.7679487Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x24.c.o 2022-11-23T01:21:32.8595828Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x32.c.o 2022-11-23T01:21:32.8597082Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlas.cpp.o 2022-11-23T01:21:32.9471777Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T01:21:32.9977472Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-11-23T01:21:33.0471190Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlasImpl.cpp.o 2022-11-23T01:21:33.0901192Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x24.c.o 2022-11-23T01:21:33.1829507Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x32.c.o 2022-11-23T01:21:33.2414430Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T01:21:33.2873665Z [ 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-23T01:21:33.2892604Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensor.cpp.o 2022-11-23T01:21:33.3571031Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp.o 2022-11-23T01:21:33.4132499Z [ 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-23T01:21:33.5025110Z [ 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-23T01:21:33.5275324Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseFactories.cpp.o 2022-11-23T01:21:33.5655519Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9p8x-minmax-sse2-c8.c.o 2022-11-23T01:21:33.6174923Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9x-minmax-sse2-c8.c.o 2022-11-23T01:21:33.6466526Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:21:33.6878087Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseMatMul.cpp.o 2022-11-23T01:21:33.7325943Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensor.cpp.o 2022-11-23T01:21:33.7756519Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:21:33.8676508Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:21:33.9273393Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:21:33.9890769Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensorMath.cpp.o 2022-11-23T01:21:34.0429713Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T01:21:34.0430695Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseUnaryOps.cpp.o 2022-11-23T01:21:34.1389564Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ValidateCompressedIndicesKernel.cpp.o 2022-11-23T01:21:34.1395588Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T01:21:34.2623822Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T01:21:34.2651708Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorAliases.cpp.o 2022-11-23T01:21:34.3953258Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T01:21:34.3954317Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBackward.cpp.o 2022-11-23T01:21:34.5058975Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-11-23T01:21:34.5989088Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c16.c.o 2022-11-23T01:21:34.6261348Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c24.c.o 2022-11-23T01:21:34.7045588Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBinaryOps.cpp.o 2022-11-23T01:21:34.7052300Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-11-23T01:21:34.7316665Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorFactories.cpp.o 2022-11-23T01:21:34.8092555Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c16.c.o 2022-11-23T01:21:34.8447775Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c24.c.o 2022-11-23T01:21:34.8968359Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMath.cpp.o 2022-11-23T01:21:34.9421437Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:35.0310437Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:35.1387912Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:35.2469998Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:35.3605496Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:35.4556490Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:35.4729665Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMatmul.cpp.o 2022-11-23T01:21:35.5692215Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:35.5968620Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:35.6486308Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:35.7040023Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorTransformerFunctions.cpp.o 2022-11-23T01:21:35.7279540Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUnaryOps.cpp.o 2022-11-23T01:21:35.7679397Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:35.8165812Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:35.8972265Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:35.8975832Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUtils.cpp.o 2022-11-23T01:21:35.9496696Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizer.cpp.o 2022-11-23T01:21:36.0238962Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:36.1550216Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:36.2683637Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:36.3729256Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:36.4211869Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:36.4793484Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-11-23T01:21:36.5075633Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:36.5838425Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:36.5846749Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/Copy.cpp.o 2022-11-23T01:21:36.6784261Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerChannelAffine.cpp.o 2022-11-23T01:21:36.7072432Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerTensorAffine.cpp.o 2022-11-23T01:21:36.7475877Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:36.7873817Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/QTensor.cpp.o 2022-11-23T01:21:36.8551425Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:36.9015974Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorAdvancedIndexing.cpp.o 2022-11-23T01:21:36.9655227Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:37.0686004Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:37.1729406Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:37.2783869Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:37.3761644Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:37.4776726Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:37.5796984Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:37.7013299Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:37.7650472Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:37.8285529Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorCompare.cpp.o 2022-11-23T01:21:37.9033019Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:37.9249346Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorFactories.cpp.o 2022-11-23T01:21:37.9595529Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:38.0590644Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AdaptiveAveragePooling.cpp.o 2022-11-23T01:21:38.1086957Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:38.1729117Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:38.1758999Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:38.2239729Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool2d.cpp.o 2022-11-23T01:21:38.2943091Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool3d.cpp.o 2022-11-23T01:21:38.3197295Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:38.4239052Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:38.5216701Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:38.6200578Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:38.6455263Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:38.7269654Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/BinaryOps.cpp.o 2022-11-23T01:21:38.7716239Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:38.8190726Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:38.8917588Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:38.8938873Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ChannelShuffle.cpp.o 2022-11-23T01:21:38.9740556Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/IntReprQuant.cpp.o 2022-11-23T01:21:39.0056627Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:39.0879562Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-sse2.c.o 2022-11-23T01:21:39.0930191Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/LinearUnpackImpl.cpp.o 2022-11-23T01:21:39.1449530Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/MakePerTensorQuantizedTensor.cpp.o 2022-11-23T01:21:39.1981057Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-sse2.c.o 2022-11-23T01:21:39.2916233Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-sse2.c.o 2022-11-23T01:21:39.3773368Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T01:21:39.4238647Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-11-23T01:21:39.4929763Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Normalization.cpp.o 2022-11-23T01:21:39.5420184Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T01:21:39.5433539Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Pooling.cpp.o 2022-11-23T01:21:39.6266776Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-11-23T01:21:39.7246401Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T01:21:39.7637807Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-11-23T01:21:39.8405265Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T01:21:39.8406262Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ReduceOps.cpp.o 2022-11-23T01:21:39.8585846Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/RuyUtils.cpp.o 2022-11-23T01:21:39.9333720Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-11-23T01:21:39.9502143Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse2-c8.c.o 2022-11-23T01:21:40.0137476Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Sorting.cpp.o 2022-11-23T01:21:40.0650982Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse2-c16.c.o 2022-11-23T01:21:40.0928548Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T01:21:40.1730293Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorOperators.cpp.o 2022-11-23T01:21:40.2092744Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/sse2-x64.c.o 2022-11-23T01:21:40.2678047Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorShape.cpp.o 2022-11-23T01:21:40.2977942Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse2-c8.c.o 2022-11-23T01:21:40.3463192Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleBilinear2d.cpp.o 2022-11-23T01:21:40.3980095Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse2-c16.c.o 2022-11-23T01:21:40.4787411Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T01:21:40.4965281Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest2d.cpp.o 2022-11-23T01:21:40.5633369Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-rmax/sse2.c.o 2022-11-23T01:21:40.6511545Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest3d.cpp.o 2022-11-23T01:21:40.6513240Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-vclamp/sse2-x64.c.o 2022-11-23T01:21:40.7307275Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-fill/sse2-x64.c.o 2022-11-23T01:21:40.7692839Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/XnnpackUtils.cpp.o 2022-11-23T01:21:40.8318747Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-pad/sse2.c.o 2022-11-23T01:21:40.9153712Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/16x16-reuse-mov-sse2.c.o 2022-11-23T01:21:41.0216521Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/16x16-reuse-switch-sse2.c.o 2022-11-23T01:21:41.0943567Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fbgemm_utils.cpp.o 2022-11-23T01:21:41.1301308Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/xm-sse2.c.o 2022-11-23T01:21:41.2416252Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fused_obs_fake_quant.cpp.o 2022-11-23T01:21:41.2418043Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x2-sse2.c.o 2022-11-23T01:21:41.2943485Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x3-sse2.c.o 2022-11-23T01:21:41.2948930Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/init_qnnpack.cpp.o 2022-11-23T01:21:41.3550675Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qclamp.cpp.o 2022-11-23T01:21:41.4101518Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x4-sse2.c.o 2022-11-23T01:21:41.5029469Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-multi-mov-sse2.c.o 2022-11-23T01:21:41.6094890Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-multi-switch-sse2.c.o 2022-11-23T01:21:41.6809640Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv.cpp.o 2022-11-23T01:21:41.7637191Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-mov-sse2.c.o 2022-11-23T01:21:41.7934258Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-multi-sse2.c.o 2022-11-23T01:21:41.9360878Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-switch-sse2.c.o 2022-11-23T01:21:41.9540367Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp.o 2022-11-23T01:21:41.9993306Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/4x8-sse2.c.o 2022-11-23T01:21:42.0251500Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_prepack.cpp.o 2022-11-23T01:21:42.1131632Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-mov-sse2.c.o 2022-11-23T01:21:42.1134732Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_unpack_impl.cpp.o 2022-11-23T01:21:42.1733444Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-multi-sse2.c.o 2022-11-23T01:21:42.2973253Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qdropout.cpp.o 2022-11-23T01:21:42.3478676Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-switch-sse2.c.o 2022-11-23T01:21:42.4749321Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-mov-sse2.c.o 2022-11-23T01:21:42.6263778Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-multi-sse2.c.o 2022-11-23T01:21:42.6902133Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-switch-sse2.c.o 2022-11-23T01:21:42.7441213Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-unpool/sse2.c.o 2022-11-23T01:21:42.8069921Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qelu.cpp.o 2022-11-23T01:21:42.8625049Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag.cpp.o 2022-11-23T01:21:42.9159456Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/xm-sse2.c.o 2022-11-23T01:21:42.9165633Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.cpp.o 2022-11-23T01:21:43.0097484Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x2-sse2.c.o 2022-11-23T01:21:43.0929413Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x3-sse2.c.o 2022-11-23T01:21:43.1890918Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x4-sse2.c.o 2022-11-23T01:21:43.2815681Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-mov-sse2.c.o 2022-11-23T01:21:43.3108964Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-multi-sse2.c.o 2022-11-23T01:21:43.4568832Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_unpack.cpp.o 2022-11-23T01:21:43.4851247Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qgelu.cpp.o 2022-11-23T01:21:43.5067255Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-switch-sse2.c.o 2022-11-23T01:21:43.5813500Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-mov-sse2.c.o 2022-11-23T01:21:43.6716423Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-multi-sse2.c.o 2022-11-23T01:21:43.7463528Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardsigmoid.cpp.o 2022-11-23T01:21:43.7479447Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-switch-sse2.c.o 2022-11-23T01:21:43.8418380Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardswish.cpp.o 2022-11-23T01:21:43.8679283Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear.cpp.o 2022-11-23T01:21:43.9380903Z [ 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-23T01:21:44.0342018Z [ 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-23T01:21:44.0828492Z [ 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-23T01:21:44.1362370Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp.o 2022-11-23T01:21:44.1970768Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4.c.o 2022-11-23T01:21:44.3012745Z [ 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-23T01:21:44.3022508Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp.o 2022-11-23T01:21:44.3574709Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4.c.o 2022-11-23T01:21:44.4427397Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmatmul.cpp.o 2022-11-23T01:21:44.4819147Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-3x4.c.o 2022-11-23T01:21:44.5068336Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-4x4.c.o 2022-11-23T01:21:44.5877066Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmul.cpp.o 2022-11-23T01:21:44.6352571Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-5x4.c.o 2022-11-23T01:21:44.7351037Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-6x4.c.o 2022-11-23T01:21:44.8445049Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T01:21:44.8890496Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T01:21:44.9594422Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qnormalization.cpp.o 2022-11-23T01:21:45.0046287Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-ssse3.c.o 2022-11-23T01:21:45.1141073Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T01:21:45.1633883Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T01:21:45.1922675Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-ssse3.c.o 2022-11-23T01:21:45.2462323Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qrelu.cpp.o 2022-11-23T01:21:45.2970325Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsigmoid.cpp.o 2022-11-23T01:21:45.3515170Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T01:21:45.4822373Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T01:21:45.5619586Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-ssse3.c.o 2022-11-23T01:21:45.5650309Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T01:21:45.6023926Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T01:21:45.6456407Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsoftmax.cpp.o 2022-11-23T01:21:45.6892680Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qtanh.cpp.o 2022-11-23T01:21:45.7065154Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qthreshold.cpp.o 2022-11-23T01:21:45.7610856Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T01:21:45.8749830Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T01:21:45.9034041Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T01:21:45.9869678Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/library.cpp.o 2022-11-23T01:21:46.0168054Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T01:21:46.0621009Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qconv_unpack.cpp.o 2022-11-23T01:21:46.1368221Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-ssse3.c.o 2022-11-23T01:21:46.2335389Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-ssse3.c.o 2022-11-23T01:21:46.3126622Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-ssse3.c.o 2022-11-23T01:21:46.3127543Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-ssse3.c.o 2022-11-23T01:21:46.3631125Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qlinear_unpack.cpp.o 2022-11-23T01:21:46.4060838Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/LinearAlgebra.cpp.o 2022-11-23T01:21:46.4269464Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-ssse3-x16.c.o 2022-11-23T01:21:46.5132257Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-ssse3-x32.c.o 2022-11-23T01:21:46.6086529Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x8.c.o 2022-11-23T01:21:46.6416417Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x16.c.o 2022-11-23T01:21:46.7023495Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x24.c.o 2022-11-23T01:21:46.7535649Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseBlasImpl.cpp.o 2022-11-23T01:21:46.7860183Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x32.c.o 2022-11-23T01:21:46.8372829Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.cpp.o 2022-11-23T01:21:46.8852435Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x8.c.o 2022-11-23T01:21:46.9770136Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x16.c.o 2022-11-23T01:21:47.0088640Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x24.c.o 2022-11-23T01:21:47.0750701Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SpectralOps.cpp.o 2022-11-23T01:21:47.1193396Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x32.c.o 2022-11-23T01:21:47.2236919Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T01:21:47.2464910Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T01:21:47.3030700Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x24.c.o 2022-11-23T01:21:47.3416542Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/BinaryOps.cpp.o 2022-11-23T01:21:47.3899211Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T01:21:47.4361336Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Conv.cpp.o 2022-11-23T01:21:47.4812509Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse41-2x4.c.o 2022-11-23T01:21:47.6128176Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse41-2x8.c.o 2022-11-23T01:21:47.6884777Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T01:21:47.7266752Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/ConvPrepack.cpp.o 2022-11-23T01:21:47.7585674Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T01:21:47.8017987Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Copy.cpp.o 2022-11-23T01:21:47.8535483Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x24.c.o 2022-11-23T01:21:47.9482828Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T01:21:47.9697483Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Gelu.cpp.o 2022-11-23T01:21:48.0879640Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/IDeepRegistration.cpp.o 2022-11-23T01:21:48.0929506Z [ 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-23T01:21:48.2028474Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Linear.cpp.o 2022-11-23T01:21:48.2029408Z [ 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-23T01:21:48.3077384Z [ 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-23T01:21:48.4150857Z [ 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-23T01:21:48.4737224Z [ 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-23T01:21:48.5176879Z [ 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-23T01:21:48.5674539Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNCommon.cpp.o 2022-11-23T01:21:48.5877781Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNConversions.cpp.o 2022-11-23T01:21:48.6646098Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x4.c.o 2022-11-23T01:21:48.7125511Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x8.c.o 2022-11-23T01:21:48.7892383Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Matmul.cpp.o 2022-11-23T01:21:48.8335174Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x12.c.o 2022-11-23T01:21:48.9316213Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp.o 2022-11-23T01:21:48.9320230Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x16.c.o 2022-11-23T01:21:49.0519089Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x20.c.o 2022-11-23T01:21:49.1231194Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x24.c.o 2022-11-23T01:21:49.1645127Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Normalization.cpp.o 2022-11-23T01:21:49.1960699Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse41-x4.c.o 2022-11-23T01:21:49.2482077Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/OpContext.cpp.o 2022-11-23T01:21:49.3198647Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse41-x8.c.o 2022-11-23T01:21:49.3543838Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Pooling.cpp.o 2022-11-23T01:21:49.4367844Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse41-x4.c.o 2022-11-23T01:21:49.5187696Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse41-x8.c.o 2022-11-23T01:21:49.5494339Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Prelu.cpp.o 2022-11-23T01:21:49.6293663Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse41-x4.c.o 2022-11-23T01:21:49.7316818Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse41-x8.c.o 2022-11-23T01:21:49.7583504Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse41-x4.c.o 2022-11-23T01:21:49.8537008Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse41-x8.c.o 2022-11-23T01:21:49.8552233Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RegisterMkldnnOpContextClass.cpp.o 2022-11-23T01:21:49.8756482Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Relu.cpp.o 2022-11-23T01:21:49.9582113Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse41-x4.c.o 2022-11-23T01:21:50.0723544Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse41-x8.c.o 2022-11-23T01:21:50.0724737Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/SoftMax.cpp.o 2022-11-23T01:21:50.1761051Z [ 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-23T01:21:50.2832515Z [ 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-23T01:21:50.3840986Z [ 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-23T01:21:50.4737701Z [ 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-23T01:21:50.4769448Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorFactories.cpp.o 2022-11-23T01:21:50.5802697Z [ 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-23T01:21:50.6052057Z [ 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-23T01:21:50.6768400Z [ 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-23T01:21:50.6776047Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorShape.cpp.o 2022-11-23T01:21:50.7366459Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/UnaryOps.cpp.o 2022-11-23T01:21:50.7853240Z [ 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-23T01:21:50.8648506Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x12.c.o 2022-11-23T01:21:50.8944021Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Utils.cpp.o 2022-11-23T01:21:51.0006194Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x16.c.o 2022-11-23T01:21:51.0930990Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x20.c.o 2022-11-23T01:21:51.1301238Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x24.c.o 2022-11-23T01:21:51.1776957Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse41-int16.c.o 2022-11-23T01:21:51.2315192Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/attention.cpp.o 2022-11-23T01:21:51.2961697Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/transformer.cpp.o 2022-11-23T01:21:51.2972092Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse41-int32.c.o 2022-11-23T01:21:51.3232077Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-sse41.c.o 2022-11-23T01:21:51.3823460Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse41.c.o 2022-11-23T01:21:51.4123747Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/utils/Factory.cpp.o 2022-11-23T01:21:51.4424821Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Activation.cpp.o 2022-11-23T01:21:51.5009485Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse41.c.o 2022-11-23T01:21:51.6043182Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse41.c.o 2022-11-23T01:21:51.6365693Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse41.c.o 2022-11-23T01:21:51.7033888Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/AveragePooling.cpp.o 2022-11-23T01:21:51.7494573Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T01:21:51.8507471Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:21:51.9373271Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:21:51.9592122Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T01:21:52.0146651Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:21:52.1111590Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/ChannelShuffle.cpp.o 2022-11-23T01:21:52.1608170Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Convolution.cpp.o 2022-11-23T01:21:52.2468314Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:21:52.2960152Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Init.cpp.o 2022-11-23T01:21:52.4346519Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T01:21:52.4603697Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:21:52.5567533Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Linear.cpp.o 2022-11-23T01:21:52.5572025Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:21:52.5887958Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/MaxPooling.cpp.o 2022-11-23T01:21:52.6503613Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T01:21:52.7053719Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:21:52.7735886Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/OpContext.cpp.o 2022-11-23T01:21:52.8237857Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:21:52.8708241Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:21:52.8715126Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/RegisterOpContextClass.cpp.o 2022-11-23T01:21:52.9944683Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:21:52.9950515Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Shim.cpp.o 2022-11-23T01:21:53.0745473Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:21:53.1509276Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:21:53.2030999Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CompositeViewCopyKernels.cpp.o 2022-11-23T01:21:53.2044584Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:53.2422342Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:53.3298280Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Functions.cpp.o 2022-11-23T01:21:53.3629374Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_0.cpp.o 2022-11-23T01:21:53.3908932Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:53.4396038Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_1.cpp.o 2022-11-23T01:21:53.5117855Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:53.5771433Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:53.6435373Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_2.cpp.o 2022-11-23T01:21:53.6960814Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:53.7912693Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:53.8998301Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:53.9492582Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:54.0180772Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_3.cpp.o 2022-11-23T01:21:54.0813899Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:54.2050730Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:54.2312758Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:54.3167950Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:54.3443236Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_4.cpp.o 2022-11-23T01:21:54.4013532Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterBackendSelect.cpp.o 2022-11-23T01:21:54.4361092Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:54.4815643Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCPU.cpp.o 2022-11-23T01:21:54.5447459Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:54.6056906Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:54.6508390Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutograd.cpp.o 2022-11-23T01:21:54.7307407Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:54.8516765Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:54.9804947Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:55.0101634Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:55.0555149Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:55.1130262Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp.o 2022-11-23T01:21:55.1354939Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutograd.cpp.o 2022-11-23T01:21:55.1454729Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:55.2159240Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:55.2818731Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutogradNestedTensor.cpp.o 2022-11-23T01:21:55.3596085Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:55.4905283Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:55.6078304Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:55.7101905Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:55.7348542Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_0.cpp.o 2022-11-23T01:21:55.7833112Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:55.8531394Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_1.cpp.o 2022-11-23T01:21:55.8904088Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:55.9384828Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_2.cpp.o 2022-11-23T01:21:56.0240234Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:56.0960593Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:56.1418555Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_3.cpp.o 2022-11-23T01:21:56.2134210Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:56.2160106Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMeta.cpp.o 2022-11-23T01:21:56.3183862Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:56.4301228Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:56.5791212Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:56.6985380Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:56.7040665Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:56.8145211Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMkldnnCPU.cpp.o 2022-11-23T01:21:56.8386514Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:56.8594029Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:56.8841355Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:56.9592224Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorCPU.cpp.o 2022-11-23T01:21:57.0379097Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:57.0383755Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorMeta.cpp.o 2022-11-23T01:21:57.1513287Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:57.1526559Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedCPU.cpp.o 2022-11-23T01:21:57.2698503Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:57.3607017Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:57.3619300Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedMeta.cpp.o 2022-11-23T01:21:57.4606252Z [ 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-23T01:21:57.5076193Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:21:57.5690372Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSchema.cpp.o 2022-11-23T01:21:57.5976810Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:21:57.6451015Z [ 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-23T01:21:57.6711673Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCPU.cpp.o 2022-11-23T01:21:57.7693950Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrCPU.cpp.o 2022-11-23T01:21:57.8252547Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:21:57.9032099Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:21:57.9570090Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseMeta.cpp.o 2022-11-23T01:21:57.9961610Z [ 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-23T01:21:58.1011598Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterZeroTensor.cpp.o 2022-11-23T01:21:58.1475502Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:21:58.2519218Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:21:58.2793792Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T01:21:58.3461682Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:21:58.3787244Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPU_add.cpp.o 2022-11-23T01:21:58.4574750Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:21:58.4575755Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenOpList.cpp.o 2022-11-23T01:21:58.5004187Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TensorMethods.cpp.o 2022-11-23T01:21:58.6062247Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:21:58.6451378Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/QTensorImpl.cpp.o 2022-11-23T01:21:58.6962822Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:21:58.7368217Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/Quantizer.cpp.o 2022-11-23T01:21:58.8377850Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:21:58.8939430Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_bind.cpp.o 2022-11-23T01:21:58.8940461Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:21:58.9683632Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_model_loader.cpp.o 2022-11-23T01:21:59.0743627Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T01:21:59.1271385Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T01:21:59.1998364Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x24.c.o 2022-11-23T01:21:59.2777325Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_register.cpp.o 2022-11-23T01:21:59.3363434Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T01:21:59.3367909Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_wrapper.cpp.o 2022-11-23T01:21:59.3945038Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp.o 2022-11-23T01:21:59.5029702Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-11-23T01:21:59.6556371Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c16.c.o 2022-11-23T01:21:59.6888267Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c24.c.o 2022-11-23T01:21:59.7565645Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp.o 2022-11-23T01:21:59.7813583Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-11-23T01:21:59.8702649Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c16.c.o 2022-11-23T01:21:59.9027590Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.DEFAULT.cpp.o 2022-11-23T01:21:59.9992142Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.DEFAULT.cpp.o 2022-11-23T01:22:00.0276514Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c24.c.o 2022-11-23T01:22:00.0605894Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:00.1220989Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.DEFAULT.cpp.o 2022-11-23T01:22:00.2080219Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:00.3059979Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-sse41.c.o 2022-11-23T01:22:00.3670288Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:00.4158422Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:00.4859194Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:00.6561311Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-sse41.c.o 2022-11-23T01:22:00.6674203Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:00.7603378Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:00.7760716Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:00.8865670Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-sse41.c.o 2022-11-23T01:22:00.9993964Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:00.9995078Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:01.1204443Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:01.1849304Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-sse41.c.o 2022-11-23T01:22:01.2288000Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.DEFAULT.cpp.o 2022-11-23T01:22:01.2670776Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:01.3175355Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:01.3762915Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:01.4267246Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:01.5207034Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-sse41.c.o 2022-11-23T01:22:01.5935946Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:01.6457160Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:01.7163856Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:01.8358766Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-sse41.c.o 2022-11-23T01:22:01.9082400Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:01.9548130Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:01.9972767Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:02.0410236Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp.o 2022-11-23T01:22:02.1161102Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-sse41.c.o 2022-11-23T01:22:02.1947428Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:02.2400628Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:02.3122536Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:02.4406825Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-sse41.c.o 2022-11-23T01:22:02.4906682Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:02.4964443Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:02.5535114Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:02.6281500Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-sse41.c.o 2022-11-23T01:22:02.6575062Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:02.6968342Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:02.7286087Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:02.7730733Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:02.8413733Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.DEFAULT.cpp.o 2022-11-23T01:22:02.8761822Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-sse41.c.o 2022-11-23T01:22:02.9861379Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:03.0880060Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:03.1692249Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-sse41.c.o 2022-11-23T01:22:03.2715315Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:03.3211293Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:03.3330693Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:03.4042374Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:03.4279807Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:03.4793779Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:03.5522239Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:03.5523078Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:03.6679158Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:03.7107045Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:03.7814796Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:03.8293776Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:03.9422362Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:04.0115048Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:04.0578407Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:04.0955866Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:04.1766996Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:04.1779423Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:04.1784932Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:04.2442314Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:04.2995437Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:04.3584902Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:04.4663158Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:04.5813712Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:04.6815166Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:04.6842306Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:04.8084512Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:04.8085432Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:04.8561054Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:04.9231264Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:04.9625711Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.DEFAULT.cpp.o 2022-11-23T01:22:04.9938147Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:05.0415471Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:05.1411042Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:05.1940478Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:05.3079347Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:05.4217269Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-sse4.c.o 2022-11-23T01:22:05.4250168Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:05.5098827Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-sse4.c.o 2022-11-23T01:22:05.6128131Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:05.6130156Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-sse4.c.o 2022-11-23T01:22:05.6777022Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-sse4-sra.c.o 2022-11-23T01:22:05.7174474Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:05.7751057Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-sse4-srl.c.o 2022-11-23T01:22:05.8025906Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T01:22:05.9080861Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:05.9087580Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-11-23T01:22:05.9403339Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:06.0246518Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x24.c.o 2022-11-23T01:22:06.1161098Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x32.c.o 2022-11-23T01:22:06.2236130Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-11-23T01:22:06.2427241Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-11-23T01:22:06.2469130Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:06.3974656Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x24.c.o 2022-11-23T01:22:06.4157718Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x32.c.o 2022-11-23T01:22:06.4793858Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T01:22:06.5239494Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-11-23T01:22:06.6090387Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:06.6096105Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x24.c.o 2022-11-23T01:22:06.6366885Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.DEFAULT.cpp.o 2022-11-23T01:22:06.6918946Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:06.7818844Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x32.c.o 2022-11-23T01:22:06.7821066Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:06.7972431Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-11-23T01:22:06.8919142Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:06.9802937Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-11-23T01:22:07.1595758Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x24.c.o 2022-11-23T01:22:07.2155016Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:07.3264649Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x32.c.o 2022-11-23T01:22:07.3507819Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:07.4932669Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-11-23T01:22:07.5919993Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T01:22:07.6948236Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-11-23T01:22:07.7739003Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T01:22:07.8117736Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:07.8799005Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:22:07.9071666Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:22:08.0248449Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:08.0249070Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:22:08.0718865Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:22:08.1501756Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:08.1867776Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:08.2425006Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:22:08.3197397Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:08.3442232Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:22:08.5173487Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:22:08.5451268Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:22:08.6476893Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T01:22:08.6491008Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:08.7469421Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:08.8213620Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T01:22:08.9556202Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x24.c.o 2022-11-23T01:22:08.9787870Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T01:22:09.0176052Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-11-23T01:22:09.0836537Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c16.c.o 2022-11-23T01:22:09.1332845Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c24.c.o 2022-11-23T01:22:09.1631275Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp.o 2022-11-23T01:22:09.1641901Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mkl/SparseBlas.cpp.o 2022-11-23T01:22:09.2268246Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/vulkan/Context.cpp.o 2022-11-23T01:22:09.2731912Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-11-23T01:22:09.3935086Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c16.c.o 2022-11-23T01:22:09.4290562Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c24.c.o 2022-11-23T01:22:09.4997895Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/metal/Context.cpp.o 2022-11-23T01:22:09.5481150Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:09.5779748Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:09.6092001Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:09.6643766Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/common.cc.o 2022-11-23T01:22:09.7130887Z [ 58%] Building C object caffe2/CMakeFiles/torch_cpu.dir/__/third_party/miniz-2.1.0/miniz.c.o 2022-11-23T01:22:09.7375376Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:09.8396187Z /var/lib/jenkins/workspace/third_party/miniz-2.1.0/miniz.c:3157:9: note: #pragma message: Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files. 2022-11-23T01:22:09.8397043Z 3157 | #pragma message("Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.") 2022-11-23T01:22:09.8397323Z | ^~~~~~~ 2022-11-23T01:22:09.8465399Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:09.8750038Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/inline_container.cc.o 2022-11-23T01:22:09.8793683Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/istream_adapter.cc.o 2022-11-23T01:22:09.9843439Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:09.9844019Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/file_adapter.cc.o 2022-11-23T01:22:10.0212399Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:10.0636812Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:10.1286659Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/crc.cc.o 2022-11-23T01:22:10.1463689Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/read_adapter_interface.cc.o 2022-11-23T01:22:10.2239963Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:10.2452409Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:10.2688724Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:10.3331711Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:10.3529316Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/string_utils.cc.o 2022-11-23T01:22:10.3804836Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:10.4178595Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:10.4371472Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/ThreadPool.cc.o 2022-11-23T01:22:10.4594601Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/pthreadpool-cpp.cc.o 2022-11-23T01:22:10.5044655Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/thread_pool_guard.cpp.o 2022-11-23T01:22:10.5571886Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/proto_wrap.cc.o 2022-11-23T01:22:10.5916705Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:10.6188258Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:10.6844598Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:10.7286307Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.cpp.o 2022-11-23T01:22:10.7775697Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_fuser.cpp.o 2022-11-23T01:22:10.8424495Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:10.8428169Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_rewriter.cpp.o 2022-11-23T01:22:10.9176730Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:10.9820091Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_helper.cpp.o 2022-11-23T01:22:11.0366693Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:11.0606773Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/register_interface.cpp.o 2022-11-23T01:22:11.1622929Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:11.2744350Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:11.4005603Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:11.5563483Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:11.6575690Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:11.8101710Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:11.9331382Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:11.9337641Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/decompose_silu.cpp.o 2022-11-23T01:22:12.0017177Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:12.0812344Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:12.0826214Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:12.1646821Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:12.1647589Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/interface.cpp.o 2022-11-23T01:22:12.2051398Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:12.2527237Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/kernel.cpp.o 2022-11-23T01:22:12.2775885Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/defer_size_check.cpp.o 2022-11-23T01:22:12.3457305Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/layout_propagation.cpp.o 2022-11-23T01:22:12.3855938Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:12.5194994Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:12.6472225Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:12.7720870Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:12.7992332Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:12.8787233Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/prepare_binary.cpp.o 2022-11-23T01:22:12.9280870Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:13.0250889Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:13.1228872Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:13.2042946Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:13.2527155Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/guard_shape.cpp.o 2022-11-23T01:22:13.3329752Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:13.3699265Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp: In function ‘torch::jit::Operation torch::jit::createLlgaKernel(const torch::jit::Node*)’: 2022-11-23T01:22:13.3701623Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:106:3: warning: ‘torch::jit::Operation::Operation(F&&) [with F = torch::jit::createLlgaKernel(const torch::jit::Node*)::; typename std::enable_if*)>, F&&>::value, int>::type = 0]’ is deprecated: Please use void(Stack&) to register operator instead. [-Wdeprecated-declarations] 2022-11-23T01:22:13.3702705Z 106 | }; 2022-11-23T01:22:13.3703026Z | ^ 2022-11-23T01:22:13.3704468Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/KernelFunction.h:5, 2022-11-23T01:22:13.3705285Z from /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:4, 2022-11-23T01:22:13.3706194Z from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6, 2022-11-23T01:22:13.3707030Z from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7, 2022-11-23T01:22:13.3707942Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/decompose_silu.h:3, 2022-11-23T01:22:13.3719423Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:2: 2022-11-23T01:22:13.3720095Z /var/lib/jenkins/workspace/aten/src/ATen/core/stack.h:25:3: note: declared here 2022-11-23T01:22:13.3720761Z 25 | Operation(F&& raw): op_([raw = std::forward(raw)](Stack& stack) { 2022-11-23T01:22:13.3721037Z | ^~~~~~~~~ 2022-11-23T01:22:13.3721602Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp: In function ‘torch::jit::Operation torch::jit::createLlgaGuardKernel(const torch::jit::Node*)’: 2022-11-23T01:22:13.3722833Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:171:3: warning: ‘torch::jit::Operation::Operation(F&&) [with F = torch::jit::createLlgaGuardKernel(const torch::jit::Node*)::; typename std::enable_if*)>, F&&>::value, int>::type = 0]’ is deprecated: Please use void(Stack&) to register operator instead. [-Wdeprecated-declarations] 2022-11-23T01:22:13.3723555Z 171 | }; 2022-11-23T01:22:13.3723751Z | ^ 2022-11-23T01:22:13.3724110Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/KernelFunction.h:5, 2022-11-23T01:22:13.3724548Z from /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:4, 2022-11-23T01:22:13.3755392Z from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6, 2022-11-23T01:22:13.3756326Z from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7, 2022-11-23T01:22:13.3757014Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/decompose_silu.h:3, 2022-11-23T01:22:13.3757456Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:2: 2022-11-23T01:22:13.3757875Z /var/lib/jenkins/workspace/aten/src/ATen/core/stack.h:25:3: note: declared here 2022-11-23T01:22:13.3758327Z 25 | Operation(F&& raw): op_([raw = std::forward(raw)](Stack& stack) { 2022-11-23T01:22:13.3758604Z | ^~~~~~~~~ 2022-11-23T01:22:13.3812407Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/Functions.cpp.o 2022-11-23T01:22:13.4350430Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:13.4890823Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:13.5220049Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-sse4.c.o 2022-11-23T01:22:13.5940327Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_0.cpp.o 2022-11-23T01:22:13.6179379Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_1.cpp.o 2022-11-23T01:22:13.6931699Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_2.cpp.o 2022-11-23T01:22:13.6969208Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-sse4.c.o 2022-11-23T01:22:13.7986655Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T01:22:13.8955408Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-11-23T01:22:13.9179892Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-11-23T01:22:13.9955230Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_3.cpp.o 2022-11-23T01:22:14.1141519Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-11-23T01:22:14.2744094Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T01:22:14.3672388Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-11-23T01:22:14.4549863Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-11-23T01:22:14.6129888Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-11-23T01:22:14.7639484Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-11-23T01:22:14.8430926Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T01:22:14.8972315Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-11-23T01:22:14.9375033Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_4.cpp.o 2022-11-23T01:22:15.0297150Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T01:22:15.1271805Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse41-c8.c.o 2022-11-23T01:22:15.1590643Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse41-c16.c.o 2022-11-23T01:22:15.2329125Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_0.cpp.o 2022-11-23T01:22:15.2968939Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-sse41-c16.c.o 2022-11-23T01:22:15.3605087Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/sse41-x64.c.o 2022-11-23T01:22:15.3749522Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse41-c8.c.o 2022-11-23T01:22:15.4226515Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_1.cpp.o 2022-11-23T01:22:15.4868598Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse41-c16.c.o 2022-11-23T01:22:15.4875223Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_2.cpp.o 2022-11-23T01:22:15.5845551Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x16.c.o 2022-11-23T01:22:15.5846569Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x8.c.o 2022-11-23T01:22:15.6756642Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_3.cpp.o 2022-11-23T01:22:15.6905388Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x24.c.o 2022-11-23T01:22:15.7883017Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x32.c.o 2022-11-23T01:22:15.8868946Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x8.c.o 2022-11-23T01:22:15.9746271Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x16.c.o 2022-11-23T01:22:16.0814094Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x24.c.o 2022-11-23T01:22:16.2028268Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x32.c.o 2022-11-23T01:22:16.2121491Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-avx-acc2.c.o 2022-11-23T01:22:16.2887684Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_4.cpp.o 2022-11-23T01:22:16.3600957Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-avx.c.o 2022-11-23T01:22:16.4548730Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-avx-acc2.c.o 2022-11-23T01:22:16.4568837Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp.o 2022-11-23T01:22:16.5488184Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp.o 2022-11-23T01:22:16.6598497Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-avx.c.o 2022-11-23T01:22:16.6599328Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/LazyNativeFunctions.cpp.o 2022-11-23T01:22:16.6935134Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-avx-acc2.c.o 2022-11-23T01:22:16.8212699Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterAutogradLazy.cpp.o 2022-11-23T01:22:16.8362598Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-avx.c.o 2022-11-23T01:22:17.0207683Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-avx-acc2.c.o 2022-11-23T01:22:17.1908612Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-avx.c.o 2022-11-23T01:22:17.1920858Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx-acc2.c.o 2022-11-23T01:22:17.3312292Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx.c.o 2022-11-23T01:22:17.3660674Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx-acc2.c.o 2022-11-23T01:22:17.3904130Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx.c.o 2022-11-23T01:22:17.3953324Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterLazy.cpp.o 2022-11-23T01:22:17.4461421Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx-acc2.c.o 2022-11-23T01:22:17.5394983Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/anomaly_mode.cpp.o 2022-11-23T01:22:17.5609275Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd.cpp.o 2022-11-23T01:22:17.6183350Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_meta.cpp.o 2022-11-23T01:22:17.6944704Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx.c.o 2022-11-23T01:22:17.8503809Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx-acc2.c.o 2022-11-23T01:22:18.0422999Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx.c.o 2022-11-23T01:22:18.0759388Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_not_implemented_fallback.cpp.o 2022-11-23T01:22:18.1339611Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T01:22:18.1623525Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T01:22:18.1906813Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/cpp_hook.cpp.o 2022-11-23T01:22:18.2390959Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/custom_function.cpp.o 2022-11-23T01:22:18.2944333Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T01:22:18.2944868Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/engine.cpp.o 2022-11-23T01:22:18.3573284Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/forward_grad.cpp.o 2022-11-23T01:22:18.4094791Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T01:22:18.4934425Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-avx-broadcast.c.o 2022-11-23T01:22:18.6267740Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-avx-broadcast.c.o 2022-11-23T01:22:18.6630206Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16inc-minmax-avx-broadcast.c.o 2022-11-23T01:22:18.7992515Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function.cpp.o 2022-11-23T01:22:18.7998967Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-avx-broadcast.c.o 2022-11-23T01:22:18.8310637Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function_hook.cpp.o 2022-11-23T01:22:18.8816746Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/accumulate_grad.cpp.o 2022-11-23T01:22:18.9406040Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-avx-broadcast.c.o 2022-11-23T01:22:18.9465640Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/basic_ops.cpp.o 2022-11-23T01:22:19.0462385Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/tensor.cpp.o 2022-11-23T01:22:19.1273741Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-avx-broadcast.c.o 2022-11-23T01:22:19.2552216Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-avx-broadcast.c.o 2022-11-23T01:22:19.3080494Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x8inc-minmax-avx-broadcast.c.o 2022-11-23T01:22:19.4609791Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x8inc-minmax-avx-broadcast.c.o 2022-11-23T01:22:19.4610381Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/utils.cpp.o 2022-11-23T01:22:19.5094462Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-avx-broadcast.c.o 2022-11-23T01:22:19.6121194Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_buffer.cpp.o 2022-11-23T01:22:19.7558634Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T01:22:19.9516179Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16-minmax-avx-broadcast.c.o 2022-11-23T01:22:19.9516734Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/jit_decomp_interface.cpp.o 2022-11-23T01:22:19.9927838Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-avx-broadcast.c.o 2022-11-23T01:22:20.0638234Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-avx-broadcast.c.o 2022-11-23T01:22:20.1234429Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-avx-broadcast.c.o 2022-11-23T01:22:20.1773110Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_kineto.cpp.o 2022-11-23T01:22:20.2051060Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T01:22:20.2338954Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_legacy.cpp.o 2022-11-23T01:22:20.3115630Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/record_function_ops.cpp.o 2022-11-23T01:22:20.3729073Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/saved_variable.cpp.o 2022-11-23T01:22:20.3967768Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x8-minmax-avx-broadcast.c.o 2022-11-23T01:22:20.5283018Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/utils/warnings.cpp.o 2022-11-23T01:22:20.6045430Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x8-minmax-avx-broadcast.c.o 2022-11-23T01:22:20.7880692Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-avx-broadcast.c.o 2022-11-23T01:22:20.8219144Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T01:22:20.8601150Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16-minmax-avx-broadcast.c.o 2022-11-23T01:22:20.9332432Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-avx-broadcast.c.o 2022-11-23T01:22:20.9628719Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-avx-broadcast.c.o 2022-11-23T01:22:20.9962426Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable.cpp.o 2022-11-23T01:22:21.0542670Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/function_impl.cpp.o 2022-11-23T01:22:21.0788544Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module.cpp.o 2022-11-23T01:22:21.1469779Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/object.cpp.o 2022-11-23T01:22:21.2198963Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_handler.cpp.o 2022-11-23T01:22:21.2435698Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-avx-broadcast.c.o 2022-11-23T01:22:21.4175456Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T01:22:21.5884051Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x8-minmax-avx-broadcast.c.o 2022-11-23T01:22:21.7726384Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_info.cpp.o 2022-11-23T01:22:21.7735964Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x8-minmax-avx-broadcast.c.o 2022-11-23T01:22:21.8207682Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx-2x8.c.o 2022-11-23T01:22:21.8528488Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_detail.cpp.o 2022-11-23T01:22:21.9822558Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_interface.cpp.o 2022-11-23T01:22:22.0078982Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx-2x16.c.o 2022-11-23T01:22:22.0718895Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T01:22:22.1959802Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_resolver.cpp.o 2022-11-23T01:22:22.2383014Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T01:22:22.2809687Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T01:22:22.4186760Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/codegen.cpp.o 2022-11-23T01:22:22.4546595Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T01:22:22.5045703Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/compiler.cpp.o 2022-11-23T01:22:22.5592089Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/executor.cpp.o 2022-11-23T01:22:22.5593002Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T01:22:22.6758220Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/fallback.cpp.o 2022-11-23T01:22:22.7531817Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T01:22:22.8235255Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T01:22:22.9244891Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/interface.cpp.o 2022-11-23T01:22:22.9984794Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T01:22:23.1320071Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/avx.c.o 2022-11-23T01:22:23.2378036Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx-x8.c.o 2022-11-23T01:22:23.3913005Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx-x16.c.o 2022-11-23T01:22:23.5666622Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x8.c.o 2022-11-23T01:22:23.6182510Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x16.c.o 2022-11-23T01:22:23.7622876Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/kernel_cache.cpp.o 2022-11-23T01:22:23.8007629Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/builtin_functions.cpp.o 2022-11-23T01:22:23.8329068Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x8.c.o 2022-11-23T01:22:23.8487137Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x16.c.o 2022-11-23T01:22:23.8957293Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/canonicalize_modified_loop.cpp.o 2022-11-23T01:22:24.0105396Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/convert_to_ssa.cpp.o 2022-11-23T01:22:24.0274981Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x8.c.o 2022-11-23T01:22:24.1075101Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x16.c.o 2022-11-23T01:22:24.1903505Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/edit_distance.cpp.o 2022-11-23T01:22:24.2810733Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx-x8.c.o 2022-11-23T01:22:24.3948603Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx-x16.c.o 2022-11-23T01:22:24.4239190Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/exit_transforms.cpp.o 2022-11-23T01:22:24.4972237Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx-x8.c.o 2022-11-23T01:22:24.4990222Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx-x16.c.o 2022-11-23T01:22:24.5870842Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/inline_loop_condition.cpp.o 2022-11-23T01:22:24.7122139Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/ir_emitter.cpp.o 2022-11-23T01:22:24.7133136Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/name_mangler.cpp.o 2022-11-23T01:22:24.7160476Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx-x8.c.o 2022-11-23T01:22:24.8869196Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx-x16.c.o 2022-11-23T01:22:24.9609277Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx-x8.c.o 2022-11-23T01:22:25.0066490Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx-x16.c.o 2022-11-23T01:22:25.0388063Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx-x8.c.o 2022-11-23T01:22:25.1208834Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/parser.cpp.o 2022-11-23T01:22:25.1489546Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_matching.cpp.o 2022-11-23T01:22:25.1990101Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/script_type_parser.cpp.o 2022-11-23T01:22:25.2232717Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx-x16.c.o 2022-11-23T01:22:25.2734369Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x8.c.o 2022-11-23T01:22:25.3768807Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/sugared_value.cpp.o 2022-11-23T01:22:25.4176733Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x16.c.o 2022-11-23T01:22:25.5031036Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x8.c.o 2022-11-23T01:22:25.5176760Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x16.c.o 2022-11-23T01:22:25.6096675Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/tracer.cpp.o 2022-11-23T01:22:25.6837771Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/versioned_symbols.cpp.o 2022-11-23T01:22:25.7029800Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x8.c.o 2022-11-23T01:22:25.8059170Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x16.c.o 2022-11-23T01:22:25.8869162Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/alias_analysis.cpp.o 2022-11-23T01:22:25.9256745Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx-x8.c.o 2022-11-23T01:22:26.0197810Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/attributes.cpp.o 2022-11-23T01:22:26.0616833Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx-x16.c.o 2022-11-23T01:22:26.0956749Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/constants.cpp.o 2022-11-23T01:22:26.2049767Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x8.c.o 2022-11-23T01:22:26.2887100Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x16.c.o 2022-11-23T01:22:26.3357772Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx-x8.c.o 2022-11-23T01:22:26.4046878Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/ir.cpp.o 2022-11-23T01:22:26.4779109Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/irparser.cpp.o 2022-11-23T01:22:26.5113402Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx-x16.c.o 2022-11-23T01:22:26.5576387Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/node_hashing.cpp.o 2022-11-23T01:22:26.6584302Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x8.c.o 2022-11-23T01:22:26.7168701Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/scope.cpp.o 2022-11-23T01:22:26.7605949Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/subgraph_matcher.cpp.o 2022-11-23T01:22:26.8520537Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x16.c.o 2022-11-23T01:22:27.0471173Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx-x8.c.o 2022-11-23T01:22:27.0601398Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx-x16.c.o 2022-11-23T01:22:27.1378179Z [ 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-23T01:22:27.1799183Z [ 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-23T01:22:27.2193639Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/type_hashing.cpp.o 2022-11-23T01:22:27.2532364Z [ 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-23T01:22:27.3010951Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_log.cpp.o 2022-11-23T01:22:27.3670340Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_opt_limit.cpp.o 2022-11-23T01:22:27.4192538Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp.o 2022-11-23T01:22:27.4616257Z [ 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-23T01:22:27.5009519Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x40.c.o 2022-11-23T01:22:27.6182665Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/aot_compiler.cpp.o 2022-11-23T01:22:27.6787427Z [ 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-23T01:22:27.8222625Z [ 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-23T01:22:27.8800779Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/backend.cpp.o 2022-11-23T01:22:27.8801812Z [ 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-23T01:22:27.9778186Z [ 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-23T01:22:28.0248612Z [ 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-23T01:22:28.0535106Z [ 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-23T01:22:28.0797110Z [ 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-23T01:22:28.1805450Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/context.cpp.o 2022-11-23T01:22:28.2054208Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/registry.cpp.o 2022-11-23T01:22:28.2595272Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/prim_ops_registery.cpp.o 2022-11-23T01:22:28.3094359Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x8.c.o 2022-11-23T01:22:28.4201207Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x16.c.o 2022-11-23T01:22:28.4989213Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/promoted_prim_ops.cpp.o 2022-11-23T01:22:28.5621930Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x24.c.o 2022-11-23T01:22:28.6214086Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/register_ops_common_utils.cpp.o 2022-11-23T01:22:28.7355505Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x32.c.o 2022-11-23T01:22:28.7615410Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x40.c.o 2022-11-23T01:22:28.8533158Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x48.c.o 2022-11-23T01:22:28.8946045Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/type_parser.cpp.o 2022-11-23T01:22:28.9693343Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders.cpp.o 2022-11-23T01:22:29.0426606Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx-x8.c.o 2022-11-23T01:22:29.0457470Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders_entry.cpp.o 2022-11-23T01:22:29.1856114Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx-x16.c.o 2022-11-23T01:22:29.2176736Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/utils.cpp.o 2022-11-23T01:22:29.2649559Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx-x8.c.o 2022-11-23T01:22:29.3773760Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/version_map.cpp.o 2022-11-23T01:22:29.4108966Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx-x16.c.o 2022-11-23T01:22:29.5163876Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/add_if_then_else.cpp.o 2022-11-23T01:22:29.5410921Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx-x8.c.o 2022-11-23T01:22:29.6060626Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx-x16.c.o 2022-11-23T01:22:29.6061738Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx-x8.c.o 2022-11-23T01:22:29.6946327Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/annotate_warns.cpp.o 2022-11-23T01:22:29.7488984Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx-x16.c.o 2022-11-23T01:22:29.7489895Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/bailout_graph.cpp.o 2022-11-23T01:22:29.8214355Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/batch_mm.cpp.o 2022-11-23T01:22:29.8486662Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize.cpp.o 2022-11-23T01:22:29.9535930Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx-x8.c.o 2022-11-23T01:22:30.0900498Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx-x16.c.o 2022-11-23T01:22:30.1314901Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx-x8.c.o 2022-11-23T01:22:30.2628199Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp.o 2022-11-23T01:22:30.2629186Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx-x16.c.o 2022-11-23T01:22:30.3386918Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/check_strict_fusion.cpp.o 2022-11-23T01:22:30.4436342Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x8.c.o 2022-11-23T01:22:30.4970461Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x16.c.o 2022-11-23T01:22:30.6093232Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_profiling.cpp.o 2022-11-23T01:22:30.6614338Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x24.c.o 2022-11-23T01:22:30.8342095Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x32.c.o 2022-11-23T01:22:30.8353970Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_undefinedness.cpp.o 2022-11-23T01:22:30.9819881Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x40.c.o 2022-11-23T01:22:30.9973265Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x48.c.o 2022-11-23T01:22:31.0118869Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x56.c.o 2022-11-23T01:22:31.0656941Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x64.c.o 2022-11-23T01:22:31.1564104Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/common_subexpression_elimination.cpp.o 2022-11-23T01:22:31.1895834Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x72.c.o 2022-11-23T01:22:31.1896449Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/concat_opt.cpp.o 2022-11-23T01:22:31.2910717Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_pooling.cpp.o 2022-11-23T01:22:31.3864105Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x80.c.o 2022-11-23T01:22:31.5465743Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x8.c.o 2022-11-23T01:22:31.7175946Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x16.c.o 2022-11-23T01:22:31.8026019Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x24.c.o 2022-11-23T01:22:31.8226975Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x32.c.o 2022-11-23T01:22:31.8354737Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x40.c.o 2022-11-23T01:22:31.9589667Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_propagation.cpp.o 2022-11-23T01:22:31.9921458Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp.o 2022-11-23T01:22:32.0125943Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x48.c.o 2022-11-23T01:22:32.0550401Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_functional_graphs.cpp.o 2022-11-23T01:22:32.0891146Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x56.c.o 2022-11-23T01:22:32.1257029Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/cuda_graph_fuser.cpp.o 2022-11-23T01:22:32.2411522Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp.o 2022-11-23T01:22:32.2946578Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x64.c.o 2022-11-23T01:22:32.4515973Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x72.c.o 2022-11-23T01:22:32.5749996Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x80.c.o 2022-11-23T01:22:32.6256292Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx-sqrt-x8.c.o 2022-11-23T01:22:32.6936362Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx-sqrt-x16.c.o 2022-11-23T01:22:32.7568971Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dead_code_elimination.cpp.o 2022-11-23T01:22:32.8094378Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/decompose_ops.cpp.o 2022-11-23T01:22:32.8650131Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/device_type_analysis.cpp.o 2022-11-23T01:22:32.9134524Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx-x8.c.o 2022-11-23T01:22:33.0772352Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx-x16.c.o 2022-11-23T01:22:33.1955381Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx-x8.c.o 2022-11-23T01:22:33.2544198Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dtype_analysis.cpp.o 2022-11-23T01:22:33.3258944Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx-x16.c.o 2022-11-23T01:22:33.4117919Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx-x8.c.o 2022-11-23T01:22:33.4140849Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/eliminate_no_ops.cpp.o 2022-11-23T01:22:33.4526046Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx-x16.c.o 2022-11-23T01:22:33.5581048Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/erase_number_types.cpp.o 2022-11-23T01:22:33.5893960Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp.o 2022-11-23T01:22:33.6043591Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx-rr2-p5.c.o 2022-11-23T01:22:33.7019999Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_conv_bn.cpp.o 2022-11-23T01:22:33.7972135Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-lut4-p4-perm.c.o 2022-11-23T01:22:33.9370945Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-lut16-p3.c.o 2022-11-23T01:22:33.9371746Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/freeze_module.cpp.o 2022-11-23T01:22:34.0012349Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-p6.c.o 2022-11-23T01:22:34.0842253Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_concat_linear.cpp.o 2022-11-23T01:22:34.1733796Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-lut64-p2-div.c.o 2022-11-23T01:22:34.2367583Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-div.c.o 2022-11-23T01:22:34.2497448Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-nr1.c.o 2022-11-23T01:22:34.3453613Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp.o 2022-11-23T01:22:34.3717622Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_folding.cpp.o 2022-11-23T01:22:34.4658426Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_graph_optimizations.cpp.o 2022-11-23T01:22:34.4659463Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-nr2.c.o 2022-11-23T01:22:34.6154460Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T01:22:34.7228073Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_transpose.cpp.o 2022-11-23T01:22:34.7239943Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-11-23T01:22:34.8494247Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-11-23T01:22:34.9547945Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T01:22:34.9901005Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-11-23T01:22:35.0444810Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp.o 2022-11-23T01:22:35.0975558Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_linear.cpp.o 2022-11-23T01:22:35.1678206Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T01:22:35.1681670Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-11-23T01:22:35.2633852Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-11-23T01:22:35.2941452Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_relu.cpp.o 2022-11-23T01:22:35.3716348Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_fuser.cpp.o 2022-11-23T01:22:35.4166832Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-11-23T01:22:35.4209064Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T01:22:35.5052664Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-11-23T01:22:35.5986185Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_rewrite_helper.cpp.o 2022-11-23T01:22:35.6973928Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-11-23T01:22:35.6974970Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx-mul16.c.o 2022-11-23T01:22:35.8121977Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/guard_elimination.cpp.o 2022-11-23T01:22:35.8950556Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx-mul32.c.o 2022-11-23T01:22:35.9270675Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx-mul16.c.o 2022-11-23T01:22:36.0252808Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/hoist_conv_packed_params.cpp.o 2022-11-23T01:22:36.0974788Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx-mul32.c.o 2022-11-23T01:22:36.1899201Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:36.2863256Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp.o 2022-11-23T01:22:36.3285498Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:36.4330209Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:36.5313132Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:36.5499087Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_fork_wait.cpp.o 2022-11-23T01:22:36.5914305Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:36.6528841Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_forked_closures.cpp.o 2022-11-23T01:22:36.6869805Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:36.7403128Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inliner.cpp.o 2022-11-23T01:22:36.8184135Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:36.9159168Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:36.9647185Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inplace_check.cpp.o 2022-11-23T01:22:37.0473039Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:37.1198189Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:37.1741554Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/insert_guards.cpp.o 2022-11-23T01:22:37.2081262Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:37.2537218Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:37.2915172Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:37.3475519Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/integer_value_refinement.cpp.o 2022-11-23T01:22:37.3972963Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lift_closures.cpp.o 2022-11-23T01:22:37.4580874Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:37.4591745Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:37.5737519Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/liveness.cpp.o 2022-11-23T01:22:37.6177502Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:37.6771795Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/loop_unrolling.cpp.o 2022-11-23T01:22:37.7536243Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:37.8693734Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:37.9072525Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:37.9914660Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_grad_of.cpp.o 2022-11-23T01:22:38.0482598Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:38.0523248Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:38.1566955Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_tuples.cpp.o 2022-11-23T01:22:38.1725647Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:38.2892859Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:38.3143104Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:38.3460094Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:38.3896552Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/metal_rewrite.cpp.o 2022-11-23T01:22:38.4532250Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/mkldnn_rewrite.cpp.o 2022-11-23T01:22:38.4727410Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:38.5905928Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:38.6557425Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:38.7278980Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/normalize_ops.cpp.o 2022-11-23T01:22:38.8011240Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:38.8313782Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:38.8646427Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:38.9193757Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/pass_manager.cpp.o 2022-11-23T01:22:38.9594657Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole.cpp.o 2022-11-23T01:22:39.0093326Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:39.0954963Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:39.2079741Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:39.2981605Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:39.3177352Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:39.4055921Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_alias_sensitive.cpp.o 2022-11-23T01:22:39.4436441Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:39.5187204Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:39.5721622Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_dict_idioms.cpp.o 2022-11-23T01:22:39.6552528Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:39.7181555Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:39.7225463Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:39.8066138Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_list_idioms.cpp.o 2022-11-23T01:22:39.8593679Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_non_tensor.cpp.o 2022-11-23T01:22:39.8918967Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:39.9066057Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:39.9973614Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/prepack_folding.cpp.o 2022-11-23T01:22:40.0427639Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:40.1553736Z [ 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-23T01:22:40.1825259Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-11-23T01:22:40.2096721Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-11-23T01:22:40.2626399Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/dedup_module_uses.cpp.o 2022-11-23T01:22:40.2910983Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/finalize.cpp.o 2022-11-23T01:22:40.4121949Z [ 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-23T01:22:40.4508615Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-11-23T01:22:40.5378689Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/fusion_passes.cpp.o 2022-11-23T01:22:40.5379582Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-11-23T01:22:40.6053221Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/helper.cpp.o 2022-11-23T01:22:40.6534866Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T01:22:40.7399667Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_observers.cpp.o 2022-11-23T01:22:40.7642814Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-11-23T01:22:40.8753408Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-11-23T01:22:40.9161633Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T01:22:41.0148360Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp.o 2022-11-23T01:22:41.1283092Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-11-23T01:22:41.1550126Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-11-23T01:22:41.2423969Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/quantization_type.cpp.o 2022-11-23T01:22:41.2983251Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx-mul16.c.o 2022-11-23T01:22:41.3355515Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/register_packed_params.cpp.o 2022-11-23T01:22:41.4209298Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx-mul32.c.o 2022-11-23T01:22:41.4689047Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx-mul16.c.o 2022-11-23T01:22:41.5208403Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx-mul32.c.o 2022-11-23T01:22:41.5368676Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T01:22:41.5844254Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/refine_tuple_types.cpp.o 2022-11-23T01:22:41.6345688Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_dropout.cpp.o 2022-11-23T01:22:41.7325500Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_exceptions.cpp.o 2022-11-23T01:22:41.7610212Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T01:22:41.8074701Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_expands.cpp.o 2022-11-23T01:22:41.9486996Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T01:22:42.1175348Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T01:22:42.1478563Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:42.2262065Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:42.2701118Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_mutation.cpp.o 2022-11-23T01:22:42.3180575Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_redundant_profiles.cpp.o 2022-11-23T01:22:42.3717065Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/replacement_of_old_operators.cpp.o 2022-11-23T01:22:42.3718061Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-avx.c.o 2022-11-23T01:22:42.4663495Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:42.5134057Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/requires_grad_analysis.cpp.o 2022-11-23T01:22:42.5684898Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:42.6264188Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/restore_mutation.cpp.o 2022-11-23T01:22:42.6706787Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-avx.c.o 2022-11-23T01:22:42.7708064Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:42.8800123Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:42.9481351Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-avx.c.o 2022-11-23T01:22:43.0102889Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:43.0272999Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:43.0355178Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-avx.c.o 2022-11-23T01:22:43.0587758Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/shape_analysis.cpp.o 2022-11-23T01:22:43.1136713Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/specialize_autogradzero.cpp.o 2022-11-23T01:22:43.1376499Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/subgraph_rewrite.cpp.o 2022-11-23T01:22:43.1933800Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_analysis.cpp.o 2022-11-23T01:22:43.2157394Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:43.3036406Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:43.3479673Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_cache.cpp.o 2022-11-23T01:22:43.4254119Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-avx.c.o 2022-11-23T01:22:43.5424485Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:43.6382077Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:43.7430971Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-avx.c.o 2022-11-23T01:22:43.7614848Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:43.7654448Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp.o 2022-11-23T01:22:43.8873667Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:43.8874718Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/tensorexpr_fuser.cpp.o 2022-11-23T01:22:43.8891083Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp.o 2022-11-23T01:22:44.0156389Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-avx.c.o 2022-11-23T01:22:44.0495440Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:44.1336902Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/memory_dag.cpp.o 2022-11-23T01:22:44.1745757Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:44.2593559Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-avx.c.o 2022-11-23T01:22:44.2979327Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/op_registry.cpp.o 2022-11-23T01:22:44.3872757Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:44.4961751Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:44.5418945Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-avx.c.o 2022-11-23T01:22:44.5998955Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/optimization_utils.cpp.o 2022-11-23T01:22:44.6930570Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:44.7719736Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:44.8122320Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-avx.c.o 2022-11-23T01:22:44.8925965Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/subgraph_utils.cpp.o 2022-11-23T01:22:44.9242599Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:44.9390165Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/value_refinement_utils.cpp.o 2022-11-23T01:22:45.0596058Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:45.1070081Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-avx.c.o 2022-11-23T01:22:45.1339193Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:45.1773471Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/variadic_ops.cpp.o 2022-11-23T01:22:45.2365462Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/vulkan_rewrite.cpp.o 2022-11-23T01:22:45.2597663Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:45.3294574Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:45.3778333Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:45.4684829Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/xnnpack_rewrite.cpp.o 2022-11-23T01:22:45.4849543Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:45.5770603Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:45.5851423Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:45.6322038Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/update_graph_executor_opt.cpp.o 2022-11-23T01:22:45.7008473Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:45.7306147Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/argument_spec.cpp.o 2022-11-23T01:22:45.7311166Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:45.8276506Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/autodiff.cpp.o 2022-11-23T01:22:45.8752290Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:45.9075589Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:45.9842919Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry.cpp.o 2022-11-23T01:22:46.0271689Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:46.1259504Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:46.2292571Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:46.2904481Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:46.3468367Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry_util.cpp.o 2022-11-23T01:22:46.4051264Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:46.5218551Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:46.5583239Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:46.6704754Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:46.6723699Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/graph_executor.cpp.o 2022-11-23T01:22:46.7117158Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:46.7575737Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:46.8011180Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/instruction.cpp.o 2022-11-23T01:22:46.8251884Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter.cpp.o 2022-11-23T01:22:46.9007848Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:47.0180196Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x8.c.o 2022-11-23T01:22:47.0565520Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x16.c.o 2022-11-23T01:22:47.1164145Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/frame.cpp.o 2022-11-23T01:22:47.1165238Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x24.c.o 2022-11-23T01:22:47.1524093Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x32.c.o 2022-11-23T01:22:47.1968985Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp.o 2022-11-23T01:22:47.2597900Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_exception.cpp.o 2022-11-23T01:22:47.2649580Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T01:22:47.4376351Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x16.c.o 2022-11-23T01:22:47.5498639Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x24.c.o 2022-11-23T01:22:47.6289760Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x32.c.o 2022-11-23T01:22:47.7289828Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_trace.cpp.o 2022-11-23T01:22:47.8218712Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x8.c.o 2022-11-23T01:22:47.8531422Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x16.c.o 2022-11-23T01:22:47.9128320Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/logging.cpp.o 2022-11-23T01:22:47.9865166Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x24.c.o 2022-11-23T01:22:48.0709862Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x32.c.o 2022-11-23T01:22:48.1004742Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/operator.cpp.o 2022-11-23T01:22:48.1534551Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T01:22:48.2180708Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/print_handler.cpp.o 2022-11-23T01:22:48.2935492Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x16.c.o 2022-11-23T01:22:48.3433339Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x24.c.o 2022-11-23T01:22:48.3627179Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp.o 2022-11-23T01:22:48.4339202Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x32.c.o 2022-11-23T01:22:48.5015256Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_record.cpp.o 2022-11-23T01:22:48.5549557Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-11-23T01:22:48.6530131Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T01:22:48.6688524Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_ops_utils.cpp.o 2022-11-23T01:22:48.7517421Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-11-23T01:22:48.8496479Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T01:22:48.9428612Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-11-23T01:22:49.0487595Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-11-23T01:22:49.0856068Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-11-23T01:22:49.1926259Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/script_profile.cpp.o 2022-11-23T01:22:49.2185833Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-11-23T01:22:49.3052219Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-11-23T01:22:49.3948508Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/serialized_shape_function_registry.cpp.o 2022-11-23T01:22:49.4253098Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-11-23T01:22:49.5948766Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-11-23T01:22:49.6372575Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/simple_graph_executor_impl.cpp.o 2022-11-23T01:22:49.7383318Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-11-23T01:22:49.7818465Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/slice_indices_adjust.cpp.o 2022-11-23T01:22:49.9049794Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T01:22:49.9098594Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T01:22:49.9839233Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/fusion.cpp.o 2022-11-23T01:22:50.0341647Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T01:22:50.0797809Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T01:22:50.1224627Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/generated_ops.cpp.o 2022-11-23T01:22:50.1386320Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:50.2364650Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/impl.cpp.o 2022-11-23T01:22:50.2559206Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/memory_planner.cpp.o 2022-11-23T01:22:50.3236270Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:50.4250062Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:50.5471026Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:50.5486558Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/native_ops.cpp.o 2022-11-23T01:22:50.6374199Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:50.7322901Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:50.8507092Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:50.8909726Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:50.8967582Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:50.9647120Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:50.9940209Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/ops.cpp.o 2022-11-23T01:22:51.0286178Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/passes.cpp.o 2022-11-23T01:22:51.0294801Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:51.1016285Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/te_wrapper.cpp.o 2022-11-23T01:22:51.1523779Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:51.2631157Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:51.3569925Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:51.4651704Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:51.5787281Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:51.5809125Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_script.cpp.o 2022-11-23T01:22:51.6771826Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:51.7952850Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:51.8965496Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:52.0237090Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:52.0883131Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:52.1478942Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry.cpp.o 2022-11-23T01:22:52.1987534Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:52.2257886Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp.o 2022-11-23T01:22:52.2839687Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:52.3391843Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/vararg_functions.cpp.o 2022-11-23T01:22:52.3678049Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:52.4125754Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp.o 2022-11-23T01:22:52.4802210Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:52.5779422Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:52.6867675Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:52.8029082Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:52.8200032Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:52.8231295Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import.cpp.o 2022-11-23T01:22:52.9149373Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_export_helpers.cpp.o 2022-11-23T01:22:52.9539505Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:53.0812862Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:53.1217229Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:53.1460211Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_read.cpp.o 2022-11-23T01:22:53.1868886Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:53.2555345Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_source.cpp.o 2022-11-23T01:22:53.2559246Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:53.3267066Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickle.cpp.o 2022-11-23T01:22:53.4168988Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:53.4679545Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:53.5223853Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickler.cpp.o 2022-11-23T01:22:53.6039856Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:53.6970433Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:53.7925678Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:53.8151832Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:53.9056659Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/python_print.cpp.o 2022-11-23T01:22:53.9294905Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:53.9902473Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:54.0049483Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/source_range_serialization.cpp.o 2022-11-23T01:22:54.0615247Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/type_name_uniquer.cpp.o 2022-11-23T01:22:54.1129042Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:54.2224309Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:54.3206065Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul16-ld64-x8.c.o 2022-11-23T01:22:54.3248889Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/unpickler.cpp.o 2022-11-23T01:22:54.4055834Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul16-ld64-x16.c.o 2022-11-23T01:22:54.5093217Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T01:22:54.5762041Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x16.c.o 2022-11-23T01:22:54.6218967Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul16-ld64-x8.c.o 2022-11-23T01:22:54.6773322Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul16-ld64-x16.c.o 2022-11-23T01:22:54.7294553Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/block_codegen.cpp.o 2022-11-23T01:22:54.7457687Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_inference.cpp.o 2022-11-23T01:22:54.8104746Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_overlap.cpp.o 2022-11-23T01:22:54.8368153Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T01:22:54.9837269Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x16.c.o 2022-11-23T01:22:55.0950004Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-11-23T01:22:55.1573113Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/codegen.cpp.o 2022-11-23T01:22:55.2055305Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T01:22:55.2962192Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-11-23T01:22:55.3990857Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T01:22:55.4801117Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x16.c.o 2022-11-23T01:22:55.6221211Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x32.c.o 2022-11-23T01:22:55.7733219Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x48.c.o 2022-11-23T01:22:55.8476480Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/cpp_codegen.cpp.o 2022-11-23T01:22:55.9044824Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x64.c.o 2022-11-23T01:22:55.9093972Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x8.c.o 2022-11-23T01:22:55.9796912Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T01:22:55.9806518Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/eval.cpp.o 2022-11-23T01:22:56.1061342Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/expr.cpp.o 2022-11-23T01:22:56.1088158Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions.cpp.o 2022-11-23T01:22:56.2065998Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c8.c.o 2022-11-23T01:22:56.2680965Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c16.c.o 2022-11-23T01:22:56.3743076Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_codegen.cpp.o 2022-11-23T01:22:56.4224069Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c24.c.o 2022-11-23T01:22:56.5860002Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c32.c.o 2022-11-23T01:22:56.7487236Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c8.c.o 2022-11-23T01:22:56.8962769Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c16.c.o 2022-11-23T01:22:57.0179916Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c24.c.o 2022-11-23T01:22:57.0465904Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_core.cpp.o 2022-11-23T01:22:57.2142034Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_registry.cpp.o 2022-11-23T01:22:57.2150489Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c32.c.o 2022-11-23T01:22:57.2986126Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-maxpool/9p8x-minmax-f16c-c8.c.o 2022-11-23T01:22:57.3349382Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-prelu/gen/f16c-2x8.c.o 2022-11-23T01:22:57.4343295Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/graph_opt.cpp.o 2022-11-23T01:22:57.4344194Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-prelu/gen/f16c-2x16.c.o 2022-11-23T01:22:57.4867384Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/hash_provider.cpp.o 2022-11-23T01:22:57.5302912Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp.o 2022-11-23T01:22:57.6208564Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x8.c.o 2022-11-23T01:22:57.6585788Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir.cpp.o 2022-11-23T01:22:57.7731237Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x16.c.o 2022-11-23T01:22:57.9281815Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x8.c.o 2022-11-23T01:22:57.9707206Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x16.c.o 2022-11-23T01:22:58.1121773Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_cloner.cpp.o 2022-11-23T01:22:58.1481314Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdiv-minmax-f16c-x8.c.o 2022-11-23T01:22:58.2530636Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_mutator.cpp.o 2022-11-23T01:22:58.2531643Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdiv-minmax-f16c-x16.c.o 2022-11-23T01:22:58.3429185Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_printer.cpp.o 2022-11-23T01:22:58.4467703Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdivc-minmax-f16c-x8.c.o 2022-11-23T01:22:58.5107046Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdivc-minmax-f16c-x16.c.o 2022-11-23T01:22:58.6093090Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_simplifier.cpp.o 2022-11-23T01:22:58.6939379Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmax-f16c-x8.c.o 2022-11-23T01:22:58.7432905Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_verifier.cpp.o 2022-11-23T01:22:58.8702658Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmax-f16c-x16.c.o 2022-11-23T01:22:59.0276590Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmaxc-f16c-x8.c.o 2022-11-23T01:22:59.1857134Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmaxc-f16c-x16.c.o 2022-11-23T01:22:59.3232191Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_visitor.cpp.o 2022-11-23T01:22:59.4233560Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmin-f16c-x16.c.o 2022-11-23T01:22:59.4241443Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmin-f16c-x8.c.o 2022-11-23T01:22:59.4242273Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/kernel.cpp.o 2022-11-23T01:22:59.6056767Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vminc-f16c-x8.c.o 2022-11-23T01:22:59.6231754Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_codegen.cpp.o 2022-11-23T01:22:59.7932092Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vminc-f16c-x16.c.o 2022-11-23T01:22:59.8534564Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x8.c.o 2022-11-23T01:22:59.8924320Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x16.c.o 2022-11-23T01:22:59.9748013Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_jit.cpp.o 2022-11-23T01:23:00.0704229Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest.cpp.o 2022-11-23T01:23:00.1077989Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x8.c.o 2022-11-23T01:23:00.2754912Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x16.c.o 2022-11-23T01:23:00.4682970Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrdivc-minmax-f16c-x8.c.o 2022-11-23T01:23:00.5017408Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrdivc-minmax-f16c-x16.c.o 2022-11-23T01:23:00.6449634Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest_randomization.cpp.o 2022-11-23T01:23:00.6869360Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrsubc-minmax-f16c-x8.c.o 2022-11-23T01:23:00.8668130Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrsubc-minmax-f16c-x16.c.o 2022-11-23T01:23:00.8969662Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsub-minmax-f16c-x8.c.o 2022-11-23T01:23:01.0298583Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsub-minmax-f16c-x16.c.o 2022-11-23T01:23:01.0839296Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsubc-minmax-f16c-x8.c.o 2022-11-23T01:23:01.0840203Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/lowerings.cpp.o 2022-11-23T01:23:01.1356529Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp.o 2022-11-23T01:23:01.2389285Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsubc-minmax-f16c-x16.c.o 2022-11-23T01:23:01.3157800Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/conv2d.cpp.o 2022-11-23T01:23:01.3337642Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vclamp/gen/vclamp-f16c-x8.c.o 2022-11-23T01:23:01.4449229Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/matmul.cpp.o 2022-11-23T01:23:01.6351307Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vclamp/gen/vclamp-f16c-x16.c.o 2022-11-23T01:23:01.7626462Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vhswish/gen/vhswish-f16c-x8.c.o 2022-11-23T01:23:01.8199752Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/misc.cpp.o 2022-11-23T01:23:01.9538367Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vhswish/gen/vhswish-f16c-x16.c.o 2022-11-23T01:23:02.1162909Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vlrelu/gen/vlrelu-f16c-x8.c.o 2022-11-23T01:23:02.2390054Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vlrelu/gen/vlrelu-f16c-x16.c.o 2022-11-23T01:23:02.3475692Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/norm.cpp.o 2022-11-23T01:23:02.3945589Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/pointwise.cpp.o 2022-11-23T01:23:02.3963107Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x8.c.o 2022-11-23T01:23:02.5912629Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T01:23:02.5913688Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/quantization.cpp.o 2022-11-23T01:23:02.6280074Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-f16c.c.o 2022-11-23T01:23:02.7695203Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/reduction.cpp.o 2022-11-23T01:23:02.7927267Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-f16c.c.o 2022-11-23T01:23:02.9337580Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T01:23:03.0945607Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:03.1755577Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T01:23:03.2612643Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/softmax.cpp.o 2022-11-23T01:23:03.3722725Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:03.4776664Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T01:23:03.5175131Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:03.6130249Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/reduction.cpp.o 2022-11-23T01:23:03.6866338Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/registerizer.cpp.o 2022-11-23T01:23:03.7067779Z [ 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-23T01:23:03.8713457Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:03.9144097Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/tensor.cpp.o 2022-11-23T01:23:04.0159611Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:04.0643877Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/types.cpp.o 2022-11-23T01:23:04.1285796Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:04.2164834Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/unique_name_manager.cpp.o 2022-11-23T01:23:04.3001854Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:04.4604657Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:04.4610064Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:04.5148261Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/file_check.cpp.o 2022-11-23T01:23:04.5453397Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:04.6432667Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/hooks_for_testing.cpp.o 2022-11-23T01:23:04.6920821Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_device.cpp.o 2022-11-23T01:23:04.7803823Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:04.8334769Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:04.9298006Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:04.9930064Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:05.0362431Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_interface.cpp.o 2022-11-23T01:23:05.1212415Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/lowering_context.cpp.o 2022-11-23T01:23:05.1648133Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:05.2151232Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/config.cpp.o 2022-11-23T01:23:05.3237058Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:05.3444959Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/debug_util.cpp.o 2022-11-23T01:23:05.3817528Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:05.4812373Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:05.5314965Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/hash.cpp.o 2022-11-23T01:23:05.6444788Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/helpers.cpp.o 2022-11-23T01:23:05.6887691Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:05.6892558Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir.cpp.o 2022-11-23T01:23:05.7917405Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:05.9267918Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_dump_util.cpp.o 2022-11-23T01:23:05.9499002Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:05.9935164Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_metadata.cpp.o 2022-11-23T01:23:06.0469818Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:06.1585233Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_util.cpp.o 2022-11-23T01:23:06.2360646Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:06.3268491Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:06.3321366Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:06.4601203Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/lazy_graph_executor.cpp.o 2022-11-23T01:23:06.5141907Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/metrics.cpp.o 2022-11-23T01:23:06.5594201Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:06.6107324Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:06.6405475Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:06.7611623Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/multi_wait.cpp.o 2022-11-23T01:23:06.8126406Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp.o 2022-11-23T01:23:06.8468586Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:06.9060904Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/utils.cpp.o 2022-11-23T01:23:06.9671113Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:07.0886302Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:07.0887730Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/permutation_util.cpp.o 2022-11-23T01:23:07.2003682Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:07.2494177Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape.cpp.o 2022-11-23T01:23:07.3230278Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape_inference.cpp.o 2022-11-23T01:23:07.4019137Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:07.4209112Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:07.4699161Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:07.5560142Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:07.6222357Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor.cpp.o 2022-11-23T01:23:07.6537988Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_impl.cpp.o 2022-11-23T01:23:07.7367757Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_util.cpp.o 2022-11-23T01:23:07.7886335Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:07.9567892Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:07.9581550Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/thread_pool.cpp.o 2022-11-23T01:23:08.0869409Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:08.1829075Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:08.2576530Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:08.3104439Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/trie.cpp.o 2022-11-23T01:23:08.3357876Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:08.3896874Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:08.4537595Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/counters.cpp.o 2022-11-23T01:23:08.5440322Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/events.cpp.o 2022-11-23T01:23:08.5617356Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/collection.cpp.o 2022-11-23T01:23:08.6331005Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:08.6935134Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:08.7415607Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:08.8352790Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:08.8535289Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/data_flow.cpp.o 2022-11-23T01:23:08.9093382Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_client_interface.cpp.o 2022-11-23T01:23:08.9876129Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:09.0188475Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_shim.cpp.o 2022-11-23T01:23:09.0971811Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/observer.cpp.o 2022-11-23T01:23:09.1995497Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:09.3630820Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:09.4081612Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T01:23:09.4623087Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:09.5431047Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/python_tracer.cpp.o 2022-11-23T01:23:09.5829836Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T01:23:09.6493205Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:09.6497785Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/perf.cpp.o 2022-11-23T01:23:09.7191085Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/execution_graph_observer.cpp.o 2022-11-23T01:23:09.8024633Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/itt_observer.cpp.o 2022-11-23T01:23:09.8636195Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T01:23:09.8637218Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/nvtx_observer.cpp.o 2022-11-23T01:23:09.9816634Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:10.0595860Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/stubs/base.cpp.o 2022-11-23T01:23:10.1782344Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T01:23:10.2658168Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:10.3575203Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:10.3999554Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/util.cpp.o 2022-11-23T01:23:10.4586969Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:10.4948841Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:10.5360007Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/cpp_stacktraces.cpp.o 2022-11-23T01:23:10.5659419Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:10.6431688Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-xop.c.o 2022-11-23T01:23:10.6934423Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/schema_info.cpp.o 2022-11-23T01:23:10.7152474Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/tensor_flatten.cpp.o 2022-11-23T01:23:10.8294010Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/variadic.cpp.o 2022-11-23T01:23:10.8591220Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:10.9061137Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/cuda/interface.cpp.o 2022-11-23T01:23:11.0473785Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:11.1501869Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-xop.c.o 2022-11-23T01:23:11.2368420Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:11.2419417Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/autocast.cpp.o 2022-11-23T01:23:11.3511619Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_graph.cpp.o 2022-11-23T01:23:11.3667151Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:11.4549914Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_inplace_ops.cpp.o 2022-11-23T01:23:11.5672128Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-xop.c.o 2022-11-23T01:23:11.7444011Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:11.7925394Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:11.9115794Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/check_alias_annotation.cpp.o 2022-11-23T01:23:11.9696126Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_c10_ops.cpp.o 2022-11-23T01:23:12.0216792Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-xop.c.o 2022-11-23T01:23:12.0576374Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:12.2435168Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops.cpp.o 2022-11-23T01:23:12.2803313Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:12.3249477Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-xop.c.o 2022-11-23T01:23:12.3290324Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp.o 2022-11-23T01:23:12.4587008Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_special_ops.cpp.o 2022-11-23T01:23:12.4746519Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:12.6353551Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:12.6395704Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-xop.c.o 2022-11-23T01:23:12.6920018Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/dynamic_ir.cpp.o 2022-11-23T01:23:12.8216557Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/config.cpp.o 2022-11-23T01:23:12.8543502Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:13.0414506Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/device_data.cpp.o 2022-11-23T01:23:13.0417025Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:13.2093763Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-xop.c.o 2022-11-23T01:23:13.2445467Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:13.4014963Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/random_ops.cpp.o 2022-11-23T01:23:13.4202386Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:13.6269110Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-xop.c.o 2022-11-23T01:23:13.6270032Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/generic.cpp.o 2022-11-23T01:23:13.6758649Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:13.8015539Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/tensor_aten_ops.cpp.o 2022-11-23T01:23:13.8306006Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:13.8721206Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-xop.c.o 2022-11-23T01:23:13.9280391Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_autograd_functions.cpp.o 2022-11-23T01:23:14.0376618Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:14.0582720Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_backend_impl.cpp.o 2022-11-23T01:23:14.0865445Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_eager_fallback.cpp.o 2022-11-23T01:23:14.2366041Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:14.3389864Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-xop.c.o 2022-11-23T01:23:14.4206856Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_lowering_context.cpp.o 2022-11-23T01:23:14.4846276Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:14.5716305Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_native_functions.cpp.o 2022-11-23T01:23:14.6164034Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:14.7318739Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node.cpp.o 2022-11-23T01:23:14.8188936Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-xop.c.o 2022-11-23T01:23:14.9763636Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:15.0321321Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node_lowering.cpp.o 2022-11-23T01:23:15.0641312Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:15.0893647Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:15.2010892Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:15.2440337Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/function.cpp.o 2022-11-23T01:23:15.2904217Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:15.4237706Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import.cpp.o 2022-11-23T01:23:15.4649894Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:15.5716566Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:15.6530413Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import_data.cpp.o 2022-11-23T01:23:15.7633242Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:15.7965593Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:15.9298658Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/interpreter.cpp.o 2022-11-23T01:23:15.9639988Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:15.9977892Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:16.0378071Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/model_compatibility.cpp.o 2022-11-23T01:23:16.1565422Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:16.1566475Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:16.2114808Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/module.cpp.o 2022-11-23T01:23:16.3473922Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/flatbuffer_loader.cpp.o 2022-11-23T01:23:16.3659403Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:16.5672652Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:16.5976352Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:16.7109427Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:16.7161290Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:16.7949209Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/observer.cpp.o 2022-11-23T01:23:16.8486960Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:16.8801588Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_bytecode.cpp.o 2022-11-23T01:23:16.9322585Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_operators.cpp.o 2022-11-23T01:23:16.9791326Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/quantization.cpp.o 2022-11-23T01:23:17.0650145Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:17.1049001Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:17.2409509Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/export_data.cpp.o 2022-11-23T01:23:17.2656678Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:17.4185171Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T01:23:17.4641504Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/optim/sgd.cpp.o 2022-11-23T01:23:17.5206546Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x16.c.o 2022-11-23T01:23:17.6418551Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x24.c.o 2022-11-23T01:23:17.6443422Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/random.cpp.o 2022-11-23T01:23:17.7566687Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/sequential.cpp.o 2022-11-23T01:23:17.8012124Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x32.c.o 2022-11-23T01:23:17.8588752Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T01:23:17.9113248Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/upgrader_mobile.cpp.o 2022-11-23T01:23:17.9830570Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/debug_info.cpp.o 2022-11-23T01:23:18.1758218Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x16.c.o 2022-11-23T01:23:18.3520331Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/FunctionsManual.cpp.o 2022-11-23T01:23:18.3529608Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x24.c.o 2022-11-23T01:23:18.5390359Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x32.c.o 2022-11-23T01:23:18.5877486Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:18.6376041Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:18.7294787Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/out_types.cpp.o 2022-11-23T01:23:18.7816492Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/TraceTypeManual.cpp.o 2022-11-23T01:23:18.8619741Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:18.9093083Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:18.9364017Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:19.0619526Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/VariableTypeManual.cpp.o 2022-11-23T01:23:19.1079167Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/itt_wrapper.cpp.o 2022-11-23T01:23:19.1614875Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:19.2630620Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:19.3280737Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:19.3897257Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/stubs/itt.cpp.o 2022-11-23T01:23:19.4242138Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:19.4763489Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/jit.cpp.o 2022-11-23T01:23:19.5790726Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:19.6764921Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:19.6770291Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport.cpp.o 2022-11-23T01:23:19.7318978Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:19.7785761Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport_manager.cpp.o 2022-11-23T01:23:19.8815746Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/onnx.cpp.o 2022-11-23T01:23:19.9089812Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:20.0788972Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:20.1236192Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:20.2394888Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:20.3162102Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export.cpp.o 2022-11-23T01:23:20.3404267Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_bytecode.cpp.o 2022-11-23T01:23:20.3803837Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:20.5008929Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:20.5273671Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_module.cpp.o 2022-11-23T01:23:20.5555345Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer.cpp.o 2022-11-23T01:23:20.6287366Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:20.7168042Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer_jit.cpp.o 2022-11-23T01:23:20.8241948Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:21.0028118Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:21.0350752Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:21.1826689Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp.o 2022-11-23T01:23:21.2310204Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:21.2590741Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:21.3987798Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module_save.cpp.o 2022-11-23T01:23:21.4605139Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:21.6218826Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:21.7221188Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:21.8234595Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/byte_order.cpp.o 2022-11-23T01:23:21.8241328Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:21.8666060Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:21.9784582Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Backend.cpp.o 2022-11-23T01:23:22.0507911Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:22.0509328Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:22.0521351Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/FileStore.cpp.o 2022-11-23T01:23:22.2086063Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:22.2091349Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/GlooDeviceFactory.cpp.o 2022-11-23T01:23:22.2886878Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Ops.cpp.o 2022-11-23T01:23:22.3840396Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:22.4919579Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:22.5600575Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:22.5776506Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/OpsImpl.cpp.o 2022-11-23T01:23:22.6478952Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:22.7442081Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ParamCommsUtils.cpp.o 2022-11-23T01:23:22.7604190Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/PrefixStore.cpp.o 2022-11-23T01:23:22.8400370Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:23.0142322Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:23.1715786Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:23.2021521Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:23.2059834Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:23.3261242Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:23.4164349Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroup.cpp.o 2022-11-23T01:23:23.4165537Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:23.4520595Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupGloo.cpp.o 2022-11-23T01:23:23.6017607Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:23.6241710Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:23.6503573Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupMPI.cpp.o 2022-11-23T01:23:23.7581742Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:23.7762448Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:23.8053817Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupWrapper.cpp.o 2022-11-23T01:23:23.8681363Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Store.cpp.o 2022-11-23T01:23:23.9669681Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/TCPStore.cpp.o 2022-11-23T01:23:24.0106251Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:24.1990901Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T01:23:24.3565487Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x16.c.o 2022-11-23T01:23:24.3988891Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T01:23:24.5596880Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Utils.cpp.o 2022-11-23T01:23:24.6114649Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x16.c.o 2022-11-23T01:23:24.6470839Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/comm.cpp.o 2022-11-23T01:23:24.7359216Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x3-minmax-fma3-acc2.c.o 2022-11-23T01:23:24.7978166Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x3-minmax-fma3.c.o 2022-11-23T01:23:24.8454884Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/debug.cpp.o 2022-11-23T01:23:24.9453752Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/default_comm_hooks.cpp.o 2022-11-23T01:23:24.9884377Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x4-minmax-fma3-acc2.c.o 2022-11-23T01:23:25.1532967Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x4-minmax-fma3.c.o 2022-11-23T01:23:25.2546327Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x9-minmax-fma3-acc2.c.o 2022-11-23T01:23:25.2596019Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x9-minmax-fma3.c.o 2022-11-23T01:23:25.3504044Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/exception.cpp.o 2022-11-23T01:23:25.4353335Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logger.cpp.o 2022-11-23T01:23:25.4876991Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-11-23T01:23:25.5538697Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x25-minmax-fma3.c.o 2022-11-23T01:23:25.6852984Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logging.cpp.o 2022-11-23T01:23:25.7338608Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x3-minmax-fma3-acc2.c.o 2022-11-23T01:23:25.7742295Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/quantization/quantization.cpp.o 2022-11-23T01:23:25.8951115Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T01:23:25.9805906Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x4-minmax-fma3-acc2.c.o 2022-11-23T01:23:26.0458683Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T01:23:26.0919541Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/reducer.cpp.o 2022-11-23T01:23:26.1934095Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/sequence_num.cpp.o 2022-11-23T01:23:26.2402525Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x9-minmax-fma3-acc2.c.o 2022-11-23T01:23:26.4132101Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T01:23:26.5463434Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/socket.cpp.o 2022-11-23T01:23:26.6191403Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x25-minmax-fma3-acc2.c.o 2022-11-23T01:23:26.7230181Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x25-minmax-fma3.c.o 2022-11-23T01:23:26.7990031Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Work.cpp.o 2022-11-23T01:23:26.8400444Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x3-minmax-fma3-acc2.c.o 2022-11-23T01:23:26.9296456Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x3-minmax-fma3.c.o 2022-11-23T01:23:26.9776722Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x4-minmax-fma3-acc2.c.o 2022-11-23T01:23:27.0186349Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/autograd.cpp.o 2022-11-23T01:23:27.0665706Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x4-minmax-fma3.c.o 2022-11-23T01:23:27.1549212Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/utils.cpp.o 2022-11-23T01:23:27.2046100Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/container.cpp.o 2022-11-23T01:23:27.2845290Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x9-minmax-fma3-acc2.c.o 2022-11-23T01:23:27.4590073Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x9-minmax-fma3.c.o 2022-11-23T01:23:27.5312054Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x25-minmax-fma3-acc2.c.o 2022-11-23T01:23:27.6285087Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/context.cpp.o 2022-11-23T01:23:27.7095277Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x25-minmax-fma3.c.o 2022-11-23T01:23:27.8381020Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-ibilinear/gen/fma3-c8.c.o 2022-11-23T01:23:27.8820162Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/engine/dist_engine.cpp.o 2022-11-23T01:23:28.0012103Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-ibilinear/gen/fma3-c16.c.o 2022-11-23T01:23:28.1817613Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vmulcaddc/gen/c8-minmax-fma3-2x.c.o 2022-11-23T01:23:28.2094996Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/recvrpc_backward.cpp.o 2022-11-23T01:23:28.2680898Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vmulcaddc/gen/c16-minmax-fma3-2x.c.o 2022-11-23T01:23:28.3636808Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-fma3-acc2.c.o 2022-11-23T01:23:28.4358137Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/sendrpc_backward.cpp.o 2022-11-23T01:23:28.5221932Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-fma3.c.o 2022-11-23T01:23:28.5799438Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.cpp.o 2022-11-23T01:23:28.6896571Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-fma3-acc2.c.o 2022-11-23T01:23:28.7077154Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.cpp.o 2022-11-23T01:23:28.8147335Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-fma3.c.o 2022-11-23T01:23:28.8832272Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.cpp.o 2022-11-23T01:23:28.9328237Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-fma3-acc2.c.o 2022-11-23T01:23:29.0538851Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.cpp.o 2022-11-23T01:23:29.1437600Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.cpp.o 2022-11-23T01:23:29.1442221Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-fma3.c.o 2022-11-23T01:23:29.3204665Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-11-23T01:23:29.4277008Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-fma3.c.o 2022-11-23T01:23:29.5154529Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.cpp.o 2022-11-23T01:23:29.6239837Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-fma3-acc2.c.o 2022-11-23T01:23:29.8082230Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T01:23:29.8083567Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-fma3-acc2.c.o 2022-11-23T01:23:29.9788877Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.cpp.o 2022-11-23T01:23:30.0142294Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T01:23:30.0450656Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.cpp.o 2022-11-23T01:23:30.1568746Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-fma3-acc2.c.o 2022-11-23T01:23:30.2504975Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T01:23:30.3344592Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-fma3-acc2.c.o 2022-11-23T01:23:30.3346714Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-fma3.c.o 2022-11-23T01:23:30.4357090Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.cpp.o 2022-11-23T01:23:30.4918475Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.cpp.o 2022-11-23T01:23:30.5504590Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:30.7321998Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:30.9314810Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16s4inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:30.9326873Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/HashStore.cpp.o 2022-11-23T01:23:31.1196968Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:31.2693262Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16s4inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:31.4341414Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:31.4646319Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:31.5079085Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.cpp.o 2022-11-23T01:23:31.5796575Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16s4inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:31.6052338Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:31.6348581Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:31.7225598Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/agent_utils.cpp.o 2022-11-23T01:23:31.7226651Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16s4inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:31.8309386Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/message.cpp.o 2022-11-23T01:23:31.8315882Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.cpp.o 2022-11-23T01:23:31.8649363Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.cpp.o 2022-11-23T01:23:31.9917946Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x8inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:32.1652597Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x8inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:32.3372920Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/8x8inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:32.4785257Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:32.5385383Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_call.cpp.o 2022-11-23T01:23:32.5935455Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T01:23:32.6913137Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_remote_call.cpp.o 2022-11-23T01:23:32.7674949Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:23:32.8860024Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16-minmax-fma3-broadcast.c.o 2022-11-23T01:23:32.9318963Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_resp.cpp.o 2022-11-23T01:23:33.0735797Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:23:33.1166198Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:33.2218825Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-fma3-broadcast.c.o 2022-11-23T01:23:33.2757809Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback.cpp.o 2022-11-23T01:23:33.3293620Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:23:33.4288888Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:33.5027120Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback_no_python.cpp.o 2022-11-23T01:23:33.6025529Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T01:23:33.7211636Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rpc_agent.cpp.o 2022-11-23T01:23:33.8527927Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:23:33.8918476Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:34.0340910Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_context.cpp.o 2022-11-23T01:23:34.0732766Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:34.0948385Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/8x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:34.2545275Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_impl.cpp.o 2022-11-23T01:23:34.2968601Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:34.4652368Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T01:23:34.5320705Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:23:34.6376503Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_proto.cpp.o 2022-11-23T01:23:34.7305464Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16-minmax-fma3-broadcast.c.o 2022-11-23T01:23:34.7952577Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:23:34.9277853Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_call.cpp.o 2022-11-23T01:23:34.9920874Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:35.0344603Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_remote_call.cpp.o 2022-11-23T01:23:35.1705830Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-fma3-broadcast.c.o 2022-11-23T01:23:35.3425460Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:23:35.4777013Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:35.5321431Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_resp.cpp.o 2022-11-23T01:23:35.6685986Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T01:23:35.8034701Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:23:35.8048757Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:35.8963546Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_agent.cpp.o 2022-11-23T01:23:35.9999815Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_utils.cpp.o 2022-11-23T01:23:36.0000867Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:36.0592158Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.cpp.o 2022-11-23T01:23:36.1835115Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/8x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:36.2525242Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-fma3-x8.c.o 2022-11-23T01:23:36.3494530Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/torchscript_functions.cpp.o 2022-11-23T01:23:36.4215071Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-fma3-x16.c.o 2022-11-23T01:23:36.5858575Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x8.c.o 2022-11-23T01:23:36.7262113Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x16.c.o 2022-11-23T01:23:36.7726569Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/types.cpp.o 2022-11-23T01:23:36.8926372Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x24.c.o 2022-11-23T01:23:37.0568828Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x32.c.o 2022-11-23T01:23:37.2027833Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x40.c.o 2022-11-23T01:23:37.2334517Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/utils.cpp.o 2022-11-23T01:23:37.3718332Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x48.c.o 2022-11-23T01:23:37.4699072Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x56.c.o 2022-11-23T01:23:37.5305129Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x64.c.o 2022-11-23T01:23:37.5688291Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/cuda.cpp.o 2022-11-23T01:23:37.6003263Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr1fma.c.o 2022-11-23T01:23:37.6959445Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/datasets/mnist.cpp.o 2022-11-23T01:23:37.7447780Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr1fma1adj.c.o 2022-11-23T01:23:37.7493353Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr2fma.c.o 2022-11-23T01:23:37.8310172Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/distributed.cpp.o 2022-11-23T01:23:37.9003383Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/random.cpp.o 2022-11-23T01:23:37.9235160Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/1x8-minmax-avx2-broadcast.c.o 2022-11-23T01:23:38.0366441Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T01:23:38.1004636Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/sequential.cpp.o 2022-11-23T01:23:38.2060714Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/3x16-minmax-avx2-broadcast.c.o 2022-11-23T01:23:38.3905720Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/4x8-minmax-avx2-broadcast.c.o 2022-11-23T01:23:38.5643640Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T01:23:38.7481020Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/5x8-minmax-avx2-broadcast.c.o 2022-11-23T01:23:38.8192143Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/5x16-minmax-avx2-broadcast.c.o 2022-11-23T01:23:38.8751940Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/6x8-minmax-avx2-broadcast.c.o 2022-11-23T01:23:38.9777013Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/stream.cpp.o 2022-11-23T01:23:39.0096337Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/enum.cpp.o 2022-11-23T01:23:39.0606407Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/7x8-minmax-avx2-broadcast.c.o 2022-11-23T01:23:39.1329563Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/1x8-minmax-avx2-broadcast.c.o 2022-11-23T01:23:39.1638812Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/imethod.cpp.o 2022-11-23T01:23:39.1991969Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T01:23:39.2900967Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/3x16-minmax-avx2-broadcast.c.o 2022-11-23T01:23:39.3227049Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/4x8-minmax-avx2-broadcast.c.o 2022-11-23T01:23:39.3278860Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize.cpp.o 2022-11-23T01:23:39.4397847Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/init.cpp.o 2022-11-23T01:23:39.4849401Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/module.cpp.o 2022-11-23T01:23:39.5376147Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T01:23:39.7075923Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/5x8-minmax-avx2-broadcast.c.o 2022-11-23T01:23:39.7304445Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/_functions.cpp.o 2022-11-23T01:23:39.8918990Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/5x16-minmax-avx2-broadcast.c.o 2022-11-23T01:23:40.0743437Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/6x8-minmax-avx2-broadcast.c.o 2022-11-23T01:23:40.2586646Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/activation.cpp.o 2022-11-23T01:23:40.2587633Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/7x8-minmax-avx2-broadcast.c.o 2022-11-23T01:23:40.4163137Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T01:23:40.4414651Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T01:23:40.5765218Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/adaptive.cpp.o 2022-11-23T01:23:40.6007240Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x48.c.o 2022-11-23T01:23:40.6940707Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T01:23:40.6984994Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T01:23:40.8038371Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/batchnorm.cpp.o 2022-11-23T01:23:40.8615410Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/normalization.cpp.o 2022-11-23T01:23:40.9201764Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T01:23:40.9204182Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x48.c.o 2022-11-23T01:23:41.0782842Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/instancenorm.cpp.o 2022-11-23T01:23:41.0943261Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T01:23:41.2555273Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64-acc2.c.o 2022-11-23T01:23:41.3738345Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64-acc4.c.o 2022-11-23T01:23:41.5345236Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64.c.o 2022-11-23T01:23:41.6891273Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x72-acc3.c.o 2022-11-23T01:23:41.8163906Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x72.c.o 2022-11-23T01:23:41.8735525Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/conv.cpp.o 2022-11-23T01:23:41.9673597Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80-acc2.c.o 2022-11-23T01:23:42.0346769Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/dropout.cpp.o 2022-11-23T01:23:42.1642022Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80-acc5.c.o 2022-11-23T01:23:42.2365389Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80.c.o 2022-11-23T01:23:42.2471752Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc2.c.o 2022-11-23T01:23:42.3480005Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/distance.cpp.o 2022-11-23T01:23:42.4372424Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/embedding.cpp.o 2022-11-23T01:23:42.4383828Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc3.c.o 2022-11-23T01:23:42.4977496Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc6.c.o 2022-11-23T01:23:42.6066760Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/fold.cpp.o 2022-11-23T01:23:42.6552962Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96.c.o 2022-11-23T01:23:42.8166596Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64-acc2.c.o 2022-11-23T01:23:42.9706925Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64-acc4.c.o 2022-11-23T01:23:43.1326382Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64.c.o 2022-11-23T01:23:43.2903270Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x72-acc3.c.o 2022-11-23T01:23:43.3983737Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x72.c.o 2022-11-23T01:23:43.5164065Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80-acc2.c.o 2022-11-23T01:23:43.5165059Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/linear.cpp.o 2022-11-23T01:23:43.6021753Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/loss.cpp.o 2022-11-23T01:23:43.7277965Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80-acc5.c.o 2022-11-23T01:23:43.7689202Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80.c.o 2022-11-23T01:23:43.7952852Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc2.c.o 2022-11-23T01:23:43.8251129Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc3.c.o 2022-11-23T01:23:43.9295725Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/padding.cpp.o 2022-11-23T01:23:43.9300106Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pixelshuffle.cpp.o 2022-11-23T01:23:44.0097559Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pooling.cpp.o 2022-11-23T01:23:44.0597556Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc6.c.o 2022-11-23T01:23:44.2217748Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96.c.o 2022-11-23T01:23:44.3484654Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64-acc2.c.o 2022-11-23T01:23:44.5052639Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64-acc4.c.o 2022-11-23T01:23:44.6537214Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64.c.o 2022-11-23T01:23:44.8111118Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x72-acc3.c.o 2022-11-23T01:23:44.9012172Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x72.c.o 2022-11-23T01:23:45.0044868Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/rnn.cpp.o 2022-11-23T01:23:45.1050533Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80-acc2.c.o 2022-11-23T01:23:45.1051495Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/upsampling.cpp.o 2022-11-23T01:23:45.2368145Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80-acc5.c.o 2022-11-23T01:23:45.3130601Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/transformer.cpp.o 2022-11-23T01:23:45.3913544Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80.c.o 2022-11-23T01:23:45.4548052Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/container/functional.cpp.o 2022-11-23T01:23:45.5409539Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc2.c.o 2022-11-23T01:23:45.5734196Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/activation.cpp.o 2022-11-23T01:23:45.7203976Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc3.c.o 2022-11-23T01:23:45.8732644Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc6.c.o 2022-11-23T01:23:46.0274006Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96.c.o 2022-11-23T01:23:46.1815417Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x8.c.o 2022-11-23T01:23:46.3706449Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x16.c.o 2022-11-23T01:23:46.4054798Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x24.c.o 2022-11-23T01:23:46.4853384Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x32.c.o 2022-11-23T01:23:46.5495435Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/adaptive.cpp.o 2022-11-23T01:23:46.6194495Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/batchnorm.cpp.o 2022-11-23T01:23:46.6574612Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x40.c.o 2022-11-23T01:23:46.7089945Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x48.c.o 2022-11-23T01:23:46.7387366Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x56.c.o 2022-11-23T01:23:46.8253068Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x64.c.o 2022-11-23T01:23:46.8820782Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/embedding.cpp.o 2022-11-23T01:23:46.9077627Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/instancenorm.cpp.o 2022-11-23T01:23:46.9620627Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/normalization.cpp.o 2022-11-23T01:23:47.0612046Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x72.c.o 2022-11-23T01:23:47.2406024Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x80.c.o 2022-11-23T01:23:47.3980353Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x8.c.o 2022-11-23T01:23:47.5605339Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x16.c.o 2022-11-23T01:23:47.6737364Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x24.c.o 2022-11-23T01:23:47.6905890Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x32.c.o 2022-11-23T01:23:47.7698223Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x40.c.o 2022-11-23T01:23:47.8743145Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/conv.cpp.o 2022-11-23T01:23:47.8987145Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/dropout.cpp.o 2022-11-23T01:23:47.9383660Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x48.c.o 2022-11-23T01:23:48.0326118Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/linear.cpp.o 2022-11-23T01:23:48.0566671Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x56.c.o 2022-11-23T01:23:48.0859055Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x64.c.o 2022-11-23T01:23:48.1696399Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/padding.cpp.o 2022-11-23T01:23:48.2559225Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/pooling.cpp.o 2022-11-23T01:23:48.3216380Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x72.c.o 2022-11-23T01:23:48.4891150Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x80.c.o 2022-11-23T01:23:48.6399390Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x8.c.o 2022-11-23T01:23:48.7875282Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x16.c.o 2022-11-23T01:23:48.9201481Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/rnn.cpp.o 2022-11-23T01:23:48.9744112Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x24.c.o 2022-11-23T01:23:49.0989195Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x32.c.o 2022-11-23T01:23:49.1200938Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x40.c.o 2022-11-23T01:23:49.1694273Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x48.c.o 2022-11-23T01:23:49.1997884Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/vision.cpp.o 2022-11-23T01:23:49.2956649Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/transformer.cpp.o 2022-11-23T01:23:49.3188319Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adagrad.cpp.o 2022-11-23T01:23:49.4432730Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x56.c.o 2022-11-23T01:23:49.4718748Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adam.cpp.o 2022-11-23T01:23:49.5775832Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x64.c.o 2022-11-23T01:23:49.7437733Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x72.c.o 2022-11-23T01:23:49.9021225Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x80.c.o 2022-11-23T01:23:50.0686008Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x8.c.o 2022-11-23T01:23:50.1005055Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x16.c.o 2022-11-23T01:23:50.2216846Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x24.c.o 2022-11-23T01:23:50.2858853Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adamw.cpp.o 2022-11-23T01:23:50.3069101Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/lbfgs.cpp.o 2022-11-23T01:23:50.4234731Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x32.c.o 2022-11-23T01:23:50.5794607Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x40.c.o 2022-11-23T01:23:50.6473703Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/optimizer.cpp.o 2022-11-23T01:23:50.7627821Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x48.c.o 2022-11-23T01:23:50.8087014Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x56.c.o 2022-11-23T01:23:50.8109092Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/rmsprop.cpp.o 2022-11-23T01:23:50.9437671Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/serialize.cpp.o 2022-11-23T01:23:50.9685712Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x64.c.o 2022-11-23T01:23:51.1165496Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x72.c.o 2022-11-23T01:23:51.2452492Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x80.c.o 2022-11-23T01:23:51.4033064Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx-x8.c.o 2022-11-23T01:23:51.5290404Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx-x16.c.o 2022-11-23T01:23:51.6996102Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x8.c.o 2022-11-23T01:23:51.7318875Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x16.c.o 2022-11-23T01:23:51.7847833Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x24.c.o 2022-11-23T01:23:51.8216210Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x32.c.o 2022-11-23T01:23:51.9076531Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/sgd.cpp.o 2022-11-23T01:23:51.9316900Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/lr_scheduler.cpp.o 2022-11-23T01:23:51.9795185Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/step_lr.cpp.o 2022-11-23T01:23:52.0614873Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x40.c.o 2022-11-23T01:23:52.0896411Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x48.c.o 2022-11-23T01:23:52.2029772Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x56.c.o 2022-11-23T01:23:52.2463870Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/input-archive.cpp.o 2022-11-23T01:23:52.2720688Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/output-archive.cpp.o 2022-11-23T01:23:52.3940562Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x64.c.o 2022-11-23T01:23:52.4804367Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x72.c.o 2022-11-23T01:23:52.5021956Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x80.c.o 2022-11-23T01:23:52.5731865Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.AVX2.cpp.o 2022-11-23T01:23:52.6815111Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp.o 2022-11-23T01:23:52.7004666Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x88.c.o 2022-11-23T01:23:52.8613562Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x96.c.o 2022-11-23T01:23:53.0071050Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x8.c.o 2022-11-23T01:23:53.1835481Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x16.c.o 2022-11-23T01:23:53.2643987Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.AVX2.cpp.o 2022-11-23T01:23:53.3816428Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x24.c.o 2022-11-23T01:23:53.4226203Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x32.c.o 2022-11-23T01:23:53.5376182Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x40.c.o 2022-11-23T01:23:53.5798576Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x48.c.o 2022-11-23T01:23:53.6169539Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.AVX2.cpp.o 2022-11-23T01:23:53.6609423Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x56.c.o 2022-11-23T01:23:53.6649969Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.AVX2.cpp.o 2022-11-23T01:23:53.7594405Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.AVX2.cpp.o 2022-11-23T01:23:53.7760536Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.AVX2.cpp.o 2022-11-23T01:23:53.8250663Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x64.c.o 2022-11-23T01:23:53.9726731Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x72.c.o 2022-11-23T01:23:54.1331985Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x80.c.o 2022-11-23T01:23:54.2838905Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x88.c.o 2022-11-23T01:23:54.4141119Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x96.c.o 2022-11-23T01:23:54.4784806Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.AVX2.cpp.o 2022-11-23T01:23:54.5494311Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.AVX2.cpp.o 2022-11-23T01:23:54.6142487Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x8.c.o 2022-11-23T01:23:54.6473632Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:54.7330754Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:54.7852185Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x16.c.o 2022-11-23T01:23:54.8323641Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:54.9332061Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x24.c.o 2022-11-23T01:23:55.0609388Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x32.c.o 2022-11-23T01:23:55.2309260Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x40.c.o 2022-11-23T01:23:55.2856436Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x48.c.o 2022-11-23T01:23:55.3002216Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x56.c.o 2022-11-23T01:23:55.4156536Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:55.4571644Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.AVX2.cpp.o 2022-11-23T01:23:55.4891667Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x64.c.o 2022-11-23T01:23:55.5683140Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x72.c.o 2022-11-23T01:23:55.6397199Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:55.7131538Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x80.c.o 2022-11-23T01:23:55.7597604Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x8.c.o 2022-11-23T01:23:55.8227090Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:55.9207949Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:55.9457602Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x16.c.o 2022-11-23T01:23:56.1146063Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x24.c.o 2022-11-23T01:23:56.1617303Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x32.c.o 2022-11-23T01:23:56.2663446Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:56.2972066Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x40.c.o 2022-11-23T01:23:56.3539267Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.AVX2.cpp.o 2022-11-23T01:23:56.4776278Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x48.c.o 2022-11-23T01:23:56.5594681Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x56.c.o 2022-11-23T01:23:56.6019161Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x64.c.o 2022-11-23T01:23:56.6698833Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:56.7559096Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:56.8296726Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x72.c.o 2022-11-23T01:23:56.9044340Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:57.0215961Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x80.c.o 2022-11-23T01:23:57.0219497Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x8.c.o 2022-11-23T01:23:57.0761737Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x16.c.o 2022-11-23T01:23:57.1850664Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:57.2144801Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x24.c.o 2022-11-23T01:23:57.2486677Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:57.3042415Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:57.3977697Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x32.c.o 2022-11-23T01:23:57.4847692Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x40.c.o 2022-11-23T01:23:57.4904581Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:57.5696204Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:57.6678577Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x48.c.o 2022-11-23T01:23:57.7761127Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x56.c.o 2022-11-23T01:23:57.8567405Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:57.9391093Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x64.c.o 2022-11-23T01:23:58.1098120Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x72.c.o 2022-11-23T01:23:58.1274461Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x80.c.o 2022-11-23T01:23:58.1388065Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-lut8-p3-perm.c.o 2022-11-23T01:23:58.1883064Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:58.2242294Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-lut8-p4-perm.c.o 2022-11-23T01:23:58.3025616Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:58.3266228Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:58.3629265Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.AVX2.cpp.o 2022-11-23T01:23:58.4545032Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-p5.c.o 2022-11-23T01:23:58.5944424Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-avx2-rr1-p5.c.o 2022-11-23T01:23:58.6370435Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:58.7721127Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-avx2-rr2-p5.c.o 2022-11-23T01:23:58.8033883Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut4-p4-perm.c.o 2022-11-23T01:23:58.9512011Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:58.9783184Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut8-p4-perm.c.o 2022-11-23T01:23:59.0162368Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut16-p3-gather.c.o 2022-11-23T01:23:59.0832761Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-p6.c.o 2022-11-23T01:23:59.0859467Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/extexp-avx2-p5.c.o 2022-11-23T01:23:59.1685668Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:59.1846703Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:59.2355604Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:59.3074886Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-div.c.o 2022-11-23T01:23:59.4527074Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:59.4528269Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-nr1fma.c.o 2022-11-23T01:23:59.6219632Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-nr2fma.c.o 2022-11-23T01:23:59.7355086Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-nr2fma1adj.c.o 2022-11-23T01:23:59.8228906Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:59.8396485Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-div.c.o 2022-11-23T01:23:59.8538945Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-nr1fma.c.o 2022-11-23T01:23:59.8783731Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:59.9682285Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.AVX2.cpp.o 2022-11-23T01:24:00.0365325Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:00.0727803Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-nr2fma.c.o 2022-11-23T01:24:00.2243267Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-div.c.o 2022-11-23T01:24:00.2573221Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-nr1fma.c.o 2022-11-23T01:24:00.3012581Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-nr2fma.c.o 2022-11-23T01:24:00.3898570Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:00.4060335Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:00.4968337Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-nr2fma1adj.c.o 2022-11-23T01:24:00.5281097Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:00.6506201Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-div.c.o 2022-11-23T01:24:00.8031697Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-nr1fma.c.o 2022-11-23T01:24:00.8334202Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-nr2fma.c.o 2022-11-23T01:24:00.9614464Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:01.0018302Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:01.1563024Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:01.2916510Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T01:24:01.3709788Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T01:24:01.4191300Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T01:24:01.4428488Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:01.5033491Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T01:24:01.5717132Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:01.5996902Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:01.6503037Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T01:24:01.6718143Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:01.7313396Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T01:24:01.8094064Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:01.8920249Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:01.9331255Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:02.1057775Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:02.1332642Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:02.1977313Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T01:24:02.2693342Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T01:24:02.3122565Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:02.3452953Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:02.4110117Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T01:24:02.5064508Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.AVX2.cpp.o 2022-11-23T01:24:02.6181519Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:02.6412364Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T01:24:02.6787594Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T01:24:02.8190711Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.AVX512.cpp.o 2022-11-23T01:24:02.8420775Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX512.cpp.o 2022-11-23T01:24:02.8919961Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T01:24:03.0400370Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:03.0407086Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.AVX512.cpp.o 2022-11-23T01:24:03.1244908Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:03.1741792Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T01:24:03.2371728Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:03.3242680Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.AVX512.cpp.o 2022-11-23T01:24:03.3708642Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T01:24:03.4617169Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.AVX512.cpp.o 2022-11-23T01:24:03.4618238Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:03.5717180Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.AVX512.cpp.o 2022-11-23T01:24:03.6787869Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T01:24:03.8090188Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:03.9557474Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:04.0398151Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.AVX512.cpp.o 2022-11-23T01:24:04.1664259Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:04.1956126Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:04.2523159Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:04.3239652Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T01:24:04.3868722Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.AVX512.cpp.o 2022-11-23T01:24:04.4044423Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.AVX512.cpp.o 2022-11-23T01:24:04.4813884Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T01:24:04.5748536Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T01:24:04.6218160Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:04.6987135Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:04.7719637Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:04.8306138Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T01:24:04.9207008Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T01:24:05.0226648Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:05.1217056Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T01:24:05.2213313Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:05.2611000Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:05.3537992Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:05.4048758Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.AVX512.cpp.o 2022-11-23T01:24:05.5312630Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:05.5795770Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:05.6113220Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T01:24:05.7278992Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:05.8165554Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T01:24:05.9284820Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T01:24:05.9975225Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:06.0063953Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T01:24:06.0512168Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:06.1445074Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:06.2119921Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.AVX512.cpp.o 2022-11-23T01:24:06.2164793Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T01:24:06.4019231Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T01:24:06.5432754Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:06.6333884Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x8.c.o 2022-11-23T01:24:06.6394560Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:06.7390543Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:06.8094077Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T01:24:06.8505245Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x24.c.o 2022-11-23T01:24:06.8763775Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T01:24:06.9865454Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:07.0421533Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:07.0422134Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:07.0931908Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:07.2149396Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T01:24:07.2428569Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:07.4020118Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:07.4775677Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T01:24:07.5796132Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:07.5840102Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:07.7293598Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:07.7302976Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T01:24:07.8416180Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:07.8420446Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:07.9224246Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:08.0320905Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:08.1308936Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:08.2262434Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-11-23T01:24:08.2549203Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:08.3782991Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:08.4364653Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T01:24:08.4851988Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x24.c.o 2022-11-23T01:24:08.5204137Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x32.c.o 2022-11-23T01:24:08.5451373Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-11-23T01:24:08.6387053Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.AVX512.cpp.o 2022-11-23T01:24:08.6625460Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:08.7522769Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:08.7876929Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T01:24:08.9477037Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x24.c.o 2022-11-23T01:24:09.0585166Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x32.c.o 2022-11-23T01:24:09.0918035Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:09.1785652Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:09.2334623Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:09.3014947Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:09.3645165Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:09.3709840Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:09.4811791Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:09.5410791Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:09.5735703Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:09.7200206Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:09.8148982Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:09.9198404Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x8.c.o 2022-11-23T01:24:09.9199259Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:09.9719034Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T01:24:10.0361372Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x24.c.o 2022-11-23T01:24:10.0812769Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.AVX512.cpp.o 2022-11-23T01:24:10.1251756Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:10.2369297Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:10.2668256Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T01:24:10.2826103Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:10.4229062Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:10.4706600Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:10.5606122Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:10.6629280Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:10.7450002Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:10.7968227Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:10.9169663Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:10.9937572Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:11.1623935Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-11-23T01:24:11.2689168Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T01:24:11.3917629Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-11-23T01:24:11.3926043Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:11.4614052Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T01:24:11.4906723Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x32.c.o 2022-11-23T01:24:11.5800497Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:11.6701493Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:11.7213446Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:11.7214518Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x64.c.o 2022-11-23T01:24:11.7669988Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x96.c.o 2022-11-23T01:24:11.9057817Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x128.c.o 2022-11-23T01:24:11.9486304Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:12.0398378Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f-acc2.c.o 2022-11-23T01:24:12.1640022Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:12.1646059Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f.c.o 2022-11-23T01:24:12.2551386Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:12.3625704Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f-acc2.c.o 2022-11-23T01:24:12.4010069Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.AVX512.cpp.o 2022-11-23T01:24:12.5157558Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f.c.o 2022-11-23T01:24:12.5634321Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f-acc2.c.o 2022-11-23T01:24:12.7205633Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f.c.o 2022-11-23T01:24:12.7210043Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f-acc2.c.o 2022-11-23T01:24:12.7253308Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f.c.o 2022-11-23T01:24:12.8548841Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x3-minmax-avx512f-acc2.c.o 2022-11-23T01:24:12.9117632Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x3-minmax-avx512f.c.o 2022-11-23T01:24:12.9555760Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x4-minmax-avx512f-acc2.c.o 2022-11-23T01:24:12.9944804Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x4-minmax-avx512f.c.o 2022-11-23T01:24:13.0519241Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x9-minmax-avx512f-acc2.c.o 2022-11-23T01:24:13.1038082Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x9-minmax-avx512f.c.o 2022-11-23T01:24:13.1517601Z [ 82%] Linking CXX shared library ../lib/libtorch_cpu.so 2022-11-23T01:24:13.1668998Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x25-minmax-avx512f-acc2.c.o 2022-11-23T01:24:13.2013718Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x25-minmax-avx512f.c.o 2022-11-23T01:24:13.2321090Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:13.3057516Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:13.3282389Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:13.4039589Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:13.4475988Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:13.4622555Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/8x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:13.5283312Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:13.5783978Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:13.6379265Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:13.6824786Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:13.7064625Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:13.7765295Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/8x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:13.7973689Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:13.8563486Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:13.9081049Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:13.9459666Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:14.0294603Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:14.0705211Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/8x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:14.0871840Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx512f-2x16.c.o 2022-11-23T01:24:14.1380526Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx512f-2x32.c.o 2022-11-23T01:24:14.1824619Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128-acc2.c.o 2022-11-23T01:24:14.2583441Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128-acc4.c.o 2022-11-23T01:24:14.2773021Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T01:24:14.3068196Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x144-acc3.c.o 2022-11-23T01:24:14.3527802Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T01:24:14.4135532Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160-acc2.c.o 2022-11-23T01:24:14.4330184Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160-acc5.c.o 2022-11-23T01:24:14.4998108Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T01:24:14.5270875Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc2.c.o 2022-11-23T01:24:14.5851202Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc3.c.o 2022-11-23T01:24:14.6621483Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc6.c.o 2022-11-23T01:24:14.6634035Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T01:24:14.7551158Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128-acc2.c.o 2022-11-23T01:24:14.7704694Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128-acc4.c.o 2022-11-23T01:24:14.8291969Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T01:24:14.8721861Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x144-acc3.c.o 2022-11-23T01:24:14.9146111Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T01:24:14.9432401Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160-acc2.c.o 2022-11-23T01:24:15.0524757Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160-acc5.c.o 2022-11-23T01:24:15.0682899Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc2.c.o 2022-11-23T01:24:15.0686628Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T01:24:15.1179310Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc3.c.o 2022-11-23T01:24:15.1762010Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc6.c.o 2022-11-23T01:24:15.2447467Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T01:24:15.2653930Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128-acc2.c.o 2022-11-23T01:24:15.2924396Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128-acc4.c.o 2022-11-23T01:24:15.3763004Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128.c.o 2022-11-23T01:24:15.4057805Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x144-acc3.c.o 2022-11-23T01:24:15.4708977Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x144.c.o 2022-11-23T01:24:15.5016622Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160-acc2.c.o 2022-11-23T01:24:15.5070228Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160-acc5.c.o 2022-11-23T01:24:15.6218840Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160.c.o 2022-11-23T01:24:15.6219919Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc2.c.o 2022-11-23T01:24:15.6740445Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc3.c.o 2022-11-23T01:24:15.6993104Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc6.c.o 2022-11-23T01:24:15.7275366Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192.c.o 2022-11-23T01:24:15.8306984Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/avx512f.c.o 2022-11-23T01:24:15.8632250Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x16.c.o 2022-11-23T01:24:15.8668175Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x32.c.o 2022-11-23T01:24:15.9219450Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x16.c.o 2022-11-23T01:24:15.9667005Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x32.c.o 2022-11-23T01:24:16.0284008Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x16.c.o 2022-11-23T01:24:16.0512271Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x32.c.o 2022-11-23T01:24:16.1158754Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x16.c.o 2022-11-23T01:24:16.1159850Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x32.c.o 2022-11-23T01:24:16.1947465Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx512f-x16.c.o 2022-11-23T01:24:16.2470136Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx512f-x32.c.o 2022-11-23T01:24:16.2634885Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx512f-x16.c.o 2022-11-23T01:24:16.3097439Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx512f-x32.c.o 2022-11-23T01:24:16.3538161Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx512f-x16.c.o 2022-11-23T01:24:16.4098281Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx512f-x32.c.o 2022-11-23T01:24:16.4274902Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx512f-x16.c.o 2022-11-23T01:24:16.4820669Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx512f-x32.c.o 2022-11-23T01:24:16.5262412Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x16.c.o 2022-11-23T01:24:16.5462958Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x32.c.o 2022-11-23T01:24:16.6197530Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x16.c.o 2022-11-23T01:24:16.6503985Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x32.c.o 2022-11-23T01:24:16.6825473Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x16.c.o 2022-11-23T01:24:16.7285791Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x32.c.o 2022-11-23T01:24:16.7690165Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x16.c.o 2022-11-23T01:24:16.8449391Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x32.c.o 2022-11-23T01:24:16.9000908Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x16.c.o 2022-11-23T01:24:16.9294958Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x32.c.o 2022-11-23T01:24:16.9714711Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x16.c.o 2022-11-23T01:24:16.9897828Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x32.c.o 2022-11-23T01:24:17.0561297Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x16.c.o 2022-11-23T01:24:17.1229320Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x32.c.o 2022-11-23T01:24:17.1454126Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x16.c.o 2022-11-23T01:24:17.1785618Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x32.c.o 2022-11-23T01:24:17.2214002Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx512f-x16.c.o 2022-11-23T01:24:17.2989997Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx512f-x32.c.o 2022-11-23T01:24:17.3401716Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x16.c.o 2022-11-23T01:24:17.3739404Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x32.c.o 2022-11-23T01:24:17.3950457Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x48.c.o 2022-11-23T01:24:17.4700534Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x64.c.o 2022-11-23T01:24:17.5361523Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x80.c.o 2022-11-23T01:24:17.5567219Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x96.c.o 2022-11-23T01:24:17.5924888Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x112.c.o 2022-11-23T01:24:17.5957231Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x128.c.o 2022-11-23T01:24:17.6888293Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x16.c.o 2022-11-23T01:24:17.7052201Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x32.c.o 2022-11-23T01:24:17.7695537Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x48.c.o 2022-11-23T01:24:17.8284961Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x64.c.o 2022-11-23T01:24:17.8285754Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x80.c.o 2022-11-23T01:24:17.9063665Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x96.c.o 2022-11-23T01:24:17.9276210Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x112.c.o 2022-11-23T01:24:17.9987196Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x128.c.o 2022-11-23T01:24:18.0286600Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx512f-x16.c.o 2022-11-23T01:24:18.0299184Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx512f-x32.c.o 2022-11-23T01:24:18.1214109Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x16.c.o 2022-11-23T01:24:18.1422945Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x32.c.o 2022-11-23T01:24:18.1863057Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx512f-x16.c.o 2022-11-23T01:24:18.2319638Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx512f-x32.c.o 2022-11-23T01:24:18.2726129Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx512f-x16.c.o 2022-11-23T01:24:18.3341242Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx512f-x32.c.o 2022-11-23T01:24:18.3540494Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx512f-x16.c.o 2022-11-23T01:24:18.3992292Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx512f-x32.c.o 2022-11-23T01:24:18.4404793Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx512f-x16.c.o 2022-11-23T01:24:18.4896112Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx512f-x32.c.o 2022-11-23T01:24:18.5382302Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx512f-x16.c.o 2022-11-23T01:24:18.5823688Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx512f-x32.c.o 2022-11-23T01:24:18.5973807Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x16.c.o 2022-11-23T01:24:18.6658620Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x32.c.o 2022-11-23T01:24:18.7190290Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x48.c.o 2022-11-23T01:24:18.7650334Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x64.c.o 2022-11-23T01:24:18.7851544Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x80.c.o 2022-11-23T01:24:18.8102007Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x96.c.o 2022-11-23T01:24:18.8753544Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x112.c.o 2022-11-23T01:24:18.9250960Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T01:24:18.9474200Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T01:24:19.0002080Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T01:24:19.0390296Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x176.c.o 2022-11-23T01:24:19.0774451Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T01:24:19.1246499Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x16.c.o 2022-11-23T01:24:19.1701353Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x32.c.o 2022-11-23T01:24:19.2155498Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x48.c.o 2022-11-23T01:24:19.2434832Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x64.c.o 2022-11-23T01:24:19.2901968Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x80.c.o 2022-11-23T01:24:19.3551423Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x96.c.o 2022-11-23T01:24:19.3837221Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x112.c.o 2022-11-23T01:24:19.4138388Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T01:24:19.4528081Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T01:24:19.5016193Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T01:24:19.5460407Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x176.c.o 2022-11-23T01:24:19.5965317Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T01:24:19.6213583Z [ 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-23T01:24:19.6709879Z [ 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-23T01:24:19.7223655Z [ 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-23T01:24:19.7444706Z [ 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-23T01:24:19.7961674Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x80.c.o 2022-11-23T01:24:19.8442199Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x96.c.o 2022-11-23T01:24:19.8877494Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x112.c.o 2022-11-23T01:24:19.9441190Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x128.c.o 2022-11-23T01:24:19.9614674Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x16.c.o 2022-11-23T01:24:20.0079644Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x32.c.o 2022-11-23T01:24:20.0603733Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x48.c.o 2022-11-23T01:24:20.1186421Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x64.c.o 2022-11-23T01:24:20.1389382Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x80.c.o 2022-11-23T01:24:20.1776297Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x96.c.o 2022-11-23T01:24:20.2236007Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x112.c.o 2022-11-23T01:24:20.2930418Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x128.c.o 2022-11-23T01:24:20.3122305Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x16.c.o 2022-11-23T01:24:20.3340672Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x32.c.o 2022-11-23T01:24:20.3800069Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x48.c.o 2022-11-23T01:24:20.4539220Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x64.c.o 2022-11-23T01:24:20.5053651Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x80.c.o 2022-11-23T01:24:20.5229610Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x96.c.o 2022-11-23T01:24:20.5688613Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x112.c.o 2022-11-23T01:24:20.6134092Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x128.c.o 2022-11-23T01:24:20.6998526Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x16.c.o 2022-11-23T01:24:20.7286312Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x32.c.o 2022-11-23T01:24:20.7327628Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x48.c.o 2022-11-23T01:24:20.7621962Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x64.c.o 2022-11-23T01:24:20.8256531Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x80.c.o 2022-11-23T01:24:20.9052531Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x96.c.o 2022-11-23T01:24:20.9385853Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x112.c.o 2022-11-23T01:24:20.9461444Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x128.c.o 2022-11-23T01:24:20.9652528Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x16.c.o 2022-11-23T01:24:21.0654715Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x32.c.o 2022-11-23T01:24:21.1121040Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x48.c.o 2022-11-23T01:24:21.1506792Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x64.c.o 2022-11-23T01:24:21.1913172Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x80.c.o 2022-11-23T01:24:21.2004645Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x96.c.o 2022-11-23T01:24:21.2925259Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x112.c.o 2022-11-23T01:24:21.3089460Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x128.c.o 2022-11-23T01:24:21.3585299Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x16.c.o 2022-11-23T01:24:21.3755661Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x32.c.o 2022-11-23T01:24:21.4441339Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x48.c.o 2022-11-23T01:24:21.5080984Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x64.c.o 2022-11-23T01:24:21.5300636Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x80.c.o 2022-11-23T01:24:21.5738014Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x96.c.o 2022-11-23T01:24:21.5900773Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x112.c.o 2022-11-23T01:24:21.6514025Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x128.c.o 2022-11-23T01:24:21.7025771Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x16.c.o 2022-11-23T01:24:21.7310741Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x32.c.o 2022-11-23T01:24:21.7586724Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x48.c.o 2022-11-23T01:24:21.8012914Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x64.c.o 2022-11-23T01:24:21.8717290Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x80.c.o 2022-11-23T01:24:21.9132129Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x96.c.o 2022-11-23T01:24:21.9344976Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x112.c.o 2022-11-23T01:24:21.9762486Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x128.c.o 2022-11-23T01:24:22.0258028Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx512f-x16.c.o 2022-11-23T01:24:22.0730196Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx512f-x32.c.o 2022-11-23T01:24:22.1220560Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx512f-x16.c.o 2022-11-23T01:24:22.1396321Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx512f-x32.c.o 2022-11-23T01:24:22.1940571Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx512f-x16.c.o 2022-11-23T01:24:22.2430986Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx512f-x32.c.o 2022-11-23T01:24:22.2864820Z [ 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-23T01:24:22.3487247Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut16-p3-perm.c.o 2022-11-23T01:24:22.3735629Z [ 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-23T01:24:22.4454003Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut32-p2-perm2.c.o 2022-11-23T01:24:22.4891982Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-p5-scalef.c.o 2022-11-23T01:24:22.5198902Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-p5.c.o 2022-11-23T01:24:22.5632269Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx512f-rr1-lut16-p3-perm.c.o 2022-11-23T01:24:22.5806144Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx512f-rr1-p6.c.o 2022-11-23T01:24:22.6657941Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/extexp-avx512f-p5.c.o 2022-11-23T01:24:22.6942413Z [ 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-23T01:24:22.6949119Z [ 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-23T01:24:22.7714321Z [ 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-23T01:24:22.7863660Z [ 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-23T01:24:22.8624814Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma.c.o 2022-11-23T01:24:22.8780937Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2022-11-23T01:24:22.9062544Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-div.c.o 2022-11-23T01:24:22.9678743Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-nr1fma.c.o 2022-11-23T01:24:22.9846794Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-nr1fma1adj.c.o 2022-11-23T01:24:23.0502178Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-div.c.o 2022-11-23T01:24:23.0817177Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-nr1fma.c.o 2022-11-23T01:24:23.0818990Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-nr1fma1adj.c.o 2022-11-23T01:24:23.1730685Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-div.c.o 2022-11-23T01:24:23.1934635Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-nr1fma.c.o 2022-11-23T01:24:23.2518338Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-nr1fma1adj.c.o 2022-11-23T01:24:23.2744235Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-div.c.o 2022-11-23T01:24:23.2969508Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma.c.o 2022-11-23T01:24:23.3886909Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2022-11-23T01:24:23.4082143Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-div.c.o 2022-11-23T01:24:23.4342722Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-nr1fma.c.o 2022-11-23T01:24:23.4730754Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-nr1fma1adj.c.o 2022-11-23T01:24:23.4900761Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-div.c.o 2022-11-23T01:24:23.5790694Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-nr1fma.c.o 2022-11-23T01:24:23.6089533Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr1fma.c.o 2022-11-23T01:24:23.6094119Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-nr1fma1adj.c.o 2022-11-23T01:24:23.6783375Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr1fma1adj.c.o 2022-11-23T01:24:23.6982479Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr2fma.c.o 2022-11-23T01:24:23.7815148Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T01:24:23.8030116Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:24:23.8343644Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T01:24:23.8816518Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:24:23.9030096Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:24:23.9768825Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T01:24:24.0267705Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x96.c.o 2022-11-23T01:24:24.0896243Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T01:24:24.1074494Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:24:24.1085438Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T01:24:24.2016077Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x96.c.o 2022-11-23T01:24:24.2420878Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T01:24:24.2587876Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:24.3101433Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:24.3283608Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:24.4542031Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:24.4551530Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:24.4784612Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:24.5283642Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:24.5575305Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:24.6637558Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:24.6647231Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:24.7164044Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:24.7572839Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:24.8017711Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:24.8749070Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:24.9043405Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:24.9283801Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:24.9798570Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T01:24:25.0574137Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:24:25.0767095Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x48.c.o 2022-11-23T01:24:25.1307335Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T01:24:25.1608024Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:25.1997147Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:25.2594924Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:25.2782647Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:25.3508197Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:25.4033825Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:25.4276018Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:25.4734428Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:25.5369379Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T01:24:25.5908835Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-11-23T01:24:25.6072992Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T01:24:25.6722299Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-11-23T01:24:25.6938135Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:25.7481467Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:25.7916973Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:25.8329377Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:25.8761728Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T01:24:25.9182669Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:24:25.9746030Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x48.c.o 2022-11-23T01:24:26.0757120Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T01:24:26.0760972Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:26.0778775Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:26.1327817Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:26.2019135Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:26.2725036Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:26.2942759Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:26.3410533Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:26.3595849Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:26.4417611Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T01:24:26.4894608Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-11-23T01:24:26.5073885Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T01:24:26.5639019Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-11-23T01:24:26.5804358Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x64.c.o 2022-11-23T01:24:26.6659587Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x128.c.o 2022-11-23T01:24:26.6892381Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x192.c.o 2022-11-23T01:24:26.7186391Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x256.c.o 2022-11-23T01:24:26.7637448Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2-k-over-64.c.o 2022-11-23T01:24:26.8101241Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2-k-over-2048.c.o 2022-11-23T01:24:26.8349000Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-4.c.o 2022-11-23T01:24:26.8736262Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-8.c.o 2022-11-23T01:24:26.9008520Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-16.c.o 2022-11-23T01:24:26.9164113Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-64.c.o 2022-11-23T01:24:26.9488297Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-2048.c.o 2022-11-23T01:24:27.0548380Z [ 87%] Built target all_microkernels 2022-11-23T01:24:30.2159741Z [ 87%] Built target torch_cpu 2022-11-23T01:24:30.2295654Z [ 87%] Building CXX object test_cpp_c10d/CMakeFiles/FileStoreTest.dir/FileStoreTest.cpp.o 2022-11-23T01:24:30.2315478Z [ 87%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupGlooTest.dir/ProcessGroupGlooTest.cpp.o 2022-11-23T01:24:30.2317909Z [ 87%] Building CXX object test_cpp_c10d/CMakeFiles/HashStoreTest.dir/HashStoreTest.cpp.o 2022-11-23T01:24:30.2339262Z [ 87%] Building CXX object test_cpp_c10d/CMakeFiles/TCPStoreTest.dir/TCPStoreTest.cpp.o 2022-11-23T01:24:30.2351541Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/quantization/torch_hip_generated_quantization_gpu.cu.o 2022-11-23T01:24:30.2357816Z [ 87%] Building CXX object test_cpp_c10d/CMakeFiles/example_allreduce.dir/example/allreduce.cpp.o 2022-11-23T01:24:30.7889709Z [ 87%] Linking CXX executable ../bin/FileStoreTest 2022-11-23T01:24:30.8303843Z [ 87%] Linking CXX executable ../bin/TCPStoreTest 2022-11-23T01:24:30.8681006Z [ 87%] Linking CXX executable ../bin/HashStoreTest 2022-11-23T01:24:31.2757169Z [ 87%] Built target FileStoreTest 2022-11-23T01:24:31.2820360Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/detail/torch_hip_generated_IndexUtils.hip.o 2022-11-23T01:24:31.3143810Z [ 87%] Linking CXX executable ../bin/example_allreduce 2022-11-23T01:24:31.5045396Z [ 87%] Built target TCPStoreTest 2022-11-23T01:24:31.5092248Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/torch_hip_generated_Sleep.hip.o 2022-11-23T01:24:31.5549268Z [ 87%] Linking CXX executable ../bin/ProcessGroupGlooTest 2022-11-23T01:24:31.5828665Z [ 87%] Built target HashStoreTest 2022-11-23T01:24:31.5893008Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/torch_hip_generated_cub-RadixSortKeys.hip.o 2022-11-23T01:24:31.8695085Z [ 87%] Built target example_allreduce 2022-11-23T01:24:31.8773605Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/torch_hip_generated_cub-RadixSortPairs.hip.o 2022-11-23T01:24:32.0749064Z [ 87%] Built target ProcessGroupGlooTest 2022-11-23T01:24:32.0798781Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/torch_hip_generated_cub.hip.o 2022-11-23T01:24:32.2031436Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/torch_hip_generated_jiterator.hip.o 2022-11-23T01:24:32.4249299Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AbsKernel.hip.o 2022-11-23T01:24:32.9462977Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationEluKernel.hip.o 2022-11-23T01:24:33.0764100Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationGeluKernel.hip.o 2022-11-23T01:24:33.3233702Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationGluKernel.hip.o 2022-11-23T01:24:33.4493410Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationHardshrinkKernel.hip.o 2022-11-23T01:24:33.4658656Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/jiterator.hip:8: 2022-11-23T01:24:33.4659155Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/jiterator_impl.h:11: 2022-11-23T01:24:33.4661014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:33.4673703Z template typename func, int end, int current=0> 2022-11-23T01:24:33.4674066Z ^~~~~~~~ 2022-11-23T01:24:33.4715691Z class 2022-11-23T01:24:33.4716691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:33.4717615Z template typename func, int end> 2022-11-23T01:24:33.4717992Z ^~~~~~~~ 2022-11-23T01:24:33.4718311Z class 2022-11-23T01:24:33.4718715Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:33.4719193Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/jiterator.hip:8: 2022-11-23T01:24:33.4719792Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/jiterator_impl.h:11: 2022-11-23T01:24:33.4720805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:33.4721508Z template typename func, int end, int current=0> 2022-11-23T01:24:33.4721901Z ^~~~~~~~ 2022-11-23T01:24:33.4722211Z class 2022-11-23T01:24:33.4723058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:33.4723869Z template typename func, int end> 2022-11-23T01:24:33.4724249Z ^~~~~~~~ 2022-11-23T01:24:33.4724569Z class 2022-11-23T01:24:33.4724902Z 2 warnings generated when compiling for host. 2022-11-23T01:24:33.4751839Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationHardsigmoidKernel.hip.o 2022-11-23T01:24:33.5320177Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AbsKernel.hip:4: 2022-11-23T01:24:33.5320820Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:33.5332902Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:33.5333602Z template typename func, int end, int current=0> 2022-11-23T01:24:33.5334100Z ^~~~~~~~ 2022-11-23T01:24:33.5334487Z class 2022-11-23T01:24:33.5335563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:33.5341674Z template typename func, int end> 2022-11-23T01:24:33.5341989Z ^~~~~~~~ 2022-11-23T01:24:33.5342274Z class 2022-11-23T01:24:33.5342609Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:33.5343082Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AbsKernel.hip:4: 2022-11-23T01:24:33.5343592Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:33.5344595Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:33.5345296Z template typename func, int end, int current=0> 2022-11-23T01:24:33.5345697Z ^~~~~~~~ 2022-11-23T01:24:33.5372846Z class 2022-11-23T01:24:33.5373815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:33.5374501Z template typename func, int end> 2022-11-23T01:24:33.5374888Z ^~~~~~~~ 2022-11-23T01:24:33.5375179Z class 2022-11-23T01:24:33.5375560Z 2 warnings generated when compiling for host. 2022-11-23T01:24:33.5432915Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationHardswishKernel.hip.o 2022-11-23T01:24:34.0205881Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationEluKernel.hip:18: 2022-11-23T01:24:34.0206445Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:34.0221734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:34.0222442Z template typename func, int end, int current=0> 2022-11-23T01:24:34.0222818Z ^~~~~~~~ 2022-11-23T01:24:34.0223154Z class 2022-11-23T01:24:34.0224001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:34.0224660Z template typename func, int end> 2022-11-23T01:24:34.0225020Z ^~~~~~~~ 2022-11-23T01:24:34.0225311Z class 2022-11-23T01:24:34.0225669Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:34.0226425Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationEluKernel.hip:18: 2022-11-23T01:24:34.0227045Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:34.0227978Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:34.0228628Z template typename func, int end, int current=0> 2022-11-23T01:24:34.0229011Z ^~~~~~~~ 2022-11-23T01:24:34.0229299Z class 2022-11-23T01:24:34.0230106Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:34.0230733Z template typename func, int end> 2022-11-23T01:24:34.0231084Z ^~~~~~~~ 2022-11-23T01:24:34.0231369Z class 2022-11-23T01:24:34.0231711Z 2 warnings generated when compiling for host. 2022-11-23T01:24:34.0299941Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationHardtanhKernel.hip.o 2022-11-23T01:24:34.2632598Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationGeluKernel.hip:18: 2022-11-23T01:24:34.2633271Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:34.2634472Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:34.2645157Z template typename func, int end, int current=0> 2022-11-23T01:24:34.2645521Z ^~~~~~~~ 2022-11-23T01:24:34.2645701Z class 2022-11-23T01:24:34.2646229Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:34.2646605Z template typename func, int end> 2022-11-23T01:24:34.2646826Z ^~~~~~~~ 2022-11-23T01:24:34.2647069Z class 2022-11-23T01:24:34.2647406Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:34.2647936Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationGeluKernel.hip:18: 2022-11-23T01:24:34.2648591Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:34.2650177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:34.2650961Z template typename func, int end, int current=0> 2022-11-23T01:24:34.2666964Z ^~~~~~~~ 2022-11-23T01:24:34.2667295Z class 2022-11-23T01:24:34.2668167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:34.2668784Z template typename func, int end> 2022-11-23T01:24:34.2669113Z ^~~~~~~~ 2022-11-23T01:24:34.2669408Z class 2022-11-23T01:24:34.2669752Z 2 warnings generated when compiling for host. 2022-11-23T01:24:34.2758208Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationLeakyReluKernel.hip.o 2022-11-23T01:24:34.4646849Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationGluKernel.hip:19: 2022-11-23T01:24:34.4664815Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:34.4666464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:34.4667476Z template typename func, int end, int current=0> 2022-11-23T01:24:34.4667895Z ^~~~~~~~ 2022-11-23T01:24:34.4668326Z class 2022-11-23T01:24:34.4669350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:34.4670169Z template typename func, int end> 2022-11-23T01:24:34.4670675Z ^~~~~~~~ 2022-11-23T01:24:34.4670986Z class 2022-11-23T01:24:34.4671498Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:34.4672216Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationGluKernel.hip:19: 2022-11-23T01:24:34.4673013Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:34.4674367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:34.4675220Z template typename func, int end, int current=0> 2022-11-23T01:24:34.4675619Z ^~~~~~~~ 2022-11-23T01:24:34.4676066Z class 2022-11-23T01:24:34.4677089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:34.4677907Z template typename func, int end> 2022-11-23T01:24:34.4678415Z ^~~~~~~~ 2022-11-23T01:24:34.4678729Z class 2022-11-23T01:24:34.4679243Z 2 warnings generated when compiling for host. 2022-11-23T01:24:34.4762859Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationLogSigmoidKernel.hip.o 2022-11-23T01:24:34.5509472Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardshrinkKernel.hip:18: 2022-11-23T01:24:34.5518011Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:34.5519155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:34.5519839Z template typename func, int end, int current=0> 2022-11-23T01:24:34.5520241Z ^~~~~~~~ 2022-11-23T01:24:34.5520545Z class 2022-11-23T01:24:34.5521384Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:34.5522309Z template typename func, int end> 2022-11-23T01:24:34.5522708Z ^~~~~~~~ 2022-11-23T01:24:34.5522996Z class 2022-11-23T01:24:34.5523353Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:34.5523950Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardshrinkKernel.hip:18: 2022-11-23T01:24:34.5524606Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:34.5528374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:34.5529120Z template typename func, int end, int current=0> 2022-11-23T01:24:34.5529514Z ^~~~~~~~ 2022-11-23T01:24:34.5529835Z class 2022-11-23T01:24:34.5530843Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:34.5531527Z template typename func, int end> 2022-11-23T01:24:34.5531901Z ^~~~~~~~ 2022-11-23T01:24:34.5532211Z class 2022-11-23T01:24:34.5532572Z 2 warnings generated when compiling for host. 2022-11-23T01:24:34.5647178Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationMishKernel.hip.o 2022-11-23T01:24:34.5685196Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardsigmoidKernel.hip:18: 2022-11-23T01:24:34.5685888Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:34.5688414Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:34.5700766Z template typename func, int end, int current=0> 2022-11-23T01:24:34.5701191Z ^~~~~~~~ 2022-11-23T01:24:34.5702115Z class 2022-11-23T01:24:34.5702969Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:34.5703592Z template typename func, int end> 2022-11-23T01:24:34.5703924Z ^~~~~~~~ 2022-11-23T01:24:34.5704181Z class 2022-11-23T01:24:34.5704542Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:34.5705125Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardsigmoidKernel.hip:18: 2022-11-23T01:24:34.5705844Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:34.5706847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:34.5707515Z template typename func, int end, int current=0> 2022-11-23T01:24:34.5707882Z ^~~~~~~~ 2022-11-23T01:24:34.5708159Z class 2022-11-23T01:24:34.5708951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:34.5709574Z template typename func, int end> 2022-11-23T01:24:34.5709925Z ^~~~~~~~ 2022-11-23T01:24:34.5710193Z class 2022-11-23T01:24:34.5710562Z 2 warnings generated when compiling for host. 2022-11-23T01:24:34.5791618Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationPreluKernel.hip.o 2022-11-23T01:24:34.6764025Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardswishKernel.hip:18: 2022-11-23T01:24:34.6764795Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:34.6765916Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:34.6766596Z template typename func, int end, int current=0> 2022-11-23T01:24:34.6766972Z ^~~~~~~~ 2022-11-23T01:24:34.6767277Z class 2022-11-23T01:24:34.6775435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:34.6776144Z template typename func, int end> 2022-11-23T01:24:34.6776567Z ^~~~~~~~ 2022-11-23T01:24:34.6776876Z class 2022-11-23T01:24:34.6777508Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:34.6778088Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardswishKernel.hip:18: 2022-11-23T01:24:34.6778700Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:34.6779616Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:34.6780234Z template typename func, int end, int current=0> 2022-11-23T01:24:34.6780582Z ^~~~~~~~ 2022-11-23T01:24:34.6780856Z class 2022-11-23T01:24:34.6781621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:34.6782193Z template typename func, int end> 2022-11-23T01:24:34.6782592Z ^~~~~~~~ 2022-11-23T01:24:34.6782878Z class 2022-11-23T01:24:34.6783139Z 2 warnings generated when compiling for host. 2022-11-23T01:24:34.6911606Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationSiluKernel.hip.o 2022-11-23T01:24:35.0747703Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardtanhKernel.hip:18: 2022-11-23T01:24:35.0749147Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:35.0751136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:35.0752191Z template typename func, int end, int current=0> 2022-11-23T01:24:35.0757082Z ^~~~~~~~ 2022-11-23T01:24:35.0757428Z class 2022-11-23T01:24:35.0758382Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:35.0759053Z template typename func, int end> 2022-11-23T01:24:35.0759431Z ^~~~~~~~ 2022-11-23T01:24:35.0759737Z class 2022-11-23T01:24:35.0768471Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:35.0769140Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardtanhKernel.hip:18: 2022-11-23T01:24:35.0769814Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:35.0770832Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:35.0771723Z template typename func, int end, int current=0> 2022-11-23T01:24:35.0772133Z ^~~~~~~~ 2022-11-23T01:24:35.0772440Z class 2022-11-23T01:24:35.0773276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:35.0773928Z template typename func, int end> 2022-11-23T01:24:35.0774290Z ^~~~~~~~ 2022-11-23T01:24:35.0774580Z class 2022-11-23T01:24:35.0777709Z 2 warnings generated when compiling for host. 2022-11-23T01:24:35.0892474Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationSoftplusKernel.hip.o 2022-11-23T01:24:35.4256724Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationLeakyReluKernel.hip:18: 2022-11-23T01:24:35.4257638Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:35.4259210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:35.4260076Z template typename func, int end, int current=0> 2022-11-23T01:24:35.4260657Z ^~~~~~~~ 2022-11-23T01:24:35.4260965Z class 2022-11-23T01:24:35.4261960Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:35.4262614Z template typename func, int end> 2022-11-23T01:24:35.4264018Z ^~~~~~~~ 2022-11-23T01:24:35.4264323Z class 2022-11-23T01:24:35.4264694Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:35.4265311Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationLeakyReluKernel.hip:18: 2022-11-23T01:24:35.4265986Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:35.4267007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:35.4267699Z template typename func, int end, int current=0> 2022-11-23T01:24:35.4268113Z ^~~~~~~~ 2022-11-23T01:24:35.4268415Z class 2022-11-23T01:24:35.4269274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:35.4269933Z template typename func, int end> 2022-11-23T01:24:35.4270318Z ^~~~~~~~ 2022-11-23T01:24:35.4270620Z class 2022-11-23T01:24:35.4270982Z 2 warnings generated when compiling for host. 2022-11-23T01:24:35.4357691Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationSoftshrinkKernel.hip.o 2022-11-23T01:24:35.5960825Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationLogSigmoidKernel.hip:18: 2022-11-23T01:24:35.5961417Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:35.5962345Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:35.5962917Z template typename func, int end, int current=0> 2022-11-23T01:24:35.5963244Z ^~~~~~~~ 2022-11-23T01:24:35.5963740Z class 2022-11-23T01:24:35.5964439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:35.5965013Z template typename func, int end> 2022-11-23T01:24:35.5965329Z ^~~~~~~~ 2022-11-23T01:24:35.5965571Z class 2022-11-23T01:24:35.5965889Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:35.5966636Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationLogSigmoidKernel.hip:18: 2022-11-23T01:24:35.5967282Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:35.5968195Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:35.5968734Z template typename func, int end, int current=0> 2022-11-23T01:24:35.5969122Z ^~~~~~~~ 2022-11-23T01:24:35.5969357Z class 2022-11-23T01:24:35.5970243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:35.5970767Z template typename func, int end> 2022-11-23T01:24:35.5971115Z ^~~~~~~~ 2022-11-23T01:24:35.5971363Z class 2022-11-23T01:24:35.5971676Z 2 warnings generated when compiling for host. 2022-11-23T01:24:35.6048501Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationThresholdKernel.hip.o 2022-11-23T01:24:35.6280917Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationPreluKernel.hip:19: 2022-11-23T01:24:35.6281659Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:35.6282789Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:35.6283481Z template typename func, int end, int current=0> 2022-11-23T01:24:35.6283849Z ^~~~~~~~ 2022-11-23T01:24:35.6284145Z class 2022-11-23T01:24:35.6284985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:35.6286479Z template typename func, int end> 2022-11-23T01:24:35.6286846Z ^~~~~~~~ 2022-11-23T01:24:35.6287163Z class 2022-11-23T01:24:35.6288770Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationPreluKernel.hip:19: 2022-11-23T01:24:35.6321579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:35.6322793Z __global__ void unrolled_elementwise_kernel_for_multi_outputs(int N, func_t f, array_t data, inp_calc_t ic, out_calc_t oc) { 2022-11-23T01:24:35.6323268Z ^ 2022-11-23T01:24:35.6324539Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:35.6326369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:35.6328423Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:35.6330192Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:35.6331938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:35.6333862Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:35.6335639Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:35.6337543Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:35.6339338Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:35.6341106Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:35.6342874Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:35.6343772Z 14 warnings generated when compiling for gfx906. 2022-11-23T01:24:35.6344356Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationPreluKernel.hip:19: 2022-11-23T01:24:35.6344996Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:35.6346008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:35.6346709Z template typename func, int end, int current=0> 2022-11-23T01:24:35.6347097Z ^~~~~~~~ 2022-11-23T01:24:35.6347398Z class 2022-11-23T01:24:35.6348260Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:35.6348923Z template typename func, int end> 2022-11-23T01:24:35.6349389Z ^~~~~~~~ 2022-11-23T01:24:35.6349669Z class 2022-11-23T01:24:35.6350034Z 2 warnings generated when compiling for host. 2022-11-23T01:24:35.6412917Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AdaptiveAveragePooling.hip.o 2022-11-23T01:24:35.6722044Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationMishKernel.hip:18: 2022-11-23T01:24:35.6722742Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:35.6737680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:35.6738627Z template typename func, int end, int current=0> 2022-11-23T01:24:35.6739171Z ^~~~~~~~ 2022-11-23T01:24:35.6781913Z class 2022-11-23T01:24:35.6782710Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:35.6783266Z template typename func, int end> 2022-11-23T01:24:35.6783487Z ^~~~~~~~ 2022-11-23T01:24:35.6783667Z class 2022-11-23T01:24:35.6783869Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:35.6784197Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationMishKernel.hip:18: 2022-11-23T01:24:35.6784565Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:35.6785106Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:35.6785495Z template typename func, int end, int current=0> 2022-11-23T01:24:35.6785730Z ^~~~~~~~ 2022-11-23T01:24:35.6785909Z class 2022-11-23T01:24:35.6786359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:35.6786727Z template typename func, int end> 2022-11-23T01:24:35.6786939Z ^~~~~~~~ 2022-11-23T01:24:35.6787161Z class 2022-11-23T01:24:35.6787377Z 2 warnings generated when compiling for host. 2022-11-23T01:24:35.6839790Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AdaptiveAveragePooling3d.hip.o 2022-11-23T01:24:35.8612438Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationSiluKernel.hip:18: 2022-11-23T01:24:35.8613164Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:35.8615591Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:35.8620200Z template typename func, int end, int current=0> 2022-11-23T01:24:35.8620570Z ^~~~~~~~ 2022-11-23T01:24:35.8630371Z class 2022-11-23T01:24:35.8631421Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:35.8632106Z template typename func, int end> 2022-11-23T01:24:35.8632353Z ^~~~~~~~ 2022-11-23T01:24:35.8632519Z class 2022-11-23T01:24:35.8632783Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:35.8633108Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationSiluKernel.hip:18: 2022-11-23T01:24:35.8633695Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:35.8634435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:35.8634841Z template typename func, int end, int current=0> 2022-11-23T01:24:35.8635128Z ^~~~~~~~ 2022-11-23T01:24:35.8635293Z class 2022-11-23T01:24:35.8635812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:35.8636182Z template typename func, int end> 2022-11-23T01:24:35.8636378Z ^~~~~~~~ 2022-11-23T01:24:35.8636606Z class 2022-11-23T01:24:35.8636817Z 2 warnings generated when compiling for host. 2022-11-23T01:24:35.8767271Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AdaptiveMaxPooling2d.hip.o 2022-11-23T01:24:36.2328675Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationSoftplusKernel.hip:18: 2022-11-23T01:24:36.2329619Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:36.2330841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:36.2331470Z template typename func, int end, int current=0> 2022-11-23T01:24:36.2331855Z ^~~~~~~~ 2022-11-23T01:24:36.2336894Z class 2022-11-23T01:24:36.2337983Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:36.2338663Z template typename func, int end> 2022-11-23T01:24:36.2339028Z ^~~~~~~~ 2022-11-23T01:24:36.2339305Z class 2022-11-23T01:24:36.2339670Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:36.2340228Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationSoftplusKernel.hip:18: 2022-11-23T01:24:36.2340749Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:36.2347722Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:36.2348407Z template typename func, int end, int current=0> 2022-11-23T01:24:36.2348793Z ^~~~~~~~ 2022-11-23T01:24:36.2349090Z class 2022-11-23T01:24:36.2349961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:36.2350601Z template typename func, int end> 2022-11-23T01:24:36.2350978Z ^~~~~~~~ 2022-11-23T01:24:36.2351283Z class 2022-11-23T01:24:36.2351636Z 2 warnings generated when compiling for host. 2022-11-23T01:24:36.2458468Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AdaptiveMaxPooling3d.hip.o 2022-11-23T01:24:36.5535623Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationSoftshrinkKernel.hip:18: 2022-11-23T01:24:36.5536330Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:36.5541964Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:36.5543296Z template typename func, int end, int current=0> 2022-11-23T01:24:36.5543737Z ^~~~~~~~ 2022-11-23T01:24:36.5544217Z class 2022-11-23T01:24:36.5545288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:36.5546098Z template typename func, int end> 2022-11-23T01:24:36.5546541Z ^~~~~~~~ 2022-11-23T01:24:36.5546811Z class 2022-11-23T01:24:36.5547324Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:36.5548074Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationSoftshrinkKernel.hip:18: 2022-11-23T01:24:36.5549150Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:36.5550443Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:36.5551368Z template typename func, int end, int current=0> 2022-11-23T01:24:36.5551930Z ^~~~~~~~ 2022-11-23T01:24:36.5552216Z class 2022-11-23T01:24:36.5553335Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:36.5554023Z template typename func, int end> 2022-11-23T01:24:36.5554540Z ^~~~~~~~ 2022-11-23T01:24:36.5554841Z class 2022-11-23T01:24:36.5555222Z 2 warnings generated when compiling for host. 2022-11-23T01:24:36.5641802Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AmpKernels.hip.o 2022-11-23T01:24:36.8081373Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationThresholdKernel.hip:18: 2022-11-23T01:24:36.8082126Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:36.8103410Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:36.8104151Z template typename func, int end, int current=0> 2022-11-23T01:24:36.8104547Z ^~~~~~~~ 2022-11-23T01:24:36.8104849Z class 2022-11-23T01:24:36.8105711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:36.8106368Z template typename func, int end> 2022-11-23T01:24:36.8106743Z ^~~~~~~~ 2022-11-23T01:24:36.8107071Z class 2022-11-23T01:24:36.8107434Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:36.8108056Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationThresholdKernel.hip:18: 2022-11-23T01:24:36.8108741Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:36.8109760Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:36.8110459Z template typename func, int end, int current=0> 2022-11-23T01:24:36.8110864Z ^~~~~~~~ 2022-11-23T01:24:36.8111171Z class 2022-11-23T01:24:36.8112024Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:36.8112912Z template typename func, int end> 2022-11-23T01:24:36.8113293Z ^~~~~~~~ 2022-11-23T01:24:36.8113598Z class 2022-11-23T01:24:36.8113960Z 2 warnings generated when compiling for host. 2022-11-23T01:24:36.8233064Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AveragePool2d.hip.o 2022-11-23T01:24:36.8856459Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveAveragePooling.hip:7: 2022-11-23T01:24:36.8857870Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:36.8858829Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:36.8859354Z ^ 2022-11-23T01:24:36.8864978Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:36.8865621Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:36.8866132Z ^ 2022-11-23T01:24:36.8866708Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:36.8867222Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:36.8867584Z ^ 2022-11-23T01:24:36.8867909Z 1 warning generated when compiling for gfx906. 2022-11-23T01:24:36.8868387Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveAveragePooling.hip:7: 2022-11-23T01:24:36.8869374Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:36.8870098Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:36.8870617Z ^ 2022-11-23T01:24:36.8871628Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:36.8872194Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:36.8875074Z ^ 2022-11-23T01:24:36.8875925Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:36.8876468Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:36.8876840Z ^ 2022-11-23T01:24:36.8877223Z 1 warning generated when compiling for host. 2022-11-23T01:24:36.8974558Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AveragePool3d.hip.o 2022-11-23T01:24:36.9435910Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveAveragePooling3d.hip:9: 2022-11-23T01:24:36.9437138Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:36.9437953Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:36.9438670Z ^ 2022-11-23T01:24:36.9439447Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:36.9440006Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:36.9440344Z ^ 2022-11-23T01:24:36.9441120Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:36.9443082Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:36.9443453Z ^ 2022-11-23T01:24:36.9444079Z 1 warning generated when compiling for gfx906. 2022-11-23T01:24:36.9447683Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveAveragePooling3d.hip:9: 2022-11-23T01:24:36.9451918Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:36.9452758Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:36.9453287Z ^ 2022-11-23T01:24:36.9459865Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:36.9460433Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:36.9460782Z ^ 2022-11-23T01:24:36.9461337Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:36.9461868Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:36.9462269Z ^ 2022-11-23T01:24:36.9462652Z 1 warning generated when compiling for host. 2022-11-23T01:24:36.9575437Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryBitwiseOpsKernels.hip.o 2022-11-23T01:24:37.1519481Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveMaxPooling2d.hip:5: 2022-11-23T01:24:37.1520697Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:37.1521513Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:37.1522052Z ^ 2022-11-23T01:24:37.1522826Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:37.1523422Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:37.1523744Z ^ 2022-11-23T01:24:37.1524316Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:37.1527267Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:37.1527859Z ^ 2022-11-23T01:24:37.1532981Z 1 warning generated when compiling for gfx906. 2022-11-23T01:24:37.1533554Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveMaxPooling2d.hip:5: 2022-11-23T01:24:37.1534598Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:37.1535373Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:37.1535897Z ^ 2022-11-23T01:24:37.1536732Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:37.1537269Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:37.1537597Z ^ 2022-11-23T01:24:37.1538161Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:37.1538686Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:37.1539075Z ^ 2022-11-23T01:24:37.1539450Z 1 warning generated when compiling for host. 2022-11-23T01:24:37.1633318Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryDivFloorKernel.hip.o 2022-11-23T01:24:37.4649572Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveMaxPooling3d.hip:5: 2022-11-23T01:24:37.4650977Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:37.4657857Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:37.4658456Z ^ 2022-11-23T01:24:37.4659253Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:37.4659847Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:37.4660174Z ^ 2022-11-23T01:24:37.4660734Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:37.4661270Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:37.4661641Z ^ 2022-11-23T01:24:37.4663699Z 1 warning generated when compiling for gfx906. 2022-11-23T01:24:37.4664296Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveMaxPooling3d.hip:5: 2022-11-23T01:24:37.4668504Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:37.4669286Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:37.4669828Z ^ 2022-11-23T01:24:37.4670552Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:37.4671100Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:37.4671407Z ^ 2022-11-23T01:24:37.4671971Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:37.4672495Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:37.4672859Z ^ 2022-11-23T01:24:37.4673233Z 1 warning generated when compiling for host. 2022-11-23T01:24:37.4759542Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryDivTrueKernel.hip.o 2022-11-23T01:24:37.9148338Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AmpKernels.hip:11: 2022-11-23T01:24:37.9155242Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:24:37.9156081Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:24:37.9156878Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:37.9158286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:37.9161285Z template typename func, int end, int current=0> 2022-11-23T01:24:37.9164957Z ^~~~~~~~ 2022-11-23T01:24:37.9165271Z class 2022-11-23T01:24:37.9168675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:37.9169507Z template typename func, int end> 2022-11-23T01:24:37.9170029Z ^~~~~~~~ 2022-11-23T01:24:37.9170314Z class 2022-11-23T01:24:37.9170828Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:37.9171511Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AmpKernels.hip:11: 2022-11-23T01:24:37.9172294Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:24:37.9173102Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:24:37.9174113Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:37.9175394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:37.9176231Z template typename func, int end, int current=0> 2022-11-23T01:24:37.9176799Z ^~~~~~~~ 2022-11-23T01:24:37.9177083Z class 2022-11-23T01:24:37.9177937Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:37.9267901Z template typename func, int end> 2022-11-23T01:24:37.9268298Z ^~~~~~~~ 2022-11-23T01:24:37.9268619Z class 2022-11-23T01:24:37.9269016Z 2 warnings generated when compiling for host. 2022-11-23T01:24:37.9269955Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryDivTruncKernel.hip.o 2022-11-23T01:24:38.0794683Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryGeometricKernels.hip.o 2022-11-23T01:24:38.1109801Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryBitwiseOpsKernels.hip:5: 2022-11-23T01:24:38.1118968Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:38.1120169Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:38.1120864Z template typename func, int end, int current=0> 2022-11-23T01:24:38.1121271Z ^~~~~~~~ 2022-11-23T01:24:38.1121592Z class 2022-11-23T01:24:38.1122469Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:38.1123158Z template typename func, int end> 2022-11-23T01:24:38.1123536Z ^~~~~~~~ 2022-11-23T01:24:38.1123840Z class 2022-11-23T01:24:38.1128737Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:38.1129367Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryBitwiseOpsKernels.hip:5: 2022-11-23T01:24:38.1130006Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:38.1131054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:38.1131765Z template typename func, int end, int current=0> 2022-11-23T01:24:38.1132182Z ^~~~~~~~ 2022-11-23T01:24:38.1132486Z class 2022-11-23T01:24:38.1133354Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:38.1134017Z template typename func, int end> 2022-11-23T01:24:38.1134381Z ^~~~~~~~ 2022-11-23T01:24:38.1134644Z class 2022-11-23T01:24:38.1134991Z 2 warnings generated when compiling for host. 2022-11-23T01:24:38.1220405Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryLogicalOpsKernels.hip.o 2022-11-23T01:24:38.1801542Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AveragePool3d.hip:9: 2022-11-23T01:24:38.1802688Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:38.1803711Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:38.1808063Z ^ 2022-11-23T01:24:38.1808912Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:38.1809437Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:38.1809772Z ^ 2022-11-23T01:24:38.1810336Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:38.1810853Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:38.1811242Z ^ 2022-11-23T01:24:38.1811622Z 1 warning generated when compiling for gfx906. 2022-11-23T01:24:38.1812166Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AveragePool3d.hip:9: 2022-11-23T01:24:38.1813302Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:38.1814239Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:38.1814778Z ^ 2022-11-23T01:24:38.1816270Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:38.1817007Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:38.1817457Z ^ 2022-11-23T01:24:38.1818203Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:38.1818693Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:38.1819211Z ^ 2022-11-23T01:24:38.1819664Z 1 warning generated when compiling for host. 2022-11-23T01:24:38.1921194Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryMiscBackwardOpsKernels.hip.o 2022-11-23T01:24:38.3819589Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryDivFloorKernel.hip:8: 2022-11-23T01:24:38.3822703Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryInternal.h:14: 2022-11-23T01:24:38.3825555Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:24:38.3836937Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:38.3838870Z template typename func, int end, int current=0> 2022-11-23T01:24:38.3839286Z ^~~~~~~~ 2022-11-23T01:24:38.3839615Z class 2022-11-23T01:24:38.3840517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:38.3841184Z template typename func, int end> 2022-11-23T01:24:38.3841567Z ^~~~~~~~ 2022-11-23T01:24:38.3841876Z class 2022-11-23T01:24:38.3842250Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:38.3842835Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryDivFloorKernel.hip:8: 2022-11-23T01:24:38.3843488Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryInternal.h:14: 2022-11-23T01:24:38.3844116Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:24:38.3845138Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:38.3846049Z template typename func, int end, int current=0> 2022-11-23T01:24:38.3846455Z ^~~~~~~~ 2022-11-23T01:24:38.3846747Z class 2022-11-23T01:24:38.3847575Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:38.3848251Z template typename func, int end> 2022-11-23T01:24:38.3848645Z ^~~~~~~~ 2022-11-23T01:24:38.3848938Z class 2022-11-23T01:24:38.3849317Z 2 warnings generated when compiling for host. 2022-11-23T01:24:38.3936099Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryMiscOpsKernels.hip.o 2022-11-23T01:24:38.6442416Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryDivTrueKernel.hip:11: 2022-11-23T01:24:38.6443862Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryInternal.h:14: 2022-11-23T01:24:38.6444689Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:24:38.6451629Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:38.6452383Z template typename func, int end, int current=0> 2022-11-23T01:24:38.6452782Z ^~~~~~~~ 2022-11-23T01:24:38.6453086Z class 2022-11-23T01:24:38.6453929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:38.6454588Z template typename func, int end> 2022-11-23T01:24:38.6454937Z ^~~~~~~~ 2022-11-23T01:24:38.6455227Z class 2022-11-23T01:24:38.6455590Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:38.6456154Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryDivTrueKernel.hip:11: 2022-11-23T01:24:38.6456872Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryInternal.h:14: 2022-11-23T01:24:38.6462951Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:24:38.6464117Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:38.6464813Z template typename func, int end, int current=0> 2022-11-23T01:24:38.6465217Z ^~~~~~~~ 2022-11-23T01:24:38.6465514Z class 2022-11-23T01:24:38.6466383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:38.6467054Z template typename func, int end> 2022-11-23T01:24:38.6467430Z ^~~~~~~~ 2022-11-23T01:24:38.6467716Z class 2022-11-23T01:24:38.6468060Z 2 warnings generated when compiling for host. 2022-11-23T01:24:38.6563276Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryMulKernel.hip.o 2022-11-23T01:24:39.1191742Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryDivTruncKernel.hip:11: 2022-11-23T01:24:39.1192461Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:24:39.1193549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.1197766Z template typename func, int end, int current=0> 2022-11-23T01:24:39.1198166Z ^~~~~~~~ 2022-11-23T01:24:39.1198483Z class 2022-11-23T01:24:39.1199425Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.1200104Z template typename func, int end> 2022-11-23T01:24:39.1200468Z ^~~~~~~~ 2022-11-23T01:24:39.1200751Z class 2022-11-23T01:24:39.1201122Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:39.1201694Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryDivTruncKernel.hip:11: 2022-11-23T01:24:39.1202369Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:24:39.1203321Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.1203927Z template typename func, int end, int current=0> 2022-11-23T01:24:39.1204378Z ^~~~~~~~ 2022-11-23T01:24:39.1204637Z class 2022-11-23T01:24:39.1205361Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.1205908Z template typename func, int end> 2022-11-23T01:24:39.1206240Z ^~~~~~~~ 2022-11-23T01:24:39.1206523Z class 2022-11-23T01:24:39.1206829Z 2 warnings generated when compiling for host. 2022-11-23T01:24:39.1328941Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryRemainderKernel.hip.o 2022-11-23T01:24:39.2660697Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryMiscBackwardOpsKernels.hip:11: 2022-11-23T01:24:39.2665774Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:39.2666809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.2667516Z template typename func, int end, int current=0> 2022-11-23T01:24:39.2670679Z ^~~~~~~~ 2022-11-23T01:24:39.2671084Z class 2022-11-23T01:24:39.2672823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.2677429Z template typename func, int end> 2022-11-23T01:24:39.2677808Z ^~~~~~~~ 2022-11-23T01:24:39.2678130Z class 2022-11-23T01:24:39.2678491Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:39.2682645Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryMiscBackwardOpsKernels.hip:11: 2022-11-23T01:24:39.2683336Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:39.2688160Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.2690308Z template typename func, int end, int current=0> 2022-11-23T01:24:39.2690725Z ^~~~~~~~ 2022-11-23T01:24:39.2691061Z class 2022-11-23T01:24:39.2696921Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.2698004Z template typename func, int end> 2022-11-23T01:24:39.2698550Z ^~~~~~~~ 2022-11-23T01:24:39.2698883Z class 2022-11-23T01:24:39.2699260Z 2 warnings generated when compiling for host. 2022-11-23T01:24:39.2853058Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryShiftOpsKernels.hip.o 2022-11-23T01:24:39.3017608Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryGeometricKernels.hip:5: 2022-11-23T01:24:39.3018479Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:39.3021171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.3022060Z template typename func, int end, int current=0> 2022-11-23T01:24:39.3022630Z ^~~~~~~~ 2022-11-23T01:24:39.3022973Z class 2022-11-23T01:24:39.3024134Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.3024797Z template typename func, int end> 2022-11-23T01:24:39.3025170Z ^~~~~~~~ 2022-11-23T01:24:39.3025459Z class 2022-11-23T01:24:39.3025827Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:39.3026426Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryGeometricKernels.hip:5: 2022-11-23T01:24:39.3027053Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:39.3028054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.3028761Z template typename func, int end, int current=0> 2022-11-23T01:24:39.3029167Z ^~~~~~~~ 2022-11-23T01:24:39.3029464Z class 2022-11-23T01:24:39.3030348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.3031028Z template typename func, int end> 2022-11-23T01:24:39.3031408Z ^~~~~~~~ 2022-11-23T01:24:39.3031702Z class 2022-11-23T01:24:39.3032061Z 2 warnings generated when compiling for host. 2022-11-23T01:24:39.3133164Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Bucketization.hip.o 2022-11-23T01:24:39.4189289Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryLogicalOpsKernels.hip:5: 2022-11-23T01:24:39.4194038Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:39.4195513Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.4196148Z template typename func, int end, int current=0> 2022-11-23T01:24:39.4196504Z ^~~~~~~~ 2022-11-23T01:24:39.4196842Z class 2022-11-23T01:24:39.4197659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.4198285Z template typename func, int end> 2022-11-23T01:24:39.4198647Z ^~~~~~~~ 2022-11-23T01:24:39.4198921Z class 2022-11-23T01:24:39.4199284Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:39.4199851Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryLogicalOpsKernels.hip:5: 2022-11-23T01:24:39.4200691Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:39.4201647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.4202355Z template typename func, int end, int current=0> 2022-11-23T01:24:39.4202760Z ^~~~~~~~ 2022-11-23T01:24:39.4203053Z class 2022-11-23T01:24:39.4203861Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.4204490Z template typename func, int end> 2022-11-23T01:24:39.4204845Z ^~~~~~~~ 2022-11-23T01:24:39.4205121Z class 2022-11-23T01:24:39.4205491Z 2 warnings generated when compiling for host. 2022-11-23T01:24:39.4340520Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Col2Im.hip.o 2022-11-23T01:24:39.5576936Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryMiscOpsKernels.hip:5: 2022-11-23T01:24:39.5577679Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:39.5578814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.5579463Z template typename func, int end, int current=0> 2022-11-23T01:24:39.5579855Z ^~~~~~~~ 2022-11-23T01:24:39.5580161Z class 2022-11-23T01:24:39.5581808Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.5582480Z template typename func, int end> 2022-11-23T01:24:39.5582861Z ^~~~~~~~ 2022-11-23T01:24:39.5583177Z class 2022-11-23T01:24:39.5583543Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:39.5584194Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryMiscOpsKernels.hip:5: 2022-11-23T01:24:39.5584861Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:39.5586349Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.5587056Z template typename func, int end, int current=0> 2022-11-23T01:24:39.5587461Z ^~~~~~~~ 2022-11-23T01:24:39.5588073Z class 2022-11-23T01:24:39.5592033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.5592750Z template typename func, int end> 2022-11-23T01:24:39.5593117Z ^~~~~~~~ 2022-11-23T01:24:39.5593431Z class 2022-11-23T01:24:39.5593824Z 2 warnings generated when compiling for host. 2022-11-23T01:24:39.5732810Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CompareEQKernel.hip.o 2022-11-23T01:24:39.7826510Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryMulKernel.hip:8: 2022-11-23T01:24:39.7827382Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryInternal.h:14: 2022-11-23T01:24:39.7833268Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:24:39.7835042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.7835942Z template typename func, int end, int current=0> 2022-11-23T01:24:39.7836482Z ^~~~~~~~ 2022-11-23T01:24:39.7836795Z class 2022-11-23T01:24:39.7837807Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.7838473Z template typename func, int end> 2022-11-23T01:24:39.7838855Z ^~~~~~~~ 2022-11-23T01:24:39.7839147Z class 2022-11-23T01:24:39.7839528Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:39.7840057Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryMulKernel.hip:8: 2022-11-23T01:24:39.7841800Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryInternal.h:14: 2022-11-23T01:24:39.7842420Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:24:39.7843619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.7844290Z template typename func, int end, int current=0> 2022-11-23T01:24:39.7844692Z ^~~~~~~~ 2022-11-23T01:24:39.7845002Z class 2022-11-23T01:24:39.7845837Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.7846482Z template typename func, int end> 2022-11-23T01:24:39.7846848Z ^~~~~~~~ 2022-11-23T01:24:39.7847137Z class 2022-11-23T01:24:39.7847524Z 2 warnings generated when compiling for host. 2022-11-23T01:24:39.7922911Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CompareKernels.hip.o 2022-11-23T01:24:40.3070758Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryRemainderKernel.hip:5: 2022-11-23T01:24:40.3071288Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:40.3078097Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:40.3078780Z template typename func, int end, int current=0> 2022-11-23T01:24:40.3079180Z ^~~~~~~~ 2022-11-23T01:24:40.3079472Z class 2022-11-23T01:24:40.3080297Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:40.3080947Z template typename func, int end> 2022-11-23T01:24:40.3081329Z ^~~~~~~~ 2022-11-23T01:24:40.3087632Z class 2022-11-23T01:24:40.3088004Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:40.3088638Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryRemainderKernel.hip:5: 2022-11-23T01:24:40.3089216Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:40.3090275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:40.3090943Z template typename func, int end, int current=0> 2022-11-23T01:24:40.3091333Z ^~~~~~~~ 2022-11-23T01:24:40.3091853Z class 2022-11-23T01:24:40.3092616Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:40.3093247Z template typename func, int end> 2022-11-23T01:24:40.3093613Z ^~~~~~~~ 2022-11-23T01:24:40.3093882Z class 2022-11-23T01:24:40.3094221Z 2 warnings generated when compiling for host. 2022-11-23T01:24:40.3211212Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ComplexKernel.hip.o 2022-11-23T01:24:40.4892413Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryShiftOpsKernels.hip:5: 2022-11-23T01:24:40.4893137Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:40.4899453Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:40.4900173Z template typename func, int end, int current=0> 2022-11-23T01:24:40.4900723Z ^~~~~~~~ 2022-11-23T01:24:40.4902949Z class 2022-11-23T01:24:40.4903823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:40.4904456Z template typename func, int end> 2022-11-23T01:24:40.4904788Z ^~~~~~~~ 2022-11-23T01:24:40.4905068Z class 2022-11-23T01:24:40.4905417Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:40.4905925Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryShiftOpsKernels.hip:5: 2022-11-23T01:24:40.4906480Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:40.4907468Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:40.4908133Z template typename func, int end, int current=0> 2022-11-23T01:24:40.4908462Z ^~~~~~~~ 2022-11-23T01:24:40.4908728Z class 2022-11-23T01:24:40.4909528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:40.4913148Z template typename func, int end> 2022-11-23T01:24:40.4913614Z ^~~~~~~~ 2022-11-23T01:24:40.4913911Z class 2022-11-23T01:24:40.4914432Z 2 warnings generated when compiling for host. 2022-11-23T01:24:40.5039299Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ConvolutionMM2d.hip.o 2022-11-23T01:24:40.6484125Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Copy.hip.o 2022-11-23T01:24:40.7053479Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CompareEQKernel.hip:7: 2022-11-23T01:24:40.7054133Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:40.7055212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:40.7055881Z template typename func, int end, int current=0> 2022-11-23T01:24:40.7056245Z ^~~~~~~~ 2022-11-23T01:24:40.7056586Z class 2022-11-23T01:24:40.7057327Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:40.7058103Z template typename func, int end> 2022-11-23T01:24:40.7058443Z ^~~~~~~~ 2022-11-23T01:24:40.7058628Z class 2022-11-23T01:24:40.7058828Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:40.7059519Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CompareEQKernel.hip:7: 2022-11-23T01:24:40.7060111Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:40.7061164Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:40.7061872Z template typename func, int end, int current=0> 2022-11-23T01:24:40.7062104Z ^~~~~~~~ 2022-11-23T01:24:40.7062288Z class 2022-11-23T01:24:40.7062790Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:40.7063299Z template typename func, int end> 2022-11-23T01:24:40.7063583Z ^~~~~~~~ 2022-11-23T01:24:40.7063859Z class 2022-11-23T01:24:40.7064189Z 2 warnings generated when compiling for host. 2022-11-23T01:24:40.7134036Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CopysignKernel.hip.o 2022-11-23T01:24:40.7182730Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CrossKernel.hip.o 2022-11-23T01:24:40.9416847Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CompareKernels.hip:7: 2022-11-23T01:24:40.9417490Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:40.9418354Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:40.9418780Z template typename func, int end, int current=0> 2022-11-23T01:24:40.9419024Z ^~~~~~~~ 2022-11-23T01:24:40.9419288Z class 2022-11-23T01:24:40.9434061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:40.9434880Z template typename func, int end> 2022-11-23T01:24:40.9435192Z ^~~~~~~~ 2022-11-23T01:24:40.9435447Z class 2022-11-23T01:24:40.9435804Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:40.9436325Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CompareKernels.hip:7: 2022-11-23T01:24:40.9436915Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:40.9437857Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:40.9438511Z template typename func, int end, int current=0> 2022-11-23T01:24:40.9438834Z ^~~~~~~~ 2022-11-23T01:24:40.9439067Z class 2022-11-23T01:24:40.9439803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:40.9440426Z template typename func, int end> 2022-11-23T01:24:40.9440797Z ^~~~~~~~ 2022-11-23T01:24:40.9441068Z class 2022-11-23T01:24:40.9441407Z 2 warnings generated when compiling for host. 2022-11-23T01:24:40.9526784Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CumminmaxKernel.hip.o 2022-11-23T01:24:41.6238571Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ComplexKernel.hip:6: 2022-11-23T01:24:41.6247443Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:41.6248162Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:41.6248564Z template typename func, int end, int current=0> 2022-11-23T01:24:41.6248917Z ^~~~~~~~ 2022-11-23T01:24:41.6249207Z class 2022-11-23T01:24:41.6249936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:41.6250530Z template typename func, int end> 2022-11-23T01:24:41.6250887Z ^~~~~~~~ 2022-11-23T01:24:41.6251157Z class 2022-11-23T01:24:41.6251722Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:41.6252279Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ComplexKernel.hip:6: 2022-11-23T01:24:41.6261313Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:41.6262369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:41.6263030Z template typename func, int end, int current=0> 2022-11-23T01:24:41.6263408Z ^~~~~~~~ 2022-11-23T01:24:41.6263724Z class 2022-11-23T01:24:41.6264315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:41.6264695Z template typename func, int end> 2022-11-23T01:24:41.6264897Z ^~~~~~~~ 2022-11-23T01:24:41.6265145Z class 2022-11-23T01:24:41.6265503Z 2 warnings generated when compiling for host. 2022-11-23T01:24:41.6350662Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CumprodKernel.hip.o 2022-11-23T01:24:41.8274958Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CopysignKernel.hip:5: 2022-11-23T01:24:41.8275608Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:41.8276691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:41.8277380Z template typename func, int end, int current=0> 2022-11-23T01:24:41.8277759Z ^~~~~~~~ 2022-11-23T01:24:41.8278045Z class 2022-11-23T01:24:41.8278870Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:41.8283032Z template typename func, int end> 2022-11-23T01:24:41.8283355Z ^~~~~~~~ 2022-11-23T01:24:41.8283609Z class 2022-11-23T01:24:41.8283976Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:41.8284579Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CopysignKernel.hip:5: 2022-11-23T01:24:41.8285105Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:41.8286047Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:41.8286789Z template typename func, int end, int current=0> 2022-11-23T01:24:41.8287013Z ^~~~~~~~ 2022-11-23T01:24:41.8287272Z class 2022-11-23T01:24:41.8288218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:41.8395447Z template typename func, int end> 2022-11-23T01:24:41.8395852Z ^~~~~~~~ 2022-11-23T01:24:41.8396178Z class 2022-11-23T01:24:41.8396584Z 2 warnings generated when compiling for host. 2022-11-23T01:24:41.8436496Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CumsumKernel.hip.o 2022-11-23T01:24:41.8437338Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DepthwiseConv2d.hip.o 2022-11-23T01:24:41.9597868Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CrossKernel.hip:6: 2022-11-23T01:24:41.9599162Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:41.9601019Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:41.9614458Z template typename func, int end, int current=0> 2022-11-23T01:24:41.9614887Z ^~~~~~~~ 2022-11-23T01:24:41.9618857Z class 2022-11-23T01:24:41.9619883Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:41.9620577Z template typename func, int end> 2022-11-23T01:24:41.9620936Z ^~~~~~~~ 2022-11-23T01:24:41.9621220Z class 2022-11-23T01:24:41.9621594Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:41.9622135Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CrossKernel.hip:6: 2022-11-23T01:24:41.9622767Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:41.9623789Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:41.9624475Z template typename func, int end, int current=0> 2022-11-23T01:24:41.9624868Z ^~~~~~~~ 2022-11-23T01:24:41.9625168Z class 2022-11-23T01:24:41.9626048Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:41.9626677Z template typename func, int end> 2022-11-23T01:24:41.9627047Z ^~~~~~~~ 2022-11-23T01:24:41.9627358Z class 2022-11-23T01:24:41.9627719Z 2 warnings generated when compiling for host. 2022-11-23T01:24:41.9708516Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DepthwiseConv3d.hip.o 2022-11-23T01:24:42.0172995Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Copy.hip:12: 2022-11-23T01:24:42.0190048Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:42.0191234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:42.0191988Z template typename func, int end, int current=0> 2022-11-23T01:24:42.0192639Z ^~~~~~~~ 2022-11-23T01:24:42.0192950Z class 2022-11-23T01:24:42.0193840Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:42.0195108Z template typename func, int end> 2022-11-23T01:24:42.0195462Z ^~~~~~~~ 2022-11-23T01:24:42.0195761Z class 2022-11-23T01:24:42.0196126Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:42.0196648Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Copy.hip:12: 2022-11-23T01:24:42.0197252Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:42.0198265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:42.0198985Z template typename func, int end, int current=0> 2022-11-23T01:24:42.0199378Z ^~~~~~~~ 2022-11-23T01:24:42.0199665Z class 2022-11-23T01:24:42.0200683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:42.0201351Z template typename func, int end> 2022-11-23T01:24:42.0201720Z ^~~~~~~~ 2022-11-23T01:24:42.0202010Z class 2022-11-23T01:24:42.0202413Z 2 warnings generated when compiling for host. 2022-11-23T01:24:42.0286210Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DilatedMaxPool2d.hip.o 2022-11-23T01:24:42.1663703Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DilatedMaxPool3d.hip.o 2022-11-23T01:24:42.8185728Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistanceKernel.hip.o 2022-11-23T01:24:43.1729677Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionBernoulli.hip.o 2022-11-23T01:24:43.1870821Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionCauchyKernel.hip.o 2022-11-23T01:24:43.3421894Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionExponentialKernel.hip.o 2022-11-23T01:24:43.3572108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:185:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:43.3573416Z conv_depthwise3d_cuda_backward_weight_kernel( 2022-11-23T01:24:43.3573765Z ^ 2022-11-23T01:24:43.3596536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:185:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:43.3598252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:185:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:43.3600162Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:185:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:43.3602206Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:185:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:43.3604042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:185:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:43.3605884Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:185:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:43.3607844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:185:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:43.3609676Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:185:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:43.3610596Z 9 warnings generated when compiling for gfx906. 2022-11-23T01:24:43.3728035Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionGeometricKernel.hip.o 2022-11-23T01:24:43.4267877Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DilatedMaxPool3d.hip:11: 2022-11-23T01:24:43.4269325Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:43.4274933Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:43.4275495Z ^ 2022-11-23T01:24:43.4276360Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:43.4278309Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:43.4279041Z ^ 2022-11-23T01:24:43.4279822Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:43.4280390Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:43.4280797Z ^ 2022-11-23T01:24:43.4281170Z 1 warning generated when compiling for gfx906. 2022-11-23T01:24:43.4281743Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DilatedMaxPool3d.hip:11: 2022-11-23T01:24:43.4282778Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:43.4283570Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:43.4284106Z ^ 2022-11-23T01:24:43.4284867Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:43.4285434Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:43.4285728Z ^ 2022-11-23T01:24:43.4286543Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:43.4287103Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:43.4287501Z ^ 2022-11-23T01:24:43.4287880Z 1 warning generated when compiling for host. 2022-11-23T01:24:43.4415643Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionLogNormalKernel.hip.o 2022-11-23T01:24:44.0884137Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionNormal.hip.o 2022-11-23T01:24:44.4243355Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionCauchyKernel.hip:5: 2022-11-23T01:24:44.4244051Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:44.4244663Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:44.4245909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:44.4246487Z template typename func, int end, int current=0> 2022-11-23T01:24:44.4246818Z ^~~~~~~~ 2022-11-23T01:24:44.4247106Z class 2022-11-23T01:24:44.4247898Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:44.4248512Z template typename func, int end> 2022-11-23T01:24:44.4248833Z ^~~~~~~~ 2022-11-23T01:24:44.4249132Z class 2022-11-23T01:24:44.4249541Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionCauchyKernel.hip:5: 2022-11-23T01:24:44.4250155Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:24:44.4250685Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:44.4255822Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:44.4256785Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:44.4257352Z ^ 2022-11-23T01:24:44.4258154Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:44.4258758Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:44.4259041Z ^ 2022-11-23T01:24:44.4259551Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:44.4260074Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:44.4260452Z ^ 2022-11-23T01:24:44.4260819Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:24:44.4261396Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionCauchyKernel.hip:5: 2022-11-23T01:24:44.4262090Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:44.4262706Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:44.4263792Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:44.4264525Z template typename func, int end, int current=0> 2022-11-23T01:24:44.4264943Z ^~~~~~~~ 2022-11-23T01:24:44.4265459Z class 2022-11-23T01:24:44.4266363Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:44.4267067Z template typename func, int end> 2022-11-23T01:24:44.4267430Z ^~~~~~~~ 2022-11-23T01:24:44.4267754Z class 2022-11-23T01:24:44.4268300Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionCauchyKernel.hip:5: 2022-11-23T01:24:44.4268772Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:24:44.4269137Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:44.4269838Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:44.4270504Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:44.4271019Z ^ 2022-11-23T01:24:44.4271644Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:44.4272165Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:44.4272477Z ^ 2022-11-23T01:24:44.4272998Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:44.4273525Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:44.4273910Z ^ 2022-11-23T01:24:44.4274451Z 3 warnings generated when compiling for host. 2022-11-23T01:24:44.4341371Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionRandomKernel.hip.o 2022-11-23T01:24:44.5359505Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionGeometricKernel.hip:5: 2022-11-23T01:24:44.5360226Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:44.5360779Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:44.5362086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:44.5371029Z template typename func, int end, int current=0> 2022-11-23T01:24:44.5371450Z ^~~~~~~~ 2022-11-23T01:24:44.5371729Z class 2022-11-23T01:24:44.5372638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:44.5373287Z template typename func, int end> 2022-11-23T01:24:44.5373642Z ^~~~~~~~ 2022-11-23T01:24:44.5373915Z class 2022-11-23T01:24:44.5374439Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionGeometricKernel.hip:5: 2022-11-23T01:24:44.5375121Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:24:44.5379202Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:44.5380240Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:44.5380992Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:44.5382470Z ^ 2022-11-23T01:24:44.5383457Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:44.5384000Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:44.5384314Z ^ 2022-11-23T01:24:44.5384858Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:44.5385389Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:44.5385746Z ^ 2022-11-23T01:24:44.5386112Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:24:44.5386686Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionGeometricKernel.hip:5: 2022-11-23T01:24:44.5387369Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:44.5387956Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:44.5388887Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:44.5389632Z template typename func, int end, int current=0> 2022-11-23T01:24:44.5389973Z ^~~~~~~~ 2022-11-23T01:24:44.5390243Z class 2022-11-23T01:24:44.5391022Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:44.5391640Z template typename func, int end> 2022-11-23T01:24:44.5391982Z ^~~~~~~~ 2022-11-23T01:24:44.5392267Z class 2022-11-23T01:24:44.5392783Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionGeometricKernel.hip:5: 2022-11-23T01:24:44.5393455Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:24:44.5394229Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:44.5395397Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:44.5396094Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:44.5396569Z ^ 2022-11-23T01:24:44.5397298Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:44.5397770Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:44.5398042Z ^ 2022-11-23T01:24:44.5398510Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:44.5398946Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:44.5399274Z ^ 2022-11-23T01:24:44.5399579Z 3 warnings generated when compiling for host. 2022-11-23T01:24:44.5471226Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionUniform.hip.o 2022-11-23T01:24:44.5594482Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionBernoulli.hip:4: 2022-11-23T01:24:44.5595173Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:44.5596247Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:44.5597076Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:44.5597622Z ^ 2022-11-23T01:24:44.5607265Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:44.5607845Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:44.5608214Z ^ 2022-11-23T01:24:44.5608782Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:44.5609319Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:44.5609692Z ^ 2022-11-23T01:24:44.5610212Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionBernoulli.hip:8: 2022-11-23T01:24:44.5610908Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:44.5611536Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:44.5612561Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:44.5613276Z template typename func, int end, int current=0> 2022-11-23T01:24:44.5613898Z ^~~~~~~~ 2022-11-23T01:24:44.5614198Z class 2022-11-23T01:24:44.5619554Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:44.5620280Z template typename func, int end> 2022-11-23T01:24:44.5620659Z ^~~~~~~~ 2022-11-23T01:24:44.5620951Z class 2022-11-23T01:24:44.5621308Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:24:44.5621893Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionBernoulli.hip:4: 2022-11-23T01:24:44.5622546Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:44.5623553Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:44.5624334Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:44.5624884Z ^ 2022-11-23T01:24:44.5625636Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:44.5626194Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:44.5626511Z ^ 2022-11-23T01:24:44.5630421Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:44.5630982Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:44.5631395Z ^ 2022-11-23T01:24:44.5631899Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionBernoulli.hip:8: 2022-11-23T01:24:44.5632550Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:44.5633189Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:44.5634368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:44.5635075Z template typename func, int end, int current=0> 2022-11-23T01:24:44.5635461Z ^~~~~~~~ 2022-11-23T01:24:44.5635761Z class 2022-11-23T01:24:44.5636628Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:44.5637276Z template typename func, int end> 2022-11-23T01:24:44.5637802Z ^~~~~~~~ 2022-11-23T01:24:44.5638100Z class 2022-11-23T01:24:44.5638456Z 3 warnings generated when compiling for host. 2022-11-23T01:24:44.5727008Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Distributions.hip.o 2022-11-23T01:24:44.6438995Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionExponentialKernel.hip:5: 2022-11-23T01:24:44.6439743Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:44.6440163Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:44.6440854Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:44.6454671Z template typename func, int end, int current=0> 2022-11-23T01:24:44.6455827Z ^~~~~~~~ 2022-11-23T01:24:44.6457665Z class 2022-11-23T01:24:44.6458731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:44.6459345Z template typename func, int end> 2022-11-23T01:24:44.6459674Z ^~~~~~~~ 2022-11-23T01:24:44.6459956Z class 2022-11-23T01:24:44.6460463Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionExponentialKernel.hip:5: 2022-11-23T01:24:44.6461110Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:24:44.6461719Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:44.6462612Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:44.6463346Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:44.6463824Z ^ 2022-11-23T01:24:44.6464507Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:44.6465018Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:44.6465320Z ^ 2022-11-23T01:24:44.6465829Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:44.6466310Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:44.6466668Z ^ 2022-11-23T01:24:44.6466997Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:24:44.6467552Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionExponentialKernel.hip:5: 2022-11-23T01:24:44.6468222Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:44.6468834Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:44.6469727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:44.6470351Z template typename func, int end, int current=0> 2022-11-23T01:24:44.6470712Z ^~~~~~~~ 2022-11-23T01:24:44.6470973Z class 2022-11-23T01:24:44.6471732Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:44.6472324Z template typename func, int end> 2022-11-23T01:24:44.6472780Z ^~~~~~~~ 2022-11-23T01:24:44.6473075Z class 2022-11-23T01:24:44.6473625Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionExponentialKernel.hip:5: 2022-11-23T01:24:44.6474424Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:24:44.6475017Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:44.6475922Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:44.6476639Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:44.6477132Z ^ 2022-11-23T01:24:44.6477802Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:44.6478322Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:44.6478627Z ^ 2022-11-23T01:24:44.6479207Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:44.6479703Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:44.6480061Z ^ 2022-11-23T01:24:44.6480408Z 3 warnings generated when compiling for host. 2022-11-23T01:24:44.6534509Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionLogNormalKernel.hip:5: 2022-11-23T01:24:44.6535270Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:44.6541233Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:44.6542317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:44.6542984Z template typename func, int end, int current=0> 2022-11-23T01:24:44.6543386Z ^~~~~~~~ 2022-11-23T01:24:44.6543678Z class 2022-11-23T01:24:44.6544485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:44.6547864Z template typename func, int end> 2022-11-23T01:24:44.6548254Z ^~~~~~~~ 2022-11-23T01:24:44.6548567Z class 2022-11-23T01:24:44.6549431Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionLogNormalKernel.hip:5: 2022-11-23T01:24:44.6550498Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:24:44.6551163Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:44.6553220Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:44.6553961Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:44.6554627Z ^ 2022-11-23T01:24:44.6555386Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:44.6555920Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:44.6556219Z ^ 2022-11-23T01:24:44.6556765Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:44.6557266Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:44.6557613Z ^ 2022-11-23T01:24:44.6558203Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:24:44.6558770Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionLogNormalKernel.hip:5: 2022-11-23T01:24:44.6563672Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:44.6564509Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:44.6566565Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:44.6567786Z template typename func, int end, int current=0> 2022-11-23T01:24:44.6568944Z ^~~~~~~~ 2022-11-23T01:24:44.6569366Z class 2022-11-23T01:24:44.6570187Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:44.6571044Z template typename func, int end> 2022-11-23T01:24:44.6571364Z ^~~~~~~~ 2022-11-23T01:24:44.6571792Z class 2022-11-23T01:24:44.6572406Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionLogNormalKernel.hip:5: 2022-11-23T01:24:44.6573184Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:24:44.6573890Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:44.6574876Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Dropout.hip.o 2022-11-23T01:24:44.6576305Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:44.6577091Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:44.6577582Z ^ 2022-11-23T01:24:44.6578312Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:44.6578801Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:44.6579080Z ^ 2022-11-23T01:24:44.6579589Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:44.6579958Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:44.6580305Z ^ 2022-11-23T01:24:44.6580623Z 3 warnings generated when compiling for host. 2022-11-23T01:24:44.6652284Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Embedding.hip.o 2022-11-23T01:24:45.2364668Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionNormal.hip:5: 2022-11-23T01:24:45.2365911Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:45.2367192Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:45.2368694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:45.2371807Z template typename func, int end, int current=0> 2022-11-23T01:24:45.2372371Z ^~~~~~~~ 2022-11-23T01:24:45.2372663Z class 2022-11-23T01:24:45.2373699Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:45.2374626Z template typename func, int end> 2022-11-23T01:24:45.2375258Z ^~~~~~~~ 2022-11-23T01:24:45.2375679Z class 2022-11-23T01:24:45.2376336Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionNormal.hip:5: 2022-11-23T01:24:45.2377237Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:24:45.2378016Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:45.2379278Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:45.2383316Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:45.2383840Z ^ 2022-11-23T01:24:45.2384652Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:45.2385217Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:45.2385553Z ^ 2022-11-23T01:24:45.2386296Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:45.2386842Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:45.2387240Z ^ 2022-11-23T01:24:45.2387591Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:24:45.2398850Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionNormal.hip:5: 2022-11-23T01:24:45.2399593Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:45.2400245Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:45.2401327Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:45.2402038Z template typename func, int end, int current=0> 2022-11-23T01:24:45.2402450Z ^~~~~~~~ 2022-11-23T01:24:45.2402744Z class 2022-11-23T01:24:45.2403621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:45.2404308Z template typename func, int end> 2022-11-23T01:24:45.2404669Z ^~~~~~~~ 2022-11-23T01:24:45.2404981Z class 2022-11-23T01:24:45.2405503Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionNormal.hip:5: 2022-11-23T01:24:45.2406201Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:24:45.2406873Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:45.2407882Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:45.2408694Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:45.2409239Z ^ 2022-11-23T01:24:45.2410013Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:45.2410599Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:45.2410945Z ^ 2022-11-23T01:24:45.2411512Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:45.2412072Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:45.2412485Z ^ 2022-11-23T01:24:45.2413028Z 3 warnings generated when compiling for host. 2022-11-23T01:24:45.2504418Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_EmbeddingBackwardKernel.hip.o 2022-11-23T01:24:45.6273858Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionRandomKernel.hip:5: 2022-11-23T01:24:45.6274629Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:45.6275237Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:45.6276333Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:45.6277006Z template typename func, int end, int current=0> 2022-11-23T01:24:45.6277396Z ^~~~~~~~ 2022-11-23T01:24:45.6282296Z class 2022-11-23T01:24:45.6287045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:45.6287710Z template typename func, int end> 2022-11-23T01:24:45.6288073Z ^~~~~~~~ 2022-11-23T01:24:45.6288353Z class 2022-11-23T01:24:45.6288863Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionRandomKernel.hip:5: 2022-11-23T01:24:45.6289548Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:24:45.6290163Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:45.6291103Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:45.6291882Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:45.6292411Z ^ 2022-11-23T01:24:45.6293119Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:45.6293659Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:45.6293982Z ^ 2022-11-23T01:24:45.6294511Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:45.6295029Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:45.6295413Z ^ 2022-11-23T01:24:45.6303227Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:24:45.6303872Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionRandomKernel.hip:5: 2022-11-23T01:24:45.6304595Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:45.6305253Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:45.6306347Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:45.6307057Z template typename func, int end, int current=0> 2022-11-23T01:24:45.6307453Z ^~~~~~~~ 2022-11-23T01:24:45.6307759Z class 2022-11-23T01:24:45.6308605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:45.6309256Z template typename func, int end> 2022-11-23T01:24:45.6309620Z ^~~~~~~~ 2022-11-23T01:24:45.6310084Z class 2022-11-23T01:24:45.6310622Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionRandomKernel.hip:5: 2022-11-23T01:24:45.6311352Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:24:45.6312022Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:45.6313018Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:45.6313840Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:45.6314826Z ^ 2022-11-23T01:24:45.6315596Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:45.6316161Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:45.6316494Z ^ 2022-11-23T01:24:45.6317072Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:45.6317712Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:45.6318118Z ^ 2022-11-23T01:24:45.6318502Z 3 warnings generated when compiling for host. 2022-11-23T01:24:45.6390648Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_EmbeddingBag.hip.o 2022-11-23T01:24:45.6919586Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionUniform.hip:5: 2022-11-23T01:24:45.6921701Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:45.6923515Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:45.6926586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:45.6927294Z template typename func, int end, int current=0> 2022-11-23T01:24:45.6927679Z ^~~~~~~~ 2022-11-23T01:24:45.6927977Z class 2022-11-23T01:24:45.6928816Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:45.6929428Z template typename func, int end> 2022-11-23T01:24:45.6929815Z ^~~~~~~~ 2022-11-23T01:24:45.6930140Z class 2022-11-23T01:24:45.6930624Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionUniform.hip:5: 2022-11-23T01:24:45.6931329Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:24:45.6931997Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:45.6933001Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:45.6933790Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:45.6934343Z ^ 2022-11-23T01:24:45.6935107Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:45.6935676Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:45.6936003Z ^ 2022-11-23T01:24:45.6936677Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:45.6937210Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:45.6937858Z ^ 2022-11-23T01:24:45.6938253Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:24:45.6938837Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionUniform.hip:5: 2022-11-23T01:24:45.6939411Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:45.6951791Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:45.6952760Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:45.6953369Z template typename func, int end, int current=0> 2022-11-23T01:24:45.6953628Z ^~~~~~~~ 2022-11-23T01:24:45.6953869Z class 2022-11-23T01:24:45.6954604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:45.6954992Z template typename func, int end> 2022-11-23T01:24:45.6955424Z ^~~~~~~~ 2022-11-23T01:24:45.6955615Z class 2022-11-23T01:24:45.6955990Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionUniform.hip:5: 2022-11-23T01:24:45.6956362Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:24:45.6956777Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:45.6957316Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:45.6957815Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:45.6958117Z ^ 2022-11-23T01:24:45.6958588Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:45.6958939Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:45.6959208Z ^ 2022-11-23T01:24:45.6959694Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:45.6960124Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:45.6960451Z ^ 2022-11-23T01:24:45.6960758Z 3 warnings generated when compiling for host. 2022-11-23T01:24:45.7042112Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_FillKernel.hip.o 2022-11-23T01:24:46.0120778Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Distributions.hip:5: 2022-11-23T01:24:46.0127064Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:46.0135927Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:46.0136846Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:46.0137384Z ^ 2022-11-23T01:24:46.0138186Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:46.0138758Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:46.0139097Z ^ 2022-11-23T01:24:46.0142257Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:46.0142811Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:46.0143486Z ^ 2022-11-23T01:24:46.0143971Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Distributions.hip:9: 2022-11-23T01:24:46.0144665Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:46.0145330Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:46.0146348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:46.0147059Z template typename func, int end, int current=0> 2022-11-23T01:24:46.0147466Z ^~~~~~~~ 2022-11-23T01:24:46.0147778Z class 2022-11-23T01:24:46.0148638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:46.0149319Z template typename func, int end> 2022-11-23T01:24:46.0149705Z ^~~~~~~~ 2022-11-23T01:24:46.0149997Z class 2022-11-23T01:24:46.0150578Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Distributions.hip:9: 2022-11-23T01:24:46.0152115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:180:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:46.0153231Z __global__ void distribution_binary_elementwise_kernel( 2022-11-23T01:24:46.0153616Z ^ 2022-11-23T01:24:46.0155114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:180:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:46.0157048Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:180:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:46.0158973Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:180:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:46.0160893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:180:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:46.0162808Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:180:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:46.0164754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:180:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:46.0166670Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:180:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:46.0168692Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:180:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:46.0170618Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:180:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:46.0172625Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:180:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:46.0174644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:180:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:46.0175617Z 15 warnings generated when compiling for gfx906. 2022-11-23T01:24:46.0176187Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Distributions.hip:5: 2022-11-23T01:24:46.0176897Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:46.0177893Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:46.0178709Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:46.0179268Z ^ 2022-11-23T01:24:46.0180024Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:46.0180583Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:46.0180917Z ^ 2022-11-23T01:24:46.0181494Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:46.0182022Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:46.0182424Z ^ 2022-11-23T01:24:46.0182920Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Distributions.hip:9: 2022-11-23T01:24:46.0183572Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:46.0185239Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:46.0186167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:46.0186775Z template typename func, int end, int current=0> 2022-11-23T01:24:46.0187122Z ^~~~~~~~ 2022-11-23T01:24:46.0187419Z class 2022-11-23T01:24:46.0188301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:46.0188968Z template typename func, int end> 2022-11-23T01:24:46.0189329Z ^~~~~~~~ 2022-11-23T01:24:46.0189631Z class 2022-11-23T01:24:46.0190009Z 3 warnings generated when compiling for host. 2022-11-23T01:24:46.0281803Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ForeachBinaryOpList.hip.o 2022-11-23T01:24:46.0404735Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Embedding.hip:15: 2022-11-23T01:24:46.0405579Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBackwardKernel.cuh:4: 2022-11-23T01:24:46.0406808Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:46.0407552Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:46.0408070Z ^ 2022-11-23T01:24:46.0410885Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:46.0411437Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:46.0411745Z ^ 2022-11-23T01:24:46.0422641Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:46.0423601Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:46.0424226Z ^ 2022-11-23T01:24:46.0424590Z 1 warning generated when compiling for gfx906. 2022-11-23T01:24:46.0425285Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Embedding.hip:15: 2022-11-23T01:24:46.0426104Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBackwardKernel.cuh:4: 2022-11-23T01:24:46.0427431Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:46.0428370Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:46.0429081Z ^ 2022-11-23T01:24:46.0430003Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:46.0430650Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:46.0431078Z ^ 2022-11-23T01:24:46.0431609Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:46.0432234Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:46.0432743Z ^ 2022-11-23T01:24:46.0433102Z 1 warning generated when compiling for host. 2022-11-23T01:24:46.0515690Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ForeachBinaryOpScalar.hip.o 2022-11-23T01:24:46.1063884Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Dropout.hip:16: 2022-11-23T01:24:46.1064574Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:46.1065412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:46.1065825Z template typename func, int end, int current=0> 2022-11-23T01:24:46.1066046Z ^~~~~~~~ 2022-11-23T01:24:46.1066224Z class 2022-11-23T01:24:46.1070961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:46.1071669Z template typename func, int end> 2022-11-23T01:24:46.1072046Z ^~~~~~~~ 2022-11-23T01:24:46.1072355Z class 2022-11-23T01:24:46.1076748Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:46.1077237Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Dropout.hip:16: 2022-11-23T01:24:46.1078299Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:46.1079295Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:46.1079958Z template typename func, int end, int current=0> 2022-11-23T01:24:46.1080324Z ^~~~~~~~ 2022-11-23T01:24:46.1080625Z class 2022-11-23T01:24:46.1081504Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:46.1082180Z template typename func, int end> 2022-11-23T01:24:46.1082539Z ^~~~~~~~ 2022-11-23T01:24:46.1082824Z class 2022-11-23T01:24:46.1083215Z 2 warnings generated when compiling for host. 2022-11-23T01:24:46.1189647Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ForeachBinaryOpScalarList.hip.o 2022-11-23T01:24:46.6364691Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBackwardKernel.hip:4: 2022-11-23T01:24:46.6374582Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBackwardKernel.cuh:4: 2022-11-23T01:24:46.6375778Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:46.6376667Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:46.6377208Z ^ 2022-11-23T01:24:46.6377882Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:46.6378427Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:46.6378743Z ^ 2022-11-23T01:24:46.6384890Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:46.6390107Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:46.6390531Z ^ 2022-11-23T01:24:46.6390902Z 1 warning generated when compiling for gfx906. 2022-11-23T01:24:46.6391487Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBackwardKernel.hip:4: 2022-11-23T01:24:46.6392198Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBackwardKernel.cuh:4: 2022-11-23T01:24:46.6393210Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:46.6394003Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:46.6394727Z ^ 2022-11-23T01:24:46.6395476Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:46.6396019Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:46.6435314Z ^ 2022-11-23T01:24:46.6436005Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:46.6436555Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:46.6436958Z ^ 2022-11-23T01:24:46.6437339Z 1 warning generated when compiling for host. 2022-11-23T01:24:46.6493628Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ForeachPointwiseOp.hip.o 2022-11-23T01:24:46.7914382Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FillKernel.hip:4: 2022-11-23T01:24:46.7918640Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:46.7925306Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:46.7926069Z template typename func, int end, int current=0> 2022-11-23T01:24:46.7926487Z ^~~~~~~~ 2022-11-23T01:24:46.7926815Z class 2022-11-23T01:24:46.7927684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:46.7928361Z template typename func, int end> 2022-11-23T01:24:46.7928729Z ^~~~~~~~ 2022-11-23T01:24:46.7929015Z class 2022-11-23T01:24:46.7929402Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:46.7929956Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FillKernel.hip:4: 2022-11-23T01:24:46.7930734Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:46.7932070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:46.7933174Z template typename func, int end, int current=0> 2022-11-23T01:24:46.7933851Z ^~~~~~~~ 2022-11-23T01:24:46.7934161Z class 2022-11-23T01:24:46.7935118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:46.7935794Z template typename func, int end> 2022-11-23T01:24:46.7936158Z ^~~~~~~~ 2022-11-23T01:24:46.7936475Z class 2022-11-23T01:24:46.7936905Z 2 warnings generated when compiling for host. 2022-11-23T01:24:46.8036940Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ForeachReduceOp.hip.o 2022-11-23T01:24:47.0556108Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBag.hip:8: 2022-11-23T01:24:47.0557303Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:47.0561696Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:47.0563959Z ^ 2022-11-23T01:24:47.0564856Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:47.0565459Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:47.0565803Z ^ 2022-11-23T01:24:47.0566365Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:47.0566881Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:47.0568997Z ^ 2022-11-23T01:24:47.0571682Z 1 warning generated when compiling for gfx906. 2022-11-23T01:24:47.0574446Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBag.hip:8: 2022-11-23T01:24:47.0577871Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:47.0578942Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:47.0579764Z ^ 2022-11-23T01:24:47.0581123Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:47.0581736Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:47.0582082Z ^ 2022-11-23T01:24:47.0585351Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:47.0586078Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:47.0586506Z ^ 2022-11-23T01:24:47.0586991Z 1 warning generated when compiling for host. 2022-11-23T01:24:47.0670024Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ForeachUnaryOp.hip.o 2022-11-23T01:24:47.2998208Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachBinaryOpScalar.hip:5: 2022-11-23T01:24:47.2998672Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:24:47.2999120Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:24:47.2999645Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:47.3014674Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:47.3015344Z template typename func, int end, int current=0> 2022-11-23T01:24:47.3015700Z ^~~~~~~~ 2022-11-23T01:24:47.3015966Z class 2022-11-23T01:24:47.3016444Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:47.3016936Z template typename func, int end> 2022-11-23T01:24:47.3017151Z ^~~~~~~~ 2022-11-23T01:24:47.3017322Z class 2022-11-23T01:24:47.3017590Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:47.3018040Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachBinaryOpScalar.hip:5: 2022-11-23T01:24:47.3018618Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:24:47.3019014Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:24:47.3019384Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:47.3019992Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:47.3020379Z template typename func, int end, int current=0> 2022-11-23T01:24:47.3020644Z ^~~~~~~~ 2022-11-23T01:24:47.3020833Z class 2022-11-23T01:24:47.3021401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:47.3021751Z template typename func, int end> 2022-11-23T01:24:47.3021962Z ^~~~~~~~ 2022-11-23T01:24:47.3022185Z class 2022-11-23T01:24:47.3022382Z 2 warnings generated when compiling for host. 2022-11-23T01:24:47.3092688Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_FractionalMaxPool2d.hip.o 2022-11-23T01:24:47.3396567Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachBinaryOpList.hip:5: 2022-11-23T01:24:47.3397311Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:24:47.3397954Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:24:47.3398807Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:47.3399908Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:47.3400608Z template typename func, int end, int current=0> 2022-11-23T01:24:47.3413235Z ^~~~~~~~ 2022-11-23T01:24:47.3413585Z class 2022-11-23T01:24:47.3414527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:47.3415189Z template typename func, int end> 2022-11-23T01:24:47.3415560Z ^~~~~~~~ 2022-11-23T01:24:47.3415868Z class 2022-11-23T01:24:47.3416225Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:47.3416897Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachBinaryOpList.hip:5: 2022-11-23T01:24:47.3417725Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:24:47.3418391Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:24:47.3419011Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:47.3420025Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:47.3420728Z template typename func, int end, int current=0> 2022-11-23T01:24:47.3421116Z ^~~~~~~~ 2022-11-23T01:24:47.3421419Z class 2022-11-23T01:24:47.3422281Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:47.3422927Z template typename func, int end> 2022-11-23T01:24:47.3423299Z ^~~~~~~~ 2022-11-23T01:24:47.3423592Z class 2022-11-23T01:24:47.3423950Z 2 warnings generated when compiling for host. 2022-11-23T01:24:47.3518079Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_FractionalMaxPool3d.hip.o 2022-11-23T01:24:47.4145567Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachBinaryOpScalarList.hip:5: 2022-11-23T01:24:47.4146263Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:24:47.4146888Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:24:47.4147526Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:47.4149545Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:47.4150639Z template typename func, int end, int current=0> 2022-11-23T01:24:47.4151108Z ^~~~~~~~ 2022-11-23T01:24:47.4151382Z class 2022-11-23T01:24:47.4155357Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:47.4159998Z template typename func, int end> 2022-11-23T01:24:47.4160387Z ^~~~~~~~ 2022-11-23T01:24:47.4160662Z class 2022-11-23T01:24:47.4161022Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:47.4161602Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachBinaryOpScalarList.hip:5: 2022-11-23T01:24:47.4162468Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:24:47.4165598Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:24:47.4166209Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:47.4167195Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:47.4167850Z template typename func, int end, int current=0> 2022-11-23T01:24:47.4168229Z ^~~~~~~~ 2022-11-23T01:24:47.4168523Z class 2022-11-23T01:24:47.4169337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:47.4169965Z template typename func, int end> 2022-11-23T01:24:47.4170324Z ^~~~~~~~ 2022-11-23T01:24:47.4170753Z class 2022-11-23T01:24:47.4171098Z 2 warnings generated when compiling for host. 2022-11-23T01:24:47.4267429Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_FunctionOfAMatrixUtilsKernel.hip.o 2022-11-23T01:24:48.0221903Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachPointwiseOp.hip:5: 2022-11-23T01:24:48.0222356Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:24:48.0222718Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:24:48.0223073Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:48.0223747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.0236899Z template typename func, int end, int current=0> 2022-11-23T01:24:48.0238107Z ^~~~~~~~ 2022-11-23T01:24:48.0239540Z class 2022-11-23T01:24:48.0240477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.0241154Z template typename func, int end> 2022-11-23T01:24:48.0241529Z ^~~~~~~~ 2022-11-23T01:24:48.0241816Z class 2022-11-23T01:24:48.0242187Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:48.0242738Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachPointwiseOp.hip:5: 2022-11-23T01:24:48.0243417Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:24:48.0244104Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:24:48.0244730Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:48.0245770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.0246449Z template typename func, int end, int current=0> 2022-11-23T01:24:48.0246865Z ^~~~~~~~ 2022-11-23T01:24:48.0247183Z class 2022-11-23T01:24:48.0248056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.0248706Z template typename func, int end> 2022-11-23T01:24:48.0249313Z ^~~~~~~~ 2022-11-23T01:24:48.0249613Z class 2022-11-23T01:24:48.0249974Z 2 warnings generated when compiling for host. 2022-11-23T01:24:48.0313640Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_FusedAdamKernel.hip.o 2022-11-23T01:24:48.0905363Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachReduceOp.hip:10: 2022-11-23T01:24:48.0906060Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:24:48.0906704Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:24:48.0907267Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:48.0908385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.0909106Z template typename func, int end, int current=0> 2022-11-23T01:24:48.0909689Z ^~~~~~~~ 2022-11-23T01:24:48.0909986Z class 2022-11-23T01:24:48.0910859Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.0911483Z template typename func, int end> 2022-11-23T01:24:48.0911858Z ^~~~~~~~ 2022-11-23T01:24:48.0912173Z class 2022-11-23T01:24:48.0912517Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:48.0913048Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachReduceOp.hip:10: 2022-11-23T01:24:48.0913692Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:24:48.0914438Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:24:48.0915045Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:48.0924492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.0925202Z template typename func, int end, int current=0> 2022-11-23T01:24:48.0925596Z ^~~~~~~~ 2022-11-23T01:24:48.0925877Z class 2022-11-23T01:24:48.0926736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.0927383Z template typename func, int end> 2022-11-23T01:24:48.0927765Z ^~~~~~~~ 2022-11-23T01:24:48.0928067Z class 2022-11-23T01:24:48.0928439Z 2 warnings generated when compiling for host. 2022-11-23T01:24:48.1046005Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_GcdLcmKernel.hip.o 2022-11-23T01:24:48.4976889Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FractionalMaxPool2d.hip:7: 2022-11-23T01:24:48.4979730Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:48.4980611Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:48.4981116Z ^ 2022-11-23T01:24:48.4981822Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:48.4982478Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:48.4982781Z ^ 2022-11-23T01:24:48.4993789Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:48.4994451Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:48.4994835Z ^ 2022-11-23T01:24:48.4995178Z 1 warning generated when compiling for gfx906. 2022-11-23T01:24:48.4995701Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FractionalMaxPool2d.hip:7: 2022-11-23T01:24:48.4996619Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:48.4997340Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:48.4997828Z ^ 2022-11-23T01:24:48.4998524Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:48.4999035Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:48.4999451Z ^ 2022-11-23T01:24:48.4999977Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:48.5000447Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:48.5000803Z ^ 2022-11-23T01:24:48.5001145Z 1 warning generated when compiling for host. 2022-11-23T01:24:48.5072050Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_GridSampler.hip.o 2022-11-23T01:24:48.5093499Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FunctionOfAMatrixUtilsKernel.hip:7: 2022-11-23T01:24:48.5116156Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:48.5117414Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.5118132Z template typename func, int end, int current=0> 2022-11-23T01:24:48.5118515Z ^~~~~~~~ 2022-11-23T01:24:48.5118825Z class 2022-11-23T01:24:48.5119691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.5120330Z template typename func, int end> 2022-11-23T01:24:48.5120693Z ^~~~~~~~ 2022-11-23T01:24:48.5121002Z class 2022-11-23T01:24:48.5121549Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FunctionOfAMatrixUtilsKernel.hip:9: 2022-11-23T01:24:48.5122576Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:48.5123375Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:48.5123922Z ^ 2022-11-23T01:24:48.5124685Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:48.5125222Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:48.5125553Z ^ 2022-11-23T01:24:48.5126123Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:48.5126642Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:48.5127026Z ^ 2022-11-23T01:24:48.5127409Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:24:48.5127993Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FunctionOfAMatrixUtilsKernel.hip:7: 2022-11-23T01:24:48.5128850Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:48.5129850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.5130460Z template typename func, int end, int current=0> 2022-11-23T01:24:48.5130801Z ^~~~~~~~ 2022-11-23T01:24:48.5131075Z class 2022-11-23T01:24:48.5131873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.5132476Z template typename func, int end> 2022-11-23T01:24:48.5132821Z ^~~~~~~~ 2022-11-23T01:24:48.5133109Z class 2022-11-23T01:24:48.5133648Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FunctionOfAMatrixUtilsKernel.hip:9: 2022-11-23T01:24:48.5134790Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:48.5135554Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:48.5136066Z ^ 2022-11-23T01:24:48.5136836Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:48.5137382Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:48.5137701Z ^ 2022-11-23T01:24:48.5138251Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:48.5138754Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:48.5139124Z ^ 2022-11-23T01:24:48.5139491Z 3 warnings generated when compiling for host. 2022-11-23T01:24:48.5210515Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_HIPScalar.hip.o 2022-11-23T01:24:48.6153552Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FractionalMaxPool3d.hip:7: 2022-11-23T01:24:48.6154840Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:48.6157732Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:48.6158288Z ^ 2022-11-23T01:24:48.6159218Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:48.6159799Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:48.6160125Z ^ 2022-11-23T01:24:48.6161584Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:48.6163452Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:48.6163792Z ^ 2022-11-23T01:24:48.6179534Z 1 warning generated when compiling for gfx906. 2022-11-23T01:24:48.6180096Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FractionalMaxPool3d.hip:7: 2022-11-23T01:24:48.6181074Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:48.6181829Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:48.6182322Z ^ 2022-11-23T01:24:48.6183174Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:48.6183689Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:48.6183995Z ^ 2022-11-23T01:24:48.6184495Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:48.6184986Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:48.6185339Z ^ 2022-11-23T01:24:48.6185688Z 1 warning generated when compiling for host. 2022-11-23T01:24:48.6276344Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_IGammaKernel.hip.o 2022-11-23T01:24:48.6913086Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachUnaryOp.hip:5: 2022-11-23T01:24:48.6913789Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:24:48.6915209Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:24:48.6916024Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:48.6917117Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.6921882Z template typename func, int end, int current=0> 2022-11-23T01:24:48.6922296Z ^~~~~~~~ 2022-11-23T01:24:48.6922612Z class 2022-11-23T01:24:48.6923502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.6924185Z template typename func, int end> 2022-11-23T01:24:48.6924550Z ^~~~~~~~ 2022-11-23T01:24:48.6924858Z class 2022-11-23T01:24:48.6925209Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:48.6925748Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachUnaryOp.hip:5: 2022-11-23T01:24:48.6926407Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:24:48.6927069Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:24:48.6927700Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:48.6928730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.6929435Z template typename func, int end, int current=0> 2022-11-23T01:24:48.6929830Z ^~~~~~~~ 2022-11-23T01:24:48.6930125Z class 2022-11-23T01:24:48.6931010Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.6931677Z template typename func, int end> 2022-11-23T01:24:48.6932050Z ^~~~~~~~ 2022-11-23T01:24:48.6932333Z class 2022-11-23T01:24:48.6932702Z 2 warnings generated when compiling for host. 2022-11-23T01:24:48.7012459Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Im2Col.hip.o 2022-11-23T01:24:49.1996277Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_IndexKernel.hip.o 2022-11-23T01:24:49.2397247Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GcdLcmKernel.hip:5: 2022-11-23T01:24:49.2398154Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:24:49.2400888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:49.2401804Z template typename func, int end, int current=0> 2022-11-23T01:24:49.2402363Z ^~~~~~~~ 2022-11-23T01:24:49.2402689Z class 2022-11-23T01:24:49.2403864Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:49.2405186Z template typename func, int end> 2022-11-23T01:24:49.2405727Z ^~~~~~~~ 2022-11-23T01:24:49.2406204Z class 2022-11-23T01:24:49.2406575Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:49.2407215Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GcdLcmKernel.hip:5: 2022-11-23T01:24:49.2407911Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:24:49.2410141Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:49.2410865Z template typename func, int end, int current=0> 2022-11-23T01:24:49.2411266Z ^~~~~~~~ 2022-11-23T01:24:49.2411589Z class 2022-11-23T01:24:49.2412463Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:49.2413118Z template typename func, int end> 2022-11-23T01:24:49.2413511Z ^~~~~~~~ 2022-11-23T01:24:49.2413826Z class 2022-11-23T01:24:49.2414190Z 2 warnings generated when compiling for host. 2022-11-23T01:24:49.2505947Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Indexing.hip.o 2022-11-23T01:24:49.6668587Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:6: 2022-11-23T01:24:49.6670719Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:3: 2022-11-23T01:24:49.6671343Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2022-11-23T01:24:49.6672438Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:49.6673269Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:49.6673809Z ^ 2022-11-23T01:24:49.6675685Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:49.6682862Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:49.6683197Z ^ 2022-11-23T01:24:49.6683778Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:49.6684159Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:49.6684407Z ^ 2022-11-23T01:24:49.6684625Z 1 warning generated when compiling for gfx906. 2022-11-23T01:24:49.6684973Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:6: 2022-11-23T01:24:49.6685502Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:3: 2022-11-23T01:24:49.6686085Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2022-11-23T01:24:49.6687093Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:49.6688156Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:49.6688693Z ^ 2022-11-23T01:24:49.6689396Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:49.6689896Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:49.6690205Z ^ 2022-11-23T01:24:49.6690743Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:49.6691251Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:49.6691616Z ^ 2022-11-23T01:24:49.6691988Z 1 warning generated when compiling for host. 2022-11-23T01:24:49.6774921Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_LegacyThrustHelpers.hip.o 2022-11-23T01:24:49.7166195Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Lerp.hip.o 2022-11-23T01:24:49.7785378Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IGammaKernel.hip:5: 2022-11-23T01:24:49.7786008Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:49.7787082Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:49.7794979Z template typename func, int end, int current=0> 2022-11-23T01:24:49.7795328Z ^~~~~~~~ 2022-11-23T01:24:49.7795587Z class 2022-11-23T01:24:49.7796395Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:49.7796988Z template typename func, int end> 2022-11-23T01:24:49.7797343Z ^~~~~~~~ 2022-11-23T01:24:49.7797607Z class 2022-11-23T01:24:49.7797918Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:49.7798398Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IGammaKernel.hip:5: 2022-11-23T01:24:49.7798945Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:49.7801579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:49.7805921Z template typename func, int end, int current=0> 2022-11-23T01:24:49.7806388Z ^~~~~~~~ 2022-11-23T01:24:49.7806839Z class 2022-11-23T01:24:49.7807934Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:49.7808753Z template typename func, int end> 2022-11-23T01:24:49.7809250Z ^~~~~~~~ 2022-11-23T01:24:49.7809673Z class 2022-11-23T01:24:49.7810063Z 2 warnings generated when compiling for host. 2022-11-23T01:24:49.7896800Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_LinearAlgebra.hip.o 2022-11-23T01:24:49.9458447Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_LogAddExpKernel.hip.o 2022-11-23T01:24:50.5712929Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:15: 2022-11-23T01:24:50.5726293Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:50.5727500Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:50.5728164Z template typename func, int end, int current=0> 2022-11-23T01:24:50.5728544Z ^~~~~~~~ 2022-11-23T01:24:50.5728835Z class 2022-11-23T01:24:50.5729612Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:50.5730225Z template typename func, int end> 2022-11-23T01:24:50.5730589Z ^~~~~~~~ 2022-11-23T01:24:50.5730885Z class 2022-11-23T01:24:50.5731328Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:16: 2022-11-23T01:24:50.5737937Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2022-11-23T01:24:50.5739103Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:50.5739868Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:50.5740374Z ^ 2022-11-23T01:24:50.5741098Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:50.5741631Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:50.5741928Z ^ 2022-11-23T01:24:50.5742481Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:50.5742992Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:50.5743376Z ^ 2022-11-23T01:24:50.5744609Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5745661Z __global__ void index_elementwise_kernel(int N, func_t f) { 2022-11-23T01:24:50.5746027Z ^ 2022-11-23T01:24:50.5747210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5749454Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5751124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5752950Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5757024Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5760539Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5764656Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5767986Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5774361Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5775578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5781215Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5784168Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5787716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5790563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5794017Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5798977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5801849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5804715Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5808022Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5811590Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5814946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5818113Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5821349Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5824658Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5827808Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5830974Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5834614Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5837722Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5841402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5844266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5847315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5850309Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5853229Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5856299Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5859315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5862388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5865441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5868454Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5871424Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5874641Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5877840Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5880892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5884507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5887059Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5890285Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5893490Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5896176Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5899254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5902246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5905302Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5908289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5911356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5914469Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5917446Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5920406Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5923509Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5926551Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5929953Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5933088Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:50.5933964Z 63 warnings generated when compiling for gfx906. 2022-11-23T01:24:50.5934498Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:15: 2022-11-23T01:24:50.5935689Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:50.5938475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:50.5939301Z template typename func, int end, int current=0> 2022-11-23T01:24:50.5939677Z ^~~~~~~~ 2022-11-23T01:24:50.5941017Z class 2022-11-23T01:24:50.5943486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:50.5944124Z template typename func, int end> 2022-11-23T01:24:50.5944500Z ^~~~~~~~ 2022-11-23T01:24:50.5945492Z class 2022-11-23T01:24:50.5947838Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:16: 2022-11-23T01:24:50.5948792Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2022-11-23T01:24:50.5951143Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:50.5955050Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:50.5955589Z ^ 2022-11-23T01:24:50.5957199Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:50.5957653Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:50.5958353Z ^ 2022-11-23T01:24:50.5961060Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:50.5962230Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:50.5962632Z ^ 2022-11-23T01:24:50.5965189Z 3 warnings generated when compiling for host. 2022-11-23T01:24:50.6076705Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_LogcumsumexpKernel.hip.o 2022-11-23T01:24:50.9210413Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Lerp.hip:6: 2022-11-23T01:24:50.9211029Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:50.9212136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:50.9212800Z template typename func, int end, int current=0> 2022-11-23T01:24:50.9213184Z ^~~~~~~~ 2022-11-23T01:24:50.9213457Z class 2022-11-23T01:24:50.9215616Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LinearAlgebra.hip:9: 2022-11-23T01:24:50.9217973Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:50.9219050Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:50.9221415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:50.9221941Z template typename func, int end> 2022-11-23T01:24:50.9222207Z ^~~~~~~~ 2022-11-23T01:24:50.9222382Z class 2022-11-23T01:24:50.9222582Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:50.9222978Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Lerp.hip:6: 2022-11-23T01:24:50.9223514Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:50.9224471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:50.9225129Z template typename func, int end, int current=0> 2022-11-23T01:24:50.9225508Z ^~~~~~~~ 2022-11-23T01:24:50.9225799Z class 2022-11-23T01:24:50.9226603Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:50.9227369Z template typename func, inttemplate typename func, int end, int current=0> 2022-11-23T01:24:50.9227829Z ^~~~~~~~ 2022-11-23T01:24:50.9228118Z class 2022-11-23T01:24:50.9228941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:50.9229558Z template typename func, int end> 2022-11-23T01:24:50.9229879Z end> 2022-11-23T01:24:50.9230116Z ^~~~~~~~ 2022-11-23T01:24:50.9230416Z class 2022-11-23T01:24:50.9230794Z 2 warnings generated when compiling for host. 2022-11-23T01:24:50.9231160Z ^~~~~~~~ 2022-11-23T01:24:50.9231463Z class 2022-11-23T01:24:50.9233739Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:50.9234498Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LinearAlgebra.hip:9: 2022-11-23T01:24:50.9235130Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:50.9236198Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:50.9236863Z template typename func, int end, int current=0> 2022-11-23T01:24:50.9237485Z ^~~~~~~~ 2022-11-23T01:24:50.9237786Z class 2022-11-23T01:24:50.9238638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:50.9239291Z template typename func, int end> 2022-11-23T01:24:50.9239603Z ^~~~~~~~ 2022-11-23T01:24:50.9239870Z class 2022-11-23T01:24:50.9240150Z 2 warnings generated when compiling for host. 2022-11-23T01:24:50.9333955Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Loss.hip.o 2022-11-23T01:24:50.9358049Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_LossCTC.hip.o 2022-11-23T01:24:51.0554989Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogAddExpKernel.hip:5: 2022-11-23T01:24:51.0556272Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:51.0557599Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:51.0561508Z template typename func, int end, int current=0> 2022-11-23T01:24:51.0562047Z ^~~~~~~~ 2022-11-23T01:24:51.0562344Z class 2022-11-23T01:24:51.0563474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:51.0564337Z template typename func, int end> 2022-11-23T01:24:51.0564683Z ^~~~~~~~ 2022-11-23T01:24:51.0565074Z class 2022-11-23T01:24:51.0565441Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:51.0565976Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogAddExpKernel.hip:5: 2022-11-23T01:24:51.0567557Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:51.0568491Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:51.0569092Z template typename func, int end, int current=0> 2022-11-23T01:24:51.0569433Z ^~~~~~~~ 2022-11-23T01:24:51.0569686Z class 2022-11-23T01:24:51.0570464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:51.0571020Z template typename func, int end> 2022-11-23T01:24:51.0571334Z ^~~~~~~~ 2022-11-23T01:24:51.0571622Z class 2022-11-23T01:24:51.0571953Z 2 warnings generated when compiling for host. 2022-11-23T01:24:51.0658512Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_MaxMinElementwiseKernel.hip.o 2022-11-23T01:24:51.1495075Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Indexing.hip:7: 2022-11-23T01:24:51.1495748Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2022-11-23T01:24:51.1518202Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:51.1519190Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:51.1519877Z ^ 2022-11-23T01:24:51.1521157Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:51.1521842Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:51.1522171Z ^ 2022-11-23T01:24:51.1522904Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:51.1523692Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:51.1524159Z ^ 2022-11-23T01:24:51.1524578Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Indexing.hip:16: 2022-11-23T01:24:51.1525251Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:51.1526384Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:51.1528546Z template typename func, int end, int current=0> 2022-11-23T01:24:51.1529102Z ^~~~~~~~ 2022-11-23T01:24:51.1529410Z class 2022-11-23T01:24:51.1530779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:51.1531616Z template typename func, int end> 2022-11-23T01:24:51.1531984Z ^~~~~~~~ 2022-11-23T01:24:51.1532256Z class 2022-11-23T01:24:51.1532602Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:24:51.1533239Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Indexing.hip:7: 2022-11-23T01:24:51.1533829Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2022-11-23T01:24:51.1534732Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:51.1535658Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:51.1536172Z ^ 2022-11-23T01:24:51.1536963Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:51.1537450Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:51.1537754Z ^ 2022-11-23T01:24:51.1538268Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:51.1538940Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:51.1539311Z ^ 2022-11-23T01:24:51.1539741Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Indexing.hip:16: 2022-11-23T01:24:51.1540323Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:51.1541229Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:51.1541826Z template typename func, int end, int current=0> 2022-11-23T01:24:51.1542153Z ^~~~~~~~ 2022-11-23T01:24:51.1542401Z class 2022-11-23T01:24:51.1543103Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:51.1543672Z template typename func, int end> 2022-11-23T01:24:51.1544019Z ^~~~~~~~ 2022-11-23T01:24:51.1544244Z class 2022-11-23T01:24:51.1544545Z 3 warnings generated when compiling for host. 2022-11-23T01:24:51.1633318Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_MaxUnpooling.hip.o 2022-11-23T01:24:51.3896195Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_MultiLabelMarginCriterion.hip.o 2022-11-23T01:24:51.7963224Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_MultiMarginLoss.hip.o 2022-11-23T01:24:52.1970546Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LossCTC.hip:19: 2022-11-23T01:24:52.1971594Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:52.1972331Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:52.1986614Z ^ 2022-11-23T01:24:52.1987433Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:52.1989511Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:52.1990042Z ^ 2022-11-23T01:24:52.1990886Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:52.1991386Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:52.1991759Z ^ 2022-11-23T01:24:52.1993248Z 1 warning generated when compiling for gfx906. 2022-11-23T01:24:52.1994458Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LossCTC.hip:19: 2022-11-23T01:24:52.1995563Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:52.1996396Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:52.1996988Z ^ 2022-11-23T01:24:52.1997731Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:52.1998286Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:52.1998625Z ^ 2022-11-23T01:24:52.1999172Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:52.1999708Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:52.2000107Z ^ 2022-11-23T01:24:52.2000485Z 1 warning generated when compiling for host. 2022-11-23T01:24:52.2064833Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_MultinomialKernel.hip.o 2022-11-23T01:24:52.2656359Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loss.hip:12: 2022-11-23T01:24:52.2657018Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:52.2658057Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:52.2658696Z template typename func, int end, int current=0> 2022-11-23T01:24:52.2659064Z ^~~~~~~~ 2022-11-23T01:24:52.2659349Z class 2022-11-23T01:24:52.2671745Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:52.2672509Z template typename func, int end> 2022-11-23T01:24:52.2672855Z ^~~~~~~~ 2022-11-23T01:24:52.2673123Z class 2022-11-23T01:24:52.2673489Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:52.2674376Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loss.hip:12: 2022-11-23T01:24:52.2674960Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:52.2675891Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:52.2676529Z template typename func, int end, int current=0> 2022-11-23T01:24:52.2676902Z ^~~~~~~~ 2022-11-23T01:24:52.2677164Z class 2022-11-23T01:24:52.2677970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:52.2678614Z template typename func, int end> 2022-11-23T01:24:52.2678956Z ^~~~~~~~ 2022-11-23T01:24:52.2679234Z class 2022-11-23T01:24:52.2679588Z 2 warnings generated when compiling for host. 2022-11-23T01:24:52.2820461Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_NLLLoss2d.hip.o 2022-11-23T01:24:52.2979197Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MaxMinElementwiseKernel.hip:8: 2022-11-23T01:24:52.2979910Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:52.2988814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:52.2990635Z template typename func, int end, int current=0> 2022-11-23T01:24:52.2995642Z ^~~~~~~~ 2022-11-23T01:24:52.2995818Z class 2022-11-23T01:24:52.2996647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:52.2997370Z template typename func, int end> 2022-11-23T01:24:52.2997706Z ^~~~~~~~ 2022-11-23T01:24:52.2997994Z class 2022-11-23T01:24:52.2998338Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:52.2998921Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MaxMinElementwiseKernel.hip:8: 2022-11-23T01:24:52.2999576Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:52.3000529Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:52.3001163Z template typename func, int end, int current=0> 2022-11-23T01:24:52.3001513Z ^~~~~~~~ 2022-11-23T01:24:52.3001798Z class 2022-11-23T01:24:52.3002598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:52.3003208Z template typename func, int end> 2022-11-23T01:24:52.3003548Z ^~~~~~~~ 2022-11-23T01:24:52.3003833Z class 2022-11-23T01:24:52.3004162Z 2 warnings generated when compiling for host. 2022-11-23T01:24:52.3067041Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_NaiveConvolutionTranspose2d.hip.o 2022-11-23T01:24:52.4516826Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_NaiveConvolutionTranspose3d.hip.o 2022-11-23T01:24:52.7095980Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_NaiveDilatedConvolution.hip.o 2022-11-23T01:24:53.1058811Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Nonzero.hip.o 2022-11-23T01:24:53.5251758Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Normalization.hip.o 2022-11-23T01:24:53.6035710Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_PointwiseOpsKernel.hip.o 2022-11-23T01:24:53.7120572Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/NLLLoss2d.hip:8: 2022-11-23T01:24:53.7121853Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:53.7122701Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:53.7123269Z ^ 2022-11-23T01:24:53.7124066Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:53.7124802Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:53.7125140Z ^ 2022-11-23T01:24:53.7125697Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:53.7126213Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:53.7126615Z ^ 2022-11-23T01:24:53.7127011Z 1 warning generated when compiling for gfx906. 2022-11-23T01:24:53.7127546Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/NLLLoss2d.hip:8: 2022-11-23T01:24:53.7128446Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:53.7129275Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:53.7129823Z ^ 2022-11-23T01:24:53.7130599Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:53.7131152Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:53.7131498Z ^ 2022-11-23T01:24:53.7132065Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:53.7132589Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:53.7132991Z ^ 2022-11-23T01:24:53.7133358Z 1 warning generated when compiling for host. 2022-11-23T01:24:53.7216745Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_PowKernel.hip.o 2022-11-23T01:24:53.7820123Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_RNN.hip.o 2022-11-23T01:24:54.0388902Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Randperm.hip.o 2022-11-23T01:24:54.4950480Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_RangeFactories.hip.o 2022-11-23T01:24:54.8777785Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PointwiseOpsKernel.hip:6: 2022-11-23T01:24:54.8778328Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:54.8779129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:54.8780928Z template typename func, int end, int current=0> 2022-11-23T01:24:54.8781515Z ^~~~~~~~ 2022-11-23T01:24:54.8781801Z class 2022-11-23T01:24:54.8782717Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:54.8783366Z template typename func, int end> 2022-11-23T01:24:54.8783758Z ^~~~~~~~ 2022-11-23T01:24:54.8784067Z class 2022-11-23T01:24:54.8794020Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:54.8794743Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PointwiseOpsKernel.hip:6: 2022-11-23T01:24:54.8795321Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:54.8796309Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:54.8796951Z template typename func, int end, int current=0> 2022-11-23T01:24:54.8797305Z ^~~~~~~~ 2022-11-23T01:24:54.8797588Z class 2022-11-23T01:24:54.8798513Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:54.8799117Z template typename func, int end> 2022-11-23T01:24:54.8799453Z ^~~~~~~~ 2022-11-23T01:24:54.8799738Z class 2022-11-23T01:24:54.8800079Z 2 warnings generated when compiling for host. 2022-11-23T01:24:54.8891170Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_RecordStream.hip.o 2022-11-23T01:24:55.0231464Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PowKernel.hip:5: 2022-11-23T01:24:55.0232297Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:55.0233473Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:55.0234336Z template typename func, int end, int current=0> 2022-11-23T01:24:55.0246404Z ^~~~~~~~ 2022-11-23T01:24:55.0246740Z class 2022-11-23T01:24:55.0247610Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:55.0248212Z template typename func, int end> 2022-11-23T01:24:55.0248560Z ^~~~~~~~ 2022-11-23T01:24:55.0248847Z class 2022-11-23T01:24:55.0249180Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:55.0249670Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PowKernel.hip:5: 2022-11-23T01:24:55.0250372Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:55.0253799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:55.0254565Z template typename func, int end, int current=0> 2022-11-23T01:24:55.0255182Z ^~~~~~~~ 2022-11-23T01:24:55.0255445Z class 2022-11-23T01:24:55.0256507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:55.0257311Z template typename func, int end> 2022-11-23T01:24:55.0257656Z ^~~~~~~~ 2022-11-23T01:24:55.0258048Z class 2022-11-23T01:24:55.0258674Z 2 warnings generated when compiling for host. 2022-11-23T01:24:55.0347718Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Reduce.hip.o 2022-11-23T01:24:55.0439161Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.hip:7: 2022-11-23T01:24:55.0440763Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:55.0441801Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:55.0442432Z template typename func, int end, int current=0> 2022-11-23T01:24:55.0442806Z ^~~~~~~~ 2022-11-23T01:24:55.0443917Z class 2022-11-23T01:24:55.0448636Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:55.0449364Z template typename func, int end> 2022-11-23T01:24:55.0449750Z ^~~~~~~~ 2022-11-23T01:24:55.0450277Z class 2022-11-23T01:24:55.0451130Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.hip:9: 2022-11-23T01:24:55.0455075Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0457513Z __global__ void batch_norm_backward_reduce_channels_last_kernel( 2022-11-23T01:24:55.0458683Z ^ 2022-11-23T01:24:55.0461604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0464008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0466306Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0468769Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0471043Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0473370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0475878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0478536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0480541Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0482452Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0484827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0486831Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0487770Z batch_norm_collect_statistics_channels_last_kernel( 2022-11-23T01:24:55.0488128Z ^ 2022-11-23T01:24:55.0491145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0494479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0497528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0500554Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0504723Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0507136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0509783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0510930Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.hip:7: 2022-11-23T01:24:55.0514315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0515404Z __global__ void unrolled_elementwise_kernel_for_multi_outputs(int N, func_t f, array_t data, inp_calc_t ic, out_calc_t oc) { 2022-11-23T01:24:55.0515901Z ^ 2022-11-23T01:24:55.0519418Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0521718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0523690Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0525578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0527946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0530204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0532729Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0535718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0537708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0539455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0541981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0544225Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0546338Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0548410Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0550337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0552210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0596398Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0598010Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0599707Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0601572Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0603421Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0605206Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0606929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0608841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0610448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0612008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0613719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0614645Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.hip:9: 2022-11-23T01:24:55.0616014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0616962Z batch_norm_collect_statistics_channels_last_kernel( 2022-11-23T01:24:55.0617280Z ^ 2022-11-23T01:24:55.0618459Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0620198Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0621918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0623664Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0625578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0627384Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0629055Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:55.0630191Z 58 warnings generated when compiling for gfx906. 2022-11-23T01:24:55.0630831Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.hip:7: 2022-11-23T01:24:55.0631431Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:55.0634846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:55.0635539Z template typename func, int end, int current=0> 2022-11-23T01:24:55.0635937Z ^~~~~~~~ 2022-11-23T01:24:55.0636227Z class 2022-11-23T01:24:55.0637021Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:55.0644391Z template typename func, int end> 2022-11-23T01:24:55.0644798Z ^~~~~~~~ 2022-11-23T01:24:55.0645230Z class 2022-11-23T01:24:55.0646166Z 2 warnings generated when compiling for host. 2022-11-23T01:24:55.0711464Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceAMinMaxKernel.hip.o 2022-11-23T01:24:55.1532447Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RNN.hip:9: 2022-11-23T01:24:55.1533140Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:55.1534228Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:55.1538368Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:55.1539985Z ^ 2022-11-23T01:24:55.1541435Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:55.1542463Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:55.1545651Z ^ 2022-11-23T01:24:55.1551215Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:55.1551749Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:55.1552056Z ^ 2022-11-23T01:24:55.1552358Z 1 warning generated when compiling for gfx906. 2022-11-23T01:24:55.1552773Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RNN.hip:9: 2022-11-23T01:24:55.1553218Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:55.1554799Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:55.1555304Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:55.1555840Z ^ 2022-11-23T01:24:55.1556278Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:55.1556591Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:55.1556780Z ^ 2022-11-23T01:24:55.1557209Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:55.1557658Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:55.1557884Z ^ 2022-11-23T01:24:55.1558277Z 1 warning generated when compiling for host. 2022-11-23T01:24:55.1650774Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceArgMaxKernel.hip.o 2022-11-23T01:24:55.3732928Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceArgMinKernel.hip.o 2022-11-23T01:24:55.8567371Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceLogicKernel.hip.o 2022-11-23T01:24:56.0888979Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceMaxValuesKernel.hip.o 2022-11-23T01:24:56.1495870Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.hip:3: 2022-11-23T01:24:56.1507025Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:24:56.1508522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:56.1509716Z template typename func, int end, int current=0> 2022-11-23T01:24:56.1512825Z ^~~~~~~~ 2022-11-23T01:24:56.1513155Z class 2022-11-23T01:24:56.1514582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:56.1515413Z template typename func, int end> 2022-11-23T01:24:56.1515945Z ^~~~~~~~ 2022-11-23T01:24:56.1516243Z class 2022-11-23T01:24:56.1518567Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:56.1520560Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.hip:3: 2022-11-23T01:24:56.1521312Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:24:56.1522556Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:56.1523391Z template typename func, int end, int current=0> 2022-11-23T01:24:56.1523945Z ^~~~~~~~ 2022-11-23T01:24:56.1524388Z class 2022-11-23T01:24:56.1525475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:56.1526272Z template typename func, int end> 2022-11-23T01:24:56.1526797Z ^~~~~~~~ 2022-11-23T01:24:56.1527090Z class 2022-11-23T01:24:56.1527607Z 2 warnings generated when compiling for host. 2022-11-23T01:24:56.1592636Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceMinValuesKernel.hip.o 2022-11-23T01:24:56.2918440Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceAMinMaxKernel.hip:13: 2022-11-23T01:24:56.2920569Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:24:56.2923013Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:56.2924015Z template typename func, int end, int current=0> 2022-11-23T01:24:56.2924564Z ^~~~~~~~ 2022-11-23T01:24:56.2925212Z class 2022-11-23T01:24:56.2929152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:56.2933120Z template typename func, int end> 2022-11-23T01:24:56.2934065Z ^~~~~~~~ 2022-11-23T01:24:56.2934418Z class 2022-11-23T01:24:56.2935110Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceAMinMaxKernel.hip:13: 2022-11-23T01:24:56.2937365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.2938417Z __global__ void reduce_kernel(R reduction) { 2022-11-23T01:24:56.2938865Z ^ 2022-11-23T01:24:56.2940755Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.2943314Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.2948049Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.2949993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.2951746Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.2953497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.2955352Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.2957193Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.2958963Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.2960683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.2962667Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.2964422Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.2966178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.2968011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.2969789Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.2972356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.2974797Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.2977308Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.2979902Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.2982777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.2984997Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.2988278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.2990918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.2993862Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.2996806Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.2999884Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3002587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3004538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3006655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3008453Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3010333Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3012130Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3014006Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3015699Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3017754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3019684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3021565Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3023296Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3025223Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3026977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3028929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3030723Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3032641Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3034622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3036692Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3038638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3040299Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3042318Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3044659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3047826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3050953Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3053429Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3056188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3059157Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3061907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3064630Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3067218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3070062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3072831Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3076233Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3078600Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3081663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3084179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3086554Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3088434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3090723Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3092606Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3094501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3096290Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3098150Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3099936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3101832Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3103650Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3105563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3107344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3109019Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3111127Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3113199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3118570Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3121245Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3123383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3125397Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3126374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3128014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3130900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3133780Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3136826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3139998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3142825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3145599Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3148467Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3151313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3154340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3159095Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3160454Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3162572Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3165507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3168048Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3170951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3173709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3176749Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3179800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3182814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3185575Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3188491Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3191356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3196597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3197629Z 110 warnings generated when compiling for gfx906. 2022-11-23T01:24:56.3198357Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceAMinMaxKernel.hip:13: 2022-11-23T01:24:56.3199240Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:24:56.3200942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:56.3202044Z template typename func, int end, int current=0> 2022-11-23T01:24:56.3202359Z ^~~~~~~~ 2022-11-23T01:24:56.3202733Z class 2022-11-23T01:24:56.3206431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:56.3207306Z template typename func, int end> 2022-11-23T01:24:56.3207661Z ^~~~~~~~ 2022-11-23T01:24:56.3207938Z class 2022-11-23T01:24:56.3208285Z 2 warnings generated when compiling for host. 2022-11-23T01:24:56.3304559Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceMomentKernel.hip.o 2022-11-23T01:24:56.3813982Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceArgMaxKernel.hip:13: 2022-11-23T01:24:56.3815114Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:24:56.3816865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:56.3818079Z template typename func, int end, int current=0> 2022-11-23T01:24:56.3818684Z ^~~~~~~~ 2022-11-23T01:24:56.3819022Z class 2022-11-23T01:24:56.3820129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:56.3820741Z template typename func, int end> 2022-11-23T01:24:56.3821134Z ^~~~~~~~ 2022-11-23T01:24:56.3821413Z class 2022-11-23T01:24:56.3821843Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceArgMaxKernel.hip:13: 2022-11-23T01:24:56.3823229Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3824205Z __global__ void reduce_kernel(R reduction) { 2022-11-23T01:24:56.3824512Z ^ 2022-11-23T01:24:56.3825694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3828443Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3830702Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3833125Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3835386Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3838089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3840307Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3842964Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3845165Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3848023Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3850423Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3853134Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3857091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3858641Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3863151Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3864200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3865715Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3876084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3877976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3880105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3881941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3883978Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3885920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3887631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3889344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3890451Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3891928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3893135Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3896216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3898091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3900100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3955869Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3957931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3959711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3961624Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3963396Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3965136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3966801Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3968560Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3970356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3972180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3974002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3975776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3977652Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3979513Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3981175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3983020Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3984946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3986708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3988486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3990331Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3992114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3993850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3996044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3997782Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.3999550Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4001495Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4003237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4005020Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4006927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4008701Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4010496Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4012320Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4014135Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4015952Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4017544Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4019177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4020726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4022210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4023852Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4025533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4027178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4028803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4030305Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4031865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4033379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4034916Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4036353Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4037865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4039385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4040794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4042406Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4043973Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4045475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4046950Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4048526Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4050238Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4051911Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4053578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4055307Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4057123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4058884Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4060632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4062423Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4064295Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4066024Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4067780Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4069660Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4071343Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4077486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4079711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4081677Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4083827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4085818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4087490Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4089294Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4091476Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4093152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4094972Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4096932Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4098804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4100605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4102527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4104358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4107041Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4109500Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4115913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4117768Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4119551Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4121494Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4253467Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4255452Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4257372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4258966Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4260533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4262008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4263653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4265167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4266789Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4268601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4270323Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4272205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4273952Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4275907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4277718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4279445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4281185Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4282824Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4284387Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4285919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4287806Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4289385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4291120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4292735Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4294559Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4296116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4297930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4299741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4301460Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4303125Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4304747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4306475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4308151Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4309819Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4311494Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4313194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4315213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4316946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4318765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4320706Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4322527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.4323457Z 164 warnings generated when compiling for gfx906. 2022-11-23T01:24:56.4324016Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceArgMaxKernel.hip:13: 2022-11-23T01:24:56.4324648Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:24:56.4325657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:56.4326357Z template typename func, int end, int current=0> 2022-11-23T01:24:56.4326752Z ^~~~~~~~ 2022-11-23T01:24:56.4327058Z class 2022-11-23T01:24:56.4327912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:56.4328561Z template typename func, int end> 2022-11-23T01:24:56.4328933Z ^~~~~~~~ 2022-11-23T01:24:56.4329236Z class 2022-11-23T01:24:56.4329594Z 2 warnings generated when compiling for host. 2022-11-23T01:24:56.4442360Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceNormKernel.hip.o 2022-11-23T01:24:56.5855192Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceArgMinKernel.hip:13: 2022-11-23T01:24:56.5858107Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:24:56.5862181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:56.5863095Z template typename func, int end, int current=0> 2022-11-23T01:24:56.5863610Z ^~~~~~~~ 2022-11-23T01:24:56.5863943Z class 2022-11-23T01:24:56.5865856Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:56.5866590Z template typename func, int end> 2022-11-23T01:24:56.5866927Z ^~~~~~~~ 2022-11-23T01:24:56.5867422Z class 2022-11-23T01:24:56.5868843Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceArgMinKernel.hip:13: 2022-11-23T01:24:56.5871017Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.5872011Z __global__ void reduce_kernel(R reduction) { 2022-11-23T01:24:56.5872351Z ^ 2022-11-23T01:24:56.5874606Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.5877227Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.5879917Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.5882821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.5884547Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.5886357Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.5888047Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.5921154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.5926229Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.5928256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.5929951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.5933213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.5936228Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.5939221Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.5942033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.5945081Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.5947765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.5950689Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.5953611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.5957274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.5960056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.5962692Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.5965462Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.5968074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.5970864Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.5974005Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.5976895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.5979881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.5982499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.5985272Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.5987944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.5990882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.5993592Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.5997211Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.5999596Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6002468Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6005502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6012184Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6015155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6018110Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6020752Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6023632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6026497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6029510Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6032351Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6036143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6038284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6041028Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6043850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6046803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6049828Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6053344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6056314Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6058695Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6061689Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6064873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6067236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6070154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6073003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6076145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6078829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6081618Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6084608Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6087172Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6090226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6092751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6095672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6098421Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6101346Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6105029Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6107066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6109973Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6112862Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6115640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6118751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6121275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6124782Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6127086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6129785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6133052Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6135628Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6138782Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6141232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6144235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6147246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6149966Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6152703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6156307Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6158723Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6197761Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6200338Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6202921Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6204778Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6206570Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6208244Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6210100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6211841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6213639Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6215481Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6217555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6219257Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6221048Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6222881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6224716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6242404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6244272Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6246115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6247988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6249667Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6251359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6253191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6255162Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6257037Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6258800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6260619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6262309Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6264080Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6265872Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6317874Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6320586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6323076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6324813Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6327290Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6330489Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6333058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6335624Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6337732Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6340651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6343315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6345760Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6348390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6350767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6353630Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6355470Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6358000Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6360697Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6362713Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6365671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6367619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6371225Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6373010Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6375426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6377472Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6379738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6382113Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6384109Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6386228Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6388143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6390622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6394508Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6396160Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6398484Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6400306Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6402391Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6404586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6406344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6409771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6411735Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6413764Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6415651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6419005Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:56.6420090Z 164 warnings generated when compiling for gfx906. 2022-11-23T01:24:56.6420713Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceArgMinKernel.hip:13: 2022-11-23T01:24:56.6422276Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:24:56.6423505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:56.6425190Z template typename func, int end, int current=0> 2022-11-23T01:24:56.6425549Z ^~~~~~~~ 2022-11-23T01:24:56.6425838Z class 2022-11-23T01:24:56.6427782Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:56.6428661Z template typename func, int end> 2022-11-23T01:24:56.6429574Z ^~~~~~~~ 2022-11-23T01:24:56.6430161Z class 2022-11-23T01:24:56.6430532Z 2 warnings generated when compiling for host. 2022-11-23T01:24:56.6597643Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceSumProdKernel.hip.o 2022-11-23T01:24:57.1268414Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceLogicKernel.hip:4: 2022-11-23T01:24:57.1269486Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:24:57.1278659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:57.1280853Z template typename func, int end, int current=0> 2022-11-23T01:24:57.1281763Z ^~~~~~~~ 2022-11-23T01:24:57.1282507Z class 2022-11-23T01:24:57.1283819Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:57.1284639Z template typename func, int end> 2022-11-23T01:24:57.1285154Z ^~~~~~~~ 2022-11-23T01:24:57.1285471Z class 2022-11-23T01:24:57.1285964Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceLogicKernel.hip:4: 2022-11-23T01:24:57.1287357Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1288289Z __global__ void reduce_kernel(R reduction) { 2022-11-23T01:24:57.1288637Z ^ 2022-11-23T01:24:57.1289910Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1291719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1293550Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1295596Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1297499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1299264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1301150Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1302843Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1304474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1306261Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1308100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1309954Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1311757Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1315487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1320392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1323549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1326895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1329197Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1331411Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1333519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1336102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1339485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1343798Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1347256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1350898Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1354024Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1357063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1359961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1362869Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1365698Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1368420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1371186Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1373658Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1375772Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1379402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1381400Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1383789Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1386702Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1389635Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1392346Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1395362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1398512Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1401423Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1404623Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1407631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1410454Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1413500Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1416332Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1419243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1421891Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1424723Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1427553Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1430486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1433341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1436333Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1439278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1442182Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1444882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1447622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1450426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1453297Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1456024Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1458995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1461868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1464785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1467344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1470161Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1473014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1476294Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1479137Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1481860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1484763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1487614Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1490401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1493266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1496203Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1499116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1501998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1504790Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1507778Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1510450Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1513398Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1516368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1518982Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1521766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1524601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1527384Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1530124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1533093Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1536003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1538868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1541702Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1544619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1547323Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1550675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1553358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1556011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1559081Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1561765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1568079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1570795Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1573568Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1575299Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1577132Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1579858Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1614233Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1616292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1618105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1619969Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1621862Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1623589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1625453Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1627179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1629013Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1630701Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1632393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1634350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1636031Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1637680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1639479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1641176Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1642874Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1644581Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1646275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1647956Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1649631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1651278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1652799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1654573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1656039Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1717462Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1756309Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1760083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1762330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1765238Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1767811Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1770911Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1773203Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1775506Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1777847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1779347Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1781284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1783004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1784734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1786154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1787709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1789174Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1790718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1792266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1793847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1796578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1798331Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1800097Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1802023Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1803783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1805338Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1806904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1808673Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1810402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1812122Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1813652Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1815369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1817135Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1818647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1820279Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1822045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1823906Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1825311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1827114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1828834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1830472Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1831991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1834216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1835870Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1837568Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1839227Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1840899Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1883644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1886005Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1888089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1890863Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1892846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1894675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1896534Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1898596Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1900512Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1902476Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1904663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1906668Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1909035Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1911066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1913356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1915237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1917101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1918835Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1920579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1922345Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1924083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1925838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1927462Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1929023Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1930669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1931623Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1932626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1933578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1934540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1935503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1936432Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1937451Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1938380Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1939291Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1940236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1941164Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1942091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1943101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1944066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1944988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1945923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1946866Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1957223Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1958690Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1959637Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1960611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1961542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1962486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1963415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1964343Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1965254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1966291Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1967243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1968220Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1969217Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1970199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1997675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.1999299Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.2000834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.2002019Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.2003351Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.2004429Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.2004913Z 242 warnings generated when compiling for gfx906. 2022-11-23T01:24:57.2005223Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceLogicKernel.hip:4: 2022-11-23T01:24:57.2005579Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:24:57.2006258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:57.2006645Z template typename func, int end, int current=0> 2022-11-23T01:24:57.2006857Z ^~~~~~~~ 2022-11-23T01:24:57.2007035Z class 2022-11-23T01:24:57.2007501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:57.2007872Z template typename func, int end> 2022-11-23T01:24:57.2008072Z ^~~~~~~~ 2022-11-23T01:24:57.2008243Z class 2022-11-23T01:24:57.2008449Z 2 warnings generated when compiling for host. 2022-11-23T01:24:57.2078782Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReflectionPad.hip.o 2022-11-23T01:24:57.4897876Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMinValuesKernel.hip:4: 2022-11-23T01:24:57.4898935Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:24:57.4900190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:57.4900788Z template typename func, int end, int current=0> 2022-11-23T01:24:57.4901135Z ^~~~~~~~ 2022-11-23T01:24:57.4901435Z class 2022-11-23T01:24:57.4902205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:57.4902798Z template typename func, int end> 2022-11-23T01:24:57.4903166Z ^~~~~~~~ 2022-11-23T01:24:57.4903483Z class 2022-11-23T01:24:57.4904079Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMinValuesKernel.hip:4: 2022-11-23T01:24:57.4908448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.4908975Z __global__ void reduce_kernel(R reduction) { 2022-11-23T01:24:57.4909182Z ^ 2022-11-23T01:24:57.4911102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.4914375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.4917407Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.4920244Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.4923407Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.4926232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.4929232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.4932206Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.4935311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.4938306Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.4941323Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.4944325Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.4947354Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.4950294Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.4953380Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.4956509Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.4959461Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.4962448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.4965486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.4968474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.4971571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.4974520Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.4977655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.4980605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.4983631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.4986564Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.4989637Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.4992614Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.4995958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.4998761Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5001807Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5004781Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5007811Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5010939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5013818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5016920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5019930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5022848Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5025947Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5028946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5031979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5036369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5037888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5042046Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5044326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5047116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5050134Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5053245Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5056236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5059127Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5062189Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5065110Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5068264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5071341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5075130Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5077711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5080665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5083639Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5086146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5089100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5091999Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5094804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5097786Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5100565Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5103195Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5106167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5109035Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5111721Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5114818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5117727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5120688Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5123192Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5126692Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5128751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5131729Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5134571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5137408Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5140555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5143066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5145869Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5148997Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5151747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5154825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5157895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5160312Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5163558Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5166622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5168962Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5171868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5174771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5177631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5180479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5183339Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5186223Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5188946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5191817Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5194685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5198093Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5200466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5203683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5206333Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5208892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5211807Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5214368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5217846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5220442Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5223192Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5226199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5229289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5231687Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5234737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5237581Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5240051Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5242992Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5246727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5248807Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5250342Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5276577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5278164Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5279619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5281192Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5282681Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5284134Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5285605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5287041Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5288487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5290330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5291272Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5317090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5319167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5320999Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5322648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5324348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5326012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5327671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5329288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5330925Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5332572Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5334244Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5335892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5337606Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5339254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5340956Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5342587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5359466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5363715Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMaxValuesKernel.hip:13: 2022-11-23T01:24:57.5364527Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:24:57.5365609Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:57.5367178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5368129Z template typename func, int end, int current=0> 2022-11-23T01:24:57.5368531Z ^~~~~~~~ 2022-11-23T01:24:57.5368836Z class 2022-11-23T01:24:57.5370137Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5371535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:57.5372207Z template typename func, int end> 2022-11-23T01:24:57.5372584Z ^~~~~~~~ 2022-11-23T01:24:57.5372879Z class 2022-11-23T01:24:57.5374144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5375232Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMaxValuesKernel.hip:13: 2022-11-23T01:24:57.5376796Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5378638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5379535Z __global__ void reduce_kernel(R reduction) { 2022-11-23T01:24:57.5379843Z ^ 2022-11-23T01:24:57.5381234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5383053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5384877Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5386678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5388349Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5390192Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5392017Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5393868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5395901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5397690Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5399383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5401068Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5402771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5404743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5406548Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5408408Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5410310Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5412013Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5413772Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5415585Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5417306Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5418961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5420556Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5422256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5423958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5425834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5427507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5429338Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5431252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5432992Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5435132Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5437034Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5438838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5440632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5442445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5444253Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5446038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5447844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5449823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5451624Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5453319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5455199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5457064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5458804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5460571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5462383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5464203Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5465981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5467768Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5469577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5471443Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5473242Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5475133Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5477031Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5478806Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5480510Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5482258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5484087Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5485890Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5487604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5489419Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5491237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5493039Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5494955Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5496777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5498663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5500555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5502388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5504210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5506014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5507842Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5509642Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5511484Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5513299Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5515209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5517001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5518676Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5520419Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5522288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5524070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5525892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5527674Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5529503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5531344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5533090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5534821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5536519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5538362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5540308Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5542094Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5543917Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5545770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5547594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5549389Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5551204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5552977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5562112Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5563993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5565780Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5567529Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5569417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5571174Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5572919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5574772Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5576559Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5578394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5580125Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5581957Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5583735Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5585539Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5587355Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5589160Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5590955Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5592776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5594708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5596393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5598300Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5600129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5601932Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5603681Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5605451Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5607258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5609099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5610902Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5612649Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5614572Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5616382Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5618280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5620169Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5622010Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5623800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5625386Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5627014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5628661Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5630418Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5632249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5634019Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5636020Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5637949Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5639751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5641577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5643373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5645084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5646914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5648658Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5650449Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5652247Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5654073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5655868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5657772Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5659683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5661501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5663330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5665121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5666921Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5668733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5670438Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5672118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5673933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5756415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5758167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5759770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5761423Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5763272Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5765070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5766706Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5768412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5770033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5771691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5773189Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5774776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5776308Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5777914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5779043Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5779961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5781261Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5782636Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5784366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5786170Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5787932Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5789016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5789946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5790850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5791770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5792696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5793624Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5794928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5796594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5798383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5799942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5800884Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5801923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5802862Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5803794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5804722Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5805648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5806569Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5807543Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5808451Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5809373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5810357Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5811285Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5812206Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5813161Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5814089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5815011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5815916Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5816912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5817846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5818775Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5819694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5820613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5821535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5822483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5823387Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5824298Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5825281Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5826210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5827132Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5828059Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5828541Z 272 warnings generated when compiling for gfx906. 2022-11-23T01:24:57.5829226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5829787Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMinValuesKernel.hip:4: 2022-11-23T01:24:57.5830152Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:24:57.5830901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5831639Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:57.5832011Z template typename func, int end, int current=0> 2022-11-23T01:24:57.5832239Z ^~~~~~~~ 2022-11-23T01:24:57.5832414Z class 2022-11-23T01:24:57.5832871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:57.5833264Z template typename func, int end> 2022-11-23T01:24:57.5833474Z ^~~~~~~~ 2022-11-23T01:24:57.5833637Z class 2022-11-23T01:24:57.5833844Z 2 warnings generated when compiling for host. 2022-11-23T01:24:57.5834952Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5836310Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5838954Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5840718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5842468Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5843933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5844874Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5845890Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5847142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5848266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5849301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5850822Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5852077Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5853513Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5854918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5856494Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5857792Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5858977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5860155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5861260Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5862250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5863484Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5864471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5865513Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5866744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5867802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5869037Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5870066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5871055Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5872220Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5873139Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5874317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5876000Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5876934Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5877943Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5879134Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5880204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5881248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5882591Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5883592Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5885004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5885964Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5886911Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5888273Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5889277Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5890208Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_RenormKernel.hip.o 2022-11-23T01:24:57.5891165Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5892155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5893547Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5894903Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5896018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5897415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5898758Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5899818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5901186Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5902543Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5903545Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5904971Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5906295Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5907296Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5908716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5909840Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5911082Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5912485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5913603Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5915195Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5916151Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5917213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5918169Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5919084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5920143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5921073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5922012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5923095Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5924028Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5925006Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5926084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5927002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5927957Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5929031Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5929959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5930894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5931973Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5932896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5933817Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5934890Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5935795Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5936814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5937891Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5938824Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5939809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5996000Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5997819Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.5999535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6001249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6002972Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6004765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6006494Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6008197Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6009519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6010676Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6012112Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6013168Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6014696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6015750Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6017118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6018170Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6019154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6020236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6021275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6022361Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6023383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6024456Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6025556Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6026598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6028229Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6029875Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6031071Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6032375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6033685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6035441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6037008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6038580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6040153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6041896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6043731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6045125Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6046738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6048476Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6050027Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6051702Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6053422Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6054983Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6056544Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6152413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6156279Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6159177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6163914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6167143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6172436Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6176199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6178616Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6180373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6182942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6185324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6187936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6189682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6191816Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6193516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6195751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6198620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6201281Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6203896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6206655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6209190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6214182Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6262560Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6264402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6266165Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6267989Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6269797Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6271527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6273435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6275431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6277186Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6279108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6280856Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6282642Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6283498Z 272 warnings generated when compiling for gfx906. 2022-11-23T01:24:57.6284068Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMaxValuesKernel.hip:13: 2022-11-23T01:24:57.6284728Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:24:57.6285725Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:57.6286429Z template typename func, int end, int current=0> 2022-11-23T01:24:57.6286839Z ^~~~~~~~ 2022-11-23T01:24:57.6287135Z class 2022-11-23T01:24:57.6288012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:57.6290387Z template typename func, int end> 2022-11-23T01:24:57.6290778Z ^~~~~~~~ 2022-11-23T01:24:57.6291085Z class 2022-11-23T01:24:57.6334204Z 2 warnings generated when compiling for host. 2022-11-23T01:24:57.6345815Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Repeat.hip.o 2022-11-23T01:24:57.6866952Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMomentKernel.hip:5: 2022-11-23T01:24:57.6867623Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:24:57.6868723Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:57.6869402Z template typename func, int end, int current=0> 2022-11-23T01:24:57.6869795Z ^~~~~~~~ 2022-11-23T01:24:57.6870078Z class 2022-11-23T01:24:57.6870856Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:57.6871668Z template typename func, int end> 2022-11-23T01:24:57.6872016Z ^~~~~~~~ 2022-11-23T01:24:57.6872302Z class 2022-11-23T01:24:57.6872716Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMomentKernel.hip:5: 2022-11-23T01:24:57.6874279Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6875148Z __global__ void reduce_kernel(R reduction) { 2022-11-23T01:24:57.6875470Z ^ 2022-11-23T01:24:57.6887906Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6889873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6891666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6893521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6895317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6897195Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6899945Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6901670Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6904308Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6906009Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6907840Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6909568Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6911230Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6913030Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6914828Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6916411Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6917965Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6919695Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6921497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6923289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6925095Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6926900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6928746Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6930690Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6932502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6934310Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6936173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6938046Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6939842Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6941642Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6943483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6945302Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6947122Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6948939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6950753Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6952626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6954530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6956351Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6958235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6960034Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6961837Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6963653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6965468Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6967272Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6969093Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6970931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6972746Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6974568Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6976434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6978283Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6980082Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6981930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6983722Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6985465Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6987251Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6989051Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6990835Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.6992647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7074817Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7076445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7078325Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7080033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7081694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7083437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7085025Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7086633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7088225Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7089817Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7091387Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7092961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7094538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7096112Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7097769Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7099415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7101000Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7102616Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7104187Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7105731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7107288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7108908Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7110402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7111956Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7113664Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7115454Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7117242Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7119008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7120729Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7122285Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7123913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7125561Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7127256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7128962Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7130651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7132333Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7134041Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7135710Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7137478Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7139191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7140959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7142640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7144379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7146087Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7147769Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7149453Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7151159Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7152888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7161126Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7162989Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7164718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7166400Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7168313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7170061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7171842Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7173660Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7175453Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7177362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7179150Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7180931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7182688Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7184483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7186441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7188216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7190128Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7191936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7193735Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7195929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7197614Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7199158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7200635Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7202215Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7203974Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7205702Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7207354Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7209035Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7210690Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7212530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7214273Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7215938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7217833Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7219657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7221443Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7223277Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7225065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7226841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7228629Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7230404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:57.7231300Z 149 warnings generated when compiling for gfx906. 2022-11-23T01:24:57.7231879Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMomentKernel.hip:5: 2022-11-23T01:24:57.7232522Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:24:57.7233611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:57.7234424Z template typename func, int end, int current=0> 2022-11-23T01:24:57.7234798Z ^~~~~~~~ 2022-11-23T01:24:57.7235102Z class 2022-11-23T01:24:57.7235950Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:57.7236626Z template typename func, int end> 2022-11-23T01:24:57.7236994Z ^~~~~~~~ 2022-11-23T01:24:57.7237288Z class 2022-11-23T01:24:57.7237646Z 2 warnings generated when compiling for host. 2022-11-23T01:24:57.7270808Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReplicationPadding.hip.o 2022-11-23T01:24:57.9998346Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceNormKernel.hip:5: 2022-11-23T01:24:58.0001839Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:24:58.0002981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:58.0003678Z template typename func, int end, int current=0> 2022-11-23T01:24:58.0004063Z ^~~~~~~~ 2022-11-23T01:24:58.0004446Z class 2022-11-23T01:24:58.0005276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:58.0005914Z template typename func, int end> 2022-11-23T01:24:58.0006274Z ^~~~~~~~ 2022-11-23T01:24:58.0006569Z class 2022-11-23T01:24:58.0007054Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceNormKernel.hip:5: 2022-11-23T01:24:58.0008462Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0009344Z __global__ void reduce_kernel(R reduction) { 2022-11-23T01:24:58.0009666Z ^ 2022-11-23T01:24:58.0010877Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0012600Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0014136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0015714Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0018122Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0020418Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0022675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0024295Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0026087Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0028656Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0030299Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0032365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0034829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0037377Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0039017Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0040742Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0042940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0045429Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0048155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0050524Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0052294Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0054652Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0056413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0058754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0060842Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0063158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0065326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0067430Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0069747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0072121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0074368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0077148Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0079305Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0081573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0083232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0085125Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0086942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0088919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0090671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0092535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0094365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0096360Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0098208Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0100178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0101920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0104084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0106669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0108905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0111726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0113814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0116389Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0118441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0120343Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0122496Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0124438Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0126473Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0128521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0130519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0132605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0134525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0136475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0138614Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0140808Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0142750Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0144737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0146745Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0148701Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0150775Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0152751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0155027Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0157146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0159040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0160979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0163245Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0165360Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0167419Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0169439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0171613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0173695Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0175833Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0177949Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0179927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0181918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0184047Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0186022Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0187912Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceSumProdKernel.hip:4: 2022-11-23T01:24:58.0189348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0190247Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:24:58.0191259Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:58.0191922Z template typename func, int end, int current=0> 2022-11-23T01:24:58.0193192Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0193967Z ^~~~~~~~ 2022-11-23T01:24:58.0194381Z class 2022-11-23T01:24:58.0195157Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:58.0195756Z template typename func, int end> 2022-11-23T01:24:58.0196121Z ^~~~~~~~ 2022-11-23T01:24:58.0197383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0198244Z class 2022-11-23T01:24:58.0199271Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceSumProdKernel.hip:136:5: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:58.0201181Z typename OpFunctor, 2022-11-23T01:24:58.0202661Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0203672Z ^~~~~~~~ 2022-11-23T01:24:58.0204152Z class 2022-11-23T01:24:58.0204689Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceSumProdKernel.hip:4: 2022-11-23T01:24:58.0206134Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0207882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0208715Z __global__ void reduce_kernel(R reduction) { 2022-11-23T01:24:58.0209039Z ^ 2022-11-23T01:24:58.0210226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0211907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0213580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0215329Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0217164Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0218886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0220653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0222354Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0224078Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0225892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0227594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0229356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0231060Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0232741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0237226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0238963Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0240640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0242324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0244002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0245679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0247312Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0249126Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0250788Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0252449Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0254178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0259239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0260915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0262607Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0264248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0265903Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0267548Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0269213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0270846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0272480Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0274412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0276056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0277785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0279427Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0281062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0282730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0284378Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0286042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0287672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0289339Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0290956Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0292610Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0294325Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0295989Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0297787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0299501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0301164Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0302786Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0304448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0306087Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0307742Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0309401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0311044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0312674Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0318068Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0319823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0321484Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0323215Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0324868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0326507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0327934Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0329394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0331079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0332770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0334497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0336131Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0337860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0339635Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0341270Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0342919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0344606Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0346249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0347876Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0349503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0351136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0352764Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0355291Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0356986Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0358660Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0360398Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0362041Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0363678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0365376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0367011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0368669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0370318Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0371961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0373606Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0375246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0376973Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0378594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0380190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0381874Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0383521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0385174Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0396688Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0397976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0398950Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0399913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0400916Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0402120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0403330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0404579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0405519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0406773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0407951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0409098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0410153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0411763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0413200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0414388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0415334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0416727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0417776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0418982Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0420243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0421609Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0422953Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0424551Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0425731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0427103Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0428059Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0429402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0430393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0431912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0433325Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0435136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0436828Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0438536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0440327Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0441999Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0443702Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0445461Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0447164Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0448855Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0450566Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0452297Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0454011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0455709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0457475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0459173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0460876Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0462620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0464309Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0466002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0467738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0469428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0471116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0472848Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0517568Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0519270Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0521021Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0522769Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0524497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0526413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0528145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0529772Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0531431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0533118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0534815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0536519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0538299Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0540000Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0541697Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0543373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0545066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0546756Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0548541Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0550229Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0551916Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0553666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0555412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0557101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0558810Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0560502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0562210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0563900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0565442Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0567060Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0568886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0570562Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0572231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0573969Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0575675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0577440Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0579120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0580807Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0582501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0584163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0585862Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0587555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0589249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0590976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0592665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0594445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0596177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0597856Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0599406Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0600873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0601983Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0602953Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0604092Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0605461Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0606542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0607920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0608943Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0610108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0611472Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0612711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0614003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0615253Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0616286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0617499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0618468Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0619847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0620882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0622120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0623400Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0624468Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0625933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0626999Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0628286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0629270Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0630650Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0631779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0632947Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0674484Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0715927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0717753Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0719687Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0721435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0723191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0725084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0726856Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0728606Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0730321Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0732162Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0734941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0738272Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0740094Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0741900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0743688Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0745540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0747272Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0749022Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0750887Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0753596Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0755550Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0757317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0759051Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0760806Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0762591Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0764311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0766051Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0768055Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0769839Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0771529Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0773331Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0775126Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0776930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0778690Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0780431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0782186Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0784005Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0785786Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0787533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0789352Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0791250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0793043Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0794977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0797905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0799714Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0801509Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0811372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0813278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0815061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0816934Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0818740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0820522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0822431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0824205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0825910Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0827756Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0829506Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0831305Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0833075Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0834966Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0837862Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0839553Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0841303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0842990Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0844755Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0847572Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0849330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0851147Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0853011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0854719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0856510Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0858385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0860113Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0861890Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0863711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0865501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0867279Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0869181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0870997Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0873702Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0875781Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0877550Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0879384Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0881164Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0882960Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0884762Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0886601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0888371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0890145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0891960Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0893892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0895680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0897580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0899472Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0901253Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0903028Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0904800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0906587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0908396Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0910213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0912019Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0913792Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0915811Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0917608Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0919382Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0921184Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0922953Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0924770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0926574Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0928275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0929799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0931283Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0932536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0934066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0935800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0937804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0938870Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0939813Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0940812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0941740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0942652Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0943582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0944525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0945454Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0946391Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0947323Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0948245Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0949205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0950121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0951043Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0952006Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0952935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0953860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0955828Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0957455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0959164Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0960995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0962829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0964620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0966377Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0968220Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0969797Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0971397Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0973177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0974836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0976521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0978309Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0979958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0981620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0983288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0984970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0986665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0988448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0990158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0991873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0993684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0995508Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0997208Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.0998100Z 204 warnings generated when compiling for gfx906. 2022-11-23T01:24:58.0998662Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceSumProdKernel.hip:4: 2022-11-23T01:24:58.0999322Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:24:58.1000681Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1002050Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:58.1002712Z template typename func, int end, int current=0> 2022-11-23T01:24:58.1003121Z ^~~~~~~~ 2022-11-23T01:24:58.1003436Z class 2022-11-23T01:24:58.1004268Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:58.1005765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1006700Z template typename func, int end> 2022-11-23T01:24:58.1007076Z ^~~~~~~~ 2022-11-23T01:24:58.1007368Z class 2022-11-23T01:24:58.1008258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceSumProdKernel.hip:136:5: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:58.1008878Z typename OpFunctor, 2022-11-23T01:24:58.1009333Z ^~~~~~~~ 2022-11-23T01:24:58.1009596Z class 2022-11-23T01:24:58.1010826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1011717Z 3 warnings generated when compiling for host. 2022-11-23T01:24:58.1013009Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1014712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1016658Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1018315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1019942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1021583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1023223Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1024942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1026613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1028237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1029888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1031595Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1033245Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1035055Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1036878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1038605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1040220Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1041933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1043613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1045427Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1047190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1048937Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1050736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1052439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1054224Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1055934Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1057754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1059553Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1061218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1062981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1064709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1066439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1067982Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1069727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1071468Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1073163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1075269Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1076902Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1078540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1080382Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1082127Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1083753Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1085417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1087071Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1088805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1090450Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1092221Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1093523Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_RreluWithNoise.hip.o 2022-11-23T01:24:58.1095011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1097010Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1098689Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1100384Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1102202Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1103950Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1105636Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1107420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1109139Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1110904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1112611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1114381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1115984Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1117705Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1119492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1121120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1122814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1124718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1126441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1128212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1129963Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1131737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1133511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1135312Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1137137Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1138924Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1140739Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1142488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1144249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1146113Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1147919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1149700Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1151485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1153291Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1155206Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1158056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1159866Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1161682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1163490Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1165437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1167254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1169042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1170882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1172700Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1174509Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1176343Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1178250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1180062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1181886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1183660Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1185438Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1187349Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1189169Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1191049Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1192910Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1194873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1196692Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1198503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1200310Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1202128Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1203938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1205747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1207567Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1209393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1211323Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1213093Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1214899Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1216881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1218696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1220524Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1222348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1224137Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1225957Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1227776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1229591Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1231400Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1233275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1235221Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1237020Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1238937Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1240735Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1242551Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1244392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1246201Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1248004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1249712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1251526Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1253306Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1255045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1257022Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1258715Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1260421Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1262201Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1263939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1265726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1267519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1269238Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1271020Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1272824Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1274653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1276350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1278178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1279942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1281690Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1283531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1285314Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1287099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1288896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1290692Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1292403Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1294181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1295944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1297827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1299632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1301554Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1303375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1305197Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1306918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1308612Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1310346Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.1311222Z 452 warnings generated when compiling for gfx906. 2022-11-23T01:24:58.1311793Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceNormKernel.hip:5: 2022-11-23T01:24:58.1312407Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:24:58.1313385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:58.1314188Z template typename func, int end, int current=0> 2022-11-23T01:24:58.1314597Z ^~~~~~~~ 2022-11-23T01:24:58.1314880Z class 2022-11-23T01:24:58.1315708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:58.1316364Z template typename func, int end> 2022-11-23T01:24:58.1316731Z ^~~~~~~~ 2022-11-23T01:24:58.1317052Z class 2022-11-23T01:24:58.1317436Z 2 warnings generated when compiling for host. 2022-11-23T01:24:58.1415795Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ScatterGatherKernel.hip.o 2022-11-23T01:24:58.5417538Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReflectionPad.hip:7: 2022-11-23T01:24:58.5420521Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:58.5421323Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:58.5430706Z ^ 2022-11-23T01:24:58.5431713Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:58.5432236Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:58.5432546Z ^ 2022-11-23T01:24:58.5433109Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:58.5433643Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:58.5434058Z ^ 2022-11-23T01:24:58.5434748Z 1 warning generated when compiling for gfx906. 2022-11-23T01:24:58.5435292Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReflectionPad.hip:7: 2022-11-23T01:24:58.5436314Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:58.5436946Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:58.5437260Z ^ 2022-11-23T01:24:58.5437781Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:58.5438084Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:58.5438272Z ^ 2022-11-23T01:24:58.5438591Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:58.5438879Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:58.5439106Z ^ 2022-11-23T01:24:58.5439325Z 1 warning generated when compiling for host. 2022-11-23T01:24:58.5573330Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SegmentReduce.hip.o 2022-11-23T01:24:58.7713225Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RenormKernel.hip:5: 2022-11-23T01:24:58.7722319Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:58.7723571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:58.7724287Z template typename func, int end, int current=0> 2022-11-23T01:24:58.7728324Z ^~~~~~~~ 2022-11-23T01:24:58.7728648Z class 2022-11-23T01:24:58.7733282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:58.7733963Z template typename func, int end> 2022-11-23T01:24:58.7734338Z ^~~~~~~~ 2022-11-23T01:24:58.7734646Z class 2022-11-23T01:24:58.7735029Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:58.7735555Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RenormKernel.hip:5: 2022-11-23T01:24:58.7736168Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:58.7737256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:58.7737932Z template typename func, int end, int current=0> 2022-11-23T01:24:58.7738341Z ^~~~~~~~ 2022-11-23T01:24:58.7738620Z class 2022-11-23T01:24:58.7739435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:58.7740074Z template typename func, int end> 2022-11-23T01:24:58.7740632Z ^~~~~~~~ 2022-11-23T01:24:58.7740918Z class 2022-11-23T01:24:58.7741261Z 2 warnings generated when compiling for host. 2022-11-23T01:24:58.7835671Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Shape.hip.o 2022-11-23T01:24:58.9165979Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SoftMax.hip.o 2022-11-23T01:24:59.1682395Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReplicationPadding.hip:7: 2022-11-23T01:24:59.1683563Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:59.1684336Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:59.1684851Z ^ 2022-11-23T01:24:59.1685599Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:59.1686337Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:59.1686678Z ^ 2022-11-23T01:24:59.1687232Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:59.1687775Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:59.1688211Z ^ 2022-11-23T01:24:59.1688604Z 1 warning generated when compiling for gfx906. 2022-11-23T01:24:59.1689173Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReplicationPadding.hip:7: 2022-11-23T01:24:59.1690185Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:59.1690969Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:59.1691521Z ^ 2022-11-23T01:24:59.1692266Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:59.1692834Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:59.1693170Z ^ 2022-11-23T01:24:59.1693913Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:59.1694443Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:59.1694834Z ^ 2022-11-23T01:24:59.1695220Z 1 warning generated when compiling for host. 2022-11-23T01:24:59.1773020Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Sort.hip.o 2022-11-23T01:24:59.4708006Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScatterGatherKernel.hip:14: 2022-11-23T01:24:59.4709959Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:59.4711086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:59.4711488Z template typename func, int end, int current=0> 2022-11-23T01:24:59.4711715Z ^~~~~~~~ 2022-11-23T01:24:59.4711876Z class 2022-11-23T01:24:59.4721707Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:59.4722358Z template typename func, int end> 2022-11-23T01:24:59.4722665Z ^~~~~~~~ 2022-11-23T01:24:59.4722947Z class 2022-11-23T01:24:59.4723549Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScatterGatherKernel.hip:15: 2022-11-23T01:24:59.4723924Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2022-11-23T01:24:59.4724466Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:59.4724915Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:59.4725228Z ^ 2022-11-23T01:24:59.4725645Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:59.4741225Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:59.4741608Z ^ 2022-11-23T01:24:59.4742251Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:59.4742792Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:59.4743191Z ^ 2022-11-23T01:24:59.4743751Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:24:59.4744326Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScatterGatherKernel.hip:14: 2022-11-23T01:24:59.4744960Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:59.4745957Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:59.4746615Z template typename func, int end, int current=0> 2022-11-23T01:24:59.4747007Z ^~~~~~~~ 2022-11-23T01:24:59.4747320Z class 2022-11-23T01:24:59.4748200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:59.4748877Z template typename func, int end> 2022-11-23T01:24:59.4749246Z ^~~~~~~~ 2022-11-23T01:24:59.4749554Z class 2022-11-23T01:24:59.4750069Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScatterGatherKernel.hip:15: 2022-11-23T01:24:59.4750735Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2022-11-23T01:24:59.4751723Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:59.4752543Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:59.4811480Z ^ 2022-11-23T01:24:59.4812955Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:59.4813495Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:59.4813819Z ^ 2022-11-23T01:24:59.4815517Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:59.4816232Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:59.4817129Z ^ 2022-11-23T01:24:59.4817626Z 3 warnings generated when compiling for host. 2022-11-23T01:24:59.4843484Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SortImpl.hip.o 2022-11-23T01:24:59.4886784Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RreluWithNoise.hip:6: 2022-11-23T01:24:59.4887925Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:59.4905277Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:59.4906314Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:59.4906975Z template typename func, int end, int current=0> 2022-11-23T01:24:59.4907346Z ^~~~~~~~ 2022-11-23T01:24:59.4907617Z class 2022-11-23T01:24:59.4908459Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:59.4909081Z template typename func, int end> 2022-11-23T01:24:59.4909429Z ^~~~~~~~ 2022-11-23T01:24:59.4910843Z class 2022-11-23T01:24:59.4911483Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RreluWithNoise.hip:6: 2022-11-23T01:24:59.4912123Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:24:59.4912881Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:59.4913791Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:59.4914709Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:59.4915215Z ^ 2022-11-23T01:24:59.4915945Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:59.4916475Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:59.4916779Z ^ 2022-11-23T01:24:59.4917313Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:59.4917822Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:59.4918180Z ^ 2022-11-23T01:24:59.4918543Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:24:59.4919049Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RreluWithNoise.hip:6: 2022-11-23T01:24:59.4919627Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:59.4958225Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:59.4959368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:59.4960056Z template typename func, int end, int current=0> 2022-11-23T01:24:59.4960431Z ^~~~~~~~ 2022-11-23T01:24:59.4960739Z class 2022-11-23T01:24:59.4961578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:59.4962219Z template typename func, int end> 2022-11-23T01:24:59.4962582Z ^~~~~~~~ 2022-11-23T01:24:59.4962873Z class 2022-11-23T01:24:59.4963342Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RreluWithNoise.hip:6: 2022-11-23T01:24:59.4964002Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:24:59.4964570Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:59.4965461Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:59.4966310Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:59.4966793Z ^ 2022-11-23T01:24:59.4967462Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:59.4967794Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:59.4967966Z ^ 2022-11-23T01:24:59.4968274Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:59.4968571Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:59.4968779Z ^ 2022-11-23T01:24:59.4968989Z 3 warnings generated when compiling for host. 2022-11-23T01:24:59.5017186Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SortStable.hip.o 2022-11-23T01:25:00.0834230Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Sorting.hip.o 2022-11-23T01:25:00.1776325Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SparseBinaryOpIntersectionKernel.hip.o 2022-11-23T01:25:00.3693405Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:16: 2022-11-23T01:25:00.3693988Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:00.3695014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:00.3695526Z template typename func, int end, int current=0> 2022-11-23T01:25:00.3695752Z ^~~~~~~~ 2022-11-23T01:25:00.3695916Z class 2022-11-23T01:25:00.3711832Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:00.3712628Z template typename func, int end> 2022-11-23T01:25:00.3712986Z ^~~~~~~~ 2022-11-23T01:25:00.3713294Z class 2022-11-23T01:25:00.3713826Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:18: 2022-11-23T01:25:00.3715519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3717131Z __global__ void softmax_warp_forward(output_t *dst, const input_t *src, int batch_size, int stride, int element_count, const bool *mask = nullptr, const int head_chunk_size = -1, bool is_transformer_mask = false) 2022-11-23T01:25:00.3717817Z ^ 2022-11-23T01:25:00.3719178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3720337Z __global__ void softmax_warp_backward(output_t *gradInput, const input_t *grad, const input_t *output, int batch_size, int stride, int element_count, const bool *mask = nullptr) 2022-11-23T01:25:00.3720993Z ^ 2022-11-23T01:25:00.3722275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3726076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3728021Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3730298Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3733580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3735918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3739073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3741927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3744680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3747724Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3750452Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3753395Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3756424Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3759332Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3762275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3765191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3768241Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3771005Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3773921Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3776882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3779841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3782992Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3784988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3786981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3788993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3791049Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3792854Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3795132Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3797320Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3799748Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3801847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3803796Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3806705Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3808434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3810573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3812740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3814915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3817153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3819348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3821480Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3823842Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3825911Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3828265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3830301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3832572Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3834880Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3837046Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3839217Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3840867Z __global__ void softmax_warp_forward(output_t *dst, const input_t *src, int batch_size, int stride, int element_count, const bool *mask = nullptr, const int head_chunk_size = -1, bool is_transformer_mask = false) 2022-11-23T01:25:00.3841251Z ^ 2022-11-23T01:25:00.3843264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3845264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3847698Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3849483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3851626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3853665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3855868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3857671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3859814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3862013Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3864642Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3866248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3868394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3870553Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3872636Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3875745Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3877936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3880065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3882180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3884409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3886513Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3888801Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3890885Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3893066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3895249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3897490Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3899809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3901947Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3904174Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3906417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3908483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3910577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3912704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3915012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3917030Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3919168Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3921344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3923613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3925670Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3927918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3930328Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3956942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3958675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3960348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3962038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3963675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3965355Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3967026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3968090Z __global__ void softmax_warp_backward(output_t *gradInput, const input_t *grad, const input_t *output, int batch_size, int stride, int element_count, const bool *mask = nullptr) 2022-11-23T01:25:00.3968607Z ^ 2022-11-23T01:25:00.3969808Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3971567Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3973214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3974927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3976682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3978345Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3979994Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3981660Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3983498Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3986509Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3988341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3991166Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3992942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3994908Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3996654Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.3998452Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4000207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4002485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4004506Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4006368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4008240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4010459Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4012556Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4014642Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4016578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4018878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4020970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4023054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4025698Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4028657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4031538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4037836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4039571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4041499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4043248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4045995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4048782Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4051806Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4054586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4057867Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4060819Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4063239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4066262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4069268Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4071973Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4075095Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4120960Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4122717Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4124076Z __global__ void softmax_warp_forward(output_t *dst, const input_t *src, int batch_size, int stride, int element_count, const bool *mask = nullptr, const int head_chunk_size = -1, bool is_transformer_mask = false) 2022-11-23T01:25:00.4124780Z ^ 2022-11-23T01:25:00.4125904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4127445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4129145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4131056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4132820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4134700Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4137044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4139270Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4141379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4143438Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4145217Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4147264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4149410Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4151439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4153349Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4156580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4158203Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4160930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4162867Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4164787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4166493Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4169301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4172056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4175103Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4177011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4178429Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4179407Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4181214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4183114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4185090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4186079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4187488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4188416Z __global__ void softmax_warp_backward(output_t *gradInput, const input_t *grad, const input_t *output, int batch_size, int stride, int element_count, const bool *mask = nullptr) 2022-11-23T01:25:00.4188951Z ^ 2022-11-23T01:25:00.4190110Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4191777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4192933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4194622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4237968Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4239803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4241780Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4243584Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4245289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4247063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4248799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4250543Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4252242Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4253966Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4255696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4257487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4259333Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4261070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4262780Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4264626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4266358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4268048Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4269762Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4271488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4273151Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4274921Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4276541Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4278158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4280110Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4281909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4283690Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.4284650Z 211 warnings generated when compiling for gfx906. 2022-11-23T01:25:00.4285169Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:16: 2022-11-23T01:25:00.4285741Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:00.4286702Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:00.4287377Z template typename func, int end, int current=0> 2022-11-23T01:25:00.4287749Z ^~~~~~~~ 2022-11-23T01:25:00.4288042Z class 2022-11-23T01:25:00.4288869Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:00.4289499Z template typename func, int end> 2022-11-23T01:25:00.4289845Z ^~~~~~~~ 2022-11-23T01:25:00.4290135Z class 2022-11-23T01:25:00.4290492Z 2 warnings generated when compiling for host. 2022-11-23T01:25:00.4408409Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SparseMM.hip.o 2022-11-23T01:25:00.6218526Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SpectralOps.hip.o 2022-11-23T01:25:00.8619793Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_StepKernel.hip.o 2022-11-23T01:25:00.9775381Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SummaryOps.hip.o 2022-11-23T01:25:01.3565988Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Sorting.hip:13: 2022-11-23T01:25:01.3566966Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortingRadixSelect.cuh:4: 2022-11-23T01:25:01.3568029Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:01.3585840Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:01.3586420Z ^ 2022-11-23T01:25:01.3587272Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:01.3587862Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:01.3588190Z ^ 2022-11-23T01:25:01.3588712Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:01.3589400Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:01.3589704Z ^ 2022-11-23T01:25:01.3590000Z 1 warning generated when compiling for gfx906. 2022-11-23T01:25:01.3590420Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Sorting.hip:13: 2022-11-23T01:25:01.3590985Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortingRadixSelect.cuh:4: 2022-11-23T01:25:01.3591911Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:01.3592620Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:01.3593075Z ^ 2022-11-23T01:25:01.3593766Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:01.3594460Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:01.3594783Z ^ 2022-11-23T01:25:01.3595508Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:01.3596032Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:01.3596413Z ^ 2022-11-23T01:25:01.3596767Z 1 warning generated when compiling for host. 2022-11-23T01:25:01.3716723Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_TensorCompare.hip.o 2022-11-23T01:25:01.5780378Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_TensorFactories.hip.o 2022-11-23T01:25:01.6770627Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SparseBinaryOpIntersectionKernel.hip:6: 2022-11-23T01:25:01.6771387Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:01.6778219Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:01.6779054Z template typename func, int end, int current=0> 2022-11-23T01:25:01.6779588Z ^~~~~~~~ 2022-11-23T01:25:01.6779866Z class 2022-11-23T01:25:01.6780963Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:01.6781733Z template typename func, int end> 2022-11-23T01:25:01.6782092Z ^~~~~~~~ 2022-11-23T01:25:01.6782500Z class 2022-11-23T01:25:01.6783160Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SparseBinaryOpIntersectionKernel.hip:7: 2022-11-23T01:25:01.6783982Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2022-11-23T01:25:01.6785477Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:01.6786375Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:01.6787042Z ^ 2022-11-23T01:25:01.6787900Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:01.6788541Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:01.6788866Z ^ 2022-11-23T01:25:01.6789540Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:01.6790398Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:01.6790900Z ^ 2022-11-23T01:25:01.6791263Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:25:01.6791994Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SparseBinaryOpIntersectionKernel.hip:6: 2022-11-23T01:25:01.6792768Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:01.6793955Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:01.6796695Z template typename func, int end, int current=0> 2022-11-23T01:25:01.6797043Z ^~~~~~~~ 2022-11-23T01:25:01.6798637Z class 2022-11-23T01:25:01.6799552Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:01.6800194Z template typename func, int end> 2022-11-23T01:25:01.6800542Z ^~~~~~~~ 2022-11-23T01:25:01.6800971Z class 2022-11-23T01:25:01.6801489Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SparseBinaryOpIntersectionKernel.hip:7: 2022-11-23T01:25:01.6802171Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2022-11-23T01:25:01.6803074Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:01.6803808Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:01.6804315Z ^ 2022-11-23T01:25:01.6805039Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:01.6805550Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:01.6805873Z ^ 2022-11-23T01:25:01.6806416Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:01.6806899Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:01.6807263Z ^ 2022-11-23T01:25:01.6807626Z 3 warnings generated when compiling for host. 2022-11-23T01:25:01.6894694Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_TensorModeKernel.hip.o 2022-11-23T01:25:01.8021827Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_TensorTopK.hip.o 2022-11-23T01:25:02.1055616Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/StepKernel.hip:5: 2022-11-23T01:25:02.1056490Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:02.1057720Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:02.1058409Z template typename func, int end, int current=0> 2022-11-23T01:25:02.1058794Z ^~~~~~~~ 2022-11-23T01:25:02.1059106Z class 2022-11-23T01:25:02.1059981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:02.1060639Z template typename func, int end> 2022-11-23T01:25:02.1061024Z ^~~~~~~~ 2022-11-23T01:25:02.1061329Z class 2022-11-23T01:25:02.1061694Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:02.1062527Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/StepKernel.hip:5: 2022-11-23T01:25:02.1063137Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:02.1064161Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:02.1064862Z template typename func, int end, int current=0> 2022-11-23T01:25:02.1065267Z ^~~~~~~~ 2022-11-23T01:25:02.1065572Z class 2022-11-23T01:25:02.1066452Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:02.1067116Z template typename func, int end> 2022-11-23T01:25:02.1067498Z ^~~~~~~~ 2022-11-23T01:25:02.1067803Z class 2022-11-23T01:25:02.1068170Z 2 warnings generated when compiling for host. 2022-11-23T01:25:02.1175735Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_TensorTransformations.hip.o 2022-11-23T01:25:02.3312196Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SummaryOps.hip:10: 2022-11-23T01:25:02.3328278Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:02.3329211Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:02.3329850Z ^ 2022-11-23T01:25:02.3330551Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:02.3331084Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:02.3331382Z ^ 2022-11-23T01:25:02.3331939Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:02.3332396Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:02.3332720Z ^ 2022-11-23T01:25:02.3333019Z 1 warning generated when compiling for gfx906. 2022-11-23T01:25:02.3333455Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SummaryOps.hip:10: 2022-11-23T01:25:02.3334144Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:02.3334578Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:02.3334883Z ^ 2022-11-23T01:25:02.3335299Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:02.3335656Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:02.3335919Z ^ 2022-11-23T01:25:02.3336240Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:02.3336538Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:02.3336832Z ^ 2022-11-23T01:25:02.3337047Z 1 warning generated when compiling for host. 2022-11-23T01:25:02.3437683Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_TriangularOps.hip.o 2022-11-23T01:25:02.5256151Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorCompare.hip:8: 2022-11-23T01:25:02.5256840Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:02.5271483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:02.5272436Z template typename func, int end, int current=0> 2022-11-23T01:25:02.5272853Z ^~~~~~~~ 2022-11-23T01:25:02.5273140Z class 2022-11-23T01:25:02.5273989Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:02.5275119Z template typename func, int end> 2022-11-23T01:25:02.5275478Z ^~~~~~~~ 2022-11-23T01:25:02.5275747Z class 2022-11-23T01:25:02.5276076Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:02.5276591Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorCompare.hip:8: 2022-11-23T01:25:02.5277165Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:02.5278289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:02.5278925Z template typename func, int end, int current=0> 2022-11-23T01:25:02.5279299Z ^~~~~~~~ 2022-11-23T01:25:02.5279553Z class 2022-11-23T01:25:02.5280328Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:02.5280914Z template typename func, int end> 2022-11-23T01:25:02.5281247Z ^~~~~~~~ 2022-11-23T01:25:02.5281524Z class 2022-11-23T01:25:02.5281862Z 2 warnings generated when compiling for host. 2022-11-23T01:25:02.5362131Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryComplexKernels.hip.o 2022-11-23T01:25:02.8835297Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorFactories.hip:6: 2022-11-23T01:25:02.8835969Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:25:02.8840626Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:02.8841402Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:02.8841920Z ^ 2022-11-23T01:25:02.8842658Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:02.8843176Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:02.8843503Z ^ 2022-11-23T01:25:02.8844027Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:02.8844454Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:02.8844814Z ^ 2022-11-23T01:25:02.8845148Z 1 warning generated when compiling for gfx906. 2022-11-23T01:25:02.8847627Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorFactories.hip:6: 2022-11-23T01:25:02.8852306Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:25:02.8853393Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:02.8854205Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:02.8854743Z ^ 2022-11-23T01:25:02.8855685Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:02.8856258Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:02.8856577Z ^ 2022-11-23T01:25:02.8857217Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:02.8857759Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:02.8858160Z ^ 2022-11-23T01:25:02.8858522Z 1 warning generated when compiling for host. 2022-11-23T01:25:02.8940188Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryFractionKernels.hip.o 2022-11-23T01:25:03.2063875Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorTopK.hip:15: 2022-11-23T01:25:03.2064763Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortingRadixSelect.cuh:4: 2022-11-23T01:25:03.2077432Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:03.2078449Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:03.2079001Z ^ 2022-11-23T01:25:03.2079757Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:03.2080467Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:03.2080948Z ^ 2022-11-23T01:25:03.2081517Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:03.2082023Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:03.2082407Z ^ 2022-11-23T01:25:03.2082785Z 1 warning generated when compiling for gfx906. 2022-11-23T01:25:03.2083291Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorTopK.hip:15: 2022-11-23T01:25:03.2083883Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortingRadixSelect.cuh:4: 2022-11-23T01:25:03.2085054Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:03.2085983Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:03.2086517Z ^ 2022-11-23T01:25:03.2087245Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:03.2087788Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:03.2088093Z ^ 2022-11-23T01:25:03.2088640Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:03.2089146Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:03.2089524Z ^ 2022-11-23T01:25:03.2089869Z 1 warning generated when compiling for host. 2022-11-23T01:25:03.2197510Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorModeKernel.hip:3: 2022-11-23T01:25:03.2200983Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorModeKernel.cuh:6: 2022-11-23T01:25:03.2201582Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:03.2202721Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:03.2203428Z template typename func, int end, int current=0> 2022-11-23T01:25:03.2204049Z ^~~~~~~~ 2022-11-23T01:25:03.2204347Z class 2022-11-23T01:25:03.2207026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:03.2207710Z template typename func, int end> 2022-11-23T01:25:03.2208102Z ^~~~~~~~ 2022-11-23T01:25:03.2208407Z class 2022-11-23T01:25:03.2213536Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:03.2214075Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorModeKernel.hip:3: 2022-11-23T01:25:03.2215922Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorModeKernel.cuh:6: 2022-11-23T01:25:03.2216584Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:03.2217606Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGammaKernels.hip.o 2022-11-23T01:25:03.2218836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:03.2219518Z template typename func, int end, int current=0> 2022-11-23T01:25:03.2219913Z ^~~~~~~~ 2022-11-23T01:25:03.2220215Z class 2022-11-23T01:25:03.2221066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:03.2221709Z template typename func, int end> 2022-11-23T01:25:03.2222075Z ^~~~~~~~ 2022-11-23T01:25:03.2222375Z class 2022-11-23T01:25:03.2222730Z 2 warnings generated when compiling for host. 2022-11-23T01:25:03.2319102Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricAcosKernel.hip.o 2022-11-23T01:25:03.3990638Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorTransformations.hip:8: 2022-11-23T01:25:03.3991362Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:25:03.3992480Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:03.3993868Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:03.3995051Z ^ 2022-11-23T01:25:03.3995875Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:03.3996466Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:03.3996779Z ^ 2022-11-23T01:25:03.3997328Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:03.4007579Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:03.4007951Z ^ 2022-11-23T01:25:03.4008276Z 1 warning generated when compiling for gfx906. 2022-11-23T01:25:03.4008787Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorTransformations.hip:8: 2022-11-23T01:25:03.4009369Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:25:03.4010369Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:03.4010863Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:03.4011422Z ^ 2022-11-23T01:25:03.4016306Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:03.4017161Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:03.4017638Z ^ 2022-11-23T01:25:03.4018411Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:03.4018971Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:03.4019515Z ^ 2022-11-23T01:25:03.4020046Z 1 warning generated when compiling for host. 2022-11-23T01:25:03.4101818Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricAcoshKernel.hip.o 2022-11-23T01:25:03.5988397Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryComplexKernels.hip:6: 2022-11-23T01:25:03.5989064Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:03.5991110Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:03.5993772Z template typename func, int end, int current=0> 2022-11-23T01:25:03.5994447Z ^~~~~~~~ 2022-11-23T01:25:03.5995159Z class 2022-11-23T01:25:03.5996892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:03.5997639Z template typename func, int end> 2022-11-23T01:25:03.5998035Z ^~~~~~~~ 2022-11-23T01:25:03.5998357Z class 2022-11-23T01:25:03.5998707Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:03.5999287Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryComplexKernels.hip:6: 2022-11-23T01:25:03.5999892Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:03.6003681Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:03.6004406Z template typename func, int end, int current=0> 2022-11-23T01:25:03.6004806Z ^~~~~~~~ 2022-11-23T01:25:03.6004988Z class 2022-11-23T01:25:03.6005454Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:03.6005818Z template typename func, int end> 2022-11-23T01:25:03.6006026Z ^~~~~~~~ 2022-11-23T01:25:03.6006186Z class 2022-11-23T01:25:03.6006402Z 2 warnings generated when compiling for host. 2022-11-23T01:25:03.6105921Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricAsinKernel.hip.o 2022-11-23T01:25:03.6593618Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TriangularOps.hip:22: 2022-11-23T01:25:03.6594519Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:25:03.6595618Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:03.6596417Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:03.6596957Z ^ 2022-11-23T01:25:03.6597693Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:03.6598490Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:03.6604880Z ^ 2022-11-23T01:25:03.6605673Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:03.6606231Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:03.6606636Z ^ 2022-11-23T01:25:03.6607026Z 1 warning generated when compiling for gfx906. 2022-11-23T01:25:03.6607574Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TriangularOps.hip:22: 2022-11-23T01:25:03.6608230Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:25:03.6609251Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:03.6610071Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:03.6610623Z ^ 2022-11-23T01:25:03.6611544Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:03.6612116Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:03.6612438Z ^ 2022-11-23T01:25:03.6613013Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:03.6613559Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:03.6613945Z ^ 2022-11-23T01:25:03.6614307Z 1 warning generated when compiling for host. 2022-11-23T01:25:03.6690578Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricAsinhKernel.hip.o 2022-11-23T01:25:04.1427473Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryFractionKernels.hip:5: 2022-11-23T01:25:04.1428161Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:04.1433385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:04.1434282Z template typename func, int end, int current=0> 2022-11-23T01:25:04.1434688Z ^~~~~~~~ 2022-11-23T01:25:04.1435424Z class 2022-11-23T01:25:04.1436305Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:04.1437928Z template typename func, int end> 2022-11-23T01:25:04.1438480Z ^~~~~~~~ 2022-11-23T01:25:04.1441007Z class 2022-11-23T01:25:04.1441526Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:04.1444779Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryFractionKernels.hip:5: 2022-11-23T01:25:04.1452792Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:04.1453802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:04.1454199Z template typename func, int end, int current=0> 2022-11-23T01:25:04.1454436Z ^~~~~~~~ 2022-11-23T01:25:04.1454649Z class 2022-11-23T01:25:04.1455122Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:04.1455554Z template typename func, int end> 2022-11-23T01:25:04.1456097Z ^~~~~~~~ 2022-11-23T01:25:04.1456374Z class 2022-11-23T01:25:04.1456812Z 2 warnings generated when compiling for host. 2022-11-23T01:25:04.1581374Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricAtanKernel.hip.o 2022-11-23T01:25:04.3354533Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGammaKernels.hip:5: 2022-11-23T01:25:04.3355385Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:04.3356439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:04.3357118Z template typename func, int end, int current=0> 2022-11-23T01:25:04.3357485Z ^~~~~~~~ 2022-11-23T01:25:04.3357798Z class 2022-11-23T01:25:04.3368942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:04.3369877Z template typename func, int end> 2022-11-23T01:25:04.3370230Z ^~~~~~~~ 2022-11-23T01:25:04.3370532Z class 2022-11-23T01:25:04.3370891Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:04.3371413Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGammaKernels.hip:5: 2022-11-23T01:25:04.3372045Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:04.3373019Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:04.3373687Z template typename func, int end, int current=0> 2022-11-23T01:25:04.3374055Z ^~~~~~~~ 2022-11-23T01:25:04.3374341Z class 2022-11-23T01:25:04.3375166Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:04.3375808Z template typename func, int end> 2022-11-23T01:25:04.3376149Z ^~~~~~~~ 2022-11-23T01:25:04.3376444Z class 2022-11-23T01:25:04.3376897Z 2 warnings generated when compiling for host. 2022-11-23T01:25:04.3459655Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricAtanhKernel.hip.o 2022-11-23T01:25:04.3927039Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAcosKernel.hip:9: 2022-11-23T01:25:04.3927696Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:04.3938861Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:04.3939738Z template typename func, int end, int current=0> 2022-11-23T01:25:04.3940202Z ^~~~~~~~ 2022-11-23T01:25:04.3940488Z class 2022-11-23T01:25:04.3941294Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:04.3941953Z template typename func, int end> 2022-11-23T01:25:04.3942380Z ^~~~~~~~ 2022-11-23T01:25:04.3942647Z class 2022-11-23T01:25:04.3942990Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:04.3943591Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAcosKernel.hip:9: 2022-11-23T01:25:04.3944438Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:04.3945401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:04.3946037Z template typename func, int end, int current=0> 2022-11-23T01:25:04.3946432Z ^~~~~~~~ 2022-11-23T01:25:04.3946698Z class 2022-11-23T01:25:04.3947519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:04.3948131Z template typename func, int end> 2022-11-23T01:25:04.3948456Z ^~~~~~~~ 2022-11-23T01:25:04.3948739Z class 2022-11-23T01:25:04.3949063Z 2 warnings generated when compiling for host. 2022-11-23T01:25:04.4025969Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricCosKernel.hip.o 2022-11-23T01:25:04.5931971Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAcoshKernel.hip:9: 2022-11-23T01:25:04.5934541Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:04.5935670Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:04.5936394Z template typename func, int end, int current=0> 2022-11-23T01:25:04.5936850Z ^~~~~~~~ 2022-11-23T01:25:04.5937152Z class 2022-11-23T01:25:04.5938030Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:04.5939881Z template typename func, int end> 2022-11-23T01:25:04.5940242Z ^~~~~~~~ 2022-11-23T01:25:04.5940565Z class 2022-11-23T01:25:04.5940949Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:04.5941541Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAcoshKernel.hip:9: 2022-11-23T01:25:04.5942185Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:04.5943152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:04.5943830Z template typename func, int end, int current=0> 2022-11-23T01:25:04.5946094Z ^~~~~~~~ 2022-11-23T01:25:04.5946442Z class 2022-11-23T01:25:04.5947318Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:04.5947759Z template typename func, int end> 2022-11-23T01:25:04.5947973Z ^~~~~~~~ 2022-11-23T01:25:04.5948147Z class 2022-11-23T01:25:04.5948398Z 2 warnings generated when compiling for host. 2022-11-23T01:25:04.6050056Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricCoshKernel.hip.o 2022-11-23T01:25:04.7408990Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAsinKernel.hip:9: 2022-11-23T01:25:04.7409897Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:04.7410880Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:04.7411442Z template typename func, int end, int current=0> 2022-11-23T01:25:04.7411671Z ^~~~~~~~ 2022-11-23T01:25:04.7411858Z class 2022-11-23T01:25:04.7417054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:04.7417675Z template typename func, int end> 2022-11-23T01:25:04.7418019Z ^~~~~~~~ 2022-11-23T01:25:04.7418295Z class 2022-11-23T01:25:04.7418594Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:04.7419118Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAsinKernel.hip:9: 2022-11-23T01:25:04.7419703Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:04.7420659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:04.7421432Z template typename func, int end, int current=0> 2022-11-23T01:25:04.7421794Z ^~~~~~~~ 2022-11-23T01:25:04.7422054Z class 2022-11-23T01:25:04.7422771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:04.7423416Z template typename func, int end> 2022-11-23T01:25:04.7423771Z ^~~~~~~~ 2022-11-23T01:25:04.7424065Z class 2022-11-23T01:25:04.7424442Z 2 warnings generated when compiling for host. 2022-11-23T01:25:04.7531729Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricSinKernel.hip.o 2022-11-23T01:25:04.8133089Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAsinhKernel.hip:9: 2022-11-23T01:25:04.8133869Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:04.8134995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:04.8135713Z template typename func, int end, int current=0> 2022-11-23T01:25:04.8136117Z ^~~~~~~~ 2022-11-23T01:25:04.8136385Z class 2022-11-23T01:25:04.8137332Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:04.8139740Z template typename func, int end> 2022-11-23T01:25:04.8140115Z ^~~~~~~~ 2022-11-23T01:25:04.8140435Z class 2022-11-23T01:25:04.8143031Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:04.8143879Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAsinhKernel.hip:9: 2022-11-23T01:25:04.8144722Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:04.8145943Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:04.8146547Z template typename func, int end, int current=0> 2022-11-23T01:25:04.8146787Z ^~~~~~~~ 2022-11-23T01:25:04.8146963Z class 2022-11-23T01:25:04.8147490Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:04.8148074Z template typename func, int end> 2022-11-23T01:25:04.8148295Z ^~~~~~~~ 2022-11-23T01:25:04.8148458Z class 2022-11-23T01:25:04.8148707Z 2 warnings generated when compiling for host. 2022-11-23T01:25:04.8216339Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricSinhKernel.hip.o 2022-11-23T01:25:05.3212297Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAtanKernel.hip:9: 2022-11-23T01:25:05.3212963Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:05.3214070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:05.3214792Z template typename func, int end, int current=0> 2022-11-23T01:25:05.3215221Z ^~~~~~~~ 2022-11-23T01:25:05.3215500Z class 2022-11-23T01:25:05.3216539Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:05.3224908Z template typename func, int end> 2022-11-23T01:25:05.3225289Z ^~~~~~~~ 2022-11-23T01:25:05.3225599Z class 2022-11-23T01:25:05.3225948Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:05.3226537Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAtanKernel.hip:9: 2022-11-23T01:25:05.3227148Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:05.3228170Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:05.3228851Z template typename func, int end, int current=0> 2022-11-23T01:25:05.3229252Z ^~~~~~~~ 2022-11-23T01:25:05.3229557Z class 2022-11-23T01:25:05.3230396Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:05.3231067Z template typename func, int end> 2022-11-23T01:25:05.3231450Z ^~~~~~~~ 2022-11-23T01:25:05.3231738Z class 2022-11-23T01:25:05.3232117Z 2 warnings generated when compiling for host. 2022-11-23T01:25:05.3335866Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricTanKernel.hip.o 2022-11-23T01:25:05.5447056Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAtanhKernel.hip:9: 2022-11-23T01:25:05.5447790Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:05.5448884Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:05.5449569Z template typename func, int end, int current=0> 2022-11-23T01:25:05.5449960Z ^~~~~~~~ 2022-11-23T01:25:05.5450258Z class 2022-11-23T01:25:05.5456535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:05.5457273Z template typename func, int end> 2022-11-23T01:25:05.5457642Z ^~~~~~~~ 2022-11-23T01:25:05.5457941Z class 2022-11-23T01:25:05.5458290Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:05.5459096Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAtanhKernel.hip:9: 2022-11-23T01:25:05.5459747Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:05.5460699Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:05.5461361Z template typename func, int end, int current=0> 2022-11-23T01:25:05.5461742Z ^~~~~~~~ 2022-11-23T01:25:05.5462026Z class 2022-11-23T01:25:05.5462859Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:05.5463489Z template typename func, int end> 2022-11-23T01:25:05.5463846Z ^~~~~~~~ 2022-11-23T01:25:05.5464125Z class 2022-11-23T01:25:05.5464492Z 2 warnings generated when compiling for host. 2022-11-23T01:25:05.5550687Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricTanhKernel.hip.o 2022-11-23T01:25:05.5686609Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricCosKernel.hip:9: 2022-11-23T01:25:05.5687560Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:05.5688778Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:05.5689595Z template typename func, int end, int current=0> 2022-11-23T01:25:05.5690098Z ^~~~~~~~ 2022-11-23T01:25:05.5702925Z class 2022-11-23T01:25:05.5704130Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:05.5704989Z template typename func, int end> 2022-11-23T01:25:05.5705507Z ^~~~~~~~ 2022-11-23T01:25:05.5705792Z class 2022-11-23T01:25:05.5706332Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:05.5706985Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricCosKernel.hip:9: 2022-11-23T01:25:05.5707557Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:05.5708870Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:05.5709700Z template typename func, int end, int current=0> 2022-11-23T01:25:05.5710213Z ^~~~~~~~ 2022-11-23T01:25:05.5710498Z class 2022-11-23T01:25:05.5711582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:05.5712378Z template typename func, int end> 2022-11-23T01:25:05.5712746Z ^~~~~~~~ 2022-11-23T01:25:05.5713190Z class 2022-11-23T01:25:05.5713547Z 2 warnings generated when compiling for host. 2022-11-23T01:25:05.5809980Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryLogKernels.hip.o 2022-11-23T01:25:05.8034950Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricCoshKernel.hip:9: 2022-11-23T01:25:05.8050793Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:05.8052522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:05.8053945Z template typename func, int end, int current=0> 2022-11-23T01:25:05.8054768Z ^~~~~~~~ 2022-11-23T01:25:05.8055109Z class 2022-11-23T01:25:05.8055973Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:05.8056709Z template typename func, int end> 2022-11-23T01:25:05.8057022Z ^~~~~~~~ 2022-11-23T01:25:05.8057331Z class 2022-11-23T01:25:05.8057648Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:05.8058002Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricCoshKernel.hip:9: 2022-11-23T01:25:05.8058428Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:05.8059200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:05.8059791Z template typename func, int end, int current=0> 2022-11-23T01:25:05.8060145Z ^~~~~~~~ 2022-11-23T01:25:05.8060421Z class 2022-11-23T01:25:05.8061204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:05.8061814Z template typename func, int end> 2022-11-23T01:25:05.8062222Z ^~~~~~~~ 2022-11-23T01:25:05.8062555Z class 2022-11-23T01:25:05.8062872Z 2 warnings generated when compiling for host. 2022-11-23T01:25:05.8163582Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryOpsKernel.hip.o 2022-11-23T01:25:05.9477192Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricSinKernel.hip:9: 2022-11-23T01:25:05.9477894Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:05.9479002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:05.9479697Z template typename func, int end, int current=0> 2022-11-23T01:25:05.9480114Z ^~~~~~~~ 2022-11-23T01:25:05.9480425Z class 2022-11-23T01:25:05.9481295Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:05.9481961Z template typename func, int end> 2022-11-23T01:25:05.9482362Z ^~~~~~~~ 2022-11-23T01:25:05.9482651Z class 2022-11-23T01:25:05.9483028Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:05.9483617Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricSinKernel.hip:9: 2022-11-23T01:25:05.9484276Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:05.9485255Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:05.9485928Z template typename func, int end, int current=0> 2022-11-23T01:25:05.9486331Z ^~~~~~~~ 2022-11-23T01:25:05.9486619Z class 2022-11-23T01:25:05.9487472Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:05.9488345Z template typename func, int end> 2022-11-23T01:25:05.9488726Z ^~~~~~~~ 2022-11-23T01:25:05.9489017Z class 2022-11-23T01:25:05.9489381Z 2 warnings generated when compiling for host. 2022-11-23T01:25:05.9552731Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricSinhKernel.hip:9: 2022-11-23T01:25:05.9557486Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:05.9572387Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:05.9573141Z template typename func, int end, int current=0> 2022-11-23T01:25:05.9573572Z ^~~~~~~~ 2022-11-23T01:25:05.9573997Z class 2022-11-23T01:25:05.9574865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:05.9575760Z template typename func, int end> 2022-11-23T01:25:05.9576158Z ^~~~~~~~ 2022-11-23T01:25:05.9576688Z class 2022-11-23T01:25:05.9577824Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:05.9578730Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricSinhKernel.hip:9: 2022-11-23T01:25:05.9579765Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:05.9580873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:05.9581564Z template typename func, int end, int current=0> 2022-11-23T01:25:05.9581984Z ^~~~~~~~ 2022-11-23T01:25:05.9582290Z class 2022-11-23T01:25:05.9583144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:05.9583784Z template typename func, int end> 2022-11-23T01:25:05.9584145Z ^~~~~~~~ 2022-11-23T01:25:05.9584452Z class 2022-11-23T01:25:05.9584807Z 2 warnings generated when compiling for host. 2022-11-23T01:25:05.9585646Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnarySignKernels.hip.o 2022-11-23T01:25:05.9678452Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnarySpecialOpsKernel.hip.o 2022-11-23T01:25:06.4707339Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricTanKernel.hip:9: 2022-11-23T01:25:06.4708225Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:06.4709637Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:06.4710501Z template typename func, int end, int current=0> 2022-11-23T01:25:06.4710922Z ^~~~~~~~ 2022-11-23T01:25:06.4711350Z class 2022-11-23T01:25:06.4712340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:06.4713107Z template typename func, int end> 2022-11-23T01:25:06.4713607Z ^~~~~~~~ 2022-11-23T01:25:06.4713901Z class 2022-11-23T01:25:06.4714707Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:06.4715448Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricTanKernel.hip:9: 2022-11-23T01:25:06.4716246Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:06.4717555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:06.4718393Z template typename func, int end, int current=0> 2022-11-23T01:25:06.4718911Z ^~~~~~~~ 2022-11-23T01:25:06.4719249Z class 2022-11-23T01:25:06.4720265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:06.4721062Z template typename func, int end> 2022-11-23T01:25:06.4721579Z ^~~~~~~~ 2022-11-23T01:25:06.4722016Z class 2022-11-23T01:25:06.4722388Z 2 warnings generated when compiling for host. 2022-11-23T01:25:06.4802609Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnfoldBackwardKernel.hip.o 2022-11-23T01:25:06.7501268Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryLogKernels.hip:5: 2022-11-23T01:25:06.7501919Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:06.7502991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:06.7518704Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricTanhKernel.hip:9: 2022-11-23T01:25:06.7519330Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:06.7520402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:06.7521107Z template typename func, int end, int current=0> 2022-11-23T01:25:06.7525740Z ^~~~~~~~ 2022-11-23T01:25:06.7526122Z class 2022-11-23T01:25:06.7527022Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:06.7527654Z template typename func, int end> 2022-11-23T01:25:06.7528039Z ^~~~~~~~ 2022-11-23T01:25:06.7528362Z class 2022-11-23T01:25:06.7528750Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:06.7529292Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryLogKernels.hip:5: 2022-11-23T01:25:06.7529929Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:06.7530956Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:06.7531597Z template typename func, int end, int current=0> 2022-11-23T01:25:06.7531996Z ^~~~~~~~ 2022-11-23T01:25:06.7532309Z class 2022-11-23T01:25:06.7533164Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:06.7533781Z template typename func, int end> 2022-11-23T01:25:06.7534147Z ^~~~~~~~ 2022-11-23T01:25:06.7534458Z class 2022-11-23T01:25:06.7534809Z 2 warnings generated when compiling for host. 2022-11-23T01:25:06.7535577Z template typename func, int end, int current=0> 2022-11-23T01:25:06.7535992Z ^~~~~~~~ 2022-11-23T01:25:06.7536309Z class 2022-11-23T01:25:06.7537259Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:06.7537901Z template typename func, int end> 2022-11-23T01:25:06.7538270Z ^~~~~~~~ 2022-11-23T01:25:06.7538549Z class 2022-11-23T01:25:06.7538888Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:06.7539395Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricTanhKernel.hip:9: 2022-11-23T01:25:06.7539964Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:06.7540892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:06.7541529Z template typename func, int end, int current=0> 2022-11-23T01:25:06.7542033Z ^~~~~~~~ 2022-11-23T01:25:06.7542297Z class 2022-11-23T01:25:06.7543117Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:06.7543730Z template typename func, int end> 2022-11-23T01:25:06.7544072Z ^~~~~~~~ 2022-11-23T01:25:06.7544356Z class 2022-11-23T01:25:06.7544706Z 2 warnings generated when compiling for host. 2022-11-23T01:25:06.7619261Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Unique.hip.o 2022-11-23T01:25:06.7619822Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UniqueCub.hip.o 2022-11-23T01:25:07.0944193Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryOpsKernel.hip:13: 2022-11-23T01:25:07.0944827Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:07.0949254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.0950190Z template typename func, int end, int current=0> 2022-11-23T01:25:07.0950743Z ^~~~~~~~ 2022-11-23T01:25:07.0951084Z class 2022-11-23T01:25:07.0951979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.0952664Z template typename func, int end> 2022-11-23T01:25:07.0953051Z ^~~~~~~~ 2022-11-23T01:25:07.0953346Z class 2022-11-23T01:25:07.0953859Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryOpsKernel.hip:13: 2022-11-23T01:25:07.0954667Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2022-11-23T01:25:07.0955304Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2022-11-23T01:25:07.0956721Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:07.0957892Z __global__ void unrolled_elementwise_kernel_for_multi_outputs(int N, func_t f, array_t data, inp_calc_t ic, out_calc_t oc) { 2022-11-23T01:25:07.0958595Z ^ 2022-11-23T01:25:07.0962157Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:07.0963950Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:07.0965744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:07.0967630Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:07.0969425Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:07.0971197Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:07.0972984Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:07.0975200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:07.0978188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:07.0979104Z 12 warnings generated when compiling for gfx906. 2022-11-23T01:25:07.0979689Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryOpsKernel.hip:13: 2022-11-23T01:25:07.0980632Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:07.0983560Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.0984467Z template typename func, int end, int current=0> 2022-11-23T01:25:07.0984893Z ^~~~~~~~ 2022-11-23T01:25:07.0985205Z class 2022-11-23T01:25:07.0987969Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.0988804Z template typename func, int end> 2022-11-23T01:25:07.0989193Z ^~~~~~~~ 2022-11-23T01:25:07.0989984Z class 2022-11-23T01:25:07.0990362Z 2 warnings generated when compiling for host. 2022-11-23T01:25:07.1102814Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UpSampleBicubic2d.hip.o 2022-11-23T01:25:07.1618845Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnarySignKernels.hip:4: 2022-11-23T01:25:07.1619476Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:07.1620545Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.1621211Z template typename func, int end, int current=0> 2022-11-23T01:25:07.1621615Z ^~~~~~~~ 2022-11-23T01:25:07.1621918Z class 2022-11-23T01:25:07.1626675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.1627372Z template typename func, int end> 2022-11-23T01:25:07.1627891Z ^~~~~~~~ 2022-11-23T01:25:07.1628183Z class 2022-11-23T01:25:07.1628530Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:07.1629047Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnarySignKernels.hip:4: 2022-11-23T01:25:07.1631191Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:07.1632311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.1632947Z template typename func, int end, int current=0> 2022-11-23T01:25:07.1633315Z ^~~~~~~~ 2022-11-23T01:25:07.1633589Z class 2022-11-23T01:25:07.1636223Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.1636944Z template typename func, int end> 2022-11-23T01:25:07.1637295Z ^~~~~~~~ 2022-11-23T01:25:07.1637576Z class 2022-11-23T01:25:07.1637921Z 2 warnings generated when compiling for host. 2022-11-23T01:25:07.1775880Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UpSampleBilinear2d.hip.o 2022-11-23T01:25:07.2047009Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnarySpecialOpsKernel.hip:12: 2022-11-23T01:25:07.2047758Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:07.2048908Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.2052810Z template typename func, int end, int current=0> 2022-11-23T01:25:07.2056546Z ^~~~~~~~ 2022-11-23T01:25:07.2058092Z class 2022-11-23T01:25:07.2058980Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.2062126Z template typename func, int end> 2022-11-23T01:25:07.2064765Z ^~~~~~~~ 2022-11-23T01:25:07.2065093Z class 2022-11-23T01:25:07.2065475Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:07.2068895Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnarySpecialOpsKernel.hip:12: 2022-11-23T01:25:07.2077254Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:07.2078567Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.2079255Z template typename func, int end, int current=0> 2022-11-23T01:25:07.2079643Z ^~~~~~~~ 2022-11-23T01:25:07.2079928Z class 2022-11-23T01:25:07.2080749Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.2081420Z template typename func, int end> 2022-11-23T01:25:07.2081807Z ^~~~~~~~ 2022-11-23T01:25:07.2082103Z class 2022-11-23T01:25:07.2082476Z 2 warnings generated when compiling for host. 2022-11-23T01:25:07.2177254Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UpSampleLinear1d.hip.o 2022-11-23T01:25:07.6969536Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnfoldBackwardKernel.hip:7: 2022-11-23T01:25:07.6970933Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:07.6972393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.6973304Z template typename func, int end, int current=0> 2022-11-23T01:25:07.6974063Z ^~~~~~~~ 2022-11-23T01:25:07.6974437Z class 2022-11-23T01:25:07.6975398Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.6976084Z template typename func, int end> 2022-11-23T01:25:07.6980345Z ^~~~~~~~ 2022-11-23T01:25:07.6984440Z class 2022-11-23T01:25:07.6984830Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:07.6985432Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnfoldBackwardKernel.hip:7: 2022-11-23T01:25:07.6986068Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:07.6987128Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.6987837Z template typename func, int end, int current=0> 2022-11-23T01:25:07.6988224Z ^~~~~~~~ 2022-11-23T01:25:07.6988530Z class 2022-11-23T01:25:07.6989362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.6989989Z template typename func, int end> 2022-11-23T01:25:07.6990349Z ^~~~~~~~ 2022-11-23T01:25:07.6990651Z class 2022-11-23T01:25:07.6990995Z 2 warnings generated when compiling for host. 2022-11-23T01:25:07.7084006Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UpSampleNearest1d.hip.o 2022-11-23T01:25:08.1462462Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:8: 2022-11-23T01:25:08.1463086Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:25:08.1464148Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:08.1464904Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:08.1473193Z ^ 2022-11-23T01:25:08.1473894Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:08.1480831Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:08.1481243Z ^ 2022-11-23T01:25:08.1481922Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:08.1482386Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:08.1482746Z ^ 2022-11-23T01:25:08.1483138Z 1 warning generated when compiling for gfx906. 2022-11-23T01:25:08.1483656Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:8: 2022-11-23T01:25:08.1484260Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:25:08.1485202Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:08.1486088Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:08.1486579Z ^ 2022-11-23T01:25:08.1487309Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:08.1487831Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:08.1488141Z ^ 2022-11-23T01:25:08.1488655Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:08.1489145Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:08.1489500Z ^ 2022-11-23T01:25:08.1489819Z 1 warning generated when compiling for host. 2022-11-23T01:25:08.1571872Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UpSampleNearest2d.hip.o 2022-11-23T01:25:08.3233316Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleBicubic2d.hip:11: 2022-11-23T01:25:08.3234029Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2022-11-23T01:25:08.3256408Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:08.3257313Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:08.3257883Z ^ 2022-11-23T01:25:08.3258665Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:08.3259262Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:08.3259604Z ^ 2022-11-23T01:25:08.3260158Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:08.3260708Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:08.3261109Z ^ 2022-11-23T01:25:08.3261469Z 1 warning generated when compiling for gfx906. 2022-11-23T01:25:08.3262050Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleBicubic2d.hip:11: 2022-11-23T01:25:08.3262703Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2022-11-23T01:25:08.3263710Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:08.3264490Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:08.3265242Z ^ 2022-11-23T01:25:08.3266029Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:08.3266606Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:08.3266925Z ^ 2022-11-23T01:25:08.3267498Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:08.3268031Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:08.3268413Z ^ 2022-11-23T01:25:08.3268792Z 1 warning generated when compiling for host. 2022-11-23T01:25:08.3355895Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UpSampleNearest3d.hip.o 2022-11-23T01:25:08.4279543Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleLinear1d.hip:12: 2022-11-23T01:25:08.4280590Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:08.4281615Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:08.4285583Z ^ 2022-11-23T01:25:08.4286111Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:08.4286414Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:08.4286609Z ^ 2022-11-23T01:25:08.4286930Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:08.4287222Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:08.4287446Z ^ 2022-11-23T01:25:08.4287661Z 1 warning generated when compiling for gfx906. 2022-11-23T01:25:08.4287973Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleLinear1d.hip:12: 2022-11-23T01:25:08.4288536Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:08.4288980Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:08.4289286Z ^ 2022-11-23T01:25:08.4289687Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:08.4290006Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:08.4290194Z ^ 2022-11-23T01:25:08.4290495Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:08.4290797Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:08.4291023Z ^ 2022-11-23T01:25:08.4291243Z 1 warning generated when compiling for host. 2022-11-23T01:25:08.4376239Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UpSampleTrilinear3d.hip.o 2022-11-23T01:25:08.4477857Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ValidateCompressedIndicesKernel.hip.o 2022-11-23T01:25:08.4512849Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleBilinear2d.hip:13: 2022-11-23T01:25:08.4516759Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2022-11-23T01:25:08.4517752Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:08.4518536Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:08.4519234Z ^ 2022-11-23T01:25:08.4521535Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:08.4525644Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:08.4525962Z ^ 2022-11-23T01:25:08.4526558Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:08.4527085Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:08.4527554Z ^ 2022-11-23T01:25:08.4530058Z 1 warning generated when compiling for gfx906. 2022-11-23T01:25:08.4530637Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleBilinear2d.hip:13: 2022-11-23T01:25:08.4537520Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2022-11-23T01:25:08.4538517Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:08.4539491Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:08.4540014Z ^ 2022-11-23T01:25:08.4540720Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:08.4541245Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:08.4541607Z ^ 2022-11-23T01:25:08.4542152Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:08.4542640Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:08.4543028Z ^ 2022-11-23T01:25:08.4543394Z 1 warning generated when compiling for host. 2022-11-23T01:25:08.4630633Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_WeightNorm.hip.o 2022-11-23T01:25:08.8796388Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest1d.hip:11: 2022-11-23T01:25:08.8797057Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2022-11-23T01:25:08.8799167Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:08.8799980Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:08.8800520Z ^ 2022-11-23T01:25:08.8802370Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:08.8809056Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:08.8809562Z ^ 2022-11-23T01:25:08.8810216Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:08.8810749Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:08.8811152Z ^ 2022-11-23T01:25:08.8811545Z 1 warning generated when compiling for gfx906. 2022-11-23T01:25:08.8812110Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest1d.hip:11: 2022-11-23T01:25:08.8812756Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2022-11-23T01:25:08.8813748Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:08.8814560Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:08.8815295Z ^ 2022-11-23T01:25:08.8816071Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:08.8816728Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:08.8817053Z ^ 2022-11-23T01:25:08.8817563Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:08.8818091Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:08.8818481Z ^ 2022-11-23T01:25:08.8818846Z 1 warning generated when compiling for host. 2022-11-23T01:25:08.8899698Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ZetaKernel.hip.o 2022-11-23T01:25:09.4410323Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest2d.hip:12: 2022-11-23T01:25:09.4414063Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2022-11-23T01:25:09.4415377Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:09.4422183Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:09.4422738Z ^ 2022-11-23T01:25:09.4423553Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:09.4424132Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:09.4424470Z ^ 2022-11-23T01:25:09.4425028Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:09.4425572Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:09.4425988Z ^ 2022-11-23T01:25:09.4426344Z 1 warning generated when compiling for gfx906. 2022-11-23T01:25:09.4426919Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest2d.hip:12: 2022-11-23T01:25:09.4427580Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2022-11-23T01:25:09.4428549Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:09.4433402Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:09.4433990Z ^ 2022-11-23T01:25:09.4434938Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:09.4435546Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:09.4435855Z ^ 2022-11-23T01:25:09.4436438Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:09.4436992Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:09.4437379Z ^ 2022-11-23T01:25:09.4437757Z 1 warning generated when compiling for host. 2022-11-23T01:25:09.4527237Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_airy_ai.hip.o 2022-11-23T01:25:09.5814044Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleTrilinear3d.hip:12: 2022-11-23T01:25:09.5815223Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:09.5815983Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:09.5820269Z ^ 2022-11-23T01:25:09.5821080Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:09.5827032Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:09.5827407Z ^ 2022-11-23T01:25:09.5828051Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:09.5828595Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:09.5828999Z ^ 2022-11-23T01:25:09.5829385Z 1 warning generated when compiling for gfx906. 2022-11-23T01:25:09.5829949Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleTrilinear3d.hip:12: 2022-11-23T01:25:09.5831008Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:09.5831835Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:09.5832555Z ^ 2022-11-23T01:25:09.5848158Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:09.5848782Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:09.5849120Z ^ 2022-11-23T01:25:09.5849729Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:09.5850289Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:09.5850685Z ^ 2022-11-23T01:25:09.5851076Z 1 warning generated when compiling for host. 2022-11-23T01:25:09.5918512Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_bessel_j0.hip.o 2022-11-23T01:25:09.6164047Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest3d.hip:4: 2022-11-23T01:25:09.6183987Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2022-11-23T01:25:09.6185064Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:09.6185892Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:09.6186367Z ^ 2022-11-23T01:25:09.6187125Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:09.6187696Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:09.6188005Z ^ 2022-11-23T01:25:09.6188573Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:09.6189106Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:09.6189493Z ^ 2022-11-23T01:25:09.6189853Z 1 warning generated when compiling for gfx906. 2022-11-23T01:25:09.6190419Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest3d.hip:4: 2022-11-23T01:25:09.6191069Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2022-11-23T01:25:09.6192033Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:09.6192856Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:09.6193412Z ^ 2022-11-23T01:25:09.6194537Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:09.6195101Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:09.6195430Z ^ 2022-11-23T01:25:09.6196013Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:09.6196536Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:09.6196930Z ^ 2022-11-23T01:25:09.6197303Z 1 warning generated when compiling for host. 2022-11-23T01:25:09.6297961Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_bessel_j1.hip.o 2022-11-23T01:25:09.7730327Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_bessel_y0.hip.o 2022-11-23T01:25:09.8119375Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ValidateCompressedIndicesKernel.hip:4: 2022-11-23T01:25:09.8120036Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:09.8126343Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:09.8127465Z template typename func, int end, int current=0> 2022-11-23T01:25:09.8127926Z ^~~~~~~~ 2022-11-23T01:25:09.8128347Z class 2022-11-23T01:25:09.8129234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:09.8129911Z template typename func, int end> 2022-11-23T01:25:09.8130287Z ^~~~~~~~ 2022-11-23T01:25:09.8130577Z class 2022-11-23T01:25:09.8130955Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:09.8131613Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ValidateCompressedIndicesKernel.hip:4: 2022-11-23T01:25:09.8132528Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:09.8133496Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:09.8134216Z template typename func, int end, int current=0> 2022-11-23T01:25:09.8134626Z ^~~~~~~~ 2022-11-23T01:25:09.8134922Z class 2022-11-23T01:25:09.8135804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:09.8136462Z template typename func, int end> 2022-11-23T01:25:09.8136933Z ^~~~~~~~ 2022-11-23T01:25:09.8137233Z class 2022-11-23T01:25:09.8137600Z 2 warnings generated when compiling for host. 2022-11-23T01:25:09.8259606Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_bessel_y1.hip.o 2022-11-23T01:25:10.0623932Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ZetaKernel.hip:4: 2022-11-23T01:25:10.0624615Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:10.0625750Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.0626651Z template typename func, int end, int current=0> 2022-11-23T01:25:10.0627033Z ^~~~~~~~ 2022-11-23T01:25:10.0627409Z class 2022-11-23T01:25:10.0628273Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.0629853Z template typename func, int end> 2022-11-23T01:25:10.0632290Z ^~~~~~~~ 2022-11-23T01:25:10.0632605Z class 2022-11-23T01:25:10.0632970Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:10.0633501Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ZetaKernel.hip:4: 2022-11-23T01:25:10.0634054Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:10.0640842Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.0641589Z template typename func, int end, int current=0> 2022-11-23T01:25:10.0641977Z ^~~~~~~~ 2022-11-23T01:25:10.0642244Z class 2022-11-23T01:25:10.0643112Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.0643751Z template typename func, int end> 2022-11-23T01:25:10.0644108Z ^~~~~~~~ 2022-11-23T01:25:10.0644409Z class 2022-11-23T01:25:10.0644778Z 2 warnings generated when compiling for host. 2022-11-23T01:25:10.0746872Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_chebyshev_polynomial_t.hip.o 2022-11-23T01:25:10.6035937Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/airy_ai.hip:13: 2022-11-23T01:25:10.6036597Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:10.6037995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.6038732Z template typename func, int end, int current=0> 2022-11-23T01:25:10.6039158Z ^~~~~~~~ 2022-11-23T01:25:10.6039453Z class 2022-11-23T01:25:10.6040339Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.6041009Z template typename func, int end> 2022-11-23T01:25:10.6041390Z ^~~~~~~~ 2022-11-23T01:25:10.6041687Z class 2022-11-23T01:25:10.6042066Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:10.6044187Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/airy_ai.hip:13: 2022-11-23T01:25:10.6045179Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:10.6056909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.6057543Z template typename func, int end, int current=0> 2022-11-23T01:25:10.6057901Z ^~~~~~~~ 2022-11-23T01:25:10.6058085Z class 2022-11-23T01:25:10.6058611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.6059177Z template typename func, int end> 2022-11-23T01:25:10.6059516Z ^~~~~~~~ 2022-11-23T01:25:10.6059826Z class 2022-11-23T01:25:10.6060178Z 2 warnings generated when compiling for host. 2022-11-23T01:25:10.6172748Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_chebyshev_polynomial_u.hip.o 2022-11-23T01:25:10.7253937Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_j1.hip:13: 2022-11-23T01:25:10.7254608Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:10.7255679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.7256341Z template typename func, int end, int current=0> 2022-11-23T01:25:10.7260371Z ^~~~~~~~ 2022-11-23T01:25:10.7260728Z class 2022-11-23T01:25:10.7261708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.7262394Z template typename func, int end> 2022-11-23T01:25:10.7262770Z ^~~~~~~~ 2022-11-23T01:25:10.7263805Z class 2022-11-23T01:25:10.7264194Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:10.7264902Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_j1.hip:13: 2022-11-23T01:25:10.7265884Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:10.7271913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.7272611Z template typename func, int end, int current=0> 2022-11-23T01:25:10.7273011Z ^~~~~~~~ 2022-11-23T01:25:10.7273312Z class 2022-11-23T01:25:10.7274311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.7274919Z template typename func, int end> 2022-11-23T01:25:10.7275249Z ^~~~~~~~ 2022-11-23T01:25:10.7275542Z class 2022-11-23T01:25:10.7275874Z 2 warnings generated when compiling for host. 2022-11-23T01:25:10.7345716Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_j0.hip:13: 2022-11-23T01:25:10.7346332Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:10.7347339Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.7348190Z template typename func, int end, int current=0> 2022-11-23T01:25:10.7348647Z ^~~~~~~~ 2022-11-23T01:25:10.7348968Z class 2022-11-23T01:25:10.7351237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.7351900Z template typename func, int end> 2022-11-23T01:25:10.7352266Z ^~~~~~~~ 2022-11-23T01:25:10.7352556Z class 2022-11-23T01:25:10.7352897Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:10.7353421Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_j0.hip:13: 2022-11-23T01:25:10.7354960Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:10.7355977Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_chebyshev_polynomial_v.hip.o 2022-11-23T01:25:10.7358503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.7360430Z template typename func, int end, int current=0> 2022-11-23T01:25:10.7361800Z ^~~~~~~~ 2022-11-23T01:25:10.7362045Z class 2022-11-23T01:25:10.7362820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.7363410Z template typename func, int end> 2022-11-23T01:25:10.7363712Z ^~~~~~~~ 2022-11-23T01:25:10.7363983Z class 2022-11-23T01:25:10.7364322Z 2 warnings generated when compiling for host. 2022-11-23T01:25:10.7472729Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_chebyshev_polynomial_w.hip.o 2022-11-23T01:25:10.8748650Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_y0.hip:13: 2022-11-23T01:25:10.8749419Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:10.8750927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.8751603Z template typename func, int end, int current=0> 2022-11-23T01:25:10.8751968Z ^~~~~~~~ 2022-11-23T01:25:10.8761090Z class 2022-11-23T01:25:10.8762118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.8762719Z template typename func, int end> 2022-11-23T01:25:10.8763072Z ^~~~~~~~ 2022-11-23T01:25:10.8763379Z class 2022-11-23T01:25:10.8763751Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:10.8764256Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_y0.hip:13: 2022-11-23T01:25:10.8764839Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:10.8765798Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.8766426Z template typename func, int end, int current=0> 2022-11-23T01:25:10.8766777Z ^~~~~~~~ 2022-11-23T01:25:10.8767065Z class 2022-11-23T01:25:10.8767880Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.8768489Z template typename func, int end> 2022-11-23T01:25:10.8768799Z ^~~~~~~~ 2022-11-23T01:25:10.8769071Z class 2022-11-23T01:25:10.8769394Z 2 warnings generated when compiling for host. 2022-11-23T01:25:10.8859255Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_fused_adam_amsgrad_impl.hip.o 2022-11-23T01:25:10.9710855Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_y1.hip:13: 2022-11-23T01:25:10.9711294Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:10.9712022Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.9712403Z template typename func, int end, int current=0> 2022-11-23T01:25:10.9712679Z ^~~~~~~~ 2022-11-23T01:25:10.9712860Z class 2022-11-23T01:25:10.9717305Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.9718277Z template typename func, int end> 2022-11-23T01:25:10.9718631Z ^~~~~~~~ 2022-11-23T01:25:10.9718902Z class 2022-11-23T01:25:10.9719230Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:10.9719689Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_y1.hip:13: 2022-11-23T01:25:10.9720405Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:10.9721437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.9722115Z template typename func, int end, int current=0> 2022-11-23T01:25:10.9722524Z ^~~~~~~~ 2022-11-23T01:25:10.9722835Z class 2022-11-23T01:25:10.9723665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.9724507Z template typename func, int end> 2022-11-23T01:25:10.9724898Z ^~~~~~~~ 2022-11-23T01:25:10.9725173Z class 2022-11-23T01:25:10.9725437Z 2 warnings generated when compiling for host. 2022-11-23T01:25:10.9811282Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_fused_adam_impl.hip.o 2022-11-23T01:25:11.2065571Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_t.hip:5: 2022-11-23T01:25:11.2066220Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:11.2067330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:11.2069716Z template typename func, int end, int current=0> 2022-11-23T01:25:11.2070436Z ^~~~~~~~ 2022-11-23T01:25:11.2074259Z class 2022-11-23T01:25:11.2075864Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:11.2076705Z template typename func, int end> 2022-11-23T01:25:11.2077118Z ^~~~~~~~ 2022-11-23T01:25:11.2078136Z class 2022-11-23T01:25:11.2078660Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:11.2079222Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_t.hip:5: 2022-11-23T01:25:11.2079850Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:11.2080876Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:11.2081577Z template typename func, int end, int current=0> 2022-11-23T01:25:11.2081960Z ^~~~~~~~ 2022-11-23T01:25:11.2082243Z class 2022-11-23T01:25:11.2083063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:11.2083711Z template typename func, int end> 2022-11-23T01:25:11.2084078Z ^~~~~~~~ 2022-11-23T01:25:11.2084355Z class 2022-11-23T01:25:11.2084700Z 2 warnings generated when compiling for host. 2022-11-23T01:25:11.2159789Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_group_norm_kernel.hip.o 2022-11-23T01:25:11.7176483Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_u.hip:5: 2022-11-23T01:25:11.7177253Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:11.7192613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:11.7193298Z template typename func, int end, int current=0> 2022-11-23T01:25:11.7193680Z ^~~~~~~~ 2022-11-23T01:25:11.7193960Z class 2022-11-23T01:25:11.7195530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:11.7196181Z template typename func, int end> 2022-11-23T01:25:11.7196535Z ^~~~~~~~ 2022-11-23T01:25:11.7196854Z class 2022-11-23T01:25:11.7197227Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:11.7198059Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_u.hip:5: 2022-11-23T01:25:11.7198692Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:11.7199734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:11.7200450Z template typename func, int end, int current=0> 2022-11-23T01:25:11.7200832Z ^~~~~~~~ 2022-11-23T01:25:11.7201133Z class 2022-11-23T01:25:11.7201994Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:11.7202689Z template typename func, int end> 2022-11-23T01:25:11.7203045Z ^~~~~~~~ 2022-11-23T01:25:11.7203361Z class 2022-11-23T01:25:11.7203734Z 2 warnings generated when compiling for host. 2022-11-23T01:25:11.7276893Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_hermite_polynomial_h.hip.o 2022-11-23T01:25:11.8239377Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_w.hip:5: 2022-11-23T01:25:11.8240081Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:11.8241240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:11.8241959Z template typename func, int end, int current=0> 2022-11-23T01:25:11.8242376Z ^~~~~~~~ 2022-11-23T01:25:11.8242699Z class 2022-11-23T01:25:11.8249794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:11.8250532Z template typename func, int end> 2022-11-23T01:25:11.8250919Z ^~~~~~~~ 2022-11-23T01:25:11.8251224Z class 2022-11-23T01:25:11.8251602Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:11.8257584Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_w.hip:5: 2022-11-23T01:25:11.8258259Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:11.8259303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:11.8260162Z template typename func, int end, int current=0> 2022-11-23T01:25:11.8260564Z ^~~~~~~~ 2022-11-23T01:25:11.8260859Z class 2022-11-23T01:25:11.8263580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:11.8264246Z template typename func, int end> 2022-11-23T01:25:11.8266051Z ^~~~~~~~ 2022-11-23T01:25:11.8266343Z class 2022-11-23T01:25:11.8266691Z 2 warnings generated when compiling for host. 2022-11-23T01:25:11.8339582Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_hermite_polynomial_he.hip.o 2022-11-23T01:25:11.9362423Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_v.hip:5: 2022-11-23T01:25:11.9369668Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:11.9371386Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:11.9372252Z template typename func, int end, int current=0> 2022-11-23T01:25:11.9372793Z ^~~~~~~~ 2022-11-23T01:25:11.9373094Z class 2022-11-23T01:25:11.9374352Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:11.9375001Z template typename func, int end> 2022-11-23T01:25:11.9375373Z ^~~~~~~~ 2022-11-23T01:25:11.9375658Z class 2022-11-23T01:25:11.9376027Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:11.9376572Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_v.hip:5: 2022-11-23T01:25:11.9377252Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:11.9378781Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:11.9381060Z template typename func, int end, int current=0> 2022-11-23T01:25:11.9381457Z ^~~~~~~~ 2022-11-23T01:25:11.9381766Z class 2022-11-23T01:25:11.9382654Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:11.9384656Z template typename func, int end> 2022-11-23T01:25:11.9385021Z ^~~~~~~~ 2022-11-23T01:25:11.9385336Z class 2022-11-23T01:25:11.9385704Z 2 warnings generated when compiling for host. 2022-11-23T01:25:11.9491821Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_laguerre_polynomial_l.hip.o 2022-11-23T01:25:12.1339125Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_amsgrad_impl.hip:6: 2022-11-23T01:25:12.1344844Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_utils.cuh:4: 2022-11-23T01:25:12.1345821Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:25:12.1346721Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:12.1350717Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:12.1351886Z template typename func, int end, int current=0> 2022-11-23T01:25:12.1355272Z ^~~~~~~~ 2022-11-23T01:25:12.1355637Z class 2022-11-23T01:25:12.1356592Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:12.1358860Z template typename func, int end> 2022-11-23T01:25:12.1359251Z ^~~~~~~~ 2022-11-23T01:25:12.1359533Z class 2022-11-23T01:25:12.1359898Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:12.1360486Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_amsgrad_impl.hip:6: 2022-11-23T01:25:12.1361132Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_utils.cuh:4: 2022-11-23T01:25:12.1361785Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:25:12.1362433Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:12.1363638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:12.1364322Z template typename func, int end, int current=0> 2022-11-23T01:25:12.1364698Z ^~~~~~~~ 2022-11-23T01:25:12.1364992Z class 2022-11-23T01:25:12.1365826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:12.1366450Z template typename func, int end> 2022-11-23T01:25:12.1366818Z ^~~~~~~~ 2022-11-23T01:25:12.1367120Z class 2022-11-23T01:25:12.1367465Z 2 warnings generated when compiling for host. 2022-11-23T01:25:12.1451544Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_layer_norm_kernel.hip.o 2022-11-23T01:25:12.2026546Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_impl.hip:6: 2022-11-23T01:25:12.2027261Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_utils.cuh:4: 2022-11-23T01:25:12.2032142Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:25:12.2032822Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:12.2033940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:12.2034766Z template typename func, int end, int current=0> 2022-11-23T01:25:12.2035176Z ^~~~~~~~ 2022-11-23T01:25:12.2035473Z class 2022-11-23T01:25:12.2036353Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:12.2037008Z template typename func, int end> 2022-11-23T01:25:12.2037359Z ^~~~~~~~ 2022-11-23T01:25:12.2037660Z class 2022-11-23T01:25:12.2038042Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:12.2042753Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_impl.hip:6: 2022-11-23T01:25:12.2044946Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_utils.cuh:4: 2022-11-23T01:25:12.2046210Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:25:12.2047031Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:12.2048691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:12.2049557Z template typename func, int end, int current=0> 2022-11-23T01:25:12.2050121Z ^~~~~~~~ 2022-11-23T01:25:12.2050416Z class 2022-11-23T01:25:12.2051587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:12.2052398Z template typename func, int end> 2022-11-23T01:25:12.2052787Z ^~~~~~~~ 2022-11-23T01:25:12.2053233Z class 2022-11-23T01:25:12.2053597Z 2 warnings generated when compiling for host. 2022-11-23T01:25:12.2158615Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_legendre_polynomial_p.hip.o 2022-11-23T01:25:12.6268109Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/group_norm_kernel.hip:17: 2022-11-23T01:25:12.6268800Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:12.6269969Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:12.6270686Z template typename func, int end, int current=0> 2022-11-23T01:25:12.6271093Z ^~~~~~~~ 2022-11-23T01:25:12.6271392Z class 2022-11-23T01:25:12.6273228Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:12.6283260Z template typename func, int end> 2022-11-23T01:25:12.6286977Z ^~~~~~~~ 2022-11-23T01:25:12.6287339Z class 2022-11-23T01:25:12.6287717Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:12.6288193Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/group_norm_kernel.hip:17: 2022-11-23T01:25:12.6288792Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:12.6289902Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:12.6290533Z template typename func, int end, int current=0> 2022-11-23T01:25:12.6290888Z ^~~~~~~~ 2022-11-23T01:25:12.6291195Z class 2022-11-23T01:25:12.6292055Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:12.6292667Z template typename func, int end> 2022-11-23T01:25:12.6293027Z ^~~~~~~~ 2022-11-23T01:25:12.6293319Z class 2022-11-23T01:25:12.6293652Z 2 warnings generated when compiling for host. 2022-11-23T01:25:12.6422256Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_modified_bessel_i0.hip.o 2022-11-23T01:25:12.8599562Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/hermite_polynomial_h.hip:5: 2022-11-23T01:25:12.8600270Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:12.8601422Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:12.8602138Z template typename func, int end, int current=0> 2022-11-23T01:25:12.8602700Z ^~~~~~~~ 2022-11-23T01:25:12.8604980Z class 2022-11-23T01:25:12.8605943Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:12.8606636Z template typename func, int end> 2022-11-23T01:25:12.8607013Z ^~~~~~~~ 2022-11-23T01:25:12.8607308Z class 2022-11-23T01:25:12.8607683Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:12.8608378Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/hermite_polynomial_h.hip:5: 2022-11-23T01:25:12.8609165Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:12.8610221Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:12.8610927Z template typename func, int end, int current=0> 2022-11-23T01:25:12.8611484Z ^~~~~~~~ 2022-11-23T01:25:12.8611781Z class 2022-11-23T01:25:12.8612973Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:12.8613671Z template typename func, int end> 2022-11-23T01:25:12.8614054Z ^~~~~~~~ 2022-11-23T01:25:12.8614342Z class 2022-11-23T01:25:12.8614741Z 2 warnings generated when compiling for host. 2022-11-23T01:25:12.8708911Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_modified_bessel_i1.hip.o 2022-11-23T01:25:12.9097189Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/hermite_polynomial_he.hip:5: 2022-11-23T01:25:12.9097916Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:12.9107914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:12.9111086Z template typename func, int end, int current=0> 2022-11-23T01:25:12.9112420Z ^~~~~~~~ 2022-11-23T01:25:12.9112752Z class 2022-11-23T01:25:12.9113678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:12.9114193Z template typename func, int end> 2022-11-23T01:25:12.9114427Z ^~~~~~~~ 2022-11-23T01:25:12.9114605Z class 2022-11-23T01:25:12.9114832Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:12.9115136Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/hermite_polynomial_he.hip:5: 2022-11-23T01:25:12.9115516Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:12.9116071Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:12.9116467Z template typename func, int end, int current=0> 2022-11-23T01:25:12.9116685Z ^~~~~~~~ 2022-11-23T01:25:12.9116861Z class 2022-11-23T01:25:12.9117327Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:12.9117676Z template typename func, int end> 2022-11-23T01:25:12.9118056Z ^~~~~~~~ 2022-11-23T01:25:12.9118231Z class 2022-11-23T01:25:12.9118443Z 2 warnings generated when compiling for host. 2022-11-23T01:25:12.9201630Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_modified_bessel_k0.hip.o 2022-11-23T01:25:13.0591762Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/laguerre_polynomial_l.hip:5: 2022-11-23T01:25:13.0592711Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:13.0597054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:13.0598036Z template typename func, int end, int current=0> 2022-11-23T01:25:13.0598431Z ^~~~~~~~ 2022-11-23T01:25:13.0598744Z class 2022-11-23T01:25:13.0599597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:13.0600459Z template typename func, int end> 2022-11-23T01:25:13.0600849Z ^~~~~~~~ 2022-11-23T01:25:13.0601162Z class 2022-11-23T01:25:13.0601531Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:13.0602084Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/laguerre_polynomial_l.hip:5: 2022-11-23T01:25:13.0602717Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:13.0603730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:13.0604421Z template typename func, int end, int current=0> 2022-11-23T01:25:13.0604801Z ^~~~~~~~ 2022-11-23T01:25:13.0605084Z class 2022-11-23T01:25:13.0605931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:13.0606589Z template typename func, int end> 2022-11-23T01:25:13.0606962Z ^~~~~~~~ 2022-11-23T01:25:13.0607258Z class 2022-11-23T01:25:13.0607637Z 2 warnings generated when compiling for host. 2022-11-23T01:25:13.0693664Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_modified_bessel_k1.hip.o 2022-11-23T01:25:13.3387577Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/legendre_polynomial_p.hip:5: 2022-11-23T01:25:13.3388925Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:13.3390133Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:13.3390872Z template typename func, int end, int current=0> 2022-11-23T01:25:13.3391292Z ^~~~~~~~ 2022-11-23T01:25:13.3391597Z class 2022-11-23T01:25:13.3395557Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:13.3396268Z template typename func, int end> 2022-11-23T01:25:13.3396652Z ^~~~~~~~ 2022-11-23T01:25:13.3396947Z class 2022-11-23T01:25:13.3397331Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:13.3397895Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/legendre_polynomial_p.hip:5: 2022-11-23T01:25:13.3398756Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:13.3399796Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:13.3400493Z template typename func, int end, int current=0> 2022-11-23T01:25:13.3400885Z ^~~~~~~~ 2022-11-23T01:25:13.3401176Z class 2022-11-23T01:25:13.3402045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:13.3402717Z template typename func, int end> 2022-11-23T01:25:13.3403083Z ^~~~~~~~ 2022-11-23T01:25:13.3403398Z class 2022-11-23T01:25:13.3403781Z 2 warnings generated when compiling for host. 2022-11-23T01:25:13.3488565Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_scaled_modified_bessel_k0.hip.o 2022-11-23T01:25:13.4246224Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/layer_norm_kernel.hip:290:1: warning: ignored 'inline' attribute on kernel function 'vectorized_layer_norm_kernel' [-Wcuda-compat] 2022-11-23T01:25:13.4246988Z __global__ __inline__ void vectorized_layer_norm_kernel( 2022-11-23T01:25:13.4247369Z ^ 2022-11-23T01:25:13.4247847Z /opt/rocm-5.2.0/llvm/lib/clang/14.0.0/include/__clang_hip_runtime_wrapper.h:23:20: note: expanded from macro '__global__' 2022-11-23T01:25:13.4248162Z #define __global__ __attribute__((global)) 2022-11-23T01:25:13.4248359Z ^ 2022-11-23T01:25:13.4248563Z 1 warning generated when compiling for host. 2022-11-23T01:25:13.4333938Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_scaled_modified_bessel_k1.hip.o 2022-11-23T01:25:13.7853304Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_i0.hip:13: 2022-11-23T01:25:13.7854032Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:13.7859099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:13.7859776Z template typename func, int end, int current=0> 2022-11-23T01:25:13.7860181Z ^~~~~~~~ 2022-11-23T01:25:13.7860501Z class 2022-11-23T01:25:13.7861366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:13.7861980Z template typename func, int end> 2022-11-23T01:25:13.7862341Z ^~~~~~~~ 2022-11-23T01:25:13.7862680Z class 2022-11-23T01:25:13.7863011Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:13.7863553Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_i0.hip:13: 2022-11-23T01:25:13.7864123Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:13.7865107Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:13.7865795Z template typename func, int end, int current=0> 2022-11-23T01:25:13.7866196Z ^~~~~~~~ 2022-11-23T01:25:13.7866507Z class 2022-11-23T01:25:13.7867381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:13.7868243Z template typename func, int end> 2022-11-23T01:25:13.7868618Z ^~~~~~~~ 2022-11-23T01:25:13.7868898Z class 2022-11-23T01:25:13.7869263Z 2 warnings generated when compiling for host. 2022-11-23T01:25:13.7972156Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_shifted_chebyshev_polynomial_t.hip.o 2022-11-23T01:25:14.0062857Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_i1.hip:13: 2022-11-23T01:25:14.0063553Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:14.0085464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.0086201Z template typename func, int end, int current=0> 2022-11-23T01:25:14.0086609Z ^~~~~~~~ 2022-11-23T01:25:14.0086916Z class 2022-11-23T01:25:14.0087975Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.0088570Z template typename func, int end> 2022-11-23T01:25:14.0088930Z ^~~~~~~~ 2022-11-23T01:25:14.0089237Z class 2022-11-23T01:25:14.0089586Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:14.0090109Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_i1.hip:13: 2022-11-23T01:25:14.0090710Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:14.0091719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.0092400Z template typename func, int end, int current=0> 2022-11-23T01:25:14.0092779Z ^~~~~~~~ 2022-11-23T01:25:14.0093076Z class 2022-11-23T01:25:14.0093942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.0094560Z template typename func, int end> 2022-11-23T01:25:14.0094930Z ^~~~~~~~ 2022-11-23T01:25:14.0095228Z class 2022-11-23T01:25:14.0095587Z 2 warnings generated when compiling for host. 2022-11-23T01:25:14.0163452Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_shifted_chebyshev_polynomial_u.hip.o 2022-11-23T01:25:14.0818209Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_k0.hip:13: 2022-11-23T01:25:14.0821651Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:14.0822838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.0823541Z template typename func, int end, int current=0> 2022-11-23T01:25:14.0828361Z ^~~~~~~~ 2022-11-23T01:25:14.0830163Z class 2022-11-23T01:25:14.0840427Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.0841163Z template typename func, int end> 2022-11-23T01:25:14.0841533Z ^~~~~~~~ 2022-11-23T01:25:14.0841831Z class 2022-11-23T01:25:14.0842157Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:14.0842937Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_k0.hip:13: 2022-11-23T01:25:14.0843557Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:14.0844574Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.0845255Z template typename func, int end, int current=0> 2022-11-23T01:25:14.0845638Z ^~~~~~~~ 2022-11-23T01:25:14.0845931Z class 2022-11-23T01:25:14.0846753Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.0847393Z template typename func, int end> 2022-11-23T01:25:14.0847765Z ^~~~~~~~ 2022-11-23T01:25:14.0848047Z class 2022-11-23T01:25:14.0848421Z 2 warnings generated when compiling for host. 2022-11-23T01:25:14.0931603Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_shifted_chebyshev_polynomial_v.hip.o 2022-11-23T01:25:14.2047597Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_k1.hip:13: 2022-11-23T01:25:14.2048437Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:14.2049858Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.2050729Z template typename func, int end, int current=0> 2022-11-23T01:25:14.2051293Z ^~~~~~~~ 2022-11-23T01:25:14.2051588Z class 2022-11-23T01:25:14.2061124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.2061960Z template typename func, int end> 2022-11-23T01:25:14.2062526Z ^~~~~~~~ 2022-11-23T01:25:14.2062826Z class 2022-11-23T01:25:14.2063355Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:14.2065381Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_k1.hip:13: 2022-11-23T01:25:14.2066202Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:14.2067448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.2068328Z template typename func, int end, int current=0> 2022-11-23T01:25:14.2068906Z ^~~~~~~~ 2022-11-23T01:25:14.2071591Z class 2022-11-23T01:25:14.2072713Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.2075673Z template typename func, int end> 2022-11-23T01:25:14.2076125Z ^~~~~~~~ 2022-11-23T01:25:14.2078685Z class 2022-11-23T01:25:14.2079221Z 2 warnings generated when compiling for host. 2022-11-23T01:25:14.2168178Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_shifted_chebyshev_polynomial_w.hip.o 2022-11-23T01:25:14.4068960Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/scaled_modified_bessel_k0.hip:13: 2022-11-23T01:25:14.4072229Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:14.4078402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.4079317Z template typename func, int end, int current=0> 2022-11-23T01:25:14.4079726Z ^~~~~~~~ 2022-11-23T01:25:14.4080795Z class 2022-11-23T01:25:14.4081652Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.4082338Z template typename func, int end> 2022-11-23T01:25:14.4084098Z ^~~~~~~~ 2022-11-23T01:25:14.4087223Z class 2022-11-23T01:25:14.4087964Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:14.4088701Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/scaled_modified_bessel_k0.hip:13: 2022-11-23T01:25:14.4089576Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:14.4091035Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.4091976Z template typename func, int end, int current=0> 2022-11-23T01:25:14.4092600Z ^~~~~~~~ 2022-11-23T01:25:14.4093112Z class 2022-11-23T01:25:14.4094210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.4095076Z template typename func, int end> 2022-11-23T01:25:14.4095614Z ^~~~~~~~ 2022-11-23T01:25:14.4096118Z class 2022-11-23T01:25:14.4096763Z 2 warnings generated when compiling for host. 2022-11-23T01:25:14.4200817Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_spherical_bessel_j0.hip.o 2022-11-23T01:25:14.5392564Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/scaled_modified_bessel_k1.hip:13: 2022-11-23T01:25:14.5393612Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:14.5395679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.5396898Z template typename func, int end, int current=0> 2022-11-23T01:25:14.5398370Z ^~~~~~~~ 2022-11-23T01:25:14.5398698Z class 2022-11-23T01:25:14.5399894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.5400724Z template typename func, int end> 2022-11-23T01:25:14.5401075Z ^~~~~~~~ 2022-11-23T01:25:14.5401826Z class 2022-11-23T01:25:14.5402640Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:14.5403364Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/scaled_modified_bessel_k1.hip:13: 2022-11-23T01:25:14.5404249Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:14.5405826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.5406859Z template typename func, int end, int current=0> 2022-11-23T01:25:14.5407247Z ^~~~~~~~ 2022-11-23T01:25:14.5407548Z class 2022-11-23T01:25:14.5408436Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.5409288Z template typename func, int end> 2022-11-23T01:25:14.5409668Z ^~~~~~~~ 2022-11-23T01:25:14.5410417Z class 2022-11-23T01:25:14.5411459Z 2 warnings generated when compiling for host. 2022-11-23T01:25:14.5504565Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/nested/hip/torch_hip_generated_NestedTensorBinaryOps.hip.o 2022-11-23T01:25:14.8759040Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_t.hip:5: 2022-11-23T01:25:14.8759874Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:14.8761216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.8774229Z template typename func, int end, int current=0> 2022-11-23T01:25:14.8774662Z ^~~~~~~~ 2022-11-23T01:25:14.8774966Z class 2022-11-23T01:25:14.8776115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.8776874Z template typename func, int end> 2022-11-23T01:25:14.8777264Z ^~~~~~~~ 2022-11-23T01:25:14.8777566Z class 2022-11-23T01:25:14.8777959Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:14.8778551Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_t.hip:5: 2022-11-23T01:25:14.8779202Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:14.8780227Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.8780895Z template typename func, int end, int current=0> 2022-11-23T01:25:14.8781302Z ^~~~~~~~ 2022-11-23T01:25:14.8781594Z class 2022-11-23T01:25:14.8782390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.8783041Z template typename func, int end> 2022-11-23T01:25:14.8783406Z ^~~~~~~~ 2022-11-23T01:25:14.8783685Z class 2022-11-23T01:25:14.8784035Z 2 warnings generated when compiling for host. 2022-11-23T01:25:14.8871498Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/nested/hip/torch_hip_generated_NestedTensorMatmul.hip.o 2022-11-23T01:25:15.1056637Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_u.hip:5: 2022-11-23T01:25:15.1057483Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:15.1058624Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.1059321Z template typename func, int end, int current=0> 2022-11-23T01:25:15.1059692Z ^~~~~~~~ 2022-11-23T01:25:15.1060004Z class 2022-11-23T01:25:15.1071605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.1072323Z template typename func, int end> 2022-11-23T01:25:15.1072714Z ^~~~~~~~ 2022-11-23T01:25:15.1073260Z class 2022-11-23T01:25:15.1073637Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:15.1074397Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_u.hip:5: 2022-11-23T01:25:15.1075063Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:15.1076107Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.1076812Z template typename func, int end, int current=0> 2022-11-23T01:25:15.1077189Z ^~~~~~~~ 2022-11-23T01:25:15.1077496Z class 2022-11-23T01:25:15.1078367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.1079027Z template typename func, int end> 2022-11-23T01:25:15.1079402Z ^~~~~~~~ 2022-11-23T01:25:15.1079715Z class 2022-11-23T01:25:15.1080196Z 2 warnings generated when compiling for host. 2022-11-23T01:25:15.1168085Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/nested/hip/torch_hip_generated_NestedTensorTransformerFunctions.hip.o 2022-11-23T01:25:15.2173688Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_v.hip:5: 2022-11-23T01:25:15.2181378Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:15.2182491Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.2183144Z template typename func, int end, int current=0> 2022-11-23T01:25:15.2183520Z ^~~~~~~~ 2022-11-23T01:25:15.2183793Z class 2022-11-23T01:25:15.2184505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.2185116Z template typename func, int end> 2022-11-23T01:25:15.2186836Z ^~~~~~~~ 2022-11-23T01:25:15.2187122Z class 2022-11-23T01:25:15.2191463Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:15.2192164Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_v.hip:5: 2022-11-23T01:25:15.2192758Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:15.2193805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.2194951Z template typename func, int end, int current=0> 2022-11-23T01:25:15.2195270Z ^~~~~~~~ 2022-11-23T01:25:15.2195539Z class 2022-11-23T01:25:15.2196343Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.2196949Z template typename func, int end> 2022-11-23T01:25:15.2197302Z ^~~~~~~~ 2022-11-23T01:25:15.2197576Z class 2022-11-23T01:25:15.2197920Z 2 warnings generated when compiling for host. 2022-11-23T01:25:15.2276462Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/torch_hip_generated_Activation.hip.o 2022-11-23T01:25:15.3433873Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_w.hip:5: 2022-11-23T01:25:15.3434983Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:15.3436171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.3436859Z template typename func, int end, int current=0> 2022-11-23T01:25:15.3452504Z ^~~~~~~~ 2022-11-23T01:25:15.3452850Z class 2022-11-23T01:25:15.3453679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.3454235Z template typename func, int end> 2022-11-23T01:25:15.3454570Z ^~~~~~~~ 2022-11-23T01:25:15.3454812Z class 2022-11-23T01:25:15.3455150Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:15.3455504Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_w.hip:5: 2022-11-23T01:25:15.3456016Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:15.3456621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.3457138Z template typename func, int end, int current=0> 2022-11-23T01:25:15.3457370Z ^~~~~~~~ 2022-11-23T01:25:15.3457587Z class 2022-11-23T01:25:15.3458066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.3458487Z template typename func, int end> 2022-11-23T01:25:15.3458684Z ^~~~~~~~ 2022-11-23T01:25:15.3458864Z class 2022-11-23T01:25:15.3459129Z 2 warnings generated when compiling for host. 2022-11-23T01:25:15.3546355Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/torch_hip_generated_AffineQuantizer.hip.o 2022-11-23T01:25:15.4796023Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/spherical_bessel_j0.hip:13: 2022-11-23T01:25:15.4796720Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:15.4797631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.4813152Z template typename func, int end, int current=0> 2022-11-23T01:25:15.4813567Z ^~~~~~~~ 2022-11-23T01:25:15.4815973Z class 2022-11-23T01:25:15.4817972Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.4818959Z template typename func, int end> 2022-11-23T01:25:15.4819591Z ^~~~~~~~ 2022-11-23T01:25:15.4820012Z class 2022-11-23T01:25:15.4820386Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:15.4820918Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/spherical_bessel_j0.hip:13: 2022-11-23T01:25:15.4822422Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:15.4823684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.4824378Z template typename func, int end, int current=0> 2022-11-23T01:25:15.4824784Z ^~~~~~~~ 2022-11-23T01:25:15.4825278Z class 2022-11-23T01:25:15.4826168Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.4826844Z template typename func, int end> 2022-11-23T01:25:15.4827219Z ^~~~~~~~ 2022-11-23T01:25:15.4827501Z class 2022-11-23T01:25:15.4827883Z 2 warnings generated when compiling for host. 2022-11-23T01:25:15.4891773Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/torch_hip_generated_EmbeddingBag.hip.o 2022-11-23T01:25:16.6877012Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/AffineQuantizer.hip:7: 2022-11-23T01:25:16.6878197Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:16.6883393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:16.6884454Z template typename func, int end, int current=0> 2022-11-23T01:25:16.6884877Z ^~~~~~~~ 2022-11-23T01:25:16.6885177Z class 2022-11-23T01:25:16.6890267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:16.6890975Z template typename func, int end> 2022-11-23T01:25:16.6891353Z ^~~~~~~~ 2022-11-23T01:25:16.6891650Z class 2022-11-23T01:25:16.6892027Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:16.6892614Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/AffineQuantizer.hip:7: 2022-11-23T01:25:16.6893289Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:16.6894314Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:16.6895035Z template typename func, int end, int current=0> 2022-11-23T01:25:16.6895461Z ^~~~~~~~ 2022-11-23T01:25:16.6895752Z class 2022-11-23T01:25:16.6896644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:16.6897414Z template typename func, int end> 2022-11-23T01:25:16.6897797Z ^~~~~~~~ 2022-11-23T01:25:16.6898086Z class 2022-11-23T01:25:16.6898462Z 2 warnings generated when compiling for host. 2022-11-23T01:25:16.7009371Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/torch_hip_generated_FakeQuantizeCore.hip.o 2022-11-23T01:25:16.8820075Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/torch_hip_generated_FusedObsFakeQuant.hip.o 2022-11-23T01:25:17.3225444Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/nested/hip/NestedTensorBinaryOps.hip:13: 2022-11-23T01:25:17.3233185Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:17.3234451Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.3235092Z template typename func, int end, int current=0> 2022-11-23T01:25:17.3235476Z ^~~~~~~~ 2022-11-23T01:25:17.3235758Z class 2022-11-23T01:25:17.3245448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.3246099Z template typename func, int end> 2022-11-23T01:25:17.3246460Z ^~~~~~~~ 2022-11-23T01:25:17.3246784Z class 2022-11-23T01:25:17.3247139Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:17.3247527Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/nested/hip/NestedTensorBinaryOps.hip:13: 2022-11-23T01:25:17.3248153Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:17.3249003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.3249561Z template typename func, int end, int current=0> 2022-11-23T01:25:17.3249892Z ^~~~~~~~ 2022-11-23T01:25:17.3250069Z class 2022-11-23T01:25:17.3250731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.3251271Z template typename func, int end> 2022-11-23T01:25:17.3251484Z ^~~~~~~~ 2022-11-23T01:25:17.3251645Z class 2022-11-23T01:25:17.3251855Z 2 warnings generated when compiling for host. 2022-11-23T01:25:17.3338849Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/torch_hip_generated_IntReprQuant.hip.o 2022-11-23T01:25:17.5302830Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/nested/hip/NestedTensorMatmul.hip:10: 2022-11-23T01:25:17.5304570Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:17.5305768Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.5306485Z template typename func, int end, int current=0> 2022-11-23T01:25:17.5306900Z ^~~~~~~~ 2022-11-23T01:25:17.5307219Z class 2022-11-23T01:25:17.5308090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.5308773Z template typename func, int end> 2022-11-23T01:25:17.5309155Z ^~~~~~~~ 2022-11-23T01:25:17.5309472Z class 2022-11-23T01:25:17.5309846Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:17.5310444Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/nested/hip/NestedTensorMatmul.hip:10: 2022-11-23T01:25:17.5311139Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:17.5312147Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.5312856Z template typename func, int end, int current=0> 2022-11-23T01:25:17.5313267Z ^~~~~~~~ 2022-11-23T01:25:17.5313577Z class 2022-11-23T01:25:17.5314654Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.5315334Z template typename func, int end> 2022-11-23T01:25:17.5315715Z ^~~~~~~~ 2022-11-23T01:25:17.5316015Z class 2022-11-23T01:25:17.5316405Z 2 warnings generated when compiling for host. 2022-11-23T01:25:17.5407972Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/torch_hip_generated_MakePerTensorQuantizedTensor.hip.o 2022-11-23T01:25:17.5440097Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/nested/hip/NestedTensorTransformerFunctions.hip:11: 2022-11-23T01:25:17.5440519Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:17.5456638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.5457415Z template typename func, int end, int current=0> 2022-11-23T01:25:17.5457825Z ^~~~~~~~ 2022-11-23T01:25:17.5458103Z class 2022-11-23T01:25:17.5458944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.5459630Z template typename func, int end> 2022-11-23T01:25:17.5459990Z ^~~~~~~~ 2022-11-23T01:25:17.5460444Z class 2022-11-23T01:25:17.5460817Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:17.5461446Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/nested/hip/NestedTensorTransformerFunctions.hip:11: 2022-11-23T01:25:17.5462146Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:17.5463159Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.5463851Z template typename func, int end, int current=0> 2022-11-23T01:25:17.5464248Z ^~~~~~~~ 2022-11-23T01:25:17.5464528Z class 2022-11-23T01:25:17.5465350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.5465953Z template typename func, int end> 2022-11-23T01:25:17.5466296Z ^~~~~~~~ 2022-11-23T01:25:17.5466575Z class 2022-11-23T01:25:17.5466917Z 2 warnings generated when compiling for host. 2022-11-23T01:25:17.5571716Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/torch_hip_generated_SoftMax.hip.o 2022-11-23T01:25:17.6863536Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/Activation.hip:4: 2022-11-23T01:25:17.6864254Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:17.6865432Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.6868884Z template typename func, int end, int current=0> 2022-11-23T01:25:17.6869261Z ^~~~~~~~ 2022-11-23T01:25:17.6869557Z class 2022-11-23T01:25:17.6870515Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.6871185Z template typename func, int end> 2022-11-23T01:25:17.6871571Z ^~~~~~~~ 2022-11-23T01:25:17.6871859Z class 2022-11-23T01:25:17.6872174Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:17.6872696Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/Activation.hip:4: 2022-11-23T01:25:17.6873259Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:17.6874698Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.6881200Z template typename func, int end, int current=0> 2022-11-23T01:25:17.6881643Z ^~~~~~~~ 2022-11-23T01:25:17.6881953Z class 2022-11-23T01:25:17.6882881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.6883520Z template typename func, int end> 2022-11-23T01:25:17.6883887Z ^~~~~~~~ 2022-11-23T01:25:17.6884189Z class 2022-11-23T01:25:17.6884539Z 2 warnings generated when compiling for host. 2022-11-23T01:25:17.7015872Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/torch_hip_generated_SparseCsrTensorMath.hip.o 2022-11-23T01:25:18.1308905Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/FakeQuantizeCore.hip:6: 2022-11-23T01:25:18.1309962Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:18.1311247Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:18.1317803Z template typename func, int end, int current=0> 2022-11-23T01:25:18.1318188Z ^~~~~~~~ 2022-11-23T01:25:18.1318468Z class 2022-11-23T01:25:18.1319413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:18.1320095Z template typename func, int end> 2022-11-23T01:25:18.1320484Z ^~~~~~~~ 2022-11-23T01:25:18.1320765Z class 2022-11-23T01:25:18.1321282Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/FakeQuantizeCore.hip:6: 2022-11-23T01:25:18.1322762Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:18.1323829Z __global__ void unrolled_elementwise_kernel_for_multi_outputs(int N, func_t f, array_t data, inp_calc_t ic, out_calc_t oc) { 2022-11-23T01:25:18.1324104Z ^ 2022-11-23T01:25:18.1324812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:18.1327777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:18.1329361Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:18.1331297Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:18.1333199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:18.1334861Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:18.1336167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:18.1337921Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:18.1340611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:18.1345477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:18.1349636Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:18.1357683Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/FusedObsFakeQuant.hip:6: 2022-11-23T01:25:18.1358184Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:18.1359755Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:18.1360134Z template typename func, int end, int current=0> 2022-11-23T01:25:18.1360424Z ^~~~~~~~ 2022-11-23T01:25:18.1360605Z class 2022-11-23T01:25:18.1361250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:18.1361811Z template typename func, int end> 2022-11-23T01:25:18.1362968Z ^~~~~~~~ 2022-11-23T01:25:18.1363149Z class 2022-11-23T01:25:18.1363349Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:18.1363678Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/FusedObsFakeQuant.hip:6: 2022-11-23T01:25:18.1364044Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:18.1364813Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:18.1365363Z template typename func, int end, int current=0> 2022-11-23T01:25:18.1365739Z ^~~~~~~~ 2022-11-23T01:25:18.1366055Z class 2022-11-23T01:25:18.1367055Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:18.1367671Z template typename func, int end> 2022-11-23T01:25:18.1367931Z ^~~~~~~~ 2022-11-23T01:25:18.1368180Z class 2022-11-23T01:25:18.1368526Z 2 warnings generated when compiling for host. 2022-11-23T01:25:18.1369663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:18.1371366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:18.1373090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:18.1374819Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:18.1376439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:18.1378079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:18.1379313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:18.1380894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:18.1382529Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:18.1384262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:18.1387939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:18.1390878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:18.1392715Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:18.1397589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:18.1401077Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:18.1402791Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:18.1404454Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:18.1406940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:18.1407792Z 32 warnings generated when compiling for gfx906. 2022-11-23T01:25:18.1408702Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/FakeQuantizeCore.hip:6: 2022-11-23T01:25:18.1409796Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:18.1411319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:18.1412053Z template typename func, int end, int current=0> 2022-11-23T01:25:18.1412435Z ^~~~~~~~ 2022-11-23T01:25:18.1412730Z class 2022-11-23T01:25:18.1413848Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:18.1414546Z template typename func, int end> 2022-11-23T01:25:18.1414882Z ^~~~~~~~ 2022-11-23T01:25:18.1415140Z class 2022-11-23T01:25:18.1416817Z 2 warnings generated when compiling for host. 2022-11-23T01:25:18.1463599Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/torch_hip_generated_SparseHIPTensor.hip.o 2022-11-23T01:25:18.1491202Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/torch_hip_generated_SparseHIPTensorMath.hip.o 2022-11-23T01:25:18.6206645Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/IntReprQuant.hip:6: 2022-11-23T01:25:18.6223907Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:18.6225248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:18.6225950Z template typename func, int end, int current=0> 2022-11-23T01:25:18.6226339Z ^~~~~~~~ 2022-11-23T01:25:18.6226644Z class 2022-11-23T01:25:18.6227506Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:18.6228141Z template typename func, int end> 2022-11-23T01:25:18.6228510Z ^~~~~~~~ 2022-11-23T01:25:18.6228803Z class 2022-11-23T01:25:18.6229160Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:18.6229735Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/IntReprQuant.hip:6: 2022-11-23T01:25:18.6230367Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:18.6231534Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:18.6232207Z template typename func, int end, int current=0> 2022-11-23T01:25:18.6232619Z ^~~~~~~~ 2022-11-23T01:25:18.6232926Z class 2022-11-23T01:25:18.6233737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:18.6234545Z template typename func, int end> 2022-11-23T01:25:18.6234887Z ^~~~~~~~ 2022-11-23T01:25:18.6235181Z class 2022-11-23T01:25:18.6235533Z 2 warnings generated when compiling for host. 2022-11-23T01:25:18.6323949Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/torch_hip_generated_SparseMatMul.hip.o 2022-11-23T01:25:18.7822174Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/MakePerTensorQuantizedTensor.hip:6: 2022-11-23T01:25:18.7830577Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:18.7838427Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:18.7839166Z template typename func, int end, int current=0> 2022-11-23T01:25:18.7839567Z ^~~~~~~~ 2022-11-23T01:25:18.7839865Z class 2022-11-23T01:25:18.7840732Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:18.7841375Z template typename func, int end> 2022-11-23T01:25:18.7841727Z ^~~~~~~~ 2022-11-23T01:25:18.7842035Z class 2022-11-23T01:25:18.7842397Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:18.7843005Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/MakePerTensorQuantizedTensor.hip:6: 2022-11-23T01:25:18.7843688Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:18.7844687Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:18.7845380Z template typename func, int end, int current=0> 2022-11-23T01:25:18.7845753Z ^~~~~~~~ 2022-11-23T01:25:18.7846046Z class 2022-11-23T01:25:18.7847082Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:18.7847727Z template typename func, int end> 2022-11-23T01:25:18.7848104Z ^~~~~~~~ 2022-11-23T01:25:18.7848396Z class 2022-11-23T01:25:18.7848757Z 2 warnings generated when compiling for host. 2022-11-23T01:25:18.7922043Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/transformers/hip/torch_hip_generated_attention.hip.o 2022-11-23T01:25:19.1222609Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SoftMax.hip:14: 2022-11-23T01:25:19.1223322Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPApplyUtils.cuh:6: 2022-11-23T01:25:19.1223967Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:25:19.1233208Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:19.1234576Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:19.1235330Z ^ 2022-11-23T01:25:19.1236476Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:19.1237214Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:19.1237550Z ^ 2022-11-23T01:25:19.1238285Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:19.1239000Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:19.1239538Z ^ 2022-11-23T01:25:19.1240181Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SoftMax.hip:46: 2022-11-23T01:25:19.1240974Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:19.1242159Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:19.1243020Z template typename func, int end, int current=0> 2022-11-23T01:25:19.1243578Z ^~~~~~~~ 2022-11-23T01:25:19.1244026Z class 2022-11-23T01:25:19.1247086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:19.1247938Z template typename func, int end> 2022-11-23T01:25:19.1248341Z ^~~~~~~~ 2022-11-23T01:25:19.1248802Z class 2022-11-23T01:25:19.1249315Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:25:19.1249888Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SoftMax.hip:14: 2022-11-23T01:25:19.1257126Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPApplyUtils.cuh:6: 2022-11-23T01:25:19.1260474Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:25:19.1261543Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:19.1262371Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:19.1262937Z ^ 2022-11-23T01:25:19.1263694Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:19.1264431Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:19.1264771Z ^ 2022-11-23T01:25:19.1265341Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:19.1265862Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:19.1266274Z ^ 2022-11-23T01:25:19.1266775Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SoftMax.hip:46: 2022-11-23T01:25:19.1271331Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:19.1273224Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:19.1273945Z template typename func, int end, int current=0> 2022-11-23T01:25:19.1274626Z ^~~~~~~~ 2022-11-23T01:25:19.1274956Z class 2022-11-23T01:25:19.1275864Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:19.1277310Z template typename func, int end> 2022-11-23T01:25:19.1277700Z ^~~~~~~~ 2022-11-23T01:25:19.1278012Z class 2022-11-23T01:25:19.1278370Z 3 warnings generated when compiling for host. 2022-11-23T01:25:19.1372084Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/transformers/hip/torch_hip_generated_attention_backward.hip.o 2022-11-23T01:25:19.5283253Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseCsrTensorMath.hip:37: 2022-11-23T01:25:19.5284166Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:25:19.5285699Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:19.5286658Z template typename func, int end, int current=0> 2022-11-23T01:25:19.5287062Z ^~~~~~~~ 2022-11-23T01:25:19.5287584Z class 2022-11-23T01:25:19.5288560Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:19.5289236Z template typename func, int end> 2022-11-23T01:25:19.5289599Z ^~~~~~~~ 2022-11-23T01:25:19.5289905Z class 2022-11-23T01:25:19.5290598Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseCsrTensorMath.hip:37: 2022-11-23T01:25:19.5292622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5293875Z __global__ void reduce_kernel(R reduction) { 2022-11-23T01:25:19.5294279Z ^ 2022-11-23T01:25:19.5299398Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5302303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5306779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5310730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5313619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5317465Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5321018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5324098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5327395Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5330763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5334127Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5337970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5340776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5343502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5346128Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5348917Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5351354Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5353926Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5356809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5359239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5361818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5364439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5367028Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5369385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5371865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5374589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5376960Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5379030Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5381287Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5384116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5385920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5388591Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5390610Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5393205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5395047Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5397713Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5400284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5403371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5407136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5413305Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5416199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5462181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5464270Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5466160Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5467925Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5469671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5471428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5473201Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5475086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5476904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5478614Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5480363Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5482301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5484034Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5485737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5487604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5489376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5491118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5492826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5494582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5496382Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5498226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5499951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5501614Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5503322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5505106Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5506843Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5508604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5510507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5555840Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5557644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5559449Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5561262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5563097Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5564888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5566663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5568424Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5570290Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5572035Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5573770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5575693Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5577517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5579311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5581076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5582894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5584691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5586495Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5588305Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5590011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5591756Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5593683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5595721Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5597527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5599360Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5601139Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5602870Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5604656Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5606467Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5608289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5610093Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5611865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5613615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5615494Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5617362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5619119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5620963Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5622725Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5624523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5626271Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5627998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5629727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5631522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5639775Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5641537Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5643348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5645261Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5647081Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5648912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5650831Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5652569Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5654376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5656108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5657907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5659723Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5661523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5663337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5665079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5666963Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5668737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5670392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5672221Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5673932Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5675845Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5677519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5679128Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5680823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5682586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5684374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5686177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5687871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5689701Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5691480Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5693182Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5695113Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5696963Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5698704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5700456Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5707798Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5709627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5711440Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5713245Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5716058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5720394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5724561Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5726288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5730588Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5732405Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5734161Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5735971Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5737801Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5739605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5741356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5761108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5762890Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5764732Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5767534Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5769324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5771359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5773265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5775072Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5776900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5778681Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5781299Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5783241Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5785078Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5786894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5788666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5790548Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5792256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5794067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5796046Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5797868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5893626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5895761Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5898100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5899935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5901856Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5903679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5905592Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5907445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5909454Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5911386Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5913368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5915604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5917615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5919504Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5921341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5923162Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5924996Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5926830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5928617Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5930348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5932280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5934101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5935912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5937883Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5939664Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5941464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5943266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5945086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5946889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5948657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5950408Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5952135Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5953925Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5955990Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5957750Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5959557Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5961368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5963220Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5965026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:19.5965960Z 224 warnings generated when compiling for gfx906. 2022-11-23T01:25:19.5966549Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseCsrTensorMath.hip:37: 2022-11-23T01:25:19.5967192Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:25:19.5968236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:19.5968960Z template typename func, int end, int current=0> 2022-11-23T01:25:19.5969370Z ^~~~~~~~ 2022-11-23T01:25:19.5969666Z class 2022-11-23T01:25:19.5970527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:19.5971190Z template typename func, int end> 2022-11-23T01:25:19.5971535Z ^~~~~~~~ 2022-11-23T01:25:19.5971835Z class 2022-11-23T01:25:19.5972208Z 2 warnings generated when compiling for host. 2022-11-23T01:25:19.6058543Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/build/aten/src/ATen/torch_hip_generated_UfuncCUDA_add.cu.o 2022-11-23T01:25:19.7166080Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensor.hip:10: 2022-11-23T01:25:19.7167348Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPApplyUtils.cuh:6: 2022-11-23T01:25:19.7168254Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:25:19.7169830Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:19.7175700Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:19.7176549Z ^ 2022-11-23T01:25:19.7179274Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:19.7180086Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:19.7180430Z ^ 2022-11-23T01:25:19.7181256Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:19.7182039Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:19.7182639Z ^ 2022-11-23T01:25:19.7183237Z 1 warning generated when compiling for gfx906. 2022-11-23T01:25:19.7186208Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensor.hip:10: 2022-11-23T01:25:19.7200167Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPApplyUtils.cuh:6: 2022-11-23T01:25:19.7201305Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:25:19.7202792Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:19.7203821Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:19.7204388Z ^ 2022-11-23T01:25:19.7205388Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:19.7205985Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:19.7206338Z ^ 2022-11-23T01:25:19.7207109Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:19.7207686Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:19.7208097Z ^ 2022-11-23T01:25:19.7208507Z 1 warning generated when compiling for host. 2022-11-23T01:25:19.8323640Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:11: 2022-11-23T01:25:19.8324502Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPApplyUtils.cuh:6: 2022-11-23T01:25:19.8325711Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:25:19.8331219Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:19.8331990Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:19.8332513Z ^ 2022-11-23T01:25:19.8333258Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:19.8333799Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:19.8334107Z ^ 2022-11-23T01:25:19.8334651Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:19.8335162Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:19.8335521Z ^ 2022-11-23T01:25:19.8335890Z 1 warning generated when compiling for gfx906. 2022-11-23T01:25:19.8341707Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:11: 2022-11-23T01:25:19.8342394Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPApplyUtils.cuh:6: 2022-11-23T01:25:19.8342813Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:25:19.8343628Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:19.8344087Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:19.8344455Z ^ 2022-11-23T01:25:19.8344867Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:19.8345237Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:19.8345427Z ^ 2022-11-23T01:25:19.8345784Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:19.8346089Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:19.8346314Z ^ 2022-11-23T01:25:19.8346569Z 1 warning generated when compiling for host. 2022-11-23T01:25:20.5250625Z In file included from /var/lib/jenkins/workspace/build/aten/src/ATen/UfuncCUDA_add.cu:7: 2022-11-23T01:25:20.5251675Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:20.5252997Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:20.5253835Z template typename func, int end, int current=0> 2022-11-23T01:25:20.5256422Z ^~~~~~~~ 2022-11-23T01:25:20.5257158Z class 2022-11-23T01:25:20.5258560Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:20.5259344Z template typename func, int end> 2022-11-23T01:25:20.5259764Z ^~~~~~~~ 2022-11-23T01:25:20.5260010Z class 2022-11-23T01:25:20.5260274Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:20.5260751Z In file included from /var/lib/jenkins/workspace/build/aten/src/ATen/UfuncCUDA_add.cu:7: 2022-11-23T01:25:20.5261202Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:20.5261913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:20.5262552Z template typename func, int end, int current=0> 2022-11-23T01:25:20.5265399Z ^~~~~~~~ 2022-11-23T01:25:20.5266017Z class 2022-11-23T01:25:20.5266988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:20.5267651Z template typename func, int end> 2022-11-23T01:25:20.5267871Z ^~~~~~~~ 2022-11-23T01:25:20.5268051Z class 2022-11-23T01:25:20.5268256Z 2 warnings generated when compiling for host. 2022-11-23T01:25:21.0316849Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/attention.hip:15: 2022-11-23T01:25:21.0317572Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:21.0318746Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:21.0319454Z template typename func, int end, int current=0> 2022-11-23T01:25:21.0319860Z ^~~~~~~~ 2022-11-23T01:25:21.0320143Z class 2022-11-23T01:25:21.0321040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:21.0321945Z template typename func, int end> 2022-11-23T01:25:21.0327443Z ^~~~~~~~ 2022-11-23T01:25:21.0327914Z class 2022-11-23T01:25:21.0328299Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:21.0328881Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/attention.hip:15: 2022-11-23T01:25:21.0329521Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:21.0330594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:21.0331319Z template typename func, int end, int current=0> 2022-11-23T01:25:21.0331738Z ^~~~~~~~ 2022-11-23T01:25:21.0332038Z class 2022-11-23T01:25:21.0333076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:21.0333771Z template typename func, int end> 2022-11-23T01:25:21.0334142Z ^~~~~~~~ 2022-11-23T01:25:21.0334446Z class 2022-11-23T01:25:21.0334818Z 2 warnings generated when compiling for host. 2022-11-23T01:25:21.3014281Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/miopen/Conv_miopen.cpp.o 2022-11-23T01:25:21.3015040Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/miopen/RNN_miopen.cpp.o 2022-11-23T01:25:21.3015688Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/miopen/BatchNorm_miopen.cpp.o 2022-11-23T01:25:21.3025932Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/AffineGridGenerator.cpp.o 2022-11-23T01:25:21.3026925Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/BatchNorm.cpp.o 2022-11-23T01:25:21.3042475Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/ConvPlaceholders.cpp.o 2022-11-23T01:25:21.7322737Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:21.7323759Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:21.7324704Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:21.7325588Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:21.7326529Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:21.7327455Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:21.7399158Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/ConvShared.cpp.o 2022-11-23T01:25:21.8361988Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:21.8362744Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:21.8363320Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:21.8363895Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:21.8364923Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:21.8365733Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:21.8422262Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/Conv_v7.cpp.o 2022-11-23T01:25:21.8621907Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:21.8622738Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:21.8623556Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:21.8624239Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:21.8625148Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:21.8625821Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:21.8676695Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/Conv_v8.cpp.o 2022-11-23T01:25:21.9082048Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:21.9083065Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:21.9084083Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:21.9085059Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:21.9086011Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:21.9086862Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:21.9095192Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:21.9096237Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:21.9097332Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:21.9098251Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:21.9099134Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:21.9100034Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:21.9135524Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/GridSampler.cpp.o 2022-11-23T01:25:21.9145494Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/LossCTC.cpp.o 2022-11-23T01:25:21.9572006Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:21.9573060Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:21.9574279Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:21.9575188Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:21.9576103Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:21.9577108Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:21.9589860Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:21.9590657Z In file included from /var/lib/jenkins/workspace/c10/core/DeviceType.h:8, 2022-11-23T01:25:21.9591276Z from /var/lib/jenkins/workspace/c10/core/Device.h:3, 2022-11-23T01:25:21.9592102Z from /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:11, 2022-11-23T01:25:21.9592760Z from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-11-23T01:25:21.9593386Z from /var/lib/jenkins/workspace/aten/src/ATen/native/RNN.h:3, 2022-11-23T01:25:21.9594065Z from /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:2: 2022-11-23T01:25:21.9595504Z /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp: In function ‘void at::native::_viewOrCopyParams(at::MatrixRef, at::MatrixRef, bool)’: 2022-11-23T01:25:21.9597968Z /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:271:41: warning: ‘at::DeprecatedTypeProperties& at::Tensor::type() const’ is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations] 2022-11-23T01:25:21.9599677Z 271 | TORCH_CHECK(param_from.type() == param_to.type(), "parameter types mismatch"); 2022-11-23T01:25:21.9600285Z | ^ 2022-11-23T01:25:21.9601041Z /var/lib/jenkins/workspace/c10/macros/Macros.h:200:64: note: in definition of macro ‘C10_UNLIKELY’ 2022-11-23T01:25:21.9601790Z 200 | #define C10_UNLIKELY(expr) (__builtin_expect(static_cast(expr), 0)) 2022-11-23T01:25:21.9602377Z | ^~~~ 2022-11-23T01:25:21.9603124Z /var/lib/jenkins/workspace/c10/util/Exception.h:506:7: note: in expansion of macro ‘C10_UNLIKELY_OR_CONST’ 2022-11-23T01:25:21.9603833Z 506 | if (C10_UNLIKELY_OR_CONST(!(cond))) { \ 2022-11-23T01:25:21.9604286Z | ^~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:25:21.9605076Z /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:271:13: note: in expansion of macro ‘TORCH_CHECK’ 2022-11-23T01:25:21.9605946Z 271 | TORCH_CHECK(param_from.type() == param_to.type(), "parameter types mismatch"); 2022-11-23T01:25:21.9606510Z | ^~~~~~~~~~~ 2022-11-23T01:25:21.9607100Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-11-23T01:25:21.9607898Z from /var/lib/jenkins/workspace/aten/src/ATen/native/RNN.h:3, 2022-11-23T01:25:21.9608593Z from /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:2: 2022-11-23T01:25:21.9609350Z /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:216:30: note: declared here 2022-11-23T01:25:21.9609983Z 216 | DeprecatedTypeProperties & type() const { 2022-11-23T01:25:21.9610477Z | ^~~~ 2022-11-23T01:25:21.9611043Z In file included from /var/lib/jenkins/workspace/c10/core/DeviceType.h:8, 2022-11-23T01:25:21.9611675Z from /var/lib/jenkins/workspace/c10/core/Device.h:3, 2022-11-23T01:25:21.9612335Z from /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:11, 2022-11-23T01:25:21.9613007Z from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-11-23T01:25:21.9613670Z from /var/lib/jenkins/workspace/aten/src/ATen/native/RNN.h:3, 2022-11-23T01:25:21.9614514Z from /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:2: 2022-11-23T01:25:21.9616799Z /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:271:60: warning: ‘at::DeprecatedTypeProperties& at::Tensor::type() const’ is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations] 2022-11-23T01:25:21.9618367Z 271 | TORCH_CHECK(param_from.type() == param_to.type(), "parameter types mismatch"); 2022-11-23T01:25:21.9618987Z | ^ 2022-11-23T01:25:21.9619698Z /var/lib/jenkins/workspace/c10/macros/Macros.h:200:64: note: in definition of macro ‘C10_UNLIKELY’ 2022-11-23T01:25:21.9620429Z 200 | #define C10_UNLIKELY(expr) (__builtin_expect(static_cast(expr), 0)) 2022-11-23T01:25:21.9621004Z | ^~~~ 2022-11-23T01:25:21.9621731Z /var/lib/jenkins/workspace/c10/util/Exception.h:506:7: note: in expansion of macro ‘C10_UNLIKELY_OR_CONST’ 2022-11-23T01:25:21.9622422Z 506 | if (C10_UNLIKELY_OR_CONST(!(cond))) { \ 2022-11-23T01:25:21.9622873Z | ^~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:25:21.9623634Z /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:271:13: note: in expansion of macro ‘TORCH_CHECK’ 2022-11-23T01:25:21.9624476Z 271 | TORCH_CHECK(param_from.type() == param_to.type(), "parameter types mismatch"); 2022-11-23T01:25:21.9625010Z | ^~~~~~~~~~~ 2022-11-23T01:25:21.9625576Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-11-23T01:25:21.9626234Z from /var/lib/jenkins/workspace/aten/src/ATen/native/RNN.h:3, 2022-11-23T01:25:21.9626924Z from /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:2: 2022-11-23T01:25:21.9627705Z /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:216:30: note: declared here 2022-11-23T01:25:21.9628347Z 216 | DeprecatedTypeProperties & type() const { 2022-11-23T01:25:21.9628840Z | ^~~~ 2022-11-23T01:25:21.9629504Z In file included from /var/lib/jenkins/workspace/c10/core/DeviceType.h:8, 2022-11-23T01:25:21.9630127Z from /var/lib/jenkins/workspace/c10/core/Device.h:3, 2022-11-23T01:25:21.9630815Z from /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:11, 2022-11-23T01:25:21.9631483Z from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-11-23T01:25:21.9632133Z from /var/lib/jenkins/workspace/aten/src/ATen/native/RNN.h:3, 2022-11-23T01:25:21.9632833Z from /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:2: 2022-11-23T01:25:21.9633973Z /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp: In function ‘void at::native::_copyParams_and_permute(at::MatrixRef, at::MatrixRef, int64_t)’: 2022-11-23T01:25:21.9636571Z /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:290:41: warning: ‘at::DeprecatedTypeProperties& at::Tensor::type() const’ is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations] 2022-11-23T01:25:21.9638090Z 290 | TORCH_CHECK(param_from.type() == param_to.type(), "parameter types mismatch"); 2022-11-23T01:25:21.9638649Z | ^ 2022-11-23T01:25:21.9639342Z /var/lib/jenkins/workspace/c10/macros/Macros.h:200:64: note: in definition of macro ‘C10_UNLIKELY’ 2022-11-23T01:25:21.9640132Z 200 | #define C10_UNLIKELY(expr) (__builtin_expect(static_cast(expr), 0)) 2022-11-23T01:25:21.9640752Z | ^~~~ 2022-11-23T01:25:21.9641529Z /var/lib/jenkins/workspace/c10/util/Exception.h:506:7: note: in expansion of macro ‘C10_UNLIKELY_OR_CONST’ 2022-11-23T01:25:21.9642184Z 506 | if (C10_UNLIKELY_OR_CONST(!(cond))) { \ 2022-11-23T01:25:21.9642620Z | ^~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:25:21.9643343Z /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:290:13: note: in expansion of macro ‘TORCH_CHECK’ 2022-11-23T01:25:21.9644158Z 290 | TORCH_CHECK(param_from.type() == param_to.type(), "parameter types mismatch"); 2022-11-23T01:25:21.9644662Z | ^~~~~~~~~~~ 2022-11-23T01:25:21.9645217Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-11-23T01:25:21.9645855Z from /var/lib/jenkins/workspace/aten/src/ATen/native/RNN.h:3, 2022-11-23T01:25:21.9646500Z from /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:2: 2022-11-23T01:25:21.9647229Z /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:216:30: note: declared here 2022-11-23T01:25:21.9647846Z 216 | DeprecatedTypeProperties & type() const { 2022-11-23T01:25:21.9648322Z | ^~~~ 2022-11-23T01:25:21.9648842Z In file included from /var/lib/jenkins/workspace/c10/core/DeviceType.h:8, 2022-11-23T01:25:21.9649473Z from /var/lib/jenkins/workspace/c10/core/Device.h:3, 2022-11-23T01:25:21.9650275Z from /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:11, 2022-11-23T01:25:21.9650929Z from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-11-23T01:25:21.9651625Z from /var/lib/jenkins/workspace/aten/src/ATen/native/RNN.h:3, 2022-11-23T01:25:21.9652369Z from /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:2: 2022-11-23T01:25:21.9654718Z /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:290:60: warning: ‘at::DeprecatedTypeProperties& at::Tensor::type() const’ is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations] 2022-11-23T01:25:21.9656287Z 290 | TORCH_CHECK(param_from.type() == param_to.type(), "parameter types mismatch"); 2022-11-23T01:25:21.9657067Z | ^ 2022-11-23T01:25:21.9657838Z /var/lib/jenkins/workspace/c10/macros/Macros.h:200:64: note: in definition of macro ‘C10_UNLIKELY’ 2022-11-23T01:25:21.9658634Z 200 | #define C10_UNLIKELY(expr) (__builtin_expect(static_cast(expr), 0)) 2022-11-23T01:25:21.9659227Z | ^~~~ 2022-11-23T01:25:21.9659993Z /var/lib/jenkins/workspace/c10/util/Exception.h:506:7: note: in expansion of macro ‘C10_UNLIKELY_OR_CONST’ 2022-11-23T01:25:21.9660703Z 506 | if (C10_UNLIKELY_OR_CONST(!(cond))) { \ 2022-11-23T01:25:21.9661202Z | ^~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:25:21.9661976Z /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:290:13: note: in expansion of macro ‘TORCH_CHECK’ 2022-11-23T01:25:21.9662807Z 290 | TORCH_CHECK(param_from.type() == param_to.type(), "parameter types mismatch"); 2022-11-23T01:25:21.9663361Z | ^~~~~~~~~~~ 2022-11-23T01:25:21.9663939Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-11-23T01:25:21.9664610Z from /var/lib/jenkins/workspace/aten/src/ATen/native/RNN.h:3, 2022-11-23T01:25:21.9665286Z from /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:2: 2022-11-23T01:25:21.9666063Z /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:216:30: note: declared here 2022-11-23T01:25:21.9666743Z 216 | DeprecatedTypeProperties & type() const { 2022-11-23T01:25:21.9667239Z | ^~~~ 2022-11-23T01:25:21.9667557Z At global scope: 2022-11-23T01:25:21.9668293Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:21.9669257Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:21.9670105Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:21.9670955Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:21.9671808Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:21.9672712Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/RNN.cpp.o 2022-11-23T01:25:21.9695828Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/miopen/Descriptors.cpp.o 2022-11-23T01:25:22.0036185Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:22.0037145Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:22.0038054Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:22.0038857Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:22.0039687Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:22.0040843Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:22.0122586Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/miopen/Handle.cpp.o 2022-11-23T01:25:22.1511958Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:22.1513043Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:22.1514040Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:22.1515022Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:22.1515962Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:22.1516884Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:22.1587154Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/miopen/Types.cpp.o 2022-11-23T01:25:22.3851020Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:22.3852045Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:22.3853004Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:22.3853877Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:22.3854838Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:22.3855763Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:22.3911057Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/nested/hip/NestedTensorTransformerFunctions.cpp.o 2022-11-23T01:25:22.4329999Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:22.4330883Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:22.4331622Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:22.4332630Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:22.4333451Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:22.4334201Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:22.4382937Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/SparseBlas.cpp.o 2022-11-23T01:25:22.4751644Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:22.4752713Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:22.4753622Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:22.4754979Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:22.4755847Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:22.4756733Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:22.4814136Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/SparseBlasImpl.cpp.o 2022-11-23T01:25:22.5115347Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:22.5116391Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:22.5117374Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:22.5118228Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:22.5119055Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:22.5119879Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:22.5162926Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/SparseBlasLegacy.cpp.o 2022-11-23T01:25:22.9136784Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:22.9137716Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:22.9138664Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:22.9139508Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:22.9140326Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:22.9141140Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:22.9193086Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/SparseHIPBlas.cpp.o 2022-11-23T01:25:22.9841266Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:22.9842364Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:22.9843817Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:22.9844592Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:22.9845316Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:22.9846071Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:22.9858178Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:22.9862345Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:22.9863408Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:22.9864170Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:22.9864965Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:22.9865728Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:22.9909414Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/SparseHIPTensor.cpp.o 2022-11-23T01:25:22.9935019Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/Activation.cpp.o 2022-11-23T01:25:23.0744387Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:23.0745382Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:23.0746259Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:23.0747095Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:23.0747960Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:23.0748833Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:23.0825806Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/BinaryOps.cpp.o 2022-11-23T01:25:23.1438626Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:23.1439686Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:23.1440675Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:23.1441564Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:23.1442485Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:23.1443392Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:23.1504245Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/Conv.cpp.o 2022-11-23T01:25:23.2169989Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:23.2170764Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:23.2171311Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:23.2172124Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:23.2173024Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:23.2173921Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:23.2232409Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/ConvPrepack.cpp.o 2022-11-23T01:25:23.2598984Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:23.2599954Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:23.2600938Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:23.2601890Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:23.2602846Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:23.2603804Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:23.2666821Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/ConvUnpackImpl.cpp.o 2022-11-23T01:25:23.2823270Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:23.2824343Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:23.2825351Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:23.2826251Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:23.2827142Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:23.2828025Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:23.2882464Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/Linear.cpp.o 2022-11-23T01:25:23.3303237Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:23.3304584Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:23.3305589Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:23.3306473Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:23.3307621Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:23.3308512Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:23.3375215Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/LinearPrepack.cpp.o 2022-11-23T01:25:23.3462461Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:23.3463424Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:23.3465344Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:23.3466166Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:23.3467165Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:23.3467946Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:23.3512674Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/LinearUnpackImpl.cpp.o 2022-11-23T01:25:23.4044718Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:23.4045771Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:23.4046740Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:23.4047608Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:23.4048467Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:23.4049354Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:23.4099772Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/Pooling.cpp.o 2022-11-23T01:25:23.4149989Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:23.4150964Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:23.4151894Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:23.4152742Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:23.4153612Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:23.4155734Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:23.4243185Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/CachingHostAllocator.cpp.o 2022-11-23T01:25:23.4588068Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:23.4589331Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:23.4590315Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:23.4591172Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:23.4592102Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:23.4593021Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:23.4654597Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/CuSparseHandlePool.cpp.o 2022-11-23T01:25:23.5575308Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:23.5576457Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:23.5577637Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:23.5578551Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:23.5579356Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:23.5580157Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:23.5655888Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/CublasHandlePool.cpp.o 2022-11-23T01:25:23.6543507Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:23.6544212Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:23.6544753Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:23.6545264Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:23.6546022Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:23.6546788Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:23.6607033Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/EmptyTensor.cpp.o 2022-11-23T01:25:23.9159757Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:23.9160809Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:23.9161827Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:23.9162733Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:23.9163615Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:23.9164501Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:23.9237470Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/Exceptions.cpp.o 2022-11-23T01:25:24.0173193Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:24.0174159Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:24.0174830Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:24.0175324Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:24.0175946Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:24.0176801Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:24.0222898Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/HIPBlas.cpp.o 2022-11-23T01:25:24.0263203Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:24.0264268Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:24.0264815Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:24.0265533Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:24.0266231Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:24.0266825Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:24.0312383Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/HIPContext.cpp.o 2022-11-23T01:25:24.0802901Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:24.0803941Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:24.0804814Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:24.0805561Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:24.0806395Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:24.0807400Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:24.0813349Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:24.0814307Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:24.0815163Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:24.0815933Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:24.0816872Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:24.0817667Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:24.0877112Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/HIPGeneratorImpl.cpp.o 2022-11-23T01:25:24.0883208Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/HIPGraph.cpp.o 2022-11-23T01:25:24.2938460Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:24.2939487Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:24.2941412Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:24.2942648Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:24.2943710Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:24.2944764Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:24.3014700Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/HIPSparseBlas.cpp.o 2022-11-23T01:25:24.4291349Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:24.4292426Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:24.4293436Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:24.4294322Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:24.4295286Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:24.4296230Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:24.4363363Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/HIPSparseDescriptors.cpp.o 2022-11-23T01:25:24.5350472Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:24.5351530Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:24.5352473Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:24.5353593Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:24.5354653Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:24.5355380Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:24.5419598Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/PeerToPeerAccess.cpp.o 2022-11-23T01:25:24.6744948Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:24.6745983Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:24.6747552Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:24.6748750Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:24.6750078Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:24.6751220Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:24.6818329Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/PinnedMemoryAllocator.cpp.o 2022-11-23T01:25:24.7865800Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:24.7866860Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:24.7867743Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:24.7868498Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:24.7869256Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:24.7870047Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:24.7938743Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/detail/HIPHooks.cpp.o 2022-11-23T01:25:24.9120931Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:24.9121723Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:24.9122486Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:24.9123177Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:24.9123892Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:24.9124566Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:24.9186805Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.cpp.o 2022-11-23T01:25:25.0495996Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:25.0497356Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:25.0498370Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:25.0499266Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:25.0500136Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:25.0500952Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:25.0562771Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.cpp.o 2022-11-23T01:25:25.0591469Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:25.0592244Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:25.0593138Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:25.0593892Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:25.0594697Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:25.0595495Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:25.0687322Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/llvm_basic.cpp.o 2022-11-23T01:25:25.0797852Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:25.0799091Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:326:13: warning: rocblas_gemm_strided_batched_ex: The workspace_size and workspace arguments are obsolete, and will be ignored 2022-11-23T01:25:25.0799893Z 326 |  0, 0, NULL, NULL)); 2022-11-23T01:25:25.0800536Z | ^ ~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:25:25.0801324Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:25.0802259Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:25.0803112Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:25.0803987Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:25.0804852Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:25.0860055Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/llvm_complex.cpp.o 2022-11-23T01:25:25.2451164Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:25.2452106Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:25.2452756Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:25.2453497Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:25.2454241Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:25.2455061Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:25.2519756Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/Activation.cpp.o 2022-11-23T01:25:25.2648720Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:25.2649364Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:25.2649911Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:25.2650584Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:25.2651091Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:25.2651576Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:25.2712259Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/Blas.cpp.o 2022-11-23T01:25:25.3074470Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:25.3075504Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:25.3076401Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:25.3077265Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:25.3078109Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:25.3078928Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:25.3147405Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/Distributions.cpp.o 2022-11-23T01:25:25.4254584Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:25.4255579Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:25.4256548Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:25.4257472Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:25.4258503Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:25.4259569Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:25.4263997Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:25.4264956Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/HIPHooks.cpp:14: 2022-11-23T01:25:25.4266984Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:25:25.4268207Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:25:25.4268667Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:25.4269408Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:25:25.4270100Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:25:25.4270582Z | ^~~~ 2022-11-23T01:25:25.4271348Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:120:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:25:25.4272127Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:25:25.4272555Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:25:25.4273091Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T01:25:25.4273760Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPGeneratorImpl.h:2, 2022-11-23T01:25:25.4274697Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/HIPHooks.cpp:4: 2022-11-23T01:25:25.4275401Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:25:25.4275959Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:25:25.4276423Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:25.4277040Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/HIPHooks.cpp:14: 2022-11-23T01:25:25.4278786Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:25:25.4279989Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:25:25.4280453Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:25.4281218Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:25:25.4281925Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:25:25.4282444Z | ^~~~ 2022-11-23T01:25:25.4283214Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:120:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:25:25.4283883Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:25:25.4284287Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:25:25.4284813Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T01:25:25.4285534Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPGeneratorImpl.h:2, 2022-11-23T01:25:25.4286263Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/HIPHooks.cpp:4: 2022-11-23T01:25:25.4286950Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:25:25.4287683Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:25:25.4288153Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:25.4288660Z In file included from /opt/rocm/magma/include/magma_types.h:148, 2022-11-23T01:25:25.4289248Z from /opt/rocm/magma/include/magma_copy.h:12, 2022-11-23T01:25:25.4289801Z from /opt/rocm/magma/include/magmablas.h:12, 2022-11-23T01:25:25.4290353Z from /opt/rocm/magma/include/magma_v2.h:22, 2022-11-23T01:25:25.4290947Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/HIPHooks.cpp:26: 2022-11-23T01:25:25.4292050Z /opt/rocm-5.2.0/include/hipblas.h:16:160: note: #pragma message: : warning : This file is deprecated. Use the header file from /opt/rocm-5.2.0/include/hipblas/hipblas.h by using #include 2022-11-23T01:25:25.4293423Z 16 | #pragma message(": warning : This file is deprecated. Use the header file from /opt/rocm-5.2.0/include/hipblas/hipblas.h by using #include ") 2022-11-23T01:25:25.4294413Z | ^ 2022-11-23T01:25:25.4295031Z In file included from /opt/rocm/magma/include/magma_types.h:149, 2022-11-23T01:25:25.4295653Z from /opt/rocm/magma/include/magma_copy.h:12, 2022-11-23T01:25:25.4296238Z from /opt/rocm/magma/include/magmablas.h:12, 2022-11-23T01:25:25.4296913Z from /opt/rocm/magma/include/magma_v2.h:22, 2022-11-23T01:25:25.4297593Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/HIPHooks.cpp:26: 2022-11-23T01:25:25.4298792Z /opt/rocm/hipsparse/include/hipsparse.h:16:168: note: #pragma message: : warning : This file is deprecated. Use the header file from /opt/rocm-5.2.0/include/hipsparse/hipsparse.h by using #include 2022-11-23T01:25:25.4300038Z 16 | #pragma message(": warning : This file is deprecated. Use the header file from /opt/rocm-5.2.0/include/hipsparse/hipsparse.h by using #include ") 2022-11-23T01:25:25.4300975Z | ^ 2022-11-23T01:25:25.4301821Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:25.4302837Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:25.4303768Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:25.4304661Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:25.4305534Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:25.4345866Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/Equal.cpp.o 2022-11-23T01:25:25.4367178Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/GridSampler.cpp.o 2022-11-23T01:25:25.7321370Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:25.7322344Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:25.7323510Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:25.7324347Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:25.7325184Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:25.7326023Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:25.7402085Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/IndexKernel.cpp.o 2022-11-23T01:25:25.7692420Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:25.7693191Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:25.7694323Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:25.7695045Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:25.7695830Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:25.7696779Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:25.7773763Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/LinearAlgebraStubs.cpp.o 2022-11-23T01:25:25.8582829Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:25.8583917Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:25.8584881Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:25.8585785Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:25.8586694Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:25.8587623Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:25.8655801Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/ReduceOps.cpp.o 2022-11-23T01:25:25.9040799Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:25.9042429Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:25.9043550Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:25.9044613Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:25.9046160Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:25.9047380Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:25.9113607Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/Resize.cpp.o 2022-11-23T01:25:25.9483324Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:25.9484989Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:25.9486197Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:25.9487237Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:25.9488319Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:25.9491494Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:25.9550149Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/ScanKernels.cpp.o 2022-11-23T01:25:25.9853734Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:25.9854650Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:25.9855533Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:25.9856338Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:25.9857224Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:25.9858027Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:25.9907169Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/Sort.cpp.o 2022-11-23T01:25:26.2172010Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:26.2173059Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:26.2174051Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:26.2174942Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:26.2175856Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:26.2176835Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:26.2245550Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/Sorting.cpp.o 2022-11-23T01:25:26.3554776Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:26.3556396Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:26.3557685Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:26.3558864Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:26.3559927Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:26.3561242Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:26.3631508Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/SpectralOps.cpp.o 2022-11-23T01:25:26.4200800Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:26.4202249Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:26.4205564Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:26.4206679Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:26.4209841Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:26.4211165Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:26.4274020Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/TensorCompare.cpp.o 2022-11-23T01:25:26.5021704Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:26.5022711Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:26.5023600Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:26.5024411Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:26.5025260Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:26.5026084Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:26.5062901Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:26.5063716Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:26.5064258Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:26.5064949Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:26.5065747Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:26.5066351Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:26.5094563Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/TensorModeKernel.cpp.o 2022-11-23T01:25:26.5115545Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/TensorShapeHIP.cpp.o 2022-11-23T01:25:26.5547736Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:26.5548667Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:26.5549554Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:26.5550603Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:26.5551974Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:26.5552785Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:26.5620307Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/TensorTopK.cpp.o 2022-11-23T01:25:26.7920296Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:26.7921249Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:26.7922033Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:26.7923028Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:26.7923555Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:26.7924275Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:26.7984162Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/jit_utils.cpp.o 2022-11-23T01:25:26.8336331Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:26.8337428Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:26.8338446Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:26.8339378Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:26.8340248Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:26.8341118Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:26.8400791Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/linalg/BatchLinearAlgebra.cpp.o 2022-11-23T01:25:26.9917141Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:26.9918387Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:26.9919308Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:26.9920214Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:26.9921133Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:26.9922057Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:26.9988710Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/linalg/BatchLinearAlgebraLib.cpp.o 2022-11-23T01:25:27.0375286Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:27.0376606Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:27.0377634Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:27.0378508Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:27.0379293Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:27.0380098Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:27.0442536Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/linalg/CusolverDnHandlePool.cpp.o 2022-11-23T01:25:27.0912650Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:27.0913798Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:27.0915237Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:27.0916045Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:27.0916610Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:27.0917152Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:27.0980491Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/linalg/HIPSolver.cpp.o 2022-11-23T01:25:27.1813758Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:27.1814784Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:27.1815687Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:27.1816523Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:27.1817425Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:27.1818282Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:27.1866486Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/RegisterCUDA.cpp.o 2022-11-23T01:25:27.2628525Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:27.2629473Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/jit_utils.cpp:11: 2022-11-23T01:25:27.2631237Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:25:27.2632544Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:25:27.2633034Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:27.2633987Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:25:27.2635006Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:25:27.2635556Z | ^~~~ 2022-11-23T01:25:27.2636361Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:120:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:25:27.2637035Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:25:27.2637454Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:25:27.2637991Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T01:25:27.2638651Z from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/jit_utils.cpp:2: 2022-11-23T01:25:27.2639357Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:25:27.2639937Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:25:27.2640547Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:27.2641226Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/jit_utils.cpp:11: 2022-11-23T01:25:27.2643039Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:25:27.2644310Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:25:27.2644762Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:27.2645543Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:25:27.2646273Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:25:27.2646787Z | ^~~~ 2022-11-23T01:25:27.2647550Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:120:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:25:27.2648185Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:25:27.2648593Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:25:27.2649147Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T01:25:27.2649879Z from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/jit_utils.cpp:2: 2022-11-23T01:25:27.2650649Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:25:27.2651269Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:25:27.2651725Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:27.2652435Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:27.2653276Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:27.2654048Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:27.2654828Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:27.2655750Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:27.2716635Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/RegisterNestedTensorCUDA.cpp.o 2022-11-23T01:25:27.5006979Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:27.5008050Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:27.5008941Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:27.5009850Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:27.5010657Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:27.5011532Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:27.5083735Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/RegisterQuantizedCUDA.cpp.o 2022-11-23T01:25:27.5119988Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:27.5120844Z In file included from /opt/rocm/magma/include/magma_types.h:148, 2022-11-23T01:25:27.5121632Z from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/MagmaUtils.h:6, 2022-11-23T01:25:27.5122443Z from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/BatchLinearAlgebra.cpp:20: 2022-11-23T01:25:27.5123614Z /opt/rocm-5.2.0/include/hipblas.h:16:160: note: #pragma message: : warning : This file is deprecated. Use the header file from /opt/rocm-5.2.0/include/hipblas/hipblas.h by using #include 2022-11-23T01:25:27.5124846Z 16 | #pragma message(": warning : This file is deprecated. Use the header file from /opt/rocm-5.2.0/include/hipblas/hipblas.h by using #include ") 2022-11-23T01:25:27.5125770Z | ^ 2022-11-23T01:25:27.5126356Z In file included from /opt/rocm/magma/include/magma_types.h:149, 2022-11-23T01:25:27.5127084Z from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/MagmaUtils.h:6, 2022-11-23T01:25:27.5127866Z from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/BatchLinearAlgebra.cpp:20: 2022-11-23T01:25:27.5129090Z /opt/rocm/hipsparse/include/hipsparse.h:16:168: note: #pragma message: : warning : This file is deprecated. Use the header file from /opt/rocm-5.2.0/include/hipsparse/hipsparse.h by using #include 2022-11-23T01:25:27.5130556Z 16 | #pragma message(": warning : This file is deprecated. Use the header file from /opt/rocm-5.2.0/include/hipsparse/hipsparse.h by using #include ") 2022-11-23T01:25:27.5131524Z | ^ 2022-11-23T01:25:27.5132718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/BatchLinearAlgebra.cpp: In function ‘void at::native::lu_factor(const at::Tensor&, const at::Tensor&, const at::Tensor&, bool)’: 2022-11-23T01:25:27.5133925Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/BatchLinearAlgebra.cpp:1607:8: warning: unused variable ‘m’ [-Wunused-variable] 2022-11-23T01:25:27.5134665Z 1607 | auto m = input.size(-2); 2022-11-23T01:25:27.5135205Z | ^ 2022-11-23T01:25:27.5136099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/BatchLinearAlgebra.cpp:1608:8: warning: unused variable ‘n’ [-Wunused-variable] 2022-11-23T01:25:27.5136890Z 1608 | auto n = input.size(-1); 2022-11-23T01:25:27.5137309Z | ^ 2022-11-23T01:25:27.5138435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/BatchLinearAlgebra.cpp: In function ‘void at::native::lu_solve_kernel(const at::Tensor&, const at::Tensor&, const at::Tensor&, at::native::TransposeType)’: 2022-11-23T01:25:27.5139692Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/BatchLinearAlgebra.cpp:2453:8: warning: unused variable ‘b’ [-Wunused-variable] 2022-11-23T01:25:27.5140430Z 2453 | auto b = batchCount(B); 2022-11-23T01:25:27.5140849Z | ^ 2022-11-23T01:25:27.5141153Z At global scope: 2022-11-23T01:25:27.5141862Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:27.5142826Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:27.5143676Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:27.5144550Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:27.5145405Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:27.5185961Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/RegisterSparseCUDA.cpp.o 2022-11-23T01:25:27.6263446Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:27.6264385Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:27.6265226Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:27.6266023Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:27.6266821Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:27.6267892Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:27.6334546Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/RegisterSparseCsrCUDA.cpp.o 2022-11-23T01:25:27.7254687Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:27.7255706Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:27.7256597Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:27.7257489Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:27.7258325Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:27.7259185Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:27.7323723Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/CudaIPCTypes.cpp.o 2022-11-23T01:25:27.9226846Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:27.9227685Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:27.9228577Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:27.9229450Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:27.9230375Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:27.9231284Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:27.9284089Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/cuda/comm.cpp.o 2022-11-23T01:25:28.1423903Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:28.1424850Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:28.1425752Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:28.1426547Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:28.1427389Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:28.1428204Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:28.1484418Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/cuda/memory_snapshot.cpp.o 2022-11-23T01:25:28.1532972Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:28.1534006Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:28.1534984Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:28.1535833Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:28.1537015Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:28.1537879Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:28.1644926Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp.o 2022-11-23T01:25:28.1876470Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:28.1877533Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:28.1878524Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:28.1879458Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:28.1880548Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:28.1881457Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:28.1944810Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/profiler/stubs/cuda.cpp.o 2022-11-23T01:25:28.3457323Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:28.3458445Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:28.3459435Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:28.3460378Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:28.3461307Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:28.3462228Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:28.3534881Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/autograd/functions/comm.cpp.o 2022-11-23T01:25:28.5515368Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:28.5516449Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:28.5517463Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:28.5518347Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:28.5519279Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:28.5520200Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:28.5583903Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/arith.cpp.o 2022-11-23T01:25:28.7072072Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:28.7073030Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:28.7074385Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:28.7075165Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:28.7075951Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:28.7076731Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:28.7158076Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/compute_at.cpp.o 2022-11-23T01:25:28.8388926Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:28.8390460Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:28.8391942Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:28.8393018Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:28.8394350Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:28.8395453Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:28.8467438Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/inlining.cpp.o 2022-11-23T01:25:28.9645929Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:28.9647022Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:28.9648020Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:28.9648919Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:28.9649815Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:28.9650686Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:28.9713037Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/compute_at_map.cpp.o 2022-11-23T01:25:29.3489712Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:29.3490552Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp:9: 2022-11-23T01:25:29.3492020Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:25:29.3493039Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:25:29.3493404Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:29.3494051Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:25:29.3494879Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:25:29.3495308Z | ^~~~ 2022-11-23T01:25:29.3495960Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:120:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:25:29.3496522Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:25:29.3497000Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:25:29.3497449Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T01:25:29.3498065Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.h:7, 2022-11-23T01:25:29.3498697Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp:1: 2022-11-23T01:25:29.3499310Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:25:29.3499983Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:25:29.3500408Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:29.3500954Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp:9: 2022-11-23T01:25:29.3502423Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:25:29.3503455Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:25:29.3503843Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:29.3504503Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:25:29.3505102Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:25:29.3505541Z | ^~~~ 2022-11-23T01:25:29.3506206Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:120:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:25:29.3506767Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:25:29.3507113Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:25:29.3507580Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T01:25:29.3508198Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.h:7, 2022-11-23T01:25:29.3508847Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp:1: 2022-11-23T01:25:29.3509447Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:25:29.3509978Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:25:29.3510393Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:29.3510997Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:29.3511780Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:29.3512489Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:29.3513312Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:29.3514014Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:29.3558228Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/codegen.cpp.o 2022-11-23T01:25:29.5091515Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:29.5092474Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:29.5093296Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:29.5095955Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:29.5097503Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:29.5098833Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:29.5130935Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:29.5131930Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:29.5132758Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:29.5133524Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:29.5134398Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:29.5135180Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:29.5169210Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/contiguity.cpp.o 2022-11-23T01:25:29.5195366Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/dispatch.cpp.o 2022-11-23T01:25:29.7582481Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:29.7583476Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:29.7584304Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:29.7585131Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:29.7585880Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:29.7586680Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:29.7655685Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/expr_evaluator.cpp.o 2022-11-23T01:25:29.9626827Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:29.9627869Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:29.9629047Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:29.9629963Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:29.9630842Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:29.9631737Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:29.9697936Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/executor.cpp.o 2022-11-23T01:25:30.1037352Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:30.1038115Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:30.1038892Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:30.1039370Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:30.1039873Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:30.1040369Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:30.1086364Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/executor_kernel_arg.cpp.o 2022-11-23T01:25:30.5387789Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:30.5388726Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:30.5389350Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:30.5389854Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:30.5390402Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:30.5390949Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:30.5452573Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/executor_launch_params.cpp.o 2022-11-23T01:25:30.6030978Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:30.6031914Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:30.6032807Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:30.6033653Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:30.6034634Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:30.6035453Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:30.6082910Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/evaluator_common.cpp.o 2022-11-23T01:25:30.6843759Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:30.6845130Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:30.6846232Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:30.6847217Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:30.6848317Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:30.6849288Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:30.6957909Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/executor_utils.cpp.o 2022-11-23T01:25:30.9351974Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:30.9353184Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:30.9354596Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:30.9355601Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:30.9356623Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:30.9357652Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:30.9424142Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/fusion.cpp.o 2022-11-23T01:25:30.9774340Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:30.9775387Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:30.9776270Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:30.9777174Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:30.9778021Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:30.9778916Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:30.9853472Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/graph_fuser.cpp.o 2022-11-23T01:25:31.2533372Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:31.2534313Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor.cpp:18: 2022-11-23T01:25:31.2536194Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:25:31.2537815Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:25:31.2538317Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:31.2539127Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:25:31.2539891Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:25:31.2540447Z | ^~~~ 2022-11-23T01:25:31.2541279Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:120:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:25:31.2542005Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:25:31.2542454Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:25:31.2543035Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T01:25:31.2543783Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_utils.h:8, 2022-11-23T01:25:31.2544705Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor.h:3, 2022-11-23T01:25:31.2545477Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor.cpp:2: 2022-11-23T01:25:31.2546245Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:25:31.2546888Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:25:31.2547406Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:31.2548085Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor.cpp:18: 2022-11-23T01:25:31.2549942Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:25:31.2551240Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:25:31.2551709Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:31.2552523Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:25:31.2553293Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:25:31.2553828Z | ^~~~ 2022-11-23T01:25:31.2554912Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:120:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:25:31.2555638Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:25:31.2556113Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:25:31.2556653Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T01:25:31.2557352Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_utils.h:8, 2022-11-23T01:25:31.2558121Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor.h:3, 2022-11-23T01:25:31.2558848Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor.cpp:2: 2022-11-23T01:25:31.2559611Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:25:31.2560268Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:25:31.2560914Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:31.2561655Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:31.2562629Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:31.2563505Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:31.2564409Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:31.2565310Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:31.2632875Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/grouped_reduction.cpp.o 2022-11-23T01:25:31.2635832Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:31.2636989Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:31.2637990Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:31.2638937Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:31.2639867Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:31.2640787Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:31.2698131Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/index_compute.cpp.o 2022-11-23T01:25:31.7244043Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:31.7245577Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:31.7246775Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:31.7247721Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:31.7248672Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:31.7249895Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:31.7317587Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_index_compute.cpp.o 2022-11-23T01:25:32.0637480Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:32.0638392Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_utils.cpp:3: 2022-11-23T01:25:32.0642866Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:25:32.0644388Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:25:32.0645127Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:32.0645986Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:25:32.0646527Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:25:32.0646823Z | ^~~~ 2022-11-23T01:25:32.0647276Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:120:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:25:32.0647668Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:25:32.0647923Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:25:32.0648305Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContext.h:6, 2022-11-23T01:25:32.0648968Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_utils.cpp:1: 2022-11-23T01:25:32.0649660Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:25:32.0650388Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:25:32.0650831Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:32.0651510Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_utils.cpp:3: 2022-11-23T01:25:32.0652737Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:25:32.0653527Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:25:32.0653834Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:32.0654284Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:25:32.0654756Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:25:32.0655167Z | ^~~~ 2022-11-23T01:25:32.0655870Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:120:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:25:32.0656426Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:25:32.0656685Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:25:32.0657093Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContext.h:6, 2022-11-23T01:25:32.0657534Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_utils.cpp:1: 2022-11-23T01:25:32.0657963Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:25:32.0658330Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:25:32.0658607Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:32.0659034Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:32.0659572Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:32.0660063Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:32.0660551Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:32.0661143Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:32.0661693Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:32.0662233Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:32.0662748Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:32.0663225Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:32.0663719Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:32.0664224Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:32.0716446Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/instrumentation.cpp.o 2022-11-23T01:25:32.0717461Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/ir_base_nodes.cpp.o 2022-11-23T01:25:32.1342130Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:32.1343235Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:32.1344147Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:32.1344966Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:32.1345888Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:32.1346758Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:32.1415355Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/ir_builder.cpp.o 2022-11-23T01:25:32.4523113Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:32.4524067Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:32.4524927Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:32.4525703Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:32.4566895Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:32.4567867Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:32.4591272Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/ir_cloner.cpp.o 2022-11-23T01:25:32.5792956Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:32.5793876Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:32.5795177Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:32.5796211Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:32.5797079Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:32.5797904Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:32.5841471Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/ir_container.cpp.o 2022-11-23T01:25:32.8581210Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:32.8582117Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:32.8583034Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:32.8584099Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:32.8584955Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:32.8585768Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:32.8639070Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/ir_graphviz.cpp.o 2022-11-23T01:25:33.1112513Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:33.1113580Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:33.1114800Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:33.1115766Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:33.1116704Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:33.1117657Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:33.1183787Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/ir_nodes.cpp.o 2022-11-23T01:25:33.2252826Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:33.2253887Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:33.2254766Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:33.2255782Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:33.2256678Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:33.2257701Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:33.2260826Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:33.2261901Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:33.2263138Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:33.2264019Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:33.2264962Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:33.2265902Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:33.2323222Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/ir_iostream.cpp.o 2022-11-23T01:25:33.2329546Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/ir_utils.cpp.o 2022-11-23T01:25:33.5199724Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:33.5201020Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:33.5202006Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:33.5202887Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:33.5203817Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:33.5204731Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:33.5265724Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/iter_visitor.cpp.o 2022-11-23T01:25:33.6145205Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:33.6146213Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:33.6147095Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:33.6147877Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:33.6148745Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:33.6149570Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:33.6197208Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/kernel.cpp.o 2022-11-23T01:25:33.9393936Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:33.9395336Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:33.9396233Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:33.9397026Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:33.9397771Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:33.9398629Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:33.9458967Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/kernel_cache.cpp.o 2022-11-23T01:25:34.2546314Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:34.2547296Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:34.2548155Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:34.2548945Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:34.2551160Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:34.2552452Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:34.2617748Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.cpp.o 2022-11-23T01:25:34.3243442Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:34.3244917Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:34.3246472Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:34.3247725Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:34.3248861Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:34.3250151Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:34.3323208Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/kernel_ir.cpp.o 2022-11-23T01:25:34.4389874Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:34.4390965Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:34.4391935Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:34.4392798Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:34.4393914Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:34.4394940Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:34.4462187Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.cpp.o 2022-11-23T01:25:34.6429617Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:34.6430862Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:34.6431910Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:34.6432748Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:34.6433630Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:34.6434855Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:34.6490895Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:34.6491907Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:34.6492902Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:34.6493713Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:34.6494484Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:34.6495293Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:34.6534448Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_alias_memory.cpp.o 2022-11-23T01:25:34.6547064Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_allocation.cpp.o 2022-11-23T01:25:35.0787580Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:35.0788394Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:35.0789229Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:35.0789792Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:35.0790707Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:35.0791458Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:35.0862449Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_double_buffer.cpp.o 2022-11-23T01:25:35.3235242Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:35.3236309Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:35.3237405Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:35.3238236Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:35.3239121Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:35.3239899Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:35.3302647Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_divisible_split.cpp.o 2022-11-23T01:25:35.4771854Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:35.4772846Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:35.4773926Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:35.4774720Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:35.4775545Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:35.4776402Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:35.4824047Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_expr_sort.cpp.o 2022-11-23T01:25:35.5423044Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:35.5424034Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:35.5424994Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:35.5425880Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:35.5426559Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:35.5427146Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:35.5481019Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_fused_reduction.cpp.o 2022-11-23T01:25:35.8236063Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:35.8237048Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:35.8237901Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:35.8238698Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:35.8239441Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:35.8240244Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:35.8307187Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.cpp.o 2022-11-23T01:25:35.8804822Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:35.8806216Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:35.8807391Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:35.8809820Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:35.8810908Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:35.8812040Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:35.8876235Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_index.cpp.o 2022-11-23T01:25:36.2264745Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:36.2266080Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:36.2267458Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:36.2268642Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:36.2269834Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:36.2271192Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:36.2324115Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_index_hoist.cpp.o 2022-11-23T01:25:36.3750053Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:36.3751019Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:36.3751847Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:36.3752581Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:36.3753368Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:36.3754349Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:36.3822941Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_insert_syncs.cpp.o 2022-11-23T01:25:36.5369124Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:36.5370061Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:36.5370954Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:36.5371766Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:36.5372577Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:36.5373545Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:36.5436320Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_instrument.cpp.o 2022-11-23T01:25:36.5915370Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:36.5916418Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:36.5917402Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:36.5918278Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:36.5919228Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:36.5920332Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:36.5980379Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_loops.cpp.o 2022-11-23T01:25:36.9215483Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:36.9216565Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:36.9217612Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:36.9218502Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:36.9219435Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:36.9220369Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:36.9282669Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_magic_zero.cpp.o 2022-11-23T01:25:37.0111745Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:37.0112834Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:37.0113811Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:37.0114897Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:37.0115807Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:37.0116740Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:37.0183291Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.cpp.o 2022-11-23T01:25:37.3710657Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:37.3711377Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:37.3712104Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:37.3713010Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:37.3713554Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:37.3714534Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:37.3767405Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:37.3768307Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:37.3769094Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:37.3769892Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:37.3770928Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:37.3771447Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:37.3780566Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_predicate.cpp.o 2022-11-23T01:25:37.3831220Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.cpp.o 2022-11-23T01:25:37.6855498Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:37.6859685Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:37.6860662Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:37.6861188Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:37.6861992Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:37.6862679Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:37.6929739Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_replace_size.cpp.o 2022-11-23T01:25:37.7913893Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:37.7915156Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:37.7916184Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:37.7917057Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:37.7917975Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:37.7918857Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:37.7982183Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_shift.cpp.o 2022-11-23T01:25:37.8969115Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:37.8970459Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:37.8971424Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:37.8972316Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:37.8973237Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:37.8974161Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:37.9035916Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_sync_information.cpp.o 2022-11-23T01:25:38.1247326Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:38.1248584Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:38.1249442Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:38.1250185Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:38.1251017Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:38.1251763Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:38.1315072Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_thread_predicate.cpp.o 2022-11-23T01:25:38.4477172Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:38.4478273Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:38.4479253Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:38.4480146Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:38.4481007Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:38.4481904Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:38.4541516Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.cpp.o 2022-11-23T01:25:38.4984898Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:38.4985847Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:38.4986720Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:38.4987432Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:38.4988222Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:38.4989233Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:38.5054378Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.cpp.o 2022-11-23T01:25:38.7989007Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:38.7989902Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:38.7990747Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:38.7991579Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:38.7992528Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:38.7993510Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:38.8058520Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_unroll.cpp.o 2022-11-23T01:25:38.9662229Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:38.9663295Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:38.9663936Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:38.9664481Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:38.9665096Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:38.9665895Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:38.9699272Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:38.9700179Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:38.9701032Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:38.9701822Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:38.9702320Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:38.9702843Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:38.9753064Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_utils.cpp.o 2022-11-23T01:25:38.9759471Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_validation.cpp.o 2022-11-23T01:25:39.3052549Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:39.3053597Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:39.3054607Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:39.3055789Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:39.3056818Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:39.3057730Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:39.3123010Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_warp_reduce.cpp.o 2022-11-23T01:25:39.4054162Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:39.4055232Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:39.4056269Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:39.4057306Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:39.4058487Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:39.4059354Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:39.4133972Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower2device.cpp.o 2022-11-23T01:25:39.6198542Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:39.6199473Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:39.6200351Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:39.6201172Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:39.6202045Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:39.6202850Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:39.6250438Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_bank_conflict.cpp.o 2022-11-23T01:25:39.8523895Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:39.8524977Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:39.8526007Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:39.8526876Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:39.8527777Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:39.8528687Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:39.8594984Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/manager.cpp.o 2022-11-23T01:25:40.0492903Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:40.0494267Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:40.0495183Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:40.0496019Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:40.0496965Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:40.0497829Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:40.0568058Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/maxinfo_propagator.cpp.o 2022-11-23T01:25:40.1613852Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:40.1614726Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:40.1615350Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:40.1615878Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:40.1616415Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:40.1616982Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:40.1667478Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/mutator.cpp.o 2022-11-23T01:25:40.6465164Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:40.6466096Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:40.6466947Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:40.6467675Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:40.6468476Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:40.6469235Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:40.6538900Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/non_divisible_split.cpp.o 2022-11-23T01:25:40.7237809Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:40.7238894Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:40.7239929Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:40.7240851Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:40.7241762Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:40.7242669Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:40.7304689Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/ops/alias.cpp.o 2022-11-23T01:25:40.8295083Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:40.8296102Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:40.8297069Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:40.8297842Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:40.8298632Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:40.8299406Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:40.8366929Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/ops/composite.cpp.o 2022-11-23T01:25:41.1274644Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:41.1275671Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:41.1276651Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:41.1277554Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:41.1278285Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:41.1278801Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:41.1285358Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:41.1286155Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:41.1287004Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:41.1287824Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:41.1288597Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:41.1289471Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:41.1329271Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/ops/normalization.cpp.o 2022-11-23T01:25:41.1346109Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/parallel_dimension_map.cpp.o 2022-11-23T01:25:41.1743971Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:41.1744955Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:41.1745891Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:41.1746642Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:41.1747706Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:41.1748617Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:41.1816854Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.cpp.o 2022-11-23T01:25:41.5038071Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:41.5039028Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:41.5039885Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:41.5040673Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:41.5041838Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:41.5042654Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:41.5091691Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/parser.cpp.o 2022-11-23T01:25:41.7627021Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:41.7628066Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:41.7628853Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:41.7629662Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:41.7630429Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:41.7631259Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:41.7699470Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/partial_split_map.cpp.o 2022-11-23T01:25:41.9632284Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:41.9633884Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:41.9638449Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:41.9639589Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:41.9640545Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:41.9641506Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:41.9662232Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:41.9663199Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:41.9664074Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:41.9665182Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:41.9666197Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:41.9667082Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:41.9710711Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/predicate_compute.cpp.o 2022-11-23T01:25:41.9714965Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/partition.cpp.o 2022-11-23T01:25:42.2388418Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:42.2389444Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:42.2390444Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:42.2391325Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:42.2392236Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:42.2393203Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:42.2468962Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/python_frontend/fusion_cache.cpp.o 2022-11-23T01:25:42.2956705Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:42.2957654Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:42.2958548Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:42.2959329Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:42.2960167Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:42.2961039Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:42.3009858Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/python_frontend/fusion_definition.cpp.o 2022-11-23T01:25:42.5869843Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:42.5870832Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:42.5871714Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:42.5872489Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:42.5873305Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:42.5874255Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:42.5945732Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/python_frontend/fusion_interface.cpp.o 2022-11-23T01:25:42.7883185Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:42.7884285Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:42.7885277Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:42.7886386Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:42.7887372Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:42.7888268Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:42.7953362Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/register_interface.cpp.o 2022-11-23T01:25:43.1789634Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:43.1790618Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:43.1791481Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:43.1792245Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:43.1792964Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:43.1793756Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:43.1860580Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/root_domain_map.cpp.o 2022-11-23T01:25:43.2305818Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:43.2306801Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:43.2307701Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:43.2308538Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:43.2309336Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:43.2310461Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:43.2382432Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/scheduler/pointwise.cpp.o 2022-11-23T01:25:43.3570986Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:43.3572049Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:43.3573037Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:43.3573917Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:43.3574838Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:43.3576038Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:43.3642015Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.cpp.o 2022-11-23T01:25:43.4115679Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:43.4116280Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:43.4116970Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:43.4117750Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:43.4118575Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:43.4119370Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:43.4168543Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/scheduler/transpose.cpp.o 2022-11-23T01:25:43.6254090Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:43.6255176Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:43.6256013Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:43.6256659Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:43.6257677Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:43.6258315Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:43.6317828Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/scheduler/normalization.cpp.o 2022-11-23T01:25:43.9117106Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:43.9118108Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:43.9118667Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:43.9119752Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:43.9120322Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:43.9120870Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:43.9191351Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/scheduler/reduction.cpp.o 2022-11-23T01:25:44.2305332Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:44.2306374Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:44.2307393Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:44.2308488Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:44.2309416Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:44.2310317Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:44.2371046Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/scheduler/matmul.cpp.o 2022-11-23T01:25:44.3929310Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:44.3930360Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:44.3931423Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:44.3932313Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:44.3933248Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:44.3934180Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:44.4002553Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.cpp.o 2022-11-23T01:25:44.4800450Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:44.4801399Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:44.4802267Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:44.4803002Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:44.4803747Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:44.4804501Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:44.4870843Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/scheduler/registry.cpp.o 2022-11-23T01:25:44.6840113Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:44.6841828Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:44.6843144Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:44.6844055Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:44.6844937Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:44.6845845Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:44.6913692Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/scheduler/utils.cpp.o 2022-11-23T01:25:44.8141234Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:44.8142446Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:44.8143364Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:44.8144187Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:44.8145017Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:44.8145885Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:44.8207767Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.cpp.o 2022-11-23T01:25:44.9543407Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:44.9544308Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:44.9545148Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:44.9545922Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:44.9546724Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:44.9547542Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:44.9597157Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/type_inference.cpp.o 2022-11-23T01:25:45.3679702Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:45.3680671Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:45.3681594Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:45.3682371Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:45.3683212Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:45.3684038Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:45.3752346Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/type_promotion.cpp.o 2022-11-23T01:25:45.5425711Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:45.5426746Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:45.5427736Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:45.5428585Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:45.5429517Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:45.5430467Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:45.5500320Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/fusion_segmenter.cpp.o 2022-11-23T01:25:45.7526103Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:45.7527281Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:45.7528245Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:45.7529016Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:45.7529746Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:45.7530523Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:45.7604228Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/tensor_view.cpp.o 2022-11-23T01:25:45.9172891Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:45.9173915Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:45.9174765Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:45.9175544Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:45.9176343Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:45.9177203Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:45.9243579Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/transform_iter.cpp.o 2022-11-23T01:25:45.9965842Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:45.9966902Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:45.9967885Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:45.9968989Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:45.9969925Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:45.9970832Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:46.0037144Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/transform_replay.cpp.o 2022-11-23T01:25:46.0564227Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:46.0565276Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:46.0566261Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:46.0567184Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:46.0568260Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:46.0569184Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:46.0629022Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/transform_rfactor.cpp.o 2022-11-23T01:25:46.3482271Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:46.3485884Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:46.3486778Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:46.3487642Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:46.3488572Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:46.3489498Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:46.3553018Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/transform_view.cpp.o 2022-11-23T01:25:46.6805702Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:46.6806935Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:46.6808145Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:46.6809235Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:46.6810298Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:46.6811250Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:46.6860628Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/type.cpp.o 2022-11-23T01:25:46.9160290Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:46.9162383Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:46.9163432Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:46.9164833Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:46.9165734Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:46.9166645Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:46.9226409Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/utils.cpp.o 2022-11-23T01:25:47.0135994Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:47.0137048Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:47.0138158Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:47.0139035Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:47.0139877Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:47.0140737Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:47.0189539Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/mma_type.cpp.o 2022-11-23T01:25:47.0633040Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:47.0634357Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:47.0635310Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:47.0636179Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:47.0637067Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:47.0637904Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:47.0709028Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.cpp.o 2022-11-23T01:25:47.1449347Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:47.1450286Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:47.1450978Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:47.1451580Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:47.1452342Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:47.1453070Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:47.1503989Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion_cuda.cpp.o 2022-11-23T01:25:47.1831391Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:47.1832836Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:47.1834402Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:47.1835269Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:47.1836145Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:47.1837015Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:47.1903757Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/tensorexpr/cuda_codegen.cpp.o 2022-11-23T01:25:47.3930624Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:47.3931673Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:47.3932493Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:47.3933361Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:47.3934314Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:47.3935168Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:47.4006025Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/runtime/register_cuda_ops.cpp.o 2022-11-23T01:25:47.5970400Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:47.5971454Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:47.5972445Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:47.5973345Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:47.5974222Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:47.5975152Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:47.6039374Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/cuda/nccl.cpp.o 2022-11-23T01:25:48.0545862Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:48.0546778Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:48.0547610Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:48.0548390Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:48.0549176Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:48.0550237Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:48.0611246Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/reducer_cuda.cpp.o 2022-11-23T01:25:48.1677036Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:48.1677779Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:48.1678401Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:48.1679159Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:48.1679966Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:48.1680984Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:48.1744772Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/NCCLUtils.cpp.o 2022-11-23T01:25:48.2038941Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:48.2039836Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:48.2040772Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:48.2041626Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:48.2042577Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:48.2043476Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:48.2095187Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp.o 2022-11-23T01:25:48.5106284Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:48.5107317Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:48.5108216Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:48.5109103Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:48.5110001Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:48.5110887Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:48.5143622Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:48.5144527Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.h:8, 2022-11-23T01:25:48.5145295Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.cpp:1: 2022-11-23T01:25:48.5147022Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:25:48.5148423Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:25:48.5148847Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:48.5149614Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:25:48.5150339Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:25:48.5150850Z | ^~~~ 2022-11-23T01:25:48.5151615Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:120:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:25:48.5155504Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:25:48.5156133Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:25:48.5156738Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContext.h:6, 2022-11-23T01:25:48.5157471Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.h:7, 2022-11-23T01:25:48.5158196Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.cpp:1: 2022-11-23T01:25:48.5158934Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:25:48.5159553Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:25:48.5160035Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:48.5160673Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.h:8, 2022-11-23T01:25:48.5161409Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.cpp:1: 2022-11-23T01:25:48.5163089Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:25:48.5164327Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:25:48.5164764Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:48.5165460Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:25:48.5166175Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:25:48.5166679Z | ^~~~ 2022-11-23T01:25:48.5167448Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:120:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:25:48.5168097Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:25:48.5168558Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:25:48.5169189Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContext.h:6, 2022-11-23T01:25:48.5169892Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.h:7, 2022-11-23T01:25:48.5170602Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.cpp:1: 2022-11-23T01:25:48.5171458Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:25:48.5172064Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:25:48.5172497Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:48.5173185Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:48.5174045Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:48.5174841Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:48.5175618Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:48.5176153Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:48.5176739Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/ProcessGroupUCC.cpp.o 2022-11-23T01:25:48.5205876Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/UCCTracing.cpp.o 2022-11-23T01:25:48.5901799Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:48.5903196Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:48.5903988Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:48.5904707Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:48.5905433Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:48.5906252Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:48.5906808Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:48.5907347Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:48.5907857Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:48.5908337Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:48.5908832Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:48.5909334Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:48.5967487Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/UCCUtils.cpp.o 2022-11-23T01:25:48.5995672Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/rpc/tensorpipe_cuda.cpp.o 2022-11-23T01:25:48.6249621Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:48.6250468Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:48.6251291Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:48.6252202Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:48.6252966Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:48.6253679Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:48.6534965Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:48.6536000Z /var/lib/jenkins/workspace/torch/csrc/cuda/nccl.cpp: In function ‘void torch::cuda::nccl::all2all_single_equal_split(at::Tensor&, at::Tensor&, int, torch::cuda::nccl::ncclComm_t, c10::hip::HIPStreamMasqueradingAsCUDA&)’: 2022-11-23T01:25:48.6537207Z /var/lib/jenkins/workspace/torch/csrc/cuda/nccl.cpp:652:7: warning: unused variable ‘numranks’ [-Wunused-variable] 2022-11-23T01:25:48.6537812Z 652 | int numranks; 2022-11-23T01:25:48.6538443Z | ^~~~~~~~ 2022-11-23T01:25:48.6539184Z /var/lib/jenkins/workspace/torch/csrc/cuda/nccl.cpp:655:10: warning: unused variable ‘rankdiff’ [-Wunused-variable] 2022-11-23T01:25:48.6539940Z 655 | size_t rankdiff = input.nbytes() / size; 2022-11-23T01:25:48.6540427Z | ^~~~~~~~ 2022-11-23T01:25:48.6540751Z At global scope: 2022-11-23T01:25:48.6541501Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:48.6542474Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:48.6543374Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:48.6544284Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:48.6545094Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:48.6827639Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:48.6828569Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:48.6829299Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:48.6829770Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:48.6830453Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:48.6830952Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:48.7868908Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:48.7869552Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:48.7870407Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:48.7870894Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:48.7871426Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:48.7872098Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:49.2429770Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:49.2430380Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:49.2430927Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:49.2431421Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:49.2431908Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:49.2432425Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:49.4455329Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:49.4455947Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:49.4456493Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:49.4457050Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:49.4457535Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:49.4458040Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:49.4509705Z [ 93%] Linking CXX shared library ../lib/libtorch_hip.so 2022-11-23T01:25:51.9866759Z [ 93%] Built target torch_hip 2022-11-23T01:25:51.9979709Z [ 93%] Building CXX object caffe2/CMakeFiles/torch.dir/__/empty.cpp.o 2022-11-23T01:25:52.0444270Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:52.0445032Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:52.0445586Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:52.0446075Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:52.0446779Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:52.0447276Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:52.0491384Z [ 93%] Linking CXX shared library ../lib/libtorch.so 2022-11-23T01:25:52.3648954Z [ 93%] Built target torch 2022-11-23T01:25:52.3775323Z [ 93%] Building CXX object caffe2/CMakeFiles/static_runtime_bench.dir/__/benchmarks/static_runtime/deep_wide_pt.cc.o 2022-11-23T01:25:52.3782348Z [ 93%] Building CXX object caffe2/CMakeFiles/NamedTensor_test.dir/__/aten/src/ATen/test/NamedTensor_test.cpp.o 2022-11-23T01:25:52.3795157Z [ 93%] Building CXX object caffe2/CMakeFiles/Dimname_test.dir/__/aten/src/ATen/test/Dimname_test.cpp.o 2022-11-23T01:25:52.3814809Z [ 93%] Building CXX object caffe2/CMakeFiles/MaybeOwned_test.dir/__/aten/src/ATen/test/MaybeOwned_test.cpp.o 2022-11-23T01:25:52.3825649Z [ 93%] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/deep_wide_pt.cc.o 2022-11-23T01:25:52.3826785Z [ 93%] Building CXX object caffe2/CMakeFiles/Dict_test.dir/__/aten/src/ATen/test/Dict_test.cpp.o 2022-11-23T01:25:52.7234778Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:52.7235834Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:52.7236822Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:52.7237702Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:52.7238658Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:52.7239562Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:52.7311914Z [ 93%] Linking CXX executable ../bin/Dimname_test 2022-11-23T01:25:53.3463348Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:53.3464341Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:53.3464898Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:53.3465448Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:53.3466142Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:53.3466905Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:53.3521261Z [ 93%] Linking CXX executable ../bin/NamedTensor_test 2022-11-23T01:25:53.6261161Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:53.6262115Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:53.6263000Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:53.6263807Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:53.6264952Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:53.6265824Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:53.6329244Z [ 93%] Linking CXX executable ../bin/MaybeOwned_test 2022-11-23T01:25:53.6903646Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:53.6904597Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:53.6905435Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:53.6906204Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:53.6907057Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:53.6908098Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:53.6977222Z [ 93%] Linking CXX executable ../bin/Dict_test 2022-11-23T01:25:53.9440487Z [ 93%] Built target Dimname_test 2022-11-23T01:25:53.9510991Z [ 93%] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/test_utils.cc.o 2022-11-23T01:25:53.9888215Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:53.9889624Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:53.9890657Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:53.9891232Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:53.9891733Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:53.9892230Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:53.9948930Z [ 93%] Building CXX object caffe2/CMakeFiles/static_runtime_bench.dir/__/benchmarks/static_runtime/deep_wide_pt_bench.cc.o 2022-11-23T01:25:53.9949989Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:53.9950820Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:53.9953135Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:53.9954559Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:53.9955598Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:53.9956653Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:54.0120372Z [ 93%] Building CXX object caffe2/CMakeFiles/apply_utils_test.dir/__/aten/src/ATen/test/apply_utils_test.cpp.o 2022-11-23T01:25:54.5988839Z [ 93%] Built target NamedTensor_test 2022-11-23T01:25:54.6152377Z [ 93%] Building CXX object caffe2/CMakeFiles/atest.dir/__/aten/src/ATen/test/atest.cpp.o 2022-11-23T01:25:54.7783469Z [ 93%] Built target MaybeOwned_test 2022-11-23T01:25:54.7830070Z [ 93%] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/test_static_runtime.cc.o 2022-11-23T01:25:54.8103333Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:54.8104338Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:54.8105282Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:54.8106141Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:54.8106969Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:54.8107760Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:54.8155075Z [ 93%] Linking CXX executable ../bin/apply_utils_test 2022-11-23T01:25:54.8767595Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:54.8768637Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:54.8769607Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:54.8770244Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:54.8770802Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:54.8771346Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:54.8928201Z [ 93%] Building CXX object caffe2/CMakeFiles/basic.dir/__/aten/src/ATen/test/basic.cpp.o 2022-11-23T01:25:55.0239149Z [ 93%] Built target Dict_test 2022-11-23T01:25:55.0414617Z [ 93%] Building CXX object caffe2/CMakeFiles/broadcast_test.dir/__/aten/src/ATen/test/broadcast_test.cpp.o 2022-11-23T01:25:55.4210857Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:55.4211799Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:55.4212646Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:55.4213443Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:55.4214230Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:55.4215014Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:55.4280469Z [ 93%] Linking CXX executable ../bin/static_runtime_bench 2022-11-23T01:25:55.6909868Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:55.6910689Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:55.6911445Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:55.6912399Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:55.6913121Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:55.6913800Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:55.6976253Z [ 93%] Linking CXX executable ../bin/atest 2022-11-23T01:25:55.9274263Z [ 93%] Built target apply_utils_test 2022-11-23T01:25:55.9341610Z [ 93%] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/test_static_module.cc.o 2022-11-23T01:25:56.0495915Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:56.0497113Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:56.0498403Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:56.0499254Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:56.0500048Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:56.0500562Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:56.0553559Z [ 93%] Linking CXX executable ../bin/basic 2022-11-23T01:25:56.0766962Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:56.0768218Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:56.0769106Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:56.0769896Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:56.0770703Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:56.0771522Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:56.0828901Z [ 93%] Linking CXX executable ../bin/broadcast_test 2022-11-23T01:25:56.4269202Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:56.4270160Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:56.4270715Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:56.4271199Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:56.4271699Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:56.4272194Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:56.4411066Z [ 93%] Building CXX object caffe2/CMakeFiles/cpu_generator_test.dir/__/aten/src/ATen/test/cpu_generator_test.cpp.o 2022-11-23T01:25:56.8137735Z [ 93%] Built target static_runtime_bench 2022-11-23T01:25:56.8205024Z [ 93%] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/test_generated_ops.cc.o 2022-11-23T01:25:57.0430996Z [ 93%] Built target atest 2022-11-23T01:25:57.0593566Z [ 93%] Building CXX object caffe2/CMakeFiles/cpu_profiling_allocator_test.dir/__/aten/src/ATen/test/cpu_profiling_allocator_test.cpp.o 2022-11-23T01:25:57.3243493Z [ 93%] Built target broadcast_test 2022-11-23T01:25:57.3386371Z [ 93%] Building CXX object caffe2/CMakeFiles/cpu_rng_test.dir/__/aten/src/ATen/test/cpu_rng_test.cpp.o 2022-11-23T01:25:57.3605973Z [ 93%] Built target basic 2022-11-23T01:25:57.3769831Z [ 93%] Building CXX object caffe2/CMakeFiles/dispatch_key_set_test.dir/__/aten/src/ATen/test/dispatch_key_set_test.cpp.o 2022-11-23T01:25:57.5020629Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:57.5021617Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:57.5022732Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:57.5023539Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:57.5024316Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:57.5025111Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:57.5098242Z [ 93%] Linking CXX executable ../bin/cpu_generator_test 2022-11-23T01:25:57.7130597Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:57.7131713Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:57.7132714Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:57.7133612Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:57.7134554Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:57.7135470Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:57.7309030Z [ 93%] Building CXX object caffe2/CMakeFiles/dlconvertor_test.dir/__/aten/src/ATen/test/dlconvertor_test.cpp.o 2022-11-23T01:25:58.0739974Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:58.0741021Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:58.0741986Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:58.0742871Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:58.0743755Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:58.0744641Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:58.0813184Z [ 93%] Linking CXX executable ../bin/cpu_profiling_allocator_test 2022-11-23T01:25:58.3050838Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:58.3052054Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:58.3052907Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:58.3053694Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:58.3054515Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:58.3055291Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:58.3068460Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:58.3073886Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:58.3075282Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:58.3076178Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:58.3077028Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:58.3077826Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:58.3122905Z [ 93%] Linking CXX executable ../bin/static_runtime_test 2022-11-23T01:25:58.3134927Z [ 93%] Linking CXX executable ../bin/dispatch_key_set_test 2022-11-23T01:25:58.6688743Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:58.6689635Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:58.6690435Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:58.6691158Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:58.6691898Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:58.6692620Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:58.6747827Z [ 93%] Linking CXX executable ../bin/dlconvertor_test 2022-11-23T01:25:58.8856233Z [ 93%] Built target cpu_generator_test 2022-11-23T01:25:58.9077976Z [ 93%] Building CXX object caffe2/CMakeFiles/extension_backend_test.dir/__/aten/src/ATen/test/extension_backend_test.cpp.o 2022-11-23T01:25:59.0472501Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:59.0473472Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:59.0476350Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:59.0477204Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:59.0478171Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:59.0479456Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:59.0546021Z [ 93%] Linking CXX executable ../bin/cpu_rng_test 2022-11-23T01:25:59.4828416Z [ 93%] Built target cpu_profiling_allocator_test 2022-11-23T01:25:59.4997326Z [ 93%] Building CXX object caffe2/CMakeFiles/half_test.dir/__/aten/src/ATen/test/half_test.cpp.o 2022-11-23T01:25:59.6534563Z [ 93%] Built target dispatch_key_set_test 2022-11-23T01:25:59.6673802Z [ 93%] Building CXX object caffe2/CMakeFiles/ivalue_test.dir/__/aten/src/ATen/test/ivalue_test.cpp.o 2022-11-23T01:25:59.7455378Z [ 93%] Built target dlconvertor_test 2022-11-23T01:25:59.7605198Z [ 93%] Building CXX object caffe2/CMakeFiles/lazy_tensor_test.dir/__/aten/src/ATen/test/lazy_tensor_test.cpp.o 2022-11-23T01:25:59.7855237Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:59.7856358Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:59.7857618Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:59.7858501Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:59.7859433Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:59.7860352Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:59.7923996Z [ 93%] Linking CXX executable ../bin/extension_backend_test 2022-11-23T01:25:59.8536226Z [ 93%] Built target static_runtime_test 2022-11-23T01:25:59.8773580Z [ 93%] Building CXX object caffe2/CMakeFiles/math_kernel_test.dir/__/aten/src/ATen/test/math_kernel_test.cpp.o 2022-11-23T01:26:00.3023931Z [ 93%] Built target cpu_rng_test 2022-11-23T01:26:00.3172457Z [ 93%] Building CXX object caffe2/CMakeFiles/memory_format_test.dir/__/aten/src/ATen/test/memory_format_test.cpp.o 2022-11-23T01:26:00.6236772Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:00.6237716Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:00.6238602Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:00.6239404Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:00.6240223Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:00.6241060Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:00.6312677Z [ 93%] Linking CXX executable ../bin/half_test 2022-11-23T01:26:00.8241457Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:00.8242350Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:00.8243174Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:00.8243911Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:00.8244989Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:00.8245500Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:00.8295987Z [ 93%] Linking CXX executable ../bin/lazy_tensor_test 2022-11-23T01:26:01.0487485Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:01.0488451Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:01.0489315Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:01.0490074Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:01.0490902Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:01.0491988Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:01.0558578Z [ 93%] Linking CXX executable ../bin/ivalue_test 2022-11-23T01:26:01.0764647Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:01.0765451Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:01.0766191Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:01.0766883Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:01.0767605Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:01.0768295Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:01.0835533Z [ 93%] Linking CXX executable ../bin/math_kernel_test 2022-11-23T01:26:01.1101346Z [ 93%] Built target extension_backend_test 2022-11-23T01:26:01.1303785Z [ 93%] Building CXX object caffe2/CMakeFiles/memory_overlapping_test.dir/__/aten/src/ATen/test/memory_overlapping_test.cpp.o 2022-11-23T01:26:01.3890631Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:01.3891589Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:01.3892468Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:01.3893256Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:01.3894043Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:01.3894832Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:01.3972099Z [ 93%] Linking CXX executable ../bin/memory_format_test 2022-11-23T01:26:02.0371208Z [ 93%] Built target half_test 2022-11-23T01:26:02.0420505Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:02.0421505Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:02.0422674Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:02.0423573Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:02.0424774Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:02.0425702Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:02.0485396Z [ 93%] Linking CXX executable ../bin/memory_overlapping_test 2022-11-23T01:26:02.0562974Z [ 93%] Building CXX object caffe2/CMakeFiles/mobile_memory_cleanup.dir/__/aten/src/ATen/test/mobile_memory_cleanup.cpp.o 2022-11-23T01:26:02.0956319Z [ 93%] Built target lazy_tensor_test 2022-11-23T01:26:02.1201769Z [ 93%] Building CXX object caffe2/CMakeFiles/native_test.dir/__/aten/src/ATen/test/native_test.cpp.o 2022-11-23T01:26:02.1370373Z [ 93%] Built target ivalue_test 2022-11-23T01:26:02.1613997Z [ 93%] Building CXX object caffe2/CMakeFiles/operator_name_test.dir/__/aten/src/ATen/test/operator_name_test.cpp.o 2022-11-23T01:26:02.4329828Z [ 93%] Built target math_kernel_test 2022-11-23T01:26:02.4497045Z [ 93%] Building CXX object caffe2/CMakeFiles/operators_test.dir/__/aten/src/ATen/test/operators_test.cpp.o 2022-11-23T01:26:02.4932286Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:02.4932955Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:02.4933560Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:02.4934083Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:02.4934640Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:02.4935199Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:02.4987806Z [ 93%] Linking CXX executable ../bin/operator_name_test 2022-11-23T01:26:02.8297550Z [ 93%] Built target memory_format_test 2022-11-23T01:26:02.8493115Z [ 93%] Building CXX object caffe2/CMakeFiles/packedtensoraccessor_test.dir/__/aten/src/ATen/test/packedtensoraccessor_test.cpp.o 2022-11-23T01:26:03.1653276Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:03.1657475Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:03.1658275Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:03.1659141Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:03.1659862Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:03.1660585Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:03.1723719Z [ 93%] Linking CXX executable ../bin/native_test 2022-11-23T01:26:03.2796417Z [ 93%] Built target memory_overlapping_test 2022-11-23T01:26:03.2957599Z [ 93%] Building CXX object caffe2/CMakeFiles/pow_test.dir/__/aten/src/ATen/test/pow_test.cpp.o 2022-11-23T01:26:03.3729913Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:03.3730879Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:03.3731737Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:03.3732522Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:03.3733293Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:03.3734048Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:03.3784594Z [ 93%] Linking CXX executable ../bin/operators_test 2022-11-23T01:26:03.4556009Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:03.4557336Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:03.4558094Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:03.4558710Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:03.4559396Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:03.4559885Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:03.4723032Z [ 93%] Linking CXX executable ../bin/mobile_memory_cleanup 2022-11-23T01:26:03.6976142Z [ 93%] Built target operator_name_test 2022-11-23T01:26:03.7120609Z [ 93%] Building CXX object caffe2/CMakeFiles/quantized_test.dir/__/aten/src/ATen/test/quantized_test.cpp.o 2022-11-23T01:26:03.9598044Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:03.9598926Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:03.9599788Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:03.9600524Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:03.9601034Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:03.9601644Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:03.9673533Z [ 93%] Linking CXX executable ../bin/packedtensoraccessor_test 2022-11-23T01:26:04.5392156Z [ 93%] Built target mobile_memory_cleanup 2022-11-23T01:26:04.5484256Z [ 93%] Built target native_test 2022-11-23T01:26:04.5517084Z [ 93%] Building CXX object caffe2/CMakeFiles/reduce_ops_test.dir/__/aten/src/ATen/test/reduce_ops_test.cpp.o 2022-11-23T01:26:04.5625400Z [ 93%] Building CXX object caffe2/CMakeFiles/reportMemoryUsage_test.dir/__/aten/src/ATen/test/reportMemoryUsage_test.cpp.o 2022-11-23T01:26:04.6260823Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:04.6261759Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:04.6262910Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:04.6263661Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:04.6264451Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:04.6266526Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:04.6332835Z [ 93%] Linking CXX executable ../bin/pow_test 2022-11-23T01:26:04.7316595Z [ 93%] Built target operators_test 2022-11-23T01:26:04.7442492Z [ 93%] Building CXX object caffe2/CMakeFiles/scalar_tensor_test.dir/__/aten/src/ATen/test/scalar_tensor_test.cpp.o 2022-11-23T01:26:04.7635996Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:04.7637362Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:04.7638333Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:04.7639187Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:04.7640572Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:04.7641521Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:04.7718370Z [ 93%] Linking CXX executable ../bin/quantized_test 2022-11-23T01:26:04.9972295Z [ 93%] Built target packedtensoraccessor_test 2022-11-23T01:26:05.0114476Z [ 93%] Building CXX object caffe2/CMakeFiles/scalar_test.dir/__/aten/src/ATen/test/scalar_test.cpp.o 2022-11-23T01:26:05.7372170Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:05.7373582Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:05.7374635Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:05.7375741Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:05.7377060Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:05.7377941Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:05.7447698Z [ 94%] Linking CXX executable ../bin/reportMemoryUsage_test 2022-11-23T01:26:05.7748837Z [ 94%] Built target pow_test 2022-11-23T01:26:05.7868651Z [ 94%] Building CXX object caffe2/CMakeFiles/stride_properties_test.dir/__/aten/src/ATen/test/stride_properties_test.cpp.o 2022-11-23T01:26:05.8245980Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:05.8246978Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:05.8247902Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:05.8248756Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:05.8249906Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:05.8250743Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:05.8295921Z [ 94%] Linking CXX executable ../bin/reduce_ops_test 2022-11-23T01:26:05.8708270Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:05.8709352Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:05.8710229Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:05.8711058Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:05.8712116Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:05.8712934Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:05.8782548Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:05.8783538Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:05.8784478Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:05.8785316Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:05.8786207Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:05.8787078Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:05.8821635Z [ 94%] Linking CXX executable ../bin/scalar_tensor_test 2022-11-23T01:26:05.8862914Z [ 94%] Linking CXX executable ../bin/scalar_test 2022-11-23T01:26:06.1478174Z [ 94%] Built target quantized_test 2022-11-23T01:26:06.1647694Z [ 94%] Building CXX object caffe2/CMakeFiles/tensor_iterator_test.dir/__/aten/src/ATen/test/tensor_iterator_test.cpp.o 2022-11-23T01:26:06.6808579Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:06.6809673Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:06.6810479Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:06.6811051Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:06.6811804Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:06.6812539Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:06.6866862Z [ 94%] Linking CXX executable ../bin/stride_properties_test 2022-11-23T01:26:06.9615543Z [ 94%] Built target reduce_ops_test 2022-11-23T01:26:06.9781351Z [ 94%] Building CXX object caffe2/CMakeFiles/test_parallel.dir/__/aten/src/ATen/test/test_parallel.cpp.o 2022-11-23T01:26:07.0933021Z [ 94%] Built target reportMemoryUsage_test 2022-11-23T01:26:07.1099101Z [ 94%] Building CXX object caffe2/CMakeFiles/thread_init_test.dir/__/aten/src/ATen/test/thread_init_test.cpp.o 2022-11-23T01:26:07.1629571Z [ 94%] Built target scalar_tensor_test 2022-11-23T01:26:07.1892689Z [ 94%] Building CXX object caffe2/CMakeFiles/type_ptr_test.dir/__/aten/src/ATen/test/type_ptr_test.cpp.o 2022-11-23T01:26:07.2185435Z [ 94%] Built target scalar_test 2022-11-23T01:26:07.2380675Z [ 94%] Building CXX object caffe2/CMakeFiles/type_test.dir/__/aten/src/ATen/test/type_test.cpp.o 2022-11-23T01:26:07.4697746Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:07.4698811Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:07.4699724Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:07.4700672Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:07.4701601Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:07.4702508Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:07.4767519Z [ 94%] Linking CXX executable ../bin/tensor_iterator_test 2022-11-23T01:26:07.6734222Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:07.6735099Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:07.6735909Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:07.6736977Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:07.6737714Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:07.6738435Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:07.6806182Z [ 94%] Linking CXX executable ../bin/type_ptr_test 2022-11-23T01:26:07.8695867Z [ 94%] Built target stride_properties_test 2022-11-23T01:26:07.8825094Z [ 94%] Building CXX object caffe2/CMakeFiles/undefined_tensor_test.dir/__/aten/src/ATen/test/undefined_tensor_test.cpp.o 2022-11-23T01:26:08.1504923Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:08.1506093Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:08.1506982Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:08.1507781Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:08.1508641Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:08.1509441Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:08.1559811Z [ 94%] Linking CXX executable ../bin/thread_init_test 2022-11-23T01:26:08.6456416Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:08.6457831Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:08.6458781Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:08.6459632Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:08.6460544Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:08.6461420Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:08.6497063Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:08.6498148Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:08.6499340Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:08.6500236Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:08.6501163Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:08.6501941Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:08.6524463Z [ 94%] Linking CXX executable ../bin/type_test 2022-11-23T01:26:08.6553618Z [ 94%] Linking CXX executable ../bin/test_parallel 2022-11-23T01:26:08.7525310Z [ 94%] Built target tensor_iterator_test 2022-11-23T01:26:08.7676704Z [ 94%] Building CXX object caffe2/CMakeFiles/variant_test.dir/__/aten/src/ATen/test/variant_test.cpp.o 2022-11-23T01:26:08.9057921Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:08.9058926Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:08.9059841Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:08.9060665Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:08.9061496Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:08.9062559Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:08.9131568Z [ 94%] Linking CXX executable ../bin/undefined_tensor_test 2022-11-23T01:26:09.0084826Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:09.0085683Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:09.0124681Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:09.0125408Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:09.0126142Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:09.0126899Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:09.0158512Z [ 94%] Linking CXX executable ../bin/variant_test 2022-11-23T01:26:09.0609776Z [ 94%] Built target type_ptr_test 2022-11-23T01:26:09.0770491Z [ 94%] Building CXX object caffe2/CMakeFiles/verify_api_visibility.dir/__/aten/src/ATen/test/verify_api_visibility.cpp.o 2022-11-23T01:26:09.2328097Z [ 94%] Built target thread_init_test 2022-11-23T01:26:09.2499025Z [ 94%] Building CXX object caffe2/CMakeFiles/vmap_test.dir/__/aten/src/ATen/test/vmap_test.cpp.o 2022-11-23T01:26:09.7396432Z [ 94%] Built target test_parallel 2022-11-23T01:26:09.7528573Z [ 94%] Building CXX object caffe2/CMakeFiles/weakref_test.dir/__/aten/src/ATen/test/weakref_test.cpp.o 2022-11-23T01:26:09.8554660Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:09.8555489Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:09.8556204Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:09.8556700Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:09.8557206Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:09.8557738Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:09.8626856Z [ 94%] Linking CXX executable ../bin/verify_api_visibility 2022-11-23T01:26:09.9980345Z [ 94%] Built target type_test 2022-11-23T01:26:10.0117354Z [ 94%] Building CXX object caffe2/CMakeFiles/wrapdim_test.dir/__/aten/src/ATen/test/wrapdim_test.cpp.o 2022-11-23T01:26:10.2513737Z [ 94%] Built target undefined_tensor_test 2022-11-23T01:26:10.2649370Z [ 94%] Building CXX object caffe2/CMakeFiles/xla_tensor_test.dir/__/aten/src/ATen/test/xla_tensor_test.cpp.o 2022-11-23T01:26:10.3482676Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:10.3483866Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:10.3484747Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:10.3485578Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:10.3486325Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:10.3487317Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:10.3558357Z [ 94%] Linking CXX executable ../bin/vmap_test 2022-11-23T01:26:10.3583354Z [ 94%] Built target variant_test 2022-11-23T01:26:10.3755419Z [ 94%] Building CXX object caffe2/CMakeFiles/IListRef_test.dir/__/aten/src/ATen/core/IListRef_test.cpp.o 2022-11-23T01:26:10.8030804Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:10.8031611Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:10.8032358Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:10.8033060Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:10.8033993Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:10.8034918Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:10.8096743Z [ 94%] Linking CXX executable ../bin/weakref_test 2022-11-23T01:26:10.9668057Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:10.9669071Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:10.9669805Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:10.9670494Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:10.9671170Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:10.9671841Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:10.9731771Z [ 94%] Linking CXX executable ../bin/wrapdim_test 2022-11-23T01:26:11.0250328Z [ 94%] Built target verify_api_visibility 2022-11-23T01:26:11.0439324Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:11.0440356Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:11.0441450Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:11.0442297Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:11.0443107Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:11.0443884Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:11.0452619Z [ 94%] Building CXX object caffe2/CMakeFiles/List_test.dir/__/aten/src/ATen/core/List_test.cpp.o 2022-11-23T01:26:11.0511000Z [ 94%] Linking CXX executable ../bin/IListRef_test 2022-11-23T01:26:11.3327374Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:11.3328240Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:11.3329322Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:11.3330023Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:11.3330741Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:11.3331438Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:11.3395489Z [ 95%] Linking CXX executable ../bin/xla_tensor_test 2022-11-23T01:26:11.6753045Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:11.6753998Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:11.6758767Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:11.6759513Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:11.6760213Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:11.6760913Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:11.6826902Z [ 95%] Linking CXX executable ../bin/List_test 2022-11-23T01:26:11.7285636Z [ 95%] Built target vmap_test 2022-11-23T01:26:11.7491260Z [ 95%] Building CXX object caffe2/CMakeFiles/KernelFunction_test.dir/__/aten/src/ATen/core/boxing/KernelFunction_test.cpp.o 2022-11-23T01:26:12.0076766Z [ 95%] Built target weakref_test 2022-11-23T01:26:12.0239555Z [ 95%] Building CXX object caffe2/CMakeFiles/kernel_function_legacy_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_legacy_test.cpp.o 2022-11-23T01:26:12.2360999Z [ 95%] Built target wrapdim_test 2022-11-23T01:26:12.2498335Z [ 95%] Building CXX object caffe2/CMakeFiles/kernel_function_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_test.cpp.o 2022-11-23T01:26:12.4498930Z [ 95%] Built target IListRef_test 2022-11-23T01:26:12.4575340Z [ 95%] Built target xla_tensor_test 2022-11-23T01:26:12.4707676Z [ 95%] Building CXX object caffe2/CMakeFiles/kernel_lambda_legacy_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_legacy_test.cpp.o 2022-11-23T01:26:12.4720840Z [ 95%] Building CXX object caffe2/CMakeFiles/kernel_lambda_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_test.cpp.o 2022-11-23T01:26:12.6337774Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:12.6338714Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:12.6339480Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:12.6340166Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:12.6340870Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:12.6341544Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:12.6412972Z [ 95%] Linking CXX executable ../bin/kernel_function_legacy_test 2022-11-23T01:26:12.7798966Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:12.7800200Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:12.7801312Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:12.7802338Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:12.7803372Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:12.7804418Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:12.7874577Z [ 95%] Linking CXX executable ../bin/kernel_function_test 2022-11-23T01:26:12.8543564Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:12.8544482Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:12.8545193Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:12.8545947Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:12.8546525Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:12.8547071Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:12.8612180Z [ 95%] Linking CXX executable ../bin/KernelFunction_test 2022-11-23T01:26:12.8840816Z [ 95%] Built target List_test 2022-11-23T01:26:12.9023223Z [ 95%] Building CXX object caffe2/CMakeFiles/kernel_stackbased_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_stackbased_test.cpp.o 2022-11-23T01:26:13.0878456Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:13.0886787Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:13.0887744Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:13.0888533Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:13.0889327Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:13.0890154Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:13.0953695Z [ 95%] Linking CXX executable ../bin/kernel_lambda_legacy_test 2022-11-23T01:26:13.1267240Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:13.1268302Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:13.1269252Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:13.1270161Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:13.1271043Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:13.1272031Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:13.1327079Z [ 95%] Linking CXX executable ../bin/kernel_lambda_test 2022-11-23T01:26:13.4397871Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:13.4398778Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:13.4399605Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:13.4400365Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:13.4401169Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:13.4402197Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:13.4467319Z [ 95%] Linking CXX executable ../bin/kernel_stackbased_test 2022-11-23T01:26:13.8710539Z [ 95%] Built target kernel_function_test 2022-11-23T01:26:13.8849084Z [ 95%] Building CXX object caffe2/CMakeFiles/make_boxed_from_unboxed_functor_test.dir/__/aten/src/ATen/core/boxing/impl/make_boxed_from_unboxed_functor_test.cpp.o 2022-11-23T01:26:13.9522837Z [ 95%] Built target kernel_function_legacy_test 2022-11-23T01:26:13.9686574Z [ 95%] Building CXX object caffe2/CMakeFiles/CppSignature_test.dir/__/aten/src/ATen/core/dispatch/CppSignature_test.cpp.o 2022-11-23T01:26:14.0456974Z [ 95%] Built target KernelFunction_test 2022-11-23T01:26:14.0597648Z [ 95%] Building CXX object caffe2/CMakeFiles/backend_fallback_test.dir/__/aten/src/ATen/core/dispatch/backend_fallback_test.cpp.o 2022-11-23T01:26:14.3356789Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:14.3357853Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:14.3358845Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:14.3359735Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:14.3360622Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:14.3361534Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:14.3450882Z [ 95%] Linking CXX executable ../bin/CppSignature_test 2022-11-23T01:26:14.3755602Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:14.3756687Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:14.3757671Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:14.3758568Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:14.3759492Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:14.3760385Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:14.3846697Z [ 95%] Linking CXX executable ../bin/make_boxed_from_unboxed_functor_test 2022-11-23T01:26:14.4510137Z [ 95%] Built target kernel_lambda_test 2022-11-23T01:26:14.4731204Z [ 95%] Building CXX object caffe2/CMakeFiles/op_allowlist_test.dir/__/aten/src/ATen/core/op_registration/op_allowlist_test.cpp.o 2022-11-23T01:26:14.4732250Z [ 95%] Built target kernel_lambda_legacy_test 2022-11-23T01:26:14.4935357Z [ 95%] Building CXX object caffe2/CMakeFiles/op_registration_test.dir/__/aten/src/ATen/core/op_registration/op_registration_test.cpp.o 2022-11-23T01:26:14.7622991Z [ 95%] Built target kernel_stackbased_test 2022-11-23T01:26:14.7793697Z [ 95%] Building CXX object caffe2/CMakeFiles/inline_container_test.dir/serialize/inline_container_test.cc.o 2022-11-23T01:26:14.8136679Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:14.8137656Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:14.8138734Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:14.8139462Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:14.8140170Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:14.8140890Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:14.8212029Z [ 95%] Linking CXX executable ../bin/op_allowlist_test 2022-11-23T01:26:14.9709295Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:14.9710267Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:14.9711092Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:14.9711846Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:14.9712421Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:14.9713302Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:14.9764800Z [ 95%] Linking CXX executable ../bin/backend_fallback_test 2022-11-23T01:26:15.1841831Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:15.1842931Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:15.1844777Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:15.1845586Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:15.1846416Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:15.1847230Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:15.1923491Z [ 95%] Linking CXX executable ../bin/inline_container_test 2022-11-23T01:26:15.2371949Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:15.2372991Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:15.2373940Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:15.2374780Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:15.2375657Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:15.2376525Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:15.2438527Z [ 95%] Linking CXX executable ../bin/op_registration_test 2022-11-23T01:26:15.4935395Z [ 95%] Built target CppSignature_test 2022-11-23T01:26:15.5091850Z [ 95%] Building CXX object caffe2/CMakeFiles/hip_apply_test.dir/__/aten/src/ATen/test/hip/hip_apply_test.cpp.o 2022-11-23T01:26:15.7841857Z [ 95%] Built target make_boxed_from_unboxed_functor_test 2022-11-23T01:26:15.7997367Z [ 95%] Linking CXX executable ../bin/hip_complex_math_test 2022-11-23T01:26:15.9765026Z [ 95%] Built target backend_fallback_test 2022-11-23T01:26:15.9779527Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:15.9780397Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:15.9781213Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:15.9781912Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:15.9782724Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:15.9783474Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:15.9846691Z [ 95%] Linking CXX executable ../bin/hip_apply_test 2022-11-23T01:26:15.9925778Z [ 95%] Linking CXX executable ../bin/hip_complex_test 2022-11-23T01:26:16.0917115Z [ 95%] Built target op_allowlist_test 2022-11-23T01:26:16.1102140Z [ 95%] Linking CXX executable ../bin/hip_distributions_test 2022-11-23T01:26:16.5501663Z [ 95%] Built target inline_container_test 2022-11-23T01:26:16.5665962Z [ 95%] Building CXX object caffe2/CMakeFiles/hip_dlconvertor_test.dir/__/aten/src/ATen/test/hip/hip_dlconvertor_test.cpp.o 2022-11-23T01:26:16.5776375Z [ 95%] Built target op_registration_test 2022-11-23T01:26:16.5921734Z [ 95%] Linking CXX executable ../bin/hip_generator_test 2022-11-23T01:26:16.9865108Z [ 95%] Built target hip_complex_test 2022-11-23T01:26:16.9998672Z [ 95%] Linking CXX executable ../bin/hip_half_test 2022-11-23T01:26:17.0107705Z [ 95%] Built target hip_complex_math_test 2022-11-23T01:26:17.0258227Z [ 95%] Linking CXX executable ../bin/hip_integer_divider_test 2022-11-23T01:26:17.3980534Z [ 95%] Built target hip_apply_test 2022-11-23T01:26:17.4147214Z [ 95%] Linking CXX executable ../bin/hip_optional_test 2022-11-23T01:26:17.4746725Z [ 95%] Built target hip_distributions_test 2022-11-23T01:26:17.4909611Z [ 95%] Linking CXX executable ../bin/hip_packedtensoraccessor_test 2022-11-23T01:26:17.7013550Z [ 95%] Built target hip_generator_test 2022-11-23T01:26:17.7179053Z [ 95%] Linking CXX executable ../bin/hip_vectorized_test 2022-11-23T01:26:17.7409714Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:17.7411252Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:17.7412073Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:17.7412790Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:17.7413525Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:17.7414261Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:17.7487826Z [ 95%] Linking CXX executable ../bin/hip_dlconvertor_test 2022-11-23T01:26:18.2388311Z [ 95%] Built target hip_integer_divider_test 2022-11-23T01:26:18.2546280Z [ 95%] Building CXX object test_jit/CMakeFiles/torchbind_test.dir/test_custom_class_registrations.cpp.o 2022-11-23T01:26:18.4167062Z [ 95%] Built target hip_half_test 2022-11-23T01:26:18.4325335Z [ 95%] Building CXX object test_jit/CMakeFiles/jitbackend_test.dir/test_backend_lib.cpp.o 2022-11-23T01:26:18.4988031Z [ 95%] Built target hip_optional_test 2022-11-23T01:26:18.5207307Z [ 95%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_lib.cpp.o 2022-11-23T01:26:18.6016038Z [ 95%] Built target hip_packedtensoraccessor_test 2022-11-23T01:26:18.6210008Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/__/common/main.cpp.o 2022-11-23T01:26:18.9228234Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:18.9229176Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:18.9229974Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:18.9230486Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:18.9230978Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:18.9231473Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:18.9296305Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/padded_buffer.cpp.o 2022-11-23T01:26:18.9636161Z [ 95%] Built target hip_vectorized_test 2022-11-23T01:26:18.9730598Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_approx.cpp.o 2022-11-23T01:26:18.9981905Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:18.9982864Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:18.9983666Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:18.9984421Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:18.9985169Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:18.9985914Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:19.0051532Z [ 95%] Linking CXX shared library ../lib/libjitbackend_test.so 2022-11-23T01:26:19.0323088Z [ 95%] Built target hip_dlconvertor_test 2022-11-23T01:26:19.0574442Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/tutorial_tensorexpr.dir/tutorial.cpp.o 2022-11-23T01:26:19.1817412Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:19.1818372Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:19.1819211Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:19.1819992Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:19.1820851Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:19.1821690Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:19.1887581Z [ 95%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_preprocess.cpp.o 2022-11-23T01:26:19.3334999Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:19.3336087Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:19.3337155Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:19.3338063Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:19.3339010Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:19.3339944Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:19.3404292Z [ 95%] Linking CXX shared library ../lib/libtorchbind_test.so 2022-11-23T01:26:19.6791530Z [ 95%] Built target jitbackend_test 2022-11-23T01:26:19.6843484Z [ 95%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/__/__/__/torch/csrc/jit/mobile/profiler_edge.cpp.o 2022-11-23T01:26:19.7148850Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:19.7149833Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:19.7150699Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:19.7151485Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:19.7152283Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:19.7153094Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:19.7333420Z [ 95%] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/__/common/main.cpp.o 2022-11-23T01:26:19.7722904Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:19.7723923Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:19.7725075Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:19.7725936Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:19.7726810Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:19.7727633Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:19.7780495Z [ 95%] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/test_dist_autograd.cpp.o 2022-11-23T01:26:20.0006598Z [ 95%] Built target torchbind_test 2022-11-23T01:26:20.0071893Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_aten.cpp.o 2022-11-23T01:26:20.0599535Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:20.0600827Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:20.0601754Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:20.0602554Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:20.0603459Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:20.0604353Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:20.0673768Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_boundsinference.cpp.o 2022-11-23T01:26:20.2453590Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:20.2454667Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:20.2455676Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:20.2456592Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:20.2457559Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:20.2458466Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:20.2515951Z [ 95%] Linking CXX shared library ../lib/libbackend_with_compiler.so 2022-11-23T01:26:20.4151711Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:20.4152434Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:20.4153045Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:20.4153917Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:20.4154878Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:20.4155383Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:20.4214862Z [ 95%] Linking CXX executable ../bin/tutorial_tensorexpr 2022-11-23T01:26:20.5039441Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:20.5040434Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:20.5041391Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:20.5042252Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:20.5043141Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:20.5044008Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:20.5108438Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_conv.cpp.o 2022-11-23T01:26:20.9319224Z [ 95%] Built target backend_with_compiler 2022-11-23T01:26:20.9385681Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_cpp_codegen.cpp.o 2022-11-23T01:26:21.0854175Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:21.0855172Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:21.0856018Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:21.0856802Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:21.0857775Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:21.0858659Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:21.0907098Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_dynamic_shapes.cpp.o 2022-11-23T01:26:21.2241344Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:21.2242421Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:21.2243307Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:21.2244135Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:21.2247057Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:21.2247978Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:21.2301565Z [ 95%] Linking CXX executable ../bin/test_dist_autograd 2022-11-23T01:26:21.2342253Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:21.2343269Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:21.2344193Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:21.2344955Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:21.2345968Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:21.2346478Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:21.2570058Z [ 95%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/__/common/main.cpp.o 2022-11-23T01:26:21.5556311Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:21.5557249Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:21.5557803Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:21.5558368Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:21.5559436Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:21.5560197Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:21.5610417Z [ 95%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/e2e_test_base.cpp.o 2022-11-23T01:26:21.6861626Z [ 95%] Built target tutorial_tensorexpr 2022-11-23T01:26:21.6935532Z [ 95%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_wire_serialization.cpp.o 2022-11-23T01:26:21.9025739Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:21.9026788Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:21.9027798Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:21.9028650Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:21.9029550Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:21.9030458Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:21.9096505Z [ 95%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_e2e_tensorpipe.cpp.o 2022-11-23T01:26:22.0828909Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:22.0830281Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:22.0831199Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:22.0832056Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:22.0832831Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:22.0833334Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:22.0907544Z [ 95%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_tensorpipe_serialization.cpp.o 2022-11-23T01:26:22.5197618Z [ 95%] Built target test_dist_autograd 2022-11-23T01:26:22.5248492Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_expr.cpp.o 2022-11-23T01:26:22.5521683Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:22.5522635Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:22.5523504Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:22.5524296Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:22.5525116Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:22.5525942Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:22.5582397Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_external_calls.cpp.o 2022-11-23T01:26:22.8731459Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:22.8732405Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:22.8733250Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:22.8733997Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:22.8734729Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:22.8735517Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:22.8806793Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_graph_opt.cpp.o 2022-11-23T01:26:23.1781804Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:23.1782825Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:23.1783757Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:23.1784622Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:23.1785505Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:23.1786633Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:23.1852824Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_printer.cpp.o 2022-11-23T01:26:23.3983910Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:23.3985221Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:23.3986221Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:23.3988845Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:23.3989783Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:23.3990739Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:23.4060876Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_verifier.cpp.o 2022-11-23T01:26:23.4650566Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:23.4651542Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:23.4652444Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:23.4653238Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:23.4654114Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:23.4654969Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:23.4718840Z [ 95%] Linking CXX executable ../bin/test_cpp_rpc 2022-11-23T01:26:23.6014625Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:23.6015515Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:23.6016379Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:23.6017175Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:23.6018073Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:23.6018978Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:23.6084257Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_kernel.cpp.o 2022-11-23T01:26:23.7564060Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:23.7565194Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:23.7566038Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:23.7566762Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:23.7567517Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:23.7568031Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:23.7743545Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/__/common/main.cpp.o 2022-11-23T01:26:23.8787332Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:23.8788370Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:23.8789302Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:23.8790247Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:23.8791395Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:23.8791905Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:23.8841178Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/autograd.cpp.o 2022-11-23T01:26:23.9129782Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:23.9130843Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:23.9131847Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:23.9132786Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:23.9133692Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:23.9134576Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:23.9219208Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_loopnest.cpp.o 2022-11-23T01:26:24.0672691Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:24.0673576Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:24.0674572Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:24.0675353Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:24.0676139Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:24.0676876Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:24.0755740Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/any.cpp.o 2022-11-23T01:26:24.4202856Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:24.4206828Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:24.4207915Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:24.4208614Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:24.4209308Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:24.4209989Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:24.4272032Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memdependency.cpp.o 2022-11-23T01:26:24.7282414Z [ 95%] Built target test_cpp_rpc 2022-11-23T01:26:24.7331086Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/dataloader.cpp.o 2022-11-23T01:26:25.0491614Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:25.0492751Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:25.0493965Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:25.0494868Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:25.0495780Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:25.0496708Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:25.0571161Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/enum.cpp.o 2022-11-23T01:26:25.4019771Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:25.4020915Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:25.4021910Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:25.4022765Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:25.4023646Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:25.4024365Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:25.4081656Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ops.cpp.o 2022-11-23T01:26:25.4346254Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:25.4347216Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:25.4348195Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:25.4349090Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:25.4349968Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:25.4350869Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:25.4416995Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/expanding-array.cpp.o 2022-11-23T01:26:25.5094182Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:25.5095335Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:25.5096353Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:25.5097297Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:25.5098178Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:25.5099123Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:25.5160831Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/fft.cpp.o 2022-11-23T01:26:25.6797969Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:25.6799046Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:25.6799944Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:25.6800781Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:25.6801688Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:25.6802557Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:25.6863565Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_quantization.cpp.o 2022-11-23T01:26:26.2631567Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:26.2632528Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:26.2633580Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:26.2634509Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:26.2635339Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:26.2636147Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:26.2709037Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memplanning.cpp.o 2022-11-23T01:26:26.5073792Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:26.5074958Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:26.5075932Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:26.5076813Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:26.5077712Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:26.5078844Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:26.5148750Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_reductions.cpp.o 2022-11-23T01:26:26.6653068Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:26.6654020Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:26.6654757Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:26.6655235Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:26.6655801Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:26.6656560Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:26.6719636Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/functional.cpp.o 2022-11-23T01:26:26.7485986Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:26.7487103Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:26.7488111Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:26.7488953Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:26.7489813Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:26.7490767Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:26.7560196Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/integration.cpp.o 2022-11-23T01:26:26.8748732Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:26.8749795Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:26.8750891Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:26.8751791Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:26.8752714Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:26.8753654Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:26.8829712Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/init.cpp.o 2022-11-23T01:26:27.1717220Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:27.1718184Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:27.1719076Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:27.1719896Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:27.1721073Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:27.1721885Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:27.1766192Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_registerizer.cpp.o 2022-11-23T01:26:27.3505182Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:27.3506586Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:27.3507527Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:27.3508377Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:27.3509492Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:27.3510373Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:27.3583564Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/jit.cpp.o 2022-11-23T01:26:27.8057772Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:27.8058806Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:27.8059913Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:27.8060836Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:27.8061739Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:27.8062778Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:27.8125675Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_simplify.cpp.o 2022-11-23T01:26:28.1053266Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:28.1054171Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:28.1054890Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:28.1055404Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:28.1055934Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:28.1058202Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:28.1122783Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/memory.cpp.o 2022-11-23T01:26:28.2726518Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:28.2727480Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:28.2728339Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:28.2729404Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:28.2730170Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:28.2730949Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:28.2800974Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/meta_tensor.cpp.o 2022-11-23T01:26:28.4062900Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:28.4063969Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:28.4064978Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:28.4066026Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:28.4066994Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:28.4067885Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:28.4133733Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/misc.cpp.o 2022-11-23T01:26:28.4628792Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:28.4629798Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:28.4630721Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:28.4631547Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:28.4632362Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:28.4633171Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:28.4712954Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_te_fuser_pass.cpp.o 2022-11-23T01:26:28.4741856Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:28.4742837Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:28.4743789Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:28.4744645Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:28.4745477Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:28.4746393Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:28.4753626Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:28.4754857Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:28.4756022Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:28.4756846Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:28.4757715Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:28.4758605Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:28.4797671Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/module.cpp.o 2022-11-23T01:26:28.4842316Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/moduledict.cpp.o 2022-11-23T01:26:29.2409797Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:29.2410778Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:29.2411831Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:29.2412586Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:29.2413314Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:29.2414105Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:29.2491945Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type.cpp.o 2022-11-23T01:26:29.6859050Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:29.6860173Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:29.6861150Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:29.6861834Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:29.6862453Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:29.6863220Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:29.6913035Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type_specializations.cpp.o 2022-11-23T01:26:29.7357214Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:29.7358171Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:29.7359051Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:29.7359730Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:29.7360218Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:29.7360792Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:29.7433289Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_llvm.cpp.o 2022-11-23T01:26:29.8140358Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:29.8141471Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:29.8142441Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:29.8143314Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:29.8144204Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:29.8145085Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:29.8307379Z [ 95%] Building CXX object test_api/CMakeFiles/parallel_benchmark.dir/parallel_benchmark.cpp.o 2022-11-23T01:26:29.9397083Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:29.9398494Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:29.9399591Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:29.9400458Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:29.9401394Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:29.9402198Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:29.9454040Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/modulelist.cpp.o 2022-11-23T01:26:29.9681244Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:29.9682576Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:29.9683808Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:29.9685280Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:29.9686200Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:29.9687086Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:29.9752243Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/modules.cpp.o 2022-11-23T01:26:30.3947359Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:30.3948387Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:30.3949298Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:30.3950129Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:30.3951027Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:30.3952124Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:30.4025134Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/nested.cpp.o 2022-11-23T01:26:30.5230107Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:30.5231138Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:30.5231988Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:30.5232747Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:30.5233491Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:30.5234488Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:30.5306857Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/parameterdict.cpp.o 2022-11-23T01:26:30.8816864Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:30.8818042Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:30.8819010Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:30.8819737Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:30.8820451Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:30.8821381Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:30.8894414Z [ 95%] Linking CXX executable ../bin/test_tensorexpr 2022-11-23T01:26:31.0756571Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:31.0757541Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:31.0758440Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:31.0759268Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:31.0760115Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:31.0761006Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:31.0822433Z [ 95%] Linking CXX executable ../bin/parallel_benchmark 2022-11-23T01:26:31.5731262Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:31.5732345Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:31.5733350Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:31.5734200Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:31.5735103Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:31.5736299Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:31.5867015Z [ 95%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/__/__/cpp/lite_interpreter_runtime/main.cpp.o 2022-11-23T01:26:31.7472738Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:31.7473811Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:31.7478370Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:31.7479212Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:31.7480059Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:31.7480872Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:31.7534807Z [ 95%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_context.cpp.o 2022-11-23T01:26:31.9235936Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:31.9236977Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:31.9238128Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:31.9239090Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:31.9240014Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:31.9240933Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:31.9293524Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/parameterlist.cpp.o 2022-11-23T01:26:32.0068949Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:32.0069965Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:32.0070890Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:32.0072068Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:32.0072918Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:32.0073757Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:32.0142016Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/namespace.cpp.o 2022-11-23T01:26:32.3949064Z [ 95%] Built target parallel_benchmark 2022-11-23T01:26:32.4007916Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/nn_utils.cpp.o 2022-11-23T01:26:32.4355571Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:32.4356511Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:32.4357660Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:32.4358475Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:32.4359327Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:32.4360195Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:32.4408749Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/optim.cpp.o 2022-11-23T01:26:32.5116920Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:32.5117935Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:32.5118862Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:32.5119724Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:32.5120620Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:32.5121462Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:32.5190837Z [ 95%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_nnc_backend.cpp.o 2022-11-23T01:26:32.9451026Z [ 95%] Built target test_tensorexpr 2022-11-23T01:26:32.9532007Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/ordered_dict.cpp.o 2022-11-23T01:26:33.2256489Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:33.2257715Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:33.2258686Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:33.2259570Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:33.2260325Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:33.2260826Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:33.2329215Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/rnn.cpp.o 2022-11-23T01:26:33.4895488Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:33.4896551Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:33.4897619Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:33.4898409Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:33.4899242Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:33.4900086Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:33.4964393Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/sequential.cpp.o 2022-11-23T01:26:33.6178022Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:33.6179008Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:33.6179897Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:33.6180704Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:33.6181529Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:33.6182335Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:33.6253729Z [ 95%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_registry.cpp.o 2022-11-23T01:26:33.6867630Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:33.6868675Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:33.6869684Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:33.6870595Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:33.6871477Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:33.6872397Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:33.6937695Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/transformer.cpp.o 2022-11-23T01:26:34.0025063Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:34.0026139Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:34.0027102Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:34.0027999Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:34.0028911Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:34.0030039Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:34.0102643Z [ 95%] Linking CXX executable ../bin/test_mobile_nnc 2022-11-23T01:26:34.0236494Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:34.0237483Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:34.0238377Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:34.0239183Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:34.0239983Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:34.0240817Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:34.0301970Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/serialize.cpp.o 2022-11-23T01:26:34.3192497Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:34.3193973Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:34.3195900Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:34.3197058Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:34.3198131Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:34.3199483Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:34.3251433Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/special.cpp.o 2022-11-23T01:26:34.6764432Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:34.6765487Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:34.6766481Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:34.6767367Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:34.6768317Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:34.6769249Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:34.6910497Z [ 95%] Building CXX object test_mobile_nnc/CMakeFiles/aot_model_compiler_test.dir/__/__/__/binaries/aot_model_compiler.cc.o 2022-11-23T01:26:35.0452847Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:35.0453900Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:35.0454901Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:35.0455748Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:35.0457000Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:35.0457916Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:35.0525714Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/static.cpp.o 2022-11-23T01:26:35.2351466Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:35.2352397Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:35.2353290Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:35.2354541Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:35.2355318Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:35.2356023Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:35.2412667Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/support.cpp.o 2022-11-23T01:26:35.2609268Z [ 95%] Built target test_mobile_nnc 2022-11-23T01:26:35.2670555Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_cuda.cpp.o 2022-11-23T01:26:35.4556169Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:35.4557177Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:35.4558097Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:35.4558956Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:35.4559763Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:35.4560764Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:35.4624248Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_indexing.cpp.o 2022-11-23T01:26:35.6168769Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:35.6169814Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:35.6170884Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:35.6171786Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:35.6172712Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:35.6173633Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:35.6371863Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/__/common/main.cpp.o 2022-11-23T01:26:35.7988688Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:35.7989995Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:35.7990944Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:35.7991662Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:35.7992451Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:35.7993426Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:35.8079558Z [ 96%] Linking CXX executable ../bin/aot_model_compiler_test 2022-11-23T01:26:35.9262624Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:35.9263594Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:35.9264682Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:35.9265488Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:35.9266291Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:35.9267091Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:35.9334230Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_backend_device.cpp.o 2022-11-23T01:26:36.4666572Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:36.4667643Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:36.4668487Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:36.4669216Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:36.4669983Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:36.4670748Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:36.4735848Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options_cuda.cpp.o 2022-11-23T01:26:36.4965227Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:36.4966215Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:36.4967048Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:36.4967813Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:36.4968569Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:36.4969321Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:36.5034861Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options.cpp.o 2022-11-23T01:26:36.5110000Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:36.5111031Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:36.5111963Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:36.5112825Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:36.5113699Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:36.5114669Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:36.5175123Z [ 97%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_cache.cpp.o 2022-11-23T01:26:36.9559390Z [ 97%] Built target aot_model_compiler_test 2022-11-23T01:26:36.9575184Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:36.9576155Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:36.9577093Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:36.9577853Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:36.9578601Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:36.9579394Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:36.9628822Z [ 97%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir.cpp.o 2022-11-23T01:26:36.9683867Z [ 97%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir_util.cpp.o 2022-11-23T01:26:37.0333515Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:37.0334139Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:37.0335108Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:37.0335631Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:37.0336487Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:37.0337262Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:37.0397077Z [ 97%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_misc.cpp.o 2022-11-23T01:26:37.4537999Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:37.4540764Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:37.4541582Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:37.4542353Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:37.4543171Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:37.4544277Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:37.4607745Z [ 97%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_permutation_util.cpp.o 2022-11-23T01:26:37.5015477Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:37.5016544Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:37.5017618Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:37.5018505Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:37.5019441Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:37.5020569Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:37.5081100Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor.cpp.o 2022-11-23T01:26:37.5557431Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:37.5558355Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:37.5559176Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:37.5559961Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:37.5560652Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:37.5561210Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:37.5610314Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/torch_include.cpp.o 2022-11-23T01:26:37.6087663Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:37.6088647Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:37.6089552Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:37.6090372Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:37.6091260Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:37.6092170Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:37.6257032Z [ 97%] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/shm.dir/core.cpp.o 2022-11-23T01:26:37.7492400Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:37.7493303Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:37.7494026Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:37.7497030Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:37.7498356Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:37.7499534Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:37.7557479Z [ 97%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_shape.cpp.o 2022-11-23T01:26:37.8784657Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:37.8786297Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:37.8787630Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:37.8788538Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:37.8789618Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:37.8790498Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:37.8895278Z [ 97%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_trie_cache.cpp.o 2022-11-23T01:26:37.9585842Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:37.9586509Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:37.9587103Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:37.9587744Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:37.9588234Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:37.9588789Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:37.9638010Z [ 97%] Linking CXX shared library ../../../../lib/libshm.so 2022-11-23T01:26:38.0163546Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:38.0164430Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:38.0165310Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:38.0166170Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:38.0166917Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:38.0167404Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:38.0229716Z [ 97%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_util.cpp.o 2022-11-23T01:26:38.3042920Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:38.3043991Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:38.3045000Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:38.3045903Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:38.3046469Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:38.3047315Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:38.3109306Z [ 97%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops.cpp.o 2022-11-23T01:26:38.3525779Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:38.3526740Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:38.3527840Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:38.3528654Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:38.3529404Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:38.3530194Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:38.3623890Z [ 97%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops_util.cpp.o 2022-11-23T01:26:38.4487335Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:38.4488424Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:38.4489003Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:38.4489530Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:38.4490089Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:38.4490875Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:38.4549091Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/inference_mode.cpp.o 2022-11-23T01:26:38.5924392Z [ 97%] Built target shm 2022-11-23T01:26:38.5987355Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/grad_mode.cpp.o 2022-11-23T01:26:38.9128663Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:38.9129599Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:38.9130482Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:38.9131316Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:38.9132133Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:38.9132943Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:38.9178915Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/operations.cpp.o 2022-11-23T01:26:39.0997187Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:39.0998211Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:39.0999097Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:39.0999911Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:39.1000739Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:39.1001559Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:39.1200894Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/common/main.cpp.o 2022-11-23T01:26:39.4049119Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:39.4049940Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:39.4050864Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:39.4051613Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:39.4052359Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:39.4052929Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:39.4121662Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_add_if_then_else.cpp.o 2022-11-23T01:26:39.7177655Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:39.7178286Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:39.7178823Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:39.7179308Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:39.7179791Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:39.7180288Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:39.7257894Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_alias_analysis.cpp.o 2022-11-23T01:26:39.9160330Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:39.9161316Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:39.9162105Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:39.9162784Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:39.9163277Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:39.9164138Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:39.9221917Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_argument_spec.cpp.o 2022-11-23T01:26:40.0181370Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:40.0182390Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:40.0183352Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:40.0184256Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:40.0185164Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:40.0186084Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:40.0248811Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_autodiff.cpp.o 2022-11-23T01:26:40.2755055Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:40.2755864Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp: In lambda function: 2022-11-23T01:26:40.2757083Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:959:30: warning: ‘bool c10::isIntegralType(c10::ScalarType)’ is deprecated: isIntegralType is deprecated. Please use the overload with 'includeBool' parameter instead. [-Wdeprecated-declarations] 2022-11-23T01:26:40.2758188Z 959 | isIntegralType(type) ? torch::Scalar(1) : torch::Scalar(1.0); 2022-11-23T01:26:40.2758666Z | ^ 2022-11-23T01:26:40.2759245Z In file included from /var/lib/jenkins/workspace/c10/core/Scalar.h:11, 2022-11-23T01:26:40.2759738Z from /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:16, 2022-11-23T01:26:40.2760151Z from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-11-23T01:26:40.2760801Z from /var/lib/jenkins/workspace/aten/src/ATen/Tensor.h:3, 2022-11-23T01:26:40.2761523Z from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_device.h:7, 2022-11-23T01:26:40.2762268Z from /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops_util.h:4, 2022-11-23T01:26:40.2762951Z from /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:4: 2022-11-23T01:26:40.2763703Z /var/lib/jenkins/workspace/c10/core/ScalarType.h:242:20: note: declared here 2022-11-23T01:26:40.2764374Z 242 | static inline bool isIntegralType(ScalarType t) { 2022-11-23T01:26:40.2764906Z | ^~~~~~~~~~~~~~ 2022-11-23T01:26:40.2766162Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:959:30: warning: ‘bool c10::isIntegralType(c10::ScalarType)’ is deprecated: isIntegralType is deprecated. Please use the overload with 'includeBool' parameter instead. [-Wdeprecated-declarations] 2022-11-23T01:26:40.2767336Z 959 | isIntegralType(type) ? torch::Scalar(1) : torch::Scalar(1.0); 2022-11-23T01:26:40.2767868Z | ^ 2022-11-23T01:26:40.2768449Z In file included from /var/lib/jenkins/workspace/c10/core/Scalar.h:11, 2022-11-23T01:26:40.2769309Z from /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:16, 2022-11-23T01:26:40.2770037Z from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-11-23T01:26:40.2770684Z from /var/lib/jenkins/workspace/aten/src/ATen/Tensor.h:3, 2022-11-23T01:26:40.2771352Z from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_device.h:7, 2022-11-23T01:26:40.2772077Z from /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops_util.h:4, 2022-11-23T01:26:40.2772787Z from /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:4: 2022-11-23T01:26:40.2773537Z /var/lib/jenkins/workspace/c10/core/ScalarType.h:242:20: note: declared here 2022-11-23T01:26:40.2774202Z 242 | static inline bool isIntegralType(ScalarType t) { 2022-11-23T01:26:40.2774714Z | ^~~~~~~~~~~~~~ 2022-11-23T01:26:40.2774983Z At global scope: 2022-11-23T01:26:40.2775700Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:40.2776631Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:40.2777311Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:40.2777815Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:40.2778612Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:40.2830420Z [ 97%] Linking CXX executable ../bin/test_lazy 2022-11-23T01:26:40.3248156Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:40.3249121Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:40.3250068Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:40.3250860Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:40.3251782Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:40.3252701Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:40.3318847Z [ 97%] Linking CXX executable ../bin/test_api 2022-11-23T01:26:40.5585358Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:40.5586108Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:40.5586659Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:40.5587262Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:40.5588045Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:40.5588807Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:40.5823882Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_0.cpp.o 2022-11-23T01:26:40.7802768Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:40.7803875Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:40.7804843Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:40.7805376Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:40.7806206Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:40.7806850Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:40.7880258Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_1.cpp.o 2022-11-23T01:26:41.1143450Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:41.1144396Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:41.1145244Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:41.1145994Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:41.1146778Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:41.1147547Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:41.1213489Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_load_upgraders.cpp.o 2022-11-23T01:26:41.4672515Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:41.4673537Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:41.4674576Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:41.4675294Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:41.4676037Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:41.4677317Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:41.4740846Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_op_replacement.cpp.o 2022-11-23T01:26:41.7574990Z [ 97%] Built target test_lazy 2022-11-23T01:26:41.7636355Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_upgrader_utils.cpp.o 2022-11-23T01:26:41.8280594Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:41.8281503Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:41.8282347Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:41.8283069Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:41.8284048Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:41.8284776Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:41.8349652Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_2.cpp.o 2022-11-23T01:26:42.1261582Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:42.1262563Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:42.1263495Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:42.1264303Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:42.1265179Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:42.1266026Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:42.1327882Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_3.cpp.o 2022-11-23T01:26:42.3105620Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:42.3106711Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:42.3107698Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:42.3108610Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:42.3109485Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:42.3110402Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:42.3169519Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_backend.cpp.o 2022-11-23T01:26:42.5362238Z [ 97%] Built target test_api 2022-11-23T01:26:42.5411161Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_import.cpp.o 2022-11-23T01:26:42.5856059Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:42.5857383Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:42.5858389Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:42.5859271Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:42.5860194Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:42.5861080Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:42.5923344Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_parser.cpp.o 2022-11-23T01:26:42.9932948Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:42.9933668Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:42.9934515Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:42.9935095Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:42.9935599Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:42.9936139Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:43.0110992Z [ 97%] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/torch_shm_manager.dir/manager.cpp.o 2022-11-23T01:26:43.1075623Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:43.1076596Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:43.1077397Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:43.1078150Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:43.1078926Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:43.1079702Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:43.1130544Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_4.cpp.o 2022-11-23T01:26:43.1552316Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:43.1553307Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:43.1554741Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:43.1555561Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:43.1556386Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:43.1557197Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:43.1630922Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_variable_methods.cpp.o 2022-11-23T01:26:43.2699275Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:43.2700342Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:43.2701309Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:43.2702210Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:43.2703132Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:43.2703861Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:43.2763792Z [ 97%] Linking CXX executable ../../../../bin/torch_shm_manager 2022-11-23T01:26:43.3009337Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:43.3010363Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:43.3011079Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:43.3011554Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:43.3012055Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:43.3012549Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:43.3069807Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_type.cpp.o 2022-11-23T01:26:43.8095266Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:43.8096357Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:43.8097393Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:43.8098254Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:43.8099184Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:43.8100081Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:43.8171108Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_0.cpp.o 2022-11-23T01:26:44.0967756Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:44.0968655Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:44.0969439Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:44.0970183Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:44.0970912Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:44.0971932Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:44.1035975Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_1.cpp.o 2022-11-23T01:26:44.1535099Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:44.1535970Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:44.1536773Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:44.1537593Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:44.1538423Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:44.1539519Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:44.1599200Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_code_template.cpp.o 2022-11-23T01:26:44.2775879Z [ 97%] Built target torch_shm_manager 2022-11-23T01:26:44.2821929Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_concat_opt.cpp.o 2022-11-23T01:26:44.3740850Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:44.3741916Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:44.3742941Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:44.3743829Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:44.3744738Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:44.3745641Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:44.3791695Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_2.cpp.o 2022-11-23T01:26:44.6604903Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:44.6605972Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:44.6606977Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:44.6607902Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:44.6608821Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:44.6609689Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:44.6683424Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_constant_pooling.cpp.o 2022-11-23T01:26:44.7331999Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:44.7333096Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:44.7334396Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:44.7335306Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:44.7336214Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:44.7337268Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:44.7399150Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cleanup_passes.cpp.o 2022-11-23T01:26:44.9792749Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:44.9793786Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:44.9795069Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:44.9795904Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:44.9796728Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:44.9797545Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:44.9873110Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_create_autodiff_subgraphs.cpp.o 2022-11-23T01:26:45.1924989Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:45.1926070Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:45.1927034Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:45.1927936Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:45.1928847Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:45.1929745Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:45.2012273Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nn_functions.cpp.o 2022-11-23T01:26:45.2437415Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:45.2438525Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:45.2439304Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:45.2439798Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:45.2440282Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:45.2440788Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:45.2491162Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_fft_functions.cpp.o 2022-11-23T01:26:45.2953979Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:45.2955146Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:45.2956160Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:45.2956931Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:45.2957434Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:45.2957920Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:45.3000533Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:45.3001798Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:45.3002763Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:45.3003656Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:45.3004547Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:45.3005339Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:45.3055402Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_linalg_functions.cpp.o 2022-11-23T01:26:45.3097031Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nested_functions.cpp.o 2022-11-23T01:26:45.3722787Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:45.3723845Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:45.3724817Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:45.3725693Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:45.3726532Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:45.3727409Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:45.3815075Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class.cpp.o 2022-11-23T01:26:45.8295334Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:45.8296399Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:45.8297239Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:45.8297914Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:45.8298713Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:45.8299466Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:45.8367578Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class_registrations.cpp.o 2022-11-23T01:26:45.9347524Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:45.9348527Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:45.9349441Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:45.9349994Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:45.9350567Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:45.9351603Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:45.9410401Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_sparse_functions.cpp.o 2022-11-23T01:26:45.9639366Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:45.9640327Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:45.9641234Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:45.9642059Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:45.9642995Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:45.9643844Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:45.9701111Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_special_functions.cpp.o 2022-11-23T01:26:46.0340029Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:46.0341105Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:46.0342031Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:46.0342892Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:46.0343756Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:46.0344670Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:46.0417033Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_return_types.cpp.o 2022-11-23T01:26:46.0670678Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:46.0671720Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:46.0672932Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:46.0673950Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:46.0674996Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:46.0675940Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:46.0739305Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_operators.cpp.o 2022-11-23T01:26:46.5229089Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:46.5230021Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:46.5230913Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:46.5231795Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:46.5232540Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:46.5233169Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:46.5279199Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_enum_tag.cpp.o 2022-11-23T01:26:46.5961875Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:46.5962957Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:46.5963990Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:46.5964877Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:46.5965766Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:46.5966653Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:46.6018967Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DataLoader.cpp.o 2022-11-23T01:26:46.6701637Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:46.6702651Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:46.6703610Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:46.6704476Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:46.6705309Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:46.6706198Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:46.6762914Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Device.cpp.o 2022-11-23T01:26:46.7240755Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:46.7241978Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:46.7242911Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:46.7243775Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:46.7244639Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:46.7245465Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:46.7317052Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Dtype.cpp.o 2022-11-23T01:26:47.1092635Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:47.1093948Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:47.1094932Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:47.1095825Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:47.1096702Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:47.1097581Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:47.1150147Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_dce.cpp.o 2022-11-23T01:26:47.1760894Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:47.1761888Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:47.1762473Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:47.1762982Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:47.1763529Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:47.1764075Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:47.1840062Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DynamicTypes.cpp.o 2022-11-23T01:26:47.2885911Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:47.2886854Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:47.2887582Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:47.2888246Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:47.2889028Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:47.2890408Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:47.2954661Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_fuser.cpp.o 2022-11-23T01:26:47.3209795Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:47.3210722Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:47.3211612Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:47.3212472Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:47.3213369Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:47.3214246Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:47.3274409Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Exceptions.cpp.o 2022-11-23T01:26:47.7099999Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:47.7100705Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:47.7101235Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:47.7101876Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:47.7102711Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:47.7103568Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:47.7165860Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_executor.cpp.o 2022-11-23T01:26:48.0161727Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:48.0162803Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:48.0163776Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:48.0164635Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:48.0165497Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:48.0166389Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:48.0238275Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Generator.cpp.o 2022-11-23T01:26:48.4564162Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:48.4565569Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:48.4566843Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:48.4567865Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:48.4568956Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:48.4570295Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:48.4605236Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:48.4606758Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:48.4607909Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:48.4609438Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:48.4610659Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:48.4611810Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:48.4627206Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_iterator.cpp.o 2022-11-23T01:26:48.4660505Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cs_debug_info_serialization.cpp.o 2022-11-23T01:26:48.7304679Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:48.7305742Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:48.7306699Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:48.7307573Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:48.7308444Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:48.7309347Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:48.7374756Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Layout.cpp.o 2022-11-23T01:26:49.1683798Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:49.1684820Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:49.1685463Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:49.1686268Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:49.1687266Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:49.1688050Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:49.1747778Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_inliner.cpp.o 2022-11-23T01:26:49.2181826Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:49.2182897Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:49.2183861Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:49.2184755Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:49.2185952Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:49.2186901Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:49.2253032Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/MemoryFormat.cpp.o 2022-11-23T01:26:49.3825457Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:49.3826820Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:49.3828024Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:49.3828930Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:49.3829847Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:49.3830752Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:49.3900304Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/QScheme.cpp.o 2022-11-23T01:26:49.6699700Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:49.6700691Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:49.6701626Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:49.6702493Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:49.6703369Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:49.6704219Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:49.6749822Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Module.cpp.o 2022-11-23T01:26:49.6991020Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:49.6991969Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:49.6993114Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:49.6993911Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:49.6995205Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:49.6996026Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:49.7057016Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/python_dimname.cpp.o 2022-11-23T01:26:49.9429840Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:49.9430707Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:49.9431556Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:49.9432519Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:49.9433040Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:49.9433539Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:49.9500679Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Size.cpp.o 2022-11-23T01:26:50.0253859Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:50.0254730Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:50.0255577Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:50.0256311Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:50.0257133Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:50.0257857Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:50.0301874Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:50.0302740Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:50.0303304Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:50.0303812Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:50.0304575Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:50.0305362Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:50.0323017Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Storage.cpp.o 2022-11-23T01:26:50.0353416Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interface.cpp.o 2022-11-23T01:26:50.2590665Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:50.2591782Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:50.2592628Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:50.2593406Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:50.2594585Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:50.2595457Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:50.2649035Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageMethods.cpp.o 2022-11-23T01:26:50.5065653Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:50.5066956Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:50.5067978Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:50.5068868Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:50.5069805Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:50.5070729Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:50.5130823Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageSharing.cpp.o 2022-11-23T01:26:51.1803702Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:51.1804726Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:51.1805575Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:51.1806385Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:51.1807134Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:51.1807948Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:51.1881973Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Stream.cpp.o 2022-11-23T01:26:51.3861444Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:51.3862437Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:51.3863204Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:51.3863949Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:51.3864692Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:51.3865479Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:51.3918116Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/TypeInfo.cpp.o 2022-11-23T01:26:51.6257031Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:51.6258121Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:51.6259106Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:51.6259951Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:51.6260888Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:51.6261589Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:51.6263216Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:51.6264142Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:51.6264750Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:51.6265240Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:51.6265796Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:51.6266614Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:51.6314339Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interpreter.cpp.o 2022-11-23T01:26:51.6315445Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/api/src/python/init.cpp.o 2022-11-23T01:26:51.6908535Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:51.6909857Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:51.6910864Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:51.6911882Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:51.6912826Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:51.6913773Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:51.6998333Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_ir.cpp.o 2022-11-23T01:26:52.3752982Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:52.3753961Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:52.3758431Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:52.3759239Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:52.3760107Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:52.3761151Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:52.3825131Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/functions/init.cpp.o 2022-11-23T01:26:52.6364901Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:52.6365856Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:52.6366704Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:52.6367478Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:52.6368319Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:52.6369315Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:52.6441341Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_irparser.cpp.o 2022-11-23T01:26:52.8119325Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:52.8120323Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:52.8121138Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:52.8121897Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:52.8122663Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:52.8123462Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:52.8191587Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_type.cpp.o 2022-11-23T01:26:52.9999411Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:53.0000535Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:53.0001569Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:53.0002436Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:53.0003394Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:53.0004315Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:53.0070338Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/init.cpp.o 2022-11-23T01:26:53.0121168Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:53.0122217Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:53.0123270Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:53.0124335Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:53.0125247Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:53.0126128Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:53.0208533Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/profiler_python.cpp.o 2022-11-23T01:26:53.2576144Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:53.2577270Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:53.2578204Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:53.2579160Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:53.2580294Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:53.2580803Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:53.2645240Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter.cpp.o 2022-11-23T01:26:53.2963144Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:53.2964105Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:53.2965042Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:53.2965934Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:53.2966784Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:53.2967651Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:53.3013576Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_anomaly_mode.cpp.o 2022-11-23T01:26:53.7961339Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:53.7961954Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:53.7962774Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:53.7963563Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:53.7964345Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:53.7965144Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:53.8012412Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_saved_variable_hooks.cpp.o 2022-11-23T01:26:53.9192328Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:53.9193609Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:53.9194536Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:53.9195109Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:53.9195631Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:53.9196189Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:53.9250925Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter_direct.cpp.o 2022-11-23T01:26:54.0204301Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:54.0205381Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:54.0206596Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:54.0207503Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:54.0208424Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:54.0209358Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:54.0286323Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_cpp_function.cpp.o 2022-11-23T01:26:54.4969044Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:54.4969867Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:54.4970722Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:54.4971367Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:54.4972122Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:54.4972630Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:54.5042972Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_engine.cpp.o 2022-11-23T01:26:54.6437612Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:54.6438493Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:54.6439304Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:54.6440081Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:54.6440865Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:54.6441647Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:54.6507743Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_function.cpp.o 2022-11-23T01:26:54.7222669Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:54.7223738Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:54.7224723Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:54.7225590Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:54.7226472Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:54.7227365Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:54.7293253Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_hook.cpp.o 2022-11-23T01:26:55.0516869Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:55.0517880Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:55.0518794Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:55.0519573Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:55.0520312Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:55.0521107Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:55.0582180Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_legacy_variable.cpp.o 2022-11-23T01:26:55.4648344Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:55.4649296Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:55.4650125Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:55.4650917Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:55.4651704Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:55.4652529Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:55.4714048Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_trainer.cpp.o 2022-11-23T01:26:55.6076878Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:55.6077494Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:55.6078046Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:55.6078593Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:55.6079479Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:55.6080656Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:55.6133223Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_memory_dag.cpp.o 2022-11-23T01:26:55.8467817Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:55.8468824Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:55.8469793Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:55.8470672Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:55.8471527Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:55.8472622Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:55.8538192Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_nested_functions_manual.cpp.o 2022-11-23T01:26:56.0299548Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:56.0300627Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:56.0301578Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:56.0302415Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:56.0303388Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:56.0304358Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:56.0365039Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_torch_functions_manual.cpp.o 2022-11-23T01:26:56.1602311Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:56.1603356Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:56.1604321Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:56.1605163Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:56.1605995Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:56.1606790Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:56.1666142Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable.cpp.o 2022-11-23T01:26:56.2033913Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:56.2035215Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:56.2036157Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:56.2037265Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:56.2038117Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:56.2039032Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:56.2103511Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable_indexing.cpp.o 2022-11-23T01:26:56.7400809Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:56.7401857Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:56.7402900Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:56.7404103Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:56.7404942Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:56.7405866Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:56.7484612Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_misc.cpp.o 2022-11-23T01:26:57.0498199Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:57.0499248Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:57.0500165Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:57.0500979Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:57.0501800Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:57.0502623Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:57.0580070Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_mobile_type_parser.cpp.o 2022-11-23T01:26:57.2551924Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:57.2552821Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:57.2553699Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:57.2554605Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:57.2555372Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:57.2556115Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:57.2621522Z [ 98%] Building C object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/eval_frame.c.o 2022-11-23T01:26:57.3524518Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:57.3525703Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:57.3526628Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:57.3527354Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:57.3528112Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:57.3528835Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:57.3617333Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_module_api.cpp.o 2022-11-23T01:26:57.4489420Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:57.4490517Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:57.4491681Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:57.4492552Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:57.4493356Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:57.4494192Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:57.4575960Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_peephole_optimize.cpp.o 2022-11-23T01:26:57.4848985Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:57.4850108Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:57.4851090Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:57.4851986Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:57.4852916Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:57.4853838Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:57.4928738Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_qualified_name.cpp.o 2022-11-23T01:26:57.4941412Z cc1: warning: command line option ‘-std=c++14’ is valid for C++/ObjC++ but not for C 2022-11-23T01:26:57.4942074Z cc1: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:57.4942706Z cc1: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:57.4943328Z cc1: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:57.4943970Z cc1: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:57.4944647Z cc1: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:57.5055964Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/guards.cpp.o 2022-11-23T01:26:57.8109634Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:57.8110630Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:57.8111743Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:57.8112585Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:57.8113389Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:57.8114419Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:57.8189054Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_save_load.cpp.o 2022-11-23T01:26:58.3123549Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:58.3124556Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:58.3125416Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:58.3126946Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:58.3127775Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:58.3128557Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:58.3213990Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/init.cpp.o 2022-11-23T01:26:58.3988141Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:58.3989148Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:58.3990092Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:58.3990922Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:58.3991785Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:58.3992658Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:58.4056933Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_info.cpp.o 2022-11-23T01:26:58.4980120Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:58.4981454Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:58.4982260Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:58.4982978Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:58.4983708Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:58.4984496Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:58.5106033Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/functorch/init.cpp.o 2022-11-23T01:26:58.8915987Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:58.8916762Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:58.8917310Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:58.8917891Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:58.8918684Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:58.8919481Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:58.8970410Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_matching.cpp.o 2022-11-23T01:26:58.9029358Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:58.9032722Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:58.9033828Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:58.9035006Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:58.9036010Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:58.9037008Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:58.9115081Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/backends/backend_init.cpp.o 2022-11-23T01:26:59.2055689Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:59.2056667Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:59.2057541Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:59.2058306Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:59.2059032Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:59.2059600Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:59.2111329Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_stack_opt.cpp.o 2022-11-23T01:26:59.2684162Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:59.2685452Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:59.2686521Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:59.2687592Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:59.2688675Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:59.2689634Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:59.2738718Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_matcher.cpp.o 2022-11-23T01:26:59.3569714Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:59.3571244Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:59.3572517Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:59.3573890Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:59.3574720Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:59.3575515Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:59.3645630Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_rewriter.cpp.o 2022-11-23T01:26:59.5177869Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:59.5178836Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:59.5179755Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:59.5180594Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:59.5181451Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:59.5182318Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:59.5258469Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_utils.cpp.o 2022-11-23T01:26:59.9237303Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:59.9238274Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:59.9239120Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:59.9239943Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:59.9240779Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:59.9241897Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:59.9288781Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/codegen/cuda/python_frontend/python_bindings.cpp.o 2022-11-23T01:27:00.4099690Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:00.4100557Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:00.4101430Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:00.4102158Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:00.4102743Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:00.4103620Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:00.4154964Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:00.4155948Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:00.4156861Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:00.4157626Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:00.4158477Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:00.4159270Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:00.4160616Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/init.cpp.o 2022-11-23T01:27:00.4203193Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_union.cpp.o 2022-11-23T01:27:00.4478027Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:00.4478944Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:00.4479819Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:00.4480437Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:00.4481123Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:00.4481665Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:00.4549574Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx.cpp.o 2022-11-23T01:27:00.4859071Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:00.4860455Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:00.4861607Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:00.4862877Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:00.4863980Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:00.4865045Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:00.5017984Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/cast_all_constant_to_floating.cpp.o 2022-11-23T01:27:00.6907609Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:00.6909057Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:00.6912517Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:00.6916104Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:00.6918445Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:00.6919542Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:00.6975341Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_utils.cpp.o 2022-11-23T01:27:01.0781851Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:01.0783719Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:01.0784782Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:01.0785705Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:01.0786617Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:01.0787550Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:01.0859197Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/deduplicate_initializers.cpp.o 2022-11-23T01:27:01.5305644Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:01.5306620Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:01.5307451Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:01.5308219Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:01.5308973Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:01.5309732Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:01.5375619Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_script_profile.cpp.o 2022-11-23T01:27:01.5896544Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:01.5898216Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:01.5899148Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:01.5899959Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:01.5900711Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:01.5901456Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:01.5902305Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:01.5903113Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:01.5904102Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:01.5904809Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:01.5905581Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:01.5908259Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:01.5971290Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eval_peephole.cpp.o 2022-11-23T01:27:01.5997030Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_fold.cpp.o 2022-11-23T01:27:01.6508522Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:01.6509942Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:01.6511086Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:01.6512086Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:01.6513133Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:01.6514422Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:01.6569339Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_shape_analysis.cpp.o 2022-11-23T01:27:02.0391690Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:02.0392751Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:02.0393745Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:02.0394833Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:02.0395725Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:02.0396644Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:02.0459513Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_map.cpp.o 2022-11-23T01:27:02.0701716Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:02.0702722Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:02.0703668Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:02.0704498Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:02.0705392Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:02.0706228Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:02.0765202Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_logging_levels.cpp.o 2022-11-23T01:27:02.4215154Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:02.4216208Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:02.4217133Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:02.4217619Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:02.4218323Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:02.4219187Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:02.4296348Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_file_format.cpp.o 2022-11-23T01:27:02.6037659Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:02.6038813Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:02.6039856Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:02.6040727Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:02.6041562Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:02.6042427Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:02.6122782Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eliminate_unused_items.cpp.o 2022-11-23T01:27:02.7682411Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:02.7683488Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:02.7684356Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:02.7685152Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:02.7686185Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:02.7687013Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:02.7720207Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:02.7721185Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:02.7722092Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:02.7722931Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:02.7723779Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:02.7724606Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:02.7751632Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_flatbuffer.cpp.o 2022-11-23T01:27:02.7777394Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp.o 2022-11-23T01:27:02.9051363Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:02.9052400Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:02.9053314Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:02.9054212Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:02.9055126Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:02.9055985Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:02.9123640Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/list_model_parameters.cpp.o 2022-11-23T01:27:03.1275635Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:03.1281049Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:03.1282053Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:03.1282983Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:03.1283864Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:03.1284768Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:03.1350897Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_substitution.cpp.o 2022-11-23T01:27:03.2016180Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:03.2017348Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:03.2018604Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:03.2019487Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:03.2020253Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:03.2021011Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:03.2091022Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/helper.cpp.o 2022-11-23T01:27:03.2843251Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:03.2844277Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:03.2845241Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:03.2846263Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:03.2847117Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:03.2847940Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:03.2916922Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/peephole.cpp.o 2022-11-23T01:27:03.4908974Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:03.4910074Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:03.4911069Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:03.4911978Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:03.4912895Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:03.4913802Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:03.4985287Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/preprocess_for_onnx.cpp.o 2022-11-23T01:27:03.6806726Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:03.6807520Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:03.6808159Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:03.6808703Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:03.6809202Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:03.6809771Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:03.6868848Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/prepare_division_for_onnx.cpp.o 2022-11-23T01:27:03.8806535Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:03.8807613Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:03.8808620Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:03.8809493Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:03.8810390Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:03.8811266Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:03.8878501Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:03.8882823Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:03.8884663Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:03.8885445Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:03.8886092Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:03.8886819Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:03.8888174Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/scalar_type_analysis.cpp.o 2022-11-23T01:27:03.8950246Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/unpack_quantized_weights.cpp.o 2022-11-23T01:27:04.1000437Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:04.1001402Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:04.1002273Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:04.1003080Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:04.1003902Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:04.1004712Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:04.1071465Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.cpp.o 2022-11-23T01:27:04.1193092Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:04.1194583Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:04.1195603Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:04.1196466Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:04.1197316Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:04.1198301Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:04.1258434Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/shape_type_inference.cpp.o 2022-11-23T01:27:04.2981261Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:04.2982331Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:04.2983328Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:04.2984220Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:04.2985130Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:04.2986224Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:04.3053613Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_extraction.cpp.o 2022-11-23T01:27:04.4430577Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:04.4431630Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:04.4432605Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:04.4433510Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:04.4434619Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:04.4435544Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:04.4501177Z [ 98%] Linking CXX executable ../bin/test_jit 2022-11-23T01:27:04.4800273Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:04.4801362Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:04.4802335Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:04.4803141Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:04.4804013Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:04.4804884Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:04.4876718Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/onnx_log.cpp.o 2022-11-23T01:27:04.6890863Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:04.6891944Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:04.6892919Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:04.6894029Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:04.6894931Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:04.6895845Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:04.6958818Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/naming.cpp.o 2022-11-23T01:27:04.7707092Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:04.7708047Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:04.7708994Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:04.7709855Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:04.7710878Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:04.7711707Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:04.7780564Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/pybind_utils.cpp.o 2022-11-23T01:27:04.8027426Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:04.8028146Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:04.8028744Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:04.8029607Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:04.8030132Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:04.8030690Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:04.8097982Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.cpp.o 2022-11-23T01:27:04.9229925Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:04.9230898Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:04.9231992Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:04.9232792Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:04.9233605Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:04.9234728Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:04.9285441Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/common.cpp.o 2022-11-23T01:27:05.2423258Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:05.2424165Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:05.2425189Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:05.2425914Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:05.2426640Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:05.2427379Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:05.2497634Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.cpp.o 2022-11-23T01:27:05.3485275Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:05.3486380Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:05.3487319Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:05.3488158Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:05.3489020Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:05.3489850Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:05.3559559Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.cpp.o 2022-11-23T01:27:05.4780975Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:05.4781600Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:05.4782142Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:05.4782897Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:05.4783645Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:05.4784131Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:05.4855835Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_arg_flatten.cpp.o 2022-11-23T01:27:05.6814007Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:05.6815082Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:05.6816057Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:05.6816945Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:05.6817945Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:05.6818838Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:05.6884672Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_custom_class.cpp.o 2022-11-23T01:27:05.9553853Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:05.9555304Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:05.9556250Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:05.9557146Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:05.9557981Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:05.9558928Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:05.9622787Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_dict.cpp.o 2022-11-23T01:27:05.9664274Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:05.9665478Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:05.9666418Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:05.9667273Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:05.9668141Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:05.9669025Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:05.9712602Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_interpreter.cpp.o 2022-11-23T01:27:06.0152819Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:06.0153915Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:06.0155088Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:06.0155976Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:06.0157090Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:06.0158010Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:06.0221491Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_ir.cpp.o 2022-11-23T01:27:06.2360150Z [ 98%] Built target test_jit 2022-11-23T01:27:06.2424551Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_list.cpp.o 2022-11-23T01:27:06.9022287Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:06.9023278Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:06.9024180Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:06.9025192Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:06.9026032Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:06.9026868Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:06.9097780Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tracer.cpp.o 2022-11-23T01:27:07.2425554Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:07.2426621Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:07.2427654Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:07.2428568Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:07.2429460Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:07.2430395Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:07.2492842Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/script_init.cpp.o 2022-11-23T01:27:07.3761590Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:07.3762684Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:07.3763727Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:07.3764466Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:07.3765299Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:07.3766161Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:07.3833904Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/concrete_module_type.cpp.o 2022-11-23T01:27:07.4021220Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:07.4022465Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:07.4023417Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:07.4024201Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:07.4024701Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:07.4025401Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:07.4072156Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/tree_views.cpp.o 2022-11-23T01:27:07.5794996Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:07.5796323Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:07.5797258Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:07.5798095Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:07.5798939Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:07.5799793Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:07.5873422Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_sugared_value.cpp.o 2022-11-23T01:27:07.6406869Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:07.6408292Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:07.6409743Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:07.6410612Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:07.6411443Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:07.6412311Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:07.6484329Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tree_views.cpp.o 2022-11-23T01:27:07.7624362Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:07.7625810Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:07.7627123Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:07.7628244Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:07.7629304Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:07.7630367Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:07.7703103Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/static/init.cpp.o 2022-11-23T01:27:08.2905466Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:08.2907226Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:08.2908356Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:08.2909342Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:08.2910310Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:08.2911313Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:08.2984147Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/tensorexpr/tensorexpr_init.cpp.o 2022-11-23T01:27:08.3288897Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:08.3289891Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:08.3290747Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:08.3291492Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:08.3292280Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:08.3293065Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:08.3367949Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/monitor/python_init.cpp.o 2022-11-23T01:27:08.6491596Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:08.6492538Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:08.6493415Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:08.6494204Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:08.6495077Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:08.6495936Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:08.6543205Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/multiprocessing/init.cpp.o 2022-11-23T01:27:08.6566099Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:08.6566747Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:08.6567575Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:08.6568210Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:08.6569204Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:08.6569834Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:08.6619524Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/onnx/init.cpp.o 2022-11-23T01:27:09.0232351Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:09.0233412Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:09.0234590Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:09.0235456Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:09.0236426Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:09.0237548Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:09.0295125Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/profiler/python/init.cpp.o 2022-11-23T01:27:09.0327416Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:09.0328343Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:09.0329193Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:09.0329930Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:09.0330717Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:09.0331449Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:09.0409950Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/serialization.cpp.o 2022-11-23T01:27:09.1671085Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:09.1672088Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:09.1672978Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:09.1673822Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:09.1674852Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:09.1675719Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:09.1748005Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/tensor/python_tensor.cpp.o 2022-11-23T01:27:09.2059302Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:09.2060259Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:09.2061119Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:09.2061853Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:09.2062370Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:09.2062865Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:09.2127850Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/init.cpp.o 2022-11-23T01:27:09.8464099Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:09.8464945Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.h:8, 2022-11-23T01:27:09.8465600Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensorexpr_init.cpp:8: 2022-11-23T01:27:09.8467387Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:27:09.8468657Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:27:09.8469080Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:27:09.8469725Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:27:09.8470383Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:27:09.8470839Z | ^~~~ 2022-11-23T01:27:09.8471495Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:120:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:27:09.8472090Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:27:09.8472437Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:27:09.8472912Z In file included from /var/lib/jenkins/workspace/c10/hip/HIPStream.h:7, 2022-11-23T01:27:09.8473510Z from /var/lib/jenkins/workspace/c10/hip/HIPGraphsC10Utils.h:4, 2022-11-23T01:27:09.8474282Z from /var/lib/jenkins/workspace/c10/hip/HIPCachingAllocator.h:5, 2022-11-23T01:27:09.8474979Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h:3, 2022-11-23T01:27:09.8475673Z from /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind_utils.h:36, 2022-11-23T01:27:09.8476312Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensorexpr_init.cpp:4: 2022-11-23T01:27:09.8476976Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:27:09.8477481Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:27:09.8477907Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:27:09.8478450Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.h:8, 2022-11-23T01:27:09.8479099Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensorexpr_init.cpp:8: 2022-11-23T01:27:09.8480646Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:27:09.8481984Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:27:09.8482397Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:27:09.8483096Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:27:09.8483700Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:27:09.8484157Z | ^~~~ 2022-11-23T01:27:09.8484807Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:120:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:27:09.8485420Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:27:09.8485791Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:27:09.8486396Z In file included from /var/lib/jenkins/workspace/c10/hip/HIPStream.h:7, 2022-11-23T01:27:09.8486996Z from /var/lib/jenkins/workspace/c10/hip/HIPGraphsC10Utils.h:4, 2022-11-23T01:27:09.8487541Z from /var/lib/jenkins/workspace/c10/hip/HIPCachingAllocator.h:5, 2022-11-23T01:27:09.8488290Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h:3, 2022-11-23T01:27:09.8489014Z from /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind_utils.h:36, 2022-11-23T01:27:09.8489678Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensorexpr_init.cpp:4: 2022-11-23T01:27:09.8490326Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:27:09.8490897Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:27:09.8491316Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:27:09.8491925Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:09.8492779Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:09.8493484Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:09.8494219Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:09.8494950Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:09.8534020Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/throughput_benchmark.cpp.o 2022-11-23T01:27:10.3352157Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:10.3353192Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:10.3354303Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:10.3355188Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:10.3356107Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:10.3357002Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:10.3364530Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:10.3365441Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:10.3366335Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:10.3367100Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:10.3367896Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:10.3368658Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:10.3405745Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils.cpp.o 2022-11-23T01:27:10.3449188Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/cuda_lazy_init.cpp.o 2022-11-23T01:27:10.4283808Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:10.4284713Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:10.4285551Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:10.4286121Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:10.4286606Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:10.4287320Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:10.4355142Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/invalid_arguments.cpp.o 2022-11-23T01:27:10.5386395Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:10.5387187Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:10.5387923Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:10.5388602Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:10.5389318Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:10.5390012Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:10.5461118Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/nested.cpp.o 2022-11-23T01:27:10.7871996Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:10.7873018Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:10.7873952Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:10.7874878Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:10.7876074Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:10.7877009Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:10.7939427Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/object_ptr.cpp.o 2022-11-23T01:27:10.8964263Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:10.8964866Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:10.8965665Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:10.8966492Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:10.8967536Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:10.8968359Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:10.9025894Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_arg_parser.cpp.o 2022-11-23T01:27:11.0824711Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:11.0825807Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:11.0826766Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:11.0827654Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:11.0828564Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:11.0829440Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:11.0890035Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_dispatch.cpp.o 2022-11-23T01:27:11.1160433Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:11.1161394Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:11.1162324Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:11.1163219Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:11.1164508Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:11.1165402Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:11.1229031Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_symnode.cpp.o 2022-11-23T01:27:11.4512096Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:11.4513007Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:11.4513887Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:11.4514730Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:11.4515439Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:11.4515943Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:11.4585816Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/pybind.cpp.o 2022-11-23T01:27:11.4892780Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:11.4893814Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:11.4894997Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:11.4895896Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:11.4896807Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:11.4897787Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:11.4959875Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/structseq.cpp.o 2022-11-23T01:27:11.7256923Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:11.7258060Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:11.7258981Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:11.7259800Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:11.7260613Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:11.7261444Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:11.7327473Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_apply.cpp.o 2022-11-23T01:27:12.0778736Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:12.0779902Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:12.0780897Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:12.0781785Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:12.0782681Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:12.0783580Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:12.0848359Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_dtypes.cpp.o 2022-11-23T01:27:12.1050187Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:12.1051362Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:12.1052174Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:12.1052903Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:12.1053450Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:12.1054088Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:12.1109243Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_layouts.cpp.o 2022-11-23T01:27:12.1451268Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:12.1452910Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:12.1454107Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:12.1455100Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:12.1456140Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:12.1457191Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:12.1507851Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_memoryformats.cpp.o 2022-11-23T01:27:12.1781690Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:12.1782656Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:12.1783885Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:12.1784674Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:12.1785446Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:12.1786196Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:12.1853212Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_qschemes.cpp.o 2022-11-23T01:27:12.4169636Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:12.4170547Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:12.4172966Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:12.4173834Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:12.4174724Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:12.4175565Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:12.4245459Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_list.cpp.o 2022-11-23T01:27:12.7171130Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:12.7172037Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:12.7172841Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:12.7173626Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:12.7174422Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:12.7175189Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:12.7223673Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_new.cpp.o 2022-11-23T01:27:12.7432798Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:12.7433859Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:12.7436225Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:12.7437117Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:12.7437896Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:12.7438780Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:12.7482601Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_numpy.cpp.o 2022-11-23T01:27:12.7717069Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:12.7718069Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:12.7719052Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:12.7719946Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:12.7721105Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:12.7721973Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:12.7783278Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_types.cpp.o 2022-11-23T01:27:12.9154538Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:12.9155597Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:12.9156568Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:12.9157452Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:12.9158399Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:12.9159533Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:12.9223391Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/disable_torch_function.cpp.o 2022-11-23T01:27:13.3336088Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:13.3336953Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:13.3337820Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:13.3338586Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:13.3339124Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:13.3339888Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:13.3392792Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/verbose.cpp.o 2022-11-23T01:27:13.4152826Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:13.4153897Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:13.4155044Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:13.4155968Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:13.4158916Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:13.4159877Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:13.4220915Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/init.cpp.o 2022-11-23T01:27:13.5575235Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:13.5576324Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:13.5577379Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:13.5578512Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:13.5579418Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:13.5580271Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:13.5638827Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/python_util.cpp.o 2022-11-23T01:27:13.6757302Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:13.6758318Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:13.6759238Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:13.6760268Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:13.6761073Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:13.6761868Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:13.6831676Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/init_flatbuffer_module.cpp.o 2022-11-23T01:27:13.8814870Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:13.8816206Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:13.8817480Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:13.8818460Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:13.8821472Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:13.8823104Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:13.8889139Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/__/test/cpp/jit/torch_python_test.cpp.o 2022-11-23T01:27:14.0212590Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:14.0213688Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:14.0214634Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:14.0215494Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:14.0216352Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:14.0217244Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:14.0289120Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/itt.cpp.o 2022-11-23T01:27:14.1073070Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:14.1075227Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:14.1076585Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:14.1077644Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:14.1078806Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:14.1080237Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:14.1149377Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Event.cpp.o 2022-11-23T01:27:14.2922242Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:14.2923484Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:14.2924337Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:14.2925135Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:14.2925967Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:14.2926802Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:14.2993815Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Module.cpp.o 2022-11-23T01:27:14.5964328Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:14.5965349Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:14.5966210Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:14.5966985Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:14.5967817Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:14.5968672Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:14.6038161Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/python_comm.cpp.o 2022-11-23T01:27:14.7952377Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:14.7953364Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:14.7954423Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:14.7955279Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:14.7956177Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:14.7957050Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:14.8024390Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Stream.cpp.o 2022-11-23T01:27:14.9537155Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:14.9537914Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:14.9538777Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:14.9539531Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:14.9540304Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:14.9541121Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:14.9590846Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Graph.cpp.o 2022-11-23T01:27:15.1112923Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:15.1113982Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:15.1115111Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:15.1116021Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:15.1116984Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:15.1117944Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:15.1188675Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/shared/cudart.cpp.o 2022-11-23T01:27:15.4273687Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:15.4277624Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:15.4278953Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:15.4280002Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:15.4281221Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:15.4282302Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:15.4342538Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/shared/nvtx.cpp.o 2022-11-23T01:27:15.6339471Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:15.6340837Z /var/lib/jenkins/workspace/torch/csrc/cuda/Module.cpp: In static member function ‘static std::shared_ptr StackContext::gather_with_cpp()’: 2022-11-23T01:27:15.6341885Z /var/lib/jenkins/workspace/torch/csrc/cuda/Module.cpp:573:21: warning: redundant move in return statement [-Wredundant-move] 2022-11-23T01:27:15.6342569Z 573 | return std::move(r); 2022-11-23T01:27:15.6343256Z | ~~~~~~~~~^~~ 2022-11-23T01:27:15.6344012Z /var/lib/jenkins/workspace/torch/csrc/cuda/Module.cpp:573:21: note: remove ‘std::move’ call 2022-11-23T01:27:15.6344451Z At global scope: 2022-11-23T01:27:15.6345157Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:15.6346033Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:15.6346812Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:15.6347626Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:15.6348418Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:15.6405316Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/utils.cpp.o 2022-11-23T01:27:15.7583098Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:15.7584126Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:15.7585025Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:15.7585841Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:15.7586699Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:15.7587585Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:15.7659741Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/shared/cudnn.cpp.o 2022-11-23T01:27:15.9608949Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:15.9609933Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:15.9610714Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:15.9611481Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:15.9612271Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:15.9613022Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:15.9676932Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/init.cpp.o 2022-11-23T01:27:16.0276737Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:16.0277804Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:16.0278794Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:16.0279645Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:16.0280564Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:16.0281730Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:16.0348640Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/python_comm_hook.cpp.o 2022-11-23T01:27:16.0670604Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:16.0671585Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:16.0672564Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:16.0673423Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:16.0674484Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:16.0675630Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:16.0742777Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/autograd/init.cpp.o 2022-11-23T01:27:16.2371397Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:16.2372427Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:16.2373374Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:16.2374250Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:16.2375123Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:16.2375942Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:16.2439511Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/init.cpp.o 2022-11-23T01:27:16.3583678Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:16.3584626Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:16.3585475Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:16.3586331Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:16.3587172Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:16.3587993Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:16.3662752Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/py_rref.cpp.o 2022-11-23T01:27:16.7987393Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:16.7988365Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:16.7989215Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:16.7990348Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:16.7991204Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:16.7991972Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:16.8058541Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_functions.cpp.o 2022-11-23T01:27:17.4969854Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:17.4970868Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:17.4971915Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:17.4972768Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:17.4973335Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:17.4973951Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:17.5038633Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_rpc_handler.cpp.o 2022-11-23T01:27:17.6009324Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:17.6010277Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:17.6011285Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:17.6013468Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:17.6014647Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:17.6015803Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:17.6086678Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/request_callback_impl.cpp.o 2022-11-23T01:27:17.8776140Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:17.8777267Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:17.8778305Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:17.8779195Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:17.8780098Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:17.8781001Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:17.8827156Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/testing/init.cpp.o 2022-11-23T01:27:18.0089360Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:18.0090646Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:18.0091662Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:18.0092528Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:18.0093417Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:18.0094321Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:18.0159463Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_call.cpp.o 2022-11-23T01:27:18.0383572Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:18.0384851Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:18.0385723Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:18.0386540Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:18.0387404Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:18.0388322Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:18.0438586Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_remote_call.cpp.o 2022-11-23T01:27:18.1019746Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:18.1020729Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:18.1021629Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:18.1022434Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:18.1023866Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:18.1024696Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:18.1090646Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/register_distributed_ops.cpp.o 2022-11-23T01:27:18.8996027Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:18.8996960Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:18.8997806Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:18.8998577Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:18.8999337Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:18.9000384Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:18.9068123Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/python_nccl.cpp.o 2022-11-23T01:27:19.0151733Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:19.0152437Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:19.0153034Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:19.0153553Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:19.0154511Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:19.0155102Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:19.0817960Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:19.0819147Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:19.0819710Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:19.0820292Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:19.0820852Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:19.0821383Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:19.3217583Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:19.3218623Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:19.3219262Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:19.3220019Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:19.3220822Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:19.3221485Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:19.3548873Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:19.3549895Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:19.3550753Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:19.3551541Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:19.3552404Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:19.3553317Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:19.6296584Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:19.6297725Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:19.6298548Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:19.6299298Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:19.6300105Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:19.6300850Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:19.8531605Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:19.8532454Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:19.8533001Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:19.8533500Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:19.8533997Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:19.8534490Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:19.8585514Z [100%] Linking CXX shared library ../../lib/libtorch_python.so 2022-11-23T01:27:21.6741307Z [100%] Built target torch_python 2022-11-23T01:27:21.6866784Z [100%] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_preprocess.cpp.o 2022-11-23T01:27:21.6871609Z [100%] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_lib.cpp.o 2022-11-23T01:27:21.6872094Z [100%] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/dim/dim.cpp.o 2022-11-23T01:27:21.6881295Z [100%] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/init_dim_only.cpp.o 2022-11-23T01:27:22.5454695Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:22.5455594Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:22.5456203Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:22.5456759Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:22.5457358Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:22.5457893Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:22.5590006Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:22.5591055Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:22.5592014Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:22.5592877Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:22.5593395Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:22.5593891Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:22.6730543Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:22.6731455Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:22.6732299Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:22.6733051Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:22.6733819Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:22.6734824Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:22.6780554Z [100%] Linking CXX shared library ../../lib/libnnapi_backend.so 2022-11-23T01:27:23.0523606Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:23.0524210Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:23.0524752Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:23.0525250Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:23.0525779Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:23.0526266Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:23.0575509Z [100%] Linking CXX shared module functorch.so 2022-11-23T01:27:23.1974484Z [100%] Built target nnapi_backend 2022-11-23T01:27:23.5472034Z [100%] Built target functorch 2022-11-23T01:27:23.5724985Z Install the project... 2022-11-23T01:27:23.5769272Z -- Install configuration: "Release" 2022-11-23T01:27:23.6110732Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/protoc-3.13.0.0" to "$ORIGIN/../lib" 2022-11-23T01:27:23.8437650Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libc10.so" to "$ORIGIN" 2022-11-23T01:27:23.8658710Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_CompileTimeFunctionPointer_test" to "$ORIGIN" 2022-11-23T01:27:23.8665400Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DeviceGuard_test" to "$ORIGIN" 2022-11-23T01:27:23.8673828Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Device_test" to "$ORIGIN" 2022-11-23T01:27:23.8682998Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DispatchKeySet_test" to "$ORIGIN" 2022-11-23T01:27:23.8691114Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_StreamGuard_test" to "$ORIGIN" 2022-11-23T01:27:23.8698951Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SymInt_test" to "$ORIGIN" 2022-11-23T01:27:23.8707145Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_InlineDeviceGuard_test" to "$ORIGIN" 2022-11-23T01:27:23.8715738Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_InlineStreamGuard_test" to "$ORIGIN" 2022-11-23T01:27:23.8724388Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SizesAndStrides_test" to "$ORIGIN" 2022-11-23T01:27:23.8731892Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Array_test" to "$ORIGIN" 2022-11-23T01:27:23.8740037Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Bitset_test" to "$ORIGIN" 2022-11-23T01:27:23.8756953Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_C++17_test" to "$ORIGIN" 2022-11-23T01:27:23.8765277Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ConstexprCrc_test" to "$ORIGIN" 2022-11-23T01:27:23.8773487Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DeadlockDetection_test" to "$ORIGIN" 2022-11-23T01:27:23.8781599Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Half_test" to "$ORIGIN" 2022-11-23T01:27:23.8790320Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_LeftRight_test" to "$ORIGIN" 2022-11-23T01:27:23.8800820Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Metaprogramming_test" to "$ORIGIN" 2022-11-23T01:27:23.8822526Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SmallVectorTest" to "$ORIGIN" 2022-11-23T01:27:23.8830591Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Synchronized_test" to "$ORIGIN" 2022-11-23T01:27:23.8839273Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ThreadLocal_test" to "$ORIGIN" 2022-11-23T01:27:23.8847486Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeIndex_test" to "$ORIGIN" 2022-11-23T01:27:23.8855548Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeList_test" to "$ORIGIN" 2022-11-23T01:27:23.8863538Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeTraits_test" to "$ORIGIN" 2022-11-23T01:27:23.8871619Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_accumulate_test" to "$ORIGIN" 2022-11-23T01:27:23.8880475Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_bfloat16_test" to "$ORIGIN" 2022-11-23T01:27:23.8889047Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_complex_math_test" to "$ORIGIN" 2022-11-23T01:27:23.8897692Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_complex_test" to "$ORIGIN" 2022-11-23T01:27:23.8913823Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_either_test" to "$ORIGIN" 2022-11-23T01:27:23.8922402Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_exception_test" to "$ORIGIN" 2022-11-23T01:27:23.8930123Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_flags_test" to "$ORIGIN" 2022-11-23T01:27:23.8952724Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_intrusive_ptr_test" to "$ORIGIN" 2022-11-23T01:27:23.8960908Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_irange_test" to "$ORIGIN" 2022-11-23T01:27:23.8969318Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_logging_test" to "$ORIGIN" 2022-11-23T01:27:23.8980094Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_optional_test" to "$ORIGIN" 2022-11-23T01:27:23.8989697Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ordered_preserving_dict_test" to "$ORIGIN" 2022-11-23T01:27:23.8998043Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_registry_test" to "$ORIGIN" 2022-11-23T01:27:23.9007298Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_string_view_test" to "$ORIGIN" 2022-11-23T01:27:23.9015377Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_tempfile_test" to "$ORIGIN" 2022-11-23T01:27:23.9024272Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_typeid_test" to "$ORIGIN" 2022-11-23T01:27:23.9033923Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_intrusive_ptr_benchmark" to "$ORIGIN" 2022-11-23T01:27:23.9042125Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libc10_hip.so" to "$ORIGIN:/opt/rocm/hip/lib" 2022-11-23T01:27:23.9065223Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_hip_HIPTest" to "$ORIGIN:/opt/rocm/hip/lib" 2022-11-23T01:27:24.3371664Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libcaffe2_nvrtc.so" to "$ORIGIN:/opt/rocm/hip/lib" 2022-11-23T01:27:24.7088926Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_cpu.so" to "$ORIGIN:/opt/conda/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8518327Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_hip.so" to "$ORIGIN:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/rccl/lib:/opt/conda/lib:/opt/rocm/lib:/opt/rocm/magma/lib" 2022-11-23T01:27:24.8521564Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch.so" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8526838Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_global_deps.so" to "$ORIGIN:/opt/conda/lib" 2022-11-23T01:27:24.8539280Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/Dict_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8548547Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/Dimname_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8559215Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/MaybeOwned_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8569093Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/NamedTensor_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8579196Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/apply_utils_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8589103Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/atest" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8599180Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/basic" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8608732Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/broadcast_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8618634Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_generator_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8628005Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_profiling_allocator_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8641124Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_rng_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8650507Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/dispatch_key_set_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8659699Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/dlconvertor_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8669626Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/extension_backend_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8679104Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/half_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8692373Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/ivalue_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8703004Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/lazy_tensor_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8711658Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/math_kernel_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8721405Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/memory_format_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8730833Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/memory_overlapping_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8740250Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/mobile_memory_cleanup" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8749721Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/native_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8758582Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/operator_name_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8768047Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/operators_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8777307Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/packedtensoraccessor_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8788157Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/pow_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8797379Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/quantized_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8806469Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/reduce_ops_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8815662Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/reportMemoryUsage_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8825640Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/scalar_tensor_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8835198Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/scalar_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8844779Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/stride_properties_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8857548Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/tensor_iterator_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8866990Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/test_parallel" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8871053Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/thread_init_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8880864Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/type_ptr_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8890815Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/type_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8900067Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/undefined_tensor_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8908704Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/variant_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8913578Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/verify_api_visibility" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8924376Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/vmap_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8933401Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/weakref_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8942320Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/wrapdim_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8951418Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/xla_tensor_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8961865Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/IListRef_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8978305Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/List_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.8988769Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/KernelFunction_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.9006090Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_function_legacy_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.9020216Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_function_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.9038804Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_lambda_legacy_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.9053997Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_lambda_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.9064325Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_stackbased_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.9080018Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/make_boxed_from_unboxed_functor_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.9089288Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/CppSignature_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.9099456Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/backend_fallback_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.9122753Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/op_allowlist_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.9164527Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/op_registration_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.9173499Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/inline_container_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.9182464Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/hip_apply_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.9191474Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/hip_complex_math_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.9200527Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/hip_complex_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.9209287Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/hip_distributions_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.9217961Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/hip_dlconvertor_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.9227051Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/hip_generator_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.9235978Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/hip_half_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.9244597Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/hip_integer_divider_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.9252958Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/hip_optional_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.9262204Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/hip_packedtensoraccessor_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:24.9271094Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/hip_vectorized_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:25.9251674Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorchbind_test.so" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:25.9256734Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libjitbackend_test.so" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:25.9263965Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libbackend_with_compiler.so" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:25.9326543Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_jit" to "$ORIGIN:/opt/rocm/hip/lib:/opt/conda/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:25.9417348Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_tensorexpr" to "$ORIGIN:/opt/rocm/hip/lib:/opt/conda/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:25.9424336Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/tutorial_tensorexpr" to "$ORIGIN:/opt/rocm/hip/lib:/opt/conda/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:25.9438757Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/FileStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T01:27:25.9449731Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/TCPStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T01:27:25.9459199Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/HashStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T01:27:25.9470633Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_dist_autograd" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:25.9483104Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_cpp_rpc" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:25.9610580Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_api" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:25.9623361Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_mobile_nnc" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:25.9629018Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/aot_model_compiler_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:25.9676154Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_lazy" to "$ORIGIN:/opt/rocm/hip/lib:/opt/conda/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:25.9860377Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_python.so" to "$ORIGIN:/opt/rocm/roctracer/lib:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/lib:/opt/rocm/rccl/lib" 2022-11-23T01:27:25.9867238Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libshm.so" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:25.9875773Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/torch_shm_manager" to "$ORIGIN/../lib:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:25.9886785Z -- Set runtime path of "/var/lib/jenkins/workspace/functorch/functorch.so" to "$ORIGIN/../torch/lib:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:26.0470480Z running bdist_wheel 2022-11-23T01:27:26.7070495Z running build 2022-11-23T01:27:26.7070733Z running build_py 2022-11-23T01:27:26.7122704Z creating build/lib.linux-x86_64-cpython-38 2022-11-23T01:27:26.7123264Z creating build/lib.linux-x86_64-cpython-38/functorch 2022-11-23T01:27:26.7123928Z copying functorch/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch 2022-11-23T01:27:26.7132043Z creating build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7132543Z copying torch/_VF.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7141127Z copying torch/__config__.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7145127Z copying torch/__future__.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7150640Z copying torch/__init__.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7161670Z copying torch/_appdirs.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7167973Z copying torch/_classes.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7173416Z copying torch/_deploy.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7179845Z copying torch/_jit_internal.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7194811Z copying torch/_linalg_utils.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7198620Z copying torch/_lobpcg.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7207990Z copying torch/_lowrank.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7215653Z copying torch/_meta_registrations.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7228369Z copying torch/_namedtensor_internals.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7232409Z copying torch/_ops.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7240079Z copying torch/_python_dispatcher.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7245301Z copying torch/_six.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7252042Z copying torch/_sources.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7259393Z copying torch/_storage_docs.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7264789Z copying torch/_tensor.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7276457Z copying torch/_tensor_docs.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7291803Z copying torch/_tensor_str.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7298217Z copying torch/_torch_docs.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7324487Z copying torch/_utils.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7331193Z copying torch/_utils_internal.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7332528Z copying torch/_vmap_internals.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7339716Z copying torch/_weights_only_unpickler.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7344666Z copying torch/functional.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7359904Z copying torch/hub.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7366687Z copying torch/library.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7371082Z copying torch/overrides.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7384828Z copying torch/quasirandom.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7391915Z copying torch/random.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7400057Z copying torch/return_types.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7403228Z copying torch/serialization.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7420096Z copying torch/storage.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7429709Z copying torch/torch_version.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7435438Z copying torch/types.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7441182Z copying torch/version.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:26.7444055Z creating build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:27:26.7444822Z copying torchgen/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:27:26.7445924Z copying torchgen/code_template.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:27:26.7446700Z copying torchgen/context.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:27:26.7447899Z copying torchgen/gen.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:27:26.7449964Z copying torchgen/gen_backend_stubs.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:27:26.7450912Z copying torchgen/gen_functionalization_type.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:27:26.7451920Z copying torchgen/gen_lazy_tensor.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:27:26.7453307Z copying torchgen/gen_vmap_plumbing.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:27:26.7454414Z copying torchgen/local.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:27:26.7454965Z copying torchgen/model.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:27:26.7457412Z copying torchgen/native_function_generation.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:27:26.7458923Z copying torchgen/utils.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:27:26.7461988Z creating build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:27:26.7462670Z copying functorch/_src/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:27:26.7467334Z copying functorch/_src/aot_autograd.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:27:26.7476626Z copying functorch/_src/benchmark_utils.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:27:26.7481819Z copying functorch/_src/compile_utils.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:27:26.7485501Z copying functorch/_src/compilers.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:27:26.7492844Z copying functorch/_src/config.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:27:26.7496365Z copying functorch/_src/eager_transforms.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:27:26.7510695Z copying functorch/_src/fx_minifier.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:27:26.7518337Z copying functorch/_src/make_functional.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:27:26.7526513Z copying functorch/_src/named_members_polyfill.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:27:26.7531076Z copying functorch/_src/partitioners.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:27:26.7536829Z copying functorch/_src/python_key.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:27:26.7541116Z copying functorch/_src/pytree_hacks.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:27:26.7545690Z copying functorch/_src/top_operators_github_usage.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:27:26.7551394Z copying functorch/_src/vmap.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:27:26.7560296Z creating build/lib.linux-x86_64-cpython-38/functorch/compile 2022-11-23T01:27:26.7560722Z copying functorch/compile/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch/compile 2022-11-23T01:27:26.7568454Z creating build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:27:26.7568843Z copying functorch/dim/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:27:26.7573867Z copying functorch/dim/batch_tensor.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:27:26.7581248Z copying functorch/dim/delayed_mul_tensor.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:27:26.7584561Z copying functorch/dim/dim.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:27:26.7590810Z copying functorch/dim/magic_trace.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:27:26.7594926Z copying functorch/dim/op_properties.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:27:26.7601986Z copying functorch/dim/reference.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:27:26.7607363Z copying functorch/dim/tree_map.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:27:26.7611519Z copying functorch/dim/wrap_type.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:27:26.7617381Z creating build/lib.linux-x86_64-cpython-38/functorch/experimental 2022-11-23T01:27:26.7618018Z copying functorch/experimental/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch/experimental 2022-11-23T01:27:26.7626396Z copying functorch/experimental/_map.py -> build/lib.linux-x86_64-cpython-38/functorch/experimental 2022-11-23T01:27:26.7638106Z copying functorch/experimental/batch_norm_replacement.py -> build/lib.linux-x86_64-cpython-38/functorch/experimental 2022-11-23T01:27:26.7645431Z copying functorch/experimental/cond.py -> build/lib.linux-x86_64-cpython-38/functorch/experimental 2022-11-23T01:27:26.7653753Z copying functorch/experimental/control_flow.py -> build/lib.linux-x86_64-cpython-38/functorch/experimental 2022-11-23T01:27:26.7659781Z copying functorch/experimental/ops.py -> build/lib.linux-x86_64-cpython-38/functorch/experimental 2022-11-23T01:27:26.7666992Z creating build/lib.linux-x86_64-cpython-38/torch/_decomp 2022-11-23T01:27:26.7667398Z copying torch/_decomp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_decomp 2022-11-23T01:27:26.7676184Z copying torch/_decomp/decompositions.py -> build/lib.linux-x86_64-cpython-38/torch/_decomp 2022-11-23T01:27:26.7690638Z copying torch/_decomp/decompositions_for_jvp.py -> build/lib.linux-x86_64-cpython-38/torch/_decomp 2022-11-23T01:27:26.7698534Z creating build/lib.linux-x86_64-cpython-38/torch/_dispatch 2022-11-23T01:27:26.7699054Z copying torch/_dispatch/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_dispatch 2022-11-23T01:27:26.7699818Z copying torch/_dispatch/python.py -> build/lib.linux-x86_64-cpython-38/torch/_dispatch 2022-11-23T01:27:26.7709742Z creating build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:26.7710144Z copying torch/_dynamo/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:26.7716624Z copying torch/_dynamo/allowed_functions.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:26.7724123Z copying torch/_dynamo/bytecode_analysis.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:26.7730604Z copying torch/_dynamo/bytecode_transformation.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:26.7739889Z copying torch/_dynamo/codegen.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:26.7745709Z copying torch/_dynamo/config.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:26.7750524Z copying torch/_dynamo/convert_frame.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:26.7758663Z copying torch/_dynamo/debug_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:26.7764993Z copying torch/_dynamo/eval_frame.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:26.7774083Z copying torch/_dynamo/exc.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:26.7780943Z copying torch/_dynamo/guards.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:26.7791242Z copying torch/_dynamo/logging.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:26.7795119Z copying torch/_dynamo/mutation_guard.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:26.7802374Z copying torch/_dynamo/output_graph.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:26.7810643Z copying torch/_dynamo/profiler.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:26.7818306Z copying torch/_dynamo/replay_record.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:26.7826005Z copying torch/_dynamo/resume_execution.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:26.7833404Z copying torch/_dynamo/side_effects.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:26.7839502Z copying torch/_dynamo/skipfiles.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:26.7847169Z copying torch/_dynamo/source.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:26.7852702Z copying torch/_dynamo/symbolic_convert.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:26.7871064Z copying torch/_dynamo/test_case.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:26.7877873Z copying torch/_dynamo/test_minifier_common.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:26.7883396Z copying torch/_dynamo/testing.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:26.7891434Z copying torch/_dynamo/utils.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:26.7912181Z creating build/lib.linux-x86_64-cpython-38/torch/_functorch 2022-11-23T01:27:26.7912573Z copying torch/_functorch/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2022-11-23T01:27:26.7913623Z copying torch/_functorch/pyfunctorch.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2022-11-23T01:27:26.7924702Z copying torch/_functorch/utils.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2022-11-23T01:27:26.7937183Z creating build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:26.7937753Z copying torch/_inductor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:26.7938401Z copying torch/_inductor/codecache.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:26.7943995Z copying torch/_inductor/compile_fx.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:26.7949099Z copying torch/_inductor/config.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:26.7953443Z copying torch/_inductor/cuda_properties.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:26.7958352Z copying torch/_inductor/debug.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:26.7966145Z copying torch/_inductor/decomposition.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:26.7983620Z copying torch/_inductor/dependencies.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:26.7989143Z copying torch/_inductor/exc.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:26.7993992Z copying torch/_inductor/graph.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:26.7999963Z copying torch/_inductor/ir.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:26.8016261Z copying torch/_inductor/lowering.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:26.8035750Z copying torch/_inductor/metrics.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:26.8042257Z copying torch/_inductor/overrides.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:26.8056866Z copying torch/_inductor/scheduler.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:26.8069410Z copying torch/_inductor/sizevars.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:26.8082334Z copying torch/_inductor/utils.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:26.8091311Z copying torch/_inductor/virtualized.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:26.8097147Z creating build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:27:26.8097555Z copying torch/_lazy/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:27:26.8106121Z copying torch/_lazy/closure.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:27:26.8112558Z copying torch/_lazy/computation.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:27:26.8120629Z copying torch/_lazy/config.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:27:26.8124632Z copying torch/_lazy/debug.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:27:26.8130788Z copying torch/_lazy/device_context.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:27:26.8136212Z copying torch/_lazy/extract_compiled_graph.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:27:26.8143790Z copying torch/_lazy/ir_cache.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:27:26.8148103Z copying torch/_lazy/metrics.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:27:26.8152894Z copying torch/_lazy/tensor_factory_functions.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:27:26.8158780Z copying torch/_lazy/ts_backend.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:27:26.8169495Z creating build/lib.linux-x86_64-cpython-38/torch/_prims 2022-11-23T01:27:26.8170273Z copying torch/_prims/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_prims 2022-11-23T01:27:26.8186813Z copying torch/_prims/context.py -> build/lib.linux-x86_64-cpython-38/torch/_prims 2022-11-23T01:27:26.8194876Z copying torch/_prims/executor.py -> build/lib.linux-x86_64-cpython-38/torch/_prims 2022-11-23T01:27:26.8200794Z copying torch/_prims/nvfuser_executor.py -> build/lib.linux-x86_64-cpython-38/torch/_prims 2022-11-23T01:27:26.8206691Z copying torch/_prims/nvfuser_prims.py -> build/lib.linux-x86_64-cpython-38/torch/_prims 2022-11-23T01:27:26.8216681Z creating build/lib.linux-x86_64-cpython-38/torch/_prims_common 2022-11-23T01:27:26.8217238Z copying torch/_prims_common/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_prims_common 2022-11-23T01:27:26.8231787Z copying torch/_prims_common/wrappers.py -> build/lib.linux-x86_64-cpython-38/torch/_prims_common 2022-11-23T01:27:26.8239103Z creating build/lib.linux-x86_64-cpython-38/torch/_refs 2022-11-23T01:27:26.8239495Z copying torch/_refs/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_refs 2022-11-23T01:27:26.8261940Z copying torch/_refs/_conversions.py -> build/lib.linux-x86_64-cpython-38/torch/_refs 2022-11-23T01:27:26.8266759Z copying torch/_refs/fft.py -> build/lib.linux-x86_64-cpython-38/torch/_refs 2022-11-23T01:27:26.8274556Z creating build/lib.linux-x86_64-cpython-38/torch/_subclasses 2022-11-23T01:27:26.8274968Z copying torch/_subclasses/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_subclasses 2022-11-23T01:27:26.8283710Z copying torch/_subclasses/fake_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/_subclasses 2022-11-23T01:27:26.8300365Z copying torch/_subclasses/fake_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_subclasses 2022-11-23T01:27:26.8306620Z copying torch/_subclasses/meta_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_subclasses 2022-11-23T01:27:26.8320443Z creating build/lib.linux-x86_64-cpython-38/torch/amp 2022-11-23T01:27:26.8320829Z copying torch/amp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/amp 2022-11-23T01:27:26.8328695Z copying torch/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-38/torch/amp 2022-11-23T01:27:26.8334696Z creating build/lib.linux-x86_64-cpython-38/torch/ao 2022-11-23T01:27:26.8335253Z copying torch/ao/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao 2022-11-23T01:27:26.8342459Z creating build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:27:26.8342831Z copying torch/autograd/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:27:26.8351061Z copying torch/autograd/anomaly_mode.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:27:26.8355341Z copying torch/autograd/forward_ad.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:27:26.8362913Z copying torch/autograd/function.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:27:26.8371410Z copying torch/autograd/functional.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:27:26.8389650Z copying torch/autograd/grad_mode.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:27:26.8397612Z copying torch/autograd/gradcheck.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:27:26.8410066Z copying torch/autograd/graph.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:27:26.8417812Z copying torch/autograd/profiler.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:27:26.8431285Z copying torch/autograd/profiler_legacy.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:27:26.8439148Z copying torch/autograd/profiler_util.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:27:26.8452331Z copying torch/autograd/variable.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:27:26.8456654Z creating build/lib.linux-x86_64-cpython-38/torch/backends 2022-11-23T01:27:26.8457283Z copying torch/backends/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends 2022-11-23T01:27:26.8464733Z creating build/lib.linux-x86_64-cpython-38/torch/contrib 2022-11-23T01:27:26.8465414Z copying torch/contrib/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/contrib 2022-11-23T01:27:26.8466170Z copying torch/contrib/_tensorboard_vis.py -> build/lib.linux-x86_64-cpython-38/torch/contrib 2022-11-23T01:27:26.8473252Z creating build/lib.linux-x86_64-cpython-38/torch/cpu 2022-11-23T01:27:26.8473644Z copying torch/cpu/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/cpu 2022-11-23T01:27:26.8480494Z creating build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:27:26.8480907Z copying torch/cuda/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:27:26.8490897Z copying torch/cuda/_dynamo_graphs.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:27:26.8495740Z copying torch/cuda/_memory_viz.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:27:26.8504629Z copying torch/cuda/_sanitizer.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:27:26.8513700Z copying torch/cuda/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:27:26.8518260Z copying torch/cuda/comm.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:27:26.8523365Z copying torch/cuda/error.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:27:26.8524267Z copying torch/cuda/graphs.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:27:26.8531934Z copying torch/cuda/jiterator.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:27:26.8535521Z copying torch/cuda/memory.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:27:26.8543209Z copying torch/cuda/nccl.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:27:26.8548016Z copying torch/cuda/nvtx.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:27:26.8553781Z copying torch/cuda/profiler.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:27:26.8559105Z copying torch/cuda/random.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:27:26.8567149Z copying torch/cuda/sparse.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:27:26.8570814Z copying torch/cuda/streams.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:27:26.8580836Z creating build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:27:26.8581239Z copying torch/distributed/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:27:26.8586374Z copying torch/distributed/argparse_util.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:27:26.8591256Z copying torch/distributed/c10d_error_logger.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:27:26.8597420Z copying torch/distributed/constants.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:27:26.8604073Z copying torch/distributed/distributed_c10d.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:27:26.8627555Z copying torch/distributed/launch.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:27:26.8633123Z copying torch/distributed/logging_handlers.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:27:26.8636860Z copying torch/distributed/remote_device.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:27:26.8643597Z copying torch/distributed/rendezvous.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:27:26.8647461Z copying torch/distributed/run.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:27:26.8654738Z copying torch/distributed/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:27:26.8664446Z creating build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8664864Z copying torch/distributions/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8672951Z copying torch/distributions/bernoulli.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8678481Z copying torch/distributions/beta.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8684859Z copying torch/distributions/binomial.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8702446Z copying torch/distributions/categorical.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8709479Z copying torch/distributions/cauchy.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8716781Z copying torch/distributions/chi2.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8726861Z copying torch/distributions/constraint_registry.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8735532Z copying torch/distributions/constraints.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8743658Z copying torch/distributions/continuous_bernoulli.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8749123Z copying torch/distributions/dirichlet.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8756570Z copying torch/distributions/distribution.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8766322Z copying torch/distributions/exp_family.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8772592Z copying torch/distributions/exponential.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8781278Z copying torch/distributions/fishersnedecor.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8787842Z copying torch/distributions/gamma.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8796307Z copying torch/distributions/geometric.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8808702Z copying torch/distributions/gumbel.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8812945Z copying torch/distributions/half_cauchy.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8822264Z copying torch/distributions/half_normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8828896Z copying torch/distributions/independent.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8835884Z copying torch/distributions/kl.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8843066Z copying torch/distributions/kumaraswamy.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8850219Z copying torch/distributions/laplace.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8856482Z copying torch/distributions/lkj_cholesky.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8864031Z copying torch/distributions/log_normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8870364Z copying torch/distributions/logistic_normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8876696Z copying torch/distributions/lowrank_multivariate_normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8888513Z copying torch/distributions/mixture_same_family.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8894181Z copying torch/distributions/multinomial.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8902126Z copying torch/distributions/multivariate_normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8908874Z copying torch/distributions/negative_binomial.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8915434Z copying torch/distributions/normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8923844Z copying torch/distributions/one_hot_categorical.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8929503Z copying torch/distributions/pareto.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8936991Z copying torch/distributions/poisson.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8942399Z copying torch/distributions/relaxed_bernoulli.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8951012Z copying torch/distributions/relaxed_categorical.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8960204Z copying torch/distributions/studentT.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8967896Z copying torch/distributions/transformed_distribution.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8976206Z copying torch/distributions/transforms.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.8994914Z copying torch/distributions/uniform.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.9002360Z copying torch/distributions/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.9011823Z copying torch/distributions/von_mises.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.9021418Z copying torch/distributions/weibull.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.9031361Z copying torch/distributions/wishart.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:26.9043631Z creating build/lib.linux-x86_64-cpython-38/torch/fft 2022-11-23T01:27:26.9044034Z copying torch/fft/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fft 2022-11-23T01:27:26.9070384Z creating build/lib.linux-x86_64-cpython-38/torch/futures 2022-11-23T01:27:26.9070781Z copying torch/futures/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/futures 2022-11-23T01:27:26.9084293Z creating build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:27:26.9084671Z copying torch/fx/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:27:26.9096549Z copying torch/fx/_compatibility.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:27:26.9106526Z copying torch/fx/_pytree.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:27:26.9115534Z copying torch/fx/_symbolic_trace.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:27:26.9129757Z copying torch/fx/annotate.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:27:26.9138749Z copying torch/fx/graph.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:27:26.9153582Z copying torch/fx/graph_module.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:27:26.9162590Z copying torch/fx/immutable_collections.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:27:26.9167035Z copying torch/fx/interpreter.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:27:26.9172319Z copying torch/fx/node.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:27:26.9178426Z copying torch/fx/operator_schemas.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:27:26.9184731Z copying torch/fx/proxy.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:27:26.9193148Z copying torch/fx/subgraph_rewriter.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:27:26.9198995Z copying torch/fx/tensor_type.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:27:26.9206766Z copying torch/fx/traceback.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:27:26.9214678Z creating build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:26.9215070Z copying torch/jit/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:26.9223905Z copying torch/jit/_async.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:26.9227956Z copying torch/jit/_builtins.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:26.9233702Z copying torch/jit/_check.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:26.9242352Z copying torch/jit/_dataclass_impls.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:26.9247051Z copying torch/jit/_decomposition_utils.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:26.9251429Z copying torch/jit/_decompositions.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:26.9257751Z copying torch/jit/_freeze.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:26.9263436Z copying torch/jit/_fuser.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:26.9271016Z copying torch/jit/_ir_utils.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:26.9275678Z copying torch/jit/_logging.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:26.9279929Z copying torch/jit/_monkeytype_config.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:26.9288204Z copying torch/jit/_pickle.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:26.9293581Z copying torch/jit/_recursive.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:26.9306772Z copying torch/jit/_script.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:26.9320772Z copying torch/jit/_serialization.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:26.9325044Z copying torch/jit/_shape_functions.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:26.9338930Z copying torch/jit/_state.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:26.9342759Z copying torch/jit/_trace.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:26.9357743Z copying torch/jit/annotations.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:26.9364004Z copying torch/jit/frontend.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:26.9376090Z copying torch/jit/generate_bytecode.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:26.9380527Z copying torch/jit/quantized.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:26.9387645Z copying torch/jit/supported_ops.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:26.9393751Z copying torch/jit/unsupported_tensor_ops.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:26.9399234Z creating build/lib.linux-x86_64-cpython-38/torch/linalg 2022-11-23T01:27:26.9399628Z copying torch/linalg/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/linalg 2022-11-23T01:27:26.9415430Z creating build/lib.linux-x86_64-cpython-38/torch/masked 2022-11-23T01:27:26.9415923Z copying torch/masked/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/masked 2022-11-23T01:27:26.9419991Z copying torch/masked/_docs.py -> build/lib.linux-x86_64-cpython-38/torch/masked 2022-11-23T01:27:26.9434861Z copying torch/masked/_ops.py -> build/lib.linux-x86_64-cpython-38/torch/masked 2022-11-23T01:27:26.9448736Z creating build/lib.linux-x86_64-cpython-38/torch/monitor 2022-11-23T01:27:26.9449146Z copying torch/monitor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/monitor 2022-11-23T01:27:26.9454267Z creating build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2022-11-23T01:27:26.9455010Z copying torch/multiprocessing/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2022-11-23T01:27:26.9459308Z copying torch/multiprocessing/_atfork.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2022-11-23T01:27:26.9464038Z copying torch/multiprocessing/pool.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2022-11-23T01:27:26.9468953Z copying torch/multiprocessing/queue.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2022-11-23T01:27:26.9473201Z copying torch/multiprocessing/reductions.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2022-11-23T01:27:26.9478269Z copying torch/multiprocessing/spawn.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2022-11-23T01:27:26.9482747Z creating build/lib.linux-x86_64-cpython-38/torch/nested 2022-11-23T01:27:26.9483523Z copying torch/nested/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nested 2022-11-23T01:27:26.9488972Z creating build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:27:26.9489419Z copying torch/nn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:27:26.9494669Z copying torch/nn/_reduction.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:27:26.9498165Z copying torch/nn/common_types.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:27:26.9502594Z copying torch/nn/cpp.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:27:26.9507925Z copying torch/nn/functional.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:27:26.9526797Z copying torch/nn/grad.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:27:26.9532926Z copying torch/nn/init.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:27:26.9540469Z copying torch/nn/parameter.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:27:26.9549241Z creating build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:26.9549623Z copying torch/onnx/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:26.9555255Z copying torch/onnx/_constants.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:26.9559466Z copying torch/onnx/_deprecation.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:26.9565668Z copying torch/onnx/_experimental.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:26.9569140Z copying torch/onnx/_exporter_states.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:26.9579763Z copying torch/onnx/_globals.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:26.9585542Z copying torch/onnx/_onnx_supported_ops.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:26.9591715Z copying torch/onnx/_patch_torch.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:26.9599301Z copying torch/onnx/_type_utils.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:26.9609121Z copying torch/onnx/errors.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:26.9620490Z copying torch/onnx/operators.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:26.9629104Z copying torch/onnx/symbolic_caffe2.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:26.9637905Z copying torch/onnx/symbolic_helper.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:26.9656510Z copying torch/onnx/symbolic_opset10.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:26.9667608Z copying torch/onnx/symbolic_opset11.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:26.9685229Z copying torch/onnx/symbolic_opset12.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:26.9696454Z copying torch/onnx/symbolic_opset13.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:26.9705383Z copying torch/onnx/symbolic_opset14.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:26.9714782Z copying torch/onnx/symbolic_opset15.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:26.9722125Z copying torch/onnx/symbolic_opset16.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:26.9728295Z copying torch/onnx/symbolic_opset17.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:26.9737568Z copying torch/onnx/symbolic_opset7.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:26.9745267Z copying torch/onnx/symbolic_opset8.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:26.9753180Z copying torch/onnx/symbolic_opset9.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:26.9777419Z copying torch/onnx/utils.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:26.9809676Z copying torch/onnx/verification.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:26.9821530Z creating build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:26.9821965Z copying torch/optim/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:26.9833502Z copying torch/optim/_functional.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:26.9843749Z copying torch/optim/adadelta.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:26.9853499Z copying torch/optim/adagrad.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:26.9864412Z copying torch/optim/adam.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:26.9873012Z copying torch/optim/adamax.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:26.9879450Z copying torch/optim/adamw.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:26.9888924Z copying torch/optim/asgd.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:26.9898620Z copying torch/optim/lbfgs.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:26.9909579Z copying torch/optim/lr_scheduler.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:26.9935815Z copying torch/optim/nadam.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:26.9944044Z copying torch/optim/optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:26.9953862Z copying torch/optim/radam.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:26.9961770Z copying torch/optim/rmsprop.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:26.9979511Z copying torch/optim/rprop.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:26.9987451Z copying torch/optim/sgd.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:26.9996331Z copying torch/optim/sparse_adam.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:27.0003857Z copying torch/optim/swa_utils.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:27.0011104Z creating build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:27:27.0011483Z copying torch/package/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:27:27.0016345Z copying torch/package/_digraph.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:27:27.0021160Z copying torch/package/_directory_reader.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:27:27.0028616Z copying torch/package/_importlib.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:27:27.0032986Z copying torch/package/_mangling.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:27:27.0038592Z copying torch/package/_mock.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:27:27.0044472Z copying torch/package/_package_pickler.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:27:27.0051477Z copying torch/package/_package_unpickler.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:27:27.0055091Z copying torch/package/_stdlib.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:27:27.0062617Z copying torch/package/file_structure_representation.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:27:27.0067174Z copying torch/package/find_file_dependencies.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:27:27.0074202Z copying torch/package/glob_group.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:27:27.0078839Z copying torch/package/importer.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:27:27.0085007Z copying torch/package/package_exporter.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:27:27.0099962Z copying torch/package/package_importer.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:27:27.0109929Z creating build/lib.linux-x86_64-cpython-38/torch/profiler 2022-11-23T01:27:27.0110312Z copying torch/profiler/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2022-11-23T01:27:27.0115822Z copying torch/profiler/_memory_profiler.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2022-11-23T01:27:27.0124284Z copying torch/profiler/_pattern_matcher.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2022-11-23T01:27:27.0130548Z copying torch/profiler/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2022-11-23T01:27:27.0137889Z copying torch/profiler/itt.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2022-11-23T01:27:27.0142357Z copying torch/profiler/profiler.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2022-11-23T01:27:27.0151425Z copying torch/profiler/python_tracer.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2022-11-23T01:27:27.0158965Z creating build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:27:27.0159647Z copying torch/quantization/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:27:27.0164918Z copying torch/quantization/_numeric_suite.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:27:27.0169511Z copying torch/quantization/_numeric_suite_fx.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:27:27.0175880Z copying torch/quantization/fake_quantize.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:27:27.0179347Z copying torch/quantization/fuse_modules.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:27:27.0183835Z copying torch/quantization/fuser_method_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:27:27.0189205Z copying torch/quantization/observer.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:27:27.0193335Z copying torch/quantization/qconfig.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:27:27.0197123Z copying torch/quantization/quant_type.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:27:27.0201454Z copying torch/quantization/quantization_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:27:27.0204987Z copying torch/quantization/quantize.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:27:27.0212100Z copying torch/quantization/quantize_fx.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:27:27.0216856Z copying torch/quantization/quantize_jit.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:27:27.0220891Z copying torch/quantization/stubs.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:27:27.0225229Z copying torch/quantization/utils.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:27:27.0230646Z creating build/lib.linux-x86_64-cpython-38/torch/signal 2022-11-23T01:27:27.0231270Z copying torch/signal/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/signal 2022-11-23T01:27:27.0236226Z creating build/lib.linux-x86_64-cpython-38/torch/sparse 2022-11-23T01:27:27.0236686Z copying torch/sparse/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/sparse 2022-11-23T01:27:27.0245191Z creating build/lib.linux-x86_64-cpython-38/torch/special 2022-11-23T01:27:27.0245581Z copying torch/special/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/special 2022-11-23T01:27:27.0253633Z creating build/lib.linux-x86_64-cpython-38/torch/testing 2022-11-23T01:27:27.0254096Z copying torch/testing/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing 2022-11-23T01:27:27.0259323Z copying torch/testing/_comparison.py -> build/lib.linux-x86_64-cpython-38/torch/testing 2022-11-23T01:27:27.0274230Z copying torch/testing/_creation.py -> build/lib.linux-x86_64-cpython-38/torch/testing 2022-11-23T01:27:27.0278724Z copying torch/testing/_deprecated.py -> build/lib.linux-x86_64-cpython-38/torch/testing 2022-11-23T01:27:27.0285479Z creating build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:27.0285944Z copying torch/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:27.0290359Z copying torch/utils/_cpp_extension_versioner.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:27.0301913Z copying torch/utils/_crash_handler.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:27.0311428Z copying torch/utils/_cuda_trace.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:27.0316860Z copying torch/utils/_freeze.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:27.0321543Z copying torch/utils/_mode_utils.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:27.0328016Z copying torch/utils/_python_dispatch.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:27.0334488Z copying torch/utils/_pytree.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:27.0341455Z copying torch/utils/_zip.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:27.0349521Z copying torch/utils/backend_registration.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:27.0353456Z copying torch/utils/bundled_inputs.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:27.0361868Z copying torch/utils/checkpoint.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:27.0369226Z copying torch/utils/collect_env.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:27.0380749Z copying torch/utils/cpp_backtrace.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:27.0385067Z copying torch/utils/cpp_extension.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:27.0408236Z copying torch/utils/dlpack.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:27.0413420Z copying torch/utils/file_baton.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:27.0419667Z copying torch/utils/hooks.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:27.0426069Z copying torch/utils/mkldnn.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:27.0442526Z copying torch/utils/mobile_optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:27.0446497Z copying torch/utils/model_zoo.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:27.0451799Z copying torch/utils/show_pickle.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:27.0458475Z copying torch/utils/throughput_benchmark.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:27.0470258Z creating build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:27:27.0470698Z copying torch/_dynamo/optimizations/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:27:27.0476273Z copying torch/_dynamo/optimizations/analysis.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:27:27.0480659Z copying torch/_dynamo/optimizations/backends.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:27:27.0488465Z copying torch/_dynamo/optimizations/distributed.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:27:27.0493419Z copying torch/_dynamo/optimizations/inference.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:27:27.0497850Z copying torch/_dynamo/optimizations/log_args.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:27:27.0505550Z copying torch/_dynamo/optimizations/normalize.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:27:27.0511839Z copying torch/_dynamo/optimizations/subgraph.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:27:27.0516990Z copying torch/_dynamo/optimizations/torchxla_integration.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:27:27.0524515Z copying torch/_dynamo/optimizations/training.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:27:27.0532878Z creating build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:27:27.0533314Z copying torch/_dynamo/variables/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:27:27.0540417Z copying torch/_dynamo/variables/base.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:27:27.0545112Z copying torch/_dynamo/variables/builder.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:27:27.0551604Z copying torch/_dynamo/variables/builtin.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:27:27.0558789Z copying torch/_dynamo/variables/constant.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:27:27.0564025Z copying torch/_dynamo/variables/dicts.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:27:27.0572964Z copying torch/_dynamo/variables/functions.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:27:27.0583415Z copying torch/_dynamo/variables/lists.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:27:27.0590092Z copying torch/_dynamo/variables/misc.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:27:27.0597644Z copying torch/_dynamo/variables/nn_module.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:27:27.0602830Z copying torch/_dynamo/variables/tensor.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:27:27.0608868Z copying torch/_dynamo/variables/torch.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:27:27.0614862Z copying torch/_dynamo/variables/user_defined.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:27:27.0620841Z creating build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:27:27.0621469Z copying torch/_inductor/codegen/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:27:27.0622331Z copying torch/_inductor/codegen/autotuner.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:27:27.0626882Z copying torch/_inductor/codegen/common.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:27:27.0636540Z copying torch/_inductor/codegen/cpp.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:27:27.0653600Z copying torch/_inductor/codegen/triton.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:27:27.0668777Z copying torch/_inductor/codegen/triton_template.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:27:27.0676113Z copying torch/_inductor/codegen/wrapper.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:27:27.0686216Z creating build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:27:27.0686975Z copying torch/_inductor/triton_ops/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:27:27.0692098Z copying torch/_inductor/triton_ops/autotune.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:27:27.0697781Z copying torch/_inductor/triton_ops/batched_matmul.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:27:27.0702595Z copying torch/_inductor/triton_ops/conv.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:27:27.0710452Z copying torch/_inductor/triton_ops/conv1x1.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:27:27.0715640Z copying torch/_inductor/triton_ops/conv_perf_model.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:27:27.0724049Z copying torch/_inductor/triton_ops/matmul.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:27:27.0731215Z copying torch/_inductor/triton_ops/mm_perf_model.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:27:27.0735379Z copying torch/_inductor/triton_ops/utils.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:27:27.0742879Z creating build/lib.linux-x86_64-cpython-38/torch/_refs/linalg 2022-11-23T01:27:27.0743600Z copying torch/_refs/linalg/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_refs/linalg 2022-11-23T01:27:27.0749150Z creating build/lib.linux-x86_64-cpython-38/torch/_refs/nn 2022-11-23T01:27:27.0749568Z copying torch/_refs/nn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_refs/nn 2022-11-23T01:27:27.0757884Z creating build/lib.linux-x86_64-cpython-38/torch/_refs/special 2022-11-23T01:27:27.0758560Z copying torch/_refs/special/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_refs/special 2022-11-23T01:27:27.0767590Z creating build/lib.linux-x86_64-cpython-38/torch/_refs/nn/functional 2022-11-23T01:27:27.0768448Z copying torch/_refs/nn/functional/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_refs/nn/functional 2022-11-23T01:27:27.0783472Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn 2022-11-23T01:27:27.0784083Z copying torch/ao/nn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn 2022-11-23T01:27:27.0789800Z creating build/lib.linux-x86_64-cpython-38/torch/ao/ns 2022-11-23T01:27:27.0790347Z copying torch/ao/ns/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns 2022-11-23T01:27:27.0791033Z copying torch/ao/ns/_numeric_suite.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns 2022-11-23T01:27:27.0798039Z copying torch/ao/ns/_numeric_suite_fx.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns 2022-11-23T01:27:27.0807902Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning 2022-11-23T01:27:27.0808623Z copying torch/ao/pruning/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning 2022-11-23T01:27:27.0814021Z copying torch/ao/pruning/_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning 2022-11-23T01:27:27.0819582Z creating build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:27.0820021Z copying torch/ao/quantization/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:27.0827076Z copying torch/ao/quantization/_correct_bias.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:27.0833620Z copying torch/ao/quantization/_equalize.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:27.0837574Z copying torch/ao/quantization/_learnable_fake_quantize.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:27.0843934Z copying torch/ao/quantization/fake_quantize.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:27.0849377Z copying torch/ao/quantization/fuse_modules.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:27.0853690Z copying torch/ao/quantization/fuser_method_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:27.0858599Z copying torch/ao/quantization/observer.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:27.0874275Z copying torch/ao/quantization/qconfig.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:27.0880564Z copying torch/ao/quantization/qconfig_mapping.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:27.0886570Z copying torch/ao/quantization/qconfig_mapping_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:27.0890606Z copying torch/ao/quantization/quant_type.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:27.0894247Z copying torch/ao/quantization/quantization_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:27.0899411Z copying torch/ao/quantization/quantize.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:27.0908047Z copying torch/ao/quantization/quantize_fx.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:27.0914989Z copying torch/ao/quantization/quantize_jit.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:27.0920253Z copying torch/ao/quantization/stubs.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:27.0923489Z copying torch/ao/quantization/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:27.0932092Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic 2022-11-23T01:27:27.0932526Z copying torch/ao/nn/intrinsic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic 2022-11-23T01:27:27.0937600Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat 2022-11-23T01:27:27.0938060Z copying torch/ao/nn/qat/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat 2022-11-23T01:27:27.0944123Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable 2022-11-23T01:27:27.0944792Z copying torch/ao/nn/quantizable/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable 2022-11-23T01:27:27.0949843Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized 2022-11-23T01:27:27.0950287Z copying torch/ao/nn/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized 2022-11-23T01:27:27.0954612Z copying torch/ao/nn/quantized/functional.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized 2022-11-23T01:27:27.0963755Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse 2022-11-23T01:27:27.0964139Z copying torch/ao/nn/sparse/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse 2022-11-23T01:27:27.0970630Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/modules 2022-11-23T01:27:27.0971084Z copying torch/ao/nn/intrinsic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/modules 2022-11-23T01:27:27.0976051Z copying torch/ao/nn/intrinsic/modules/fused.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/modules 2022-11-23T01:27:27.0984714Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat 2022-11-23T01:27:27.0985276Z copying torch/ao/nn/intrinsic/qat/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat 2022-11-23T01:27:27.0991097Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized 2022-11-23T01:27:27.0991555Z copying torch/ao/nn/intrinsic/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized 2022-11-23T01:27:27.0997502Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:27:27.0997986Z copying torch/ao/nn/intrinsic/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:27:27.1002097Z copying torch/ao/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:27:27.1007588Z copying torch/ao/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:27:27.1010813Z copying torch/ao/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:27:27.1015134Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic 2022-11-23T01:27:27.1015630Z copying torch/ao/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic 2022-11-23T01:27:27.1022553Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:27:27.1023074Z copying torch/ao/nn/intrinsic/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:27:27.1027331Z copying torch/ao/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:27:27.1032712Z copying torch/ao/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:27:27.1039620Z copying torch/ao/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:27:27.1045234Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:27:27.1046110Z copying torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:27:27.1052678Z copying torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:27:27.1059356Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic 2022-11-23T01:27:27.1059800Z copying torch/ao/nn/qat/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic 2022-11-23T01:27:27.1068158Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules 2022-11-23T01:27:27.1068828Z copying torch/ao/nn/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules 2022-11-23T01:27:27.1072561Z copying torch/ao/nn/qat/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules 2022-11-23T01:27:27.1076643Z copying torch/ao/nn/qat/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules 2022-11-23T01:27:27.1080874Z copying torch/ao/nn/qat/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules 2022-11-23T01:27:27.1085490Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic/modules 2022-11-23T01:27:27.1086015Z copying torch/ao/nn/qat/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic/modules 2022-11-23T01:27:27.1090659Z copying torch/ao/nn/qat/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic/modules 2022-11-23T01:27:27.1094850Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules 2022-11-23T01:27:27.1095354Z copying torch/ao/nn/quantizable/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules 2022-11-23T01:27:27.1099782Z copying torch/ao/nn/quantizable/modules/activation.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules 2022-11-23T01:27:27.1109341Z copying torch/ao/nn/quantizable/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules 2022-11-23T01:27:27.1116362Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic 2022-11-23T01:27:27.1116828Z copying torch/ao/nn/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic 2022-11-23T01:27:27.1124490Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:27:27.1125257Z copying torch/ao/nn/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:27:27.1132328Z copying torch/ao/nn/quantized/modules/activation.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:27:27.1139643Z copying torch/ao/nn/quantized/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:27:27.1143515Z copying torch/ao/nn/quantized/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:27:27.1154801Z copying torch/ao/nn/quantized/modules/dropout.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:27:27.1160130Z copying torch/ao/nn/quantized/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:27:27.1166127Z copying torch/ao/nn/quantized/modules/functional_modules.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:27:27.1170967Z copying torch/ao/nn/quantized/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:27:27.1178797Z copying torch/ao/nn/quantized/modules/normalization.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:27:27.1183229Z copying torch/ao/nn/quantized/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:27:27.1186292Z copying torch/ao/nn/quantized/modules/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:27:27.1194022Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference 2022-11-23T01:27:27.1194593Z copying torch/ao/nn/quantized/reference/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference 2022-11-23T01:27:27.1200014Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:27:27.1200864Z copying torch/ao/nn/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:27:27.1206221Z copying torch/ao/nn/quantized/dynamic/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:27:27.1211859Z copying torch/ao/nn/quantized/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:27:27.1218319Z copying torch/ao/nn/quantized/dynamic/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:27:27.1234558Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2022-11-23T01:27:27.1235286Z copying torch/ao/nn/quantized/reference/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2022-11-23T01:27:27.1239459Z copying torch/ao/nn/quantized/reference/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2022-11-23T01:27:27.1244563Z copying torch/ao/nn/quantized/reference/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2022-11-23T01:27:27.1249087Z copying torch/ao/nn/quantized/reference/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2022-11-23T01:27:27.1256691Z copying torch/ao/nn/quantized/reference/modules/sparse.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2022-11-23T01:27:27.1261726Z copying torch/ao/nn/quantized/reference/modules/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2022-11-23T01:27:27.1269492Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized 2022-11-23T01:27:27.1269947Z copying torch/ao/nn/sparse/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized 2022-11-23T01:27:27.1275281Z copying torch/ao/nn/sparse/quantized/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized 2022-11-23T01:27:27.1282656Z copying torch/ao/nn/sparse/quantized/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized 2022-11-23T01:27:27.1287389Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T01:27:27.1287877Z copying torch/ao/nn/sparse/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T01:27:27.1292532Z copying torch/ao/nn/sparse/quantized/dynamic/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T01:27:27.1300551Z creating build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:27:27.1301010Z copying torch/ao/ns/fx/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:27:27.1301975Z copying torch/ao/ns/fx/graph_matcher.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:27:27.1307804Z copying torch/ao/ns/fx/graph_passes.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:27:27.1318595Z copying torch/ao/ns/fx/mappings.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:27:27.1325490Z copying torch/ao/ns/fx/n_shadows_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:27:27.1333784Z copying torch/ao/ns/fx/ns_types.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:27:27.1337899Z copying torch/ao/ns/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:27:27.1342010Z copying torch/ao/ns/fx/qconfig_multi_mapping.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:27:27.1345778Z copying torch/ao/ns/fx/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:27:27.1350863Z copying torch/ao/ns/fx/weight_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:27:27.1357150Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental 2022-11-23T01:27:27.1357644Z copying torch/ao/pruning/_experimental/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental 2022-11-23T01:27:27.1359875Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler 2022-11-23T01:27:27.1360327Z copying torch/ao/pruning/scheduler/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler 2022-11-23T01:27:27.1361391Z copying torch/ao/pruning/scheduler/base_scheduler.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler 2022-11-23T01:27:27.1366859Z copying torch/ao/pruning/scheduler/cubic_scheduler.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler 2022-11-23T01:27:27.1370394Z copying torch/ao/pruning/scheduler/lambda_scheduler.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler 2022-11-23T01:27:27.1374768Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2022-11-23T01:27:27.1375289Z copying torch/ao/pruning/sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2022-11-23T01:27:27.1376385Z copying torch/ao/pruning/sparsifier/base_sparsifier.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2022-11-23T01:27:27.1381674Z copying torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2022-11-23T01:27:27.1386488Z copying torch/ao/pruning/sparsifier/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2022-11-23T01:27:27.1390233Z copying torch/ao/pruning/sparsifier/weight_norm_sparsifier.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2022-11-23T01:27:27.1397206Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T01:27:27.1397891Z copying torch/ao/pruning/_experimental/activation_sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T01:27:27.1398636Z copying torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T01:27:27.1409553Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T01:27:27.1410080Z copying torch/ao/pruning/_experimental/data_scheduler/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T01:27:27.1415465Z copying torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T01:27:27.1420231Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:27:27.1420782Z copying torch/ao/pruning/_experimental/data_sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:27:27.1425058Z copying torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:27:27.1430556Z copying torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:27:27.1435516Z copying torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:27:27.1441621Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner 2022-11-23T01:27:27.1442118Z copying torch/ao/pruning/_experimental/pruner/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner 2022-11-23T01:27:27.1447128Z copying torch/ao/pruning/_experimental/pruner/base_pruner.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner 2022-11-23T01:27:27.1455595Z copying torch/ao/pruning/_experimental/pruner/parametrization.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner 2022-11-23T01:27:27.1461727Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning 2022-11-23T01:27:27.1462433Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning 2022-11-23T01:27:27.1464321Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:27:27.1465156Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:27:27.1466266Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:27:27.1472447Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:27:27.1478415Z creating build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:27:27.1478925Z copying torch/ao/quantization/backend_config/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:27:27.1484013Z copying torch/ao/quantization/backend_config/_common_operator_config_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:27:27.1493646Z copying torch/ao/quantization/backend_config/backend_config.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:27:27.1501971Z copying torch/ao/quantization/backend_config/executorch.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:27:27.1509650Z copying torch/ao/quantization/backend_config/fbgemm.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:27:27.1514594Z copying torch/ao/quantization/backend_config/native.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:27:27.1518386Z copying torch/ao/quantization/backend_config/observation_type.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:27:27.1519031Z copying torch/ao/quantization/backend_config/qnnpack.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:27:27.1525185Z copying torch/ao/quantization/backend_config/tensorrt.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:27:27.1530137Z copying torch/ao/quantization/backend_config/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:27:27.1533805Z copying torch/ao/quantization/backend_config/x86.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:27:27.1543345Z creating build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:27.1543813Z copying torch/ao/quantization/fx/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:27.1548828Z copying torch/ao/quantization/fx/_decomposed.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:27.1553843Z copying torch/ao/quantization/fx/_equalize.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:27.1576627Z copying torch/ao/quantization/fx/_lower_to_native_backend.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:27.1587199Z copying torch/ao/quantization/fx/backend_config_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:27.1592591Z copying torch/ao/quantization/fx/convert.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:27.1603292Z copying torch/ao/quantization/fx/custom_config.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:27.1611076Z copying torch/ao/quantization/fx/fuse.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:27.1615025Z copying torch/ao/quantization/fx/fusion_patterns.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:27.1620201Z copying torch/ao/quantization/fx/graph_module.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:27.1624523Z copying torch/ao/quantization/fx/lower_to_fbgemm.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:27.1630179Z copying torch/ao/quantization/fx/lower_to_qnnpack.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:27.1636580Z copying torch/ao/quantization/fx/match_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:27.1643098Z copying torch/ao/quantization/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:27.1647332Z copying torch/ao/quantization/fx/prepare.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:27.1660236Z copying torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:27.1665428Z copying torch/ao/quantization/fx/quantization_patterns.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:27.1672371Z copying torch/ao/quantization/fx/tracer.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:27.1677237Z copying torch/ao/quantization/fx/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:27.1689897Z creating build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report 2022-11-23T01:27:27.1690688Z copying torch/ao/quantization/fx/_model_report/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report 2022-11-23T01:27:27.1691592Z copying torch/ao/quantization/fx/_model_report/detector.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report 2022-11-23T01:27:27.1706453Z copying torch/ao/quantization/fx/_model_report/model_report.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report 2022-11-23T01:27:27.1712523Z copying torch/ao/quantization/fx/_model_report/model_report_observer.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report 2022-11-23T01:27:27.1718414Z copying torch/ao/quantization/fx/_model_report/model_report_visualizer.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report 2022-11-23T01:27:27.1725456Z creating build/lib.linux-x86_64-cpython-38/torch/autograd/_functions 2022-11-23T01:27:27.1725984Z copying torch/autograd/_functions/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/autograd/_functions 2022-11-23T01:27:27.1730047Z copying torch/autograd/_functions/tensor.py -> build/lib.linux-x86_64-cpython-38/torch/autograd/_functions 2022-11-23T01:27:27.1733221Z copying torch/autograd/_functions/utils.py -> build/lib.linux-x86_64-cpython-38/torch/autograd/_functions 2022-11-23T01:27:27.1738963Z creating build/lib.linux-x86_64-cpython-38/torch/backends/_coreml 2022-11-23T01:27:27.1739581Z copying torch/backends/_coreml/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/_coreml 2022-11-23T01:27:27.1740242Z copying torch/backends/_coreml/preprocess.py -> build/lib.linux-x86_64-cpython-38/torch/backends/_coreml 2022-11-23T01:27:27.1748685Z creating build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi 2022-11-23T01:27:27.1749374Z copying torch/backends/_nnapi/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi 2022-11-23T01:27:27.1749959Z copying torch/backends/_nnapi/prepare.py -> build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi 2022-11-23T01:27:27.1755558Z copying torch/backends/_nnapi/serializer.py -> build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi 2022-11-23T01:27:27.1769365Z creating build/lib.linux-x86_64-cpython-38/torch/backends/cuda 2022-11-23T01:27:27.1769794Z copying torch/backends/cuda/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/cuda 2022-11-23T01:27:27.1777179Z creating build/lib.linux-x86_64-cpython-38/torch/backends/cudnn 2022-11-23T01:27:27.1777705Z copying torch/backends/cudnn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/cudnn 2022-11-23T01:27:27.1782196Z copying torch/backends/cudnn/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/backends/cudnn 2022-11-23T01:27:27.1787188Z creating build/lib.linux-x86_64-cpython-38/torch/backends/mkl 2022-11-23T01:27:27.1787909Z copying torch/backends/mkl/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/mkl 2022-11-23T01:27:27.1793902Z creating build/lib.linux-x86_64-cpython-38/torch/backends/mkldnn 2022-11-23T01:27:27.1794457Z copying torch/backends/mkldnn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/mkldnn 2022-11-23T01:27:27.1799191Z creating build/lib.linux-x86_64-cpython-38/torch/backends/mps 2022-11-23T01:27:27.1799580Z copying torch/backends/mps/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/mps 2022-11-23T01:27:27.1809298Z creating build/lib.linux-x86_64-cpython-38/torch/backends/openmp 2022-11-23T01:27:27.1809719Z copying torch/backends/openmp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/openmp 2022-11-23T01:27:27.1814501Z creating build/lib.linux-x86_64-cpython-38/torch/backends/opt_einsum 2022-11-23T01:27:27.1814923Z copying torch/backends/opt_einsum/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/opt_einsum 2022-11-23T01:27:27.1820996Z creating build/lib.linux-x86_64-cpython-38/torch/backends/quantized 2022-11-23T01:27:27.1821744Z copying torch/backends/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/quantized 2022-11-23T01:27:27.1827647Z creating build/lib.linux-x86_64-cpython-38/torch/backends/xeon 2022-11-23T01:27:27.1828223Z copying torch/backends/xeon/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/xeon 2022-11-23T01:27:27.1829083Z copying torch/backends/xeon/run_cpu.py -> build/lib.linux-x86_64-cpython-38/torch/backends/xeon 2022-11-23T01:27:27.1840758Z creating build/lib.linux-x86_64-cpython-38/torch/backends/xnnpack 2022-11-23T01:27:27.1841198Z copying torch/backends/xnnpack/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/xnnpack 2022-11-23T01:27:27.1846752Z creating build/lib.linux-x86_64-cpython-38/torch/cpu/amp 2022-11-23T01:27:27.1847128Z copying torch/cpu/amp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/cpu/amp 2022-11-23T01:27:27.1853711Z copying torch/cpu/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-38/torch/cpu/amp 2022-11-23T01:27:27.1864207Z creating build/lib.linux-x86_64-cpython-38/torch/cuda/amp 2022-11-23T01:27:27.1864604Z copying torch/cuda/amp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/cuda/amp 2022-11-23T01:27:27.1870108Z copying torch/cuda/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-38/torch/cuda/amp 2022-11-23T01:27:27.1874623Z copying torch/cuda/amp/common.py -> build/lib.linux-x86_64-cpython-38/torch/cuda/amp 2022-11-23T01:27:27.1878425Z copying torch/cuda/amp/grad_scaler.py -> build/lib.linux-x86_64-cpython-38/torch/cuda/amp 2022-11-23T01:27:27.1886893Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2022-11-23T01:27:27.1887434Z copying torch/distributed/_composable/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2022-11-23T01:27:27.1891423Z copying torch/distributed/_composable/_ddp.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2022-11-23T01:27:27.1907927Z copying torch/distributed/_composable/checkpoint_activation.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2022-11-23T01:27:27.1913132Z copying torch/distributed/_composable/contract.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2022-11-23T01:27:27.1917487Z copying torch/distributed/_composable/fully_shard.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2022-11-23T01:27:27.1920951Z copying torch/distributed/_composable/replicate.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2022-11-23T01:27:27.1925329Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:27:27.1925759Z copying torch/distributed/_shard/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:27:27.1929851Z copying torch/distributed/_shard/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:27:27.1938773Z copying torch/distributed/_shard/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:27:27.1943663Z copying torch/distributed/_shard/common_op_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:27:27.1947799Z copying torch/distributed/_shard/metadata.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:27:27.1951467Z copying torch/distributed/_shard/op_registry_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:27:27.1955887Z copying torch/distributed/_shard/partial_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:27:27.1960783Z copying torch/distributed/_shard/replicated_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:27:27.1965010Z copying torch/distributed/_shard/sharder.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:27:27.1971673Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_sharded_tensor 2022-11-23T01:27:27.1972403Z copying torch/distributed/_sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_sharded_tensor 2022-11-23T01:27:27.1980295Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_sharding_spec 2022-11-23T01:27:27.1980785Z copying torch/distributed/_sharding_spec/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_sharding_spec 2022-11-23T01:27:27.1985608Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2022-11-23T01:27:27.1987026Z copying torch/distributed/_spmd/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2022-11-23T01:27:27.1987483Z copying torch/distributed/_spmd/comm_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2022-11-23T01:27:27.1996250Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2022-11-23T01:27:27.1997042Z copying torch/distributed/_tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2022-11-23T01:27:27.2002432Z copying torch/distributed/_tensor/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2022-11-23T01:27:27.2008554Z copying torch/distributed/_tensor/device_mesh.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2022-11-23T01:27:27.2016320Z copying torch/distributed/_tensor/dispatch.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2022-11-23T01:27:27.2021709Z copying torch/distributed/_tensor/placement_types.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2022-11-23T01:27:27.2027702Z copying torch/distributed/_tensor/redistribute.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2022-11-23T01:27:27.2034013Z copying torch/distributed/_tensor/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2022-11-23T01:27:27.2038384Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms 2022-11-23T01:27:27.2038836Z copying torch/distributed/algorithms/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms 2022-11-23T01:27:27.2043314Z copying torch/distributed/algorithms/join.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms 2022-11-23T01:27:27.2049376Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/autograd 2022-11-23T01:27:27.2049877Z copying torch/distributed/autograd/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/autograd 2022-11-23T01:27:27.2086328Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:27:27.2086909Z copying torch/distributed/checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:27:27.2087405Z copying torch/distributed/checkpoint/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:27:27.2087881Z copying torch/distributed/checkpoint/dedup_tensors.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:27:27.2088386Z copying torch/distributed/checkpoint/default_planner.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:27:27.2088993Z copying torch/distributed/checkpoint/filesystem.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:27:27.2089881Z copying torch/distributed/checkpoint/metadata.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:27:27.2093348Z copying torch/distributed/checkpoint/planner.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:27:27.2099436Z copying torch/distributed/checkpoint/planner_helpers.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:27:27.2103660Z copying torch/distributed/checkpoint/resharding.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:27:27.2106639Z copying torch/distributed/checkpoint/state_dict_loader.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:27:27.2112901Z copying torch/distributed/checkpoint/state_dict_saver.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:27:27.2119577Z copying torch/distributed/checkpoint/storage.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:27:27.2127003Z copying torch/distributed/checkpoint/traverse.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:27:27.2131276Z copying torch/distributed/checkpoint/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:27:27.2139686Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic 2022-11-23T01:27:27.2140383Z copying torch/distributed/elastic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic 2022-11-23T01:27:27.2150681Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:27.2151125Z copying torch/distributed/fsdp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:27.2156897Z copying torch/distributed/fsdp/_common_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:27.2165793Z copying torch/distributed/fsdp/_exec_order_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:27.2175352Z copying torch/distributed/fsdp/_fsdp_extensions.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:27.2181032Z copying torch/distributed/fsdp/_init_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:27.2187613Z copying torch/distributed/fsdp/_limiter_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:27.2192019Z copying torch/distributed/fsdp/_optim_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:27.2205919Z copying torch/distributed/fsdp/_runtime_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:27.2217615Z copying torch/distributed/fsdp/_shard_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:27.2226856Z copying torch/distributed/fsdp/_state_dict_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:27.2232477Z copying torch/distributed/fsdp/_symbolic_trace.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:27.2237793Z copying torch/distributed/fsdp/_unshard_param_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:27.2244935Z copying torch/distributed/fsdp/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:27.2250296Z copying torch/distributed/fsdp/_wrap_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:27.2255771Z copying torch/distributed/fsdp/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:27.2260327Z copying torch/distributed/fsdp/flat_param.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:27.2277236Z copying torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:27.2291685Z copying torch/distributed/fsdp/sharded_grad_scaler.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:27.2296601Z copying torch/distributed/fsdp/wrap.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:27.2304155Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/launcher 2022-11-23T01:27:27.2304602Z copying torch/distributed/launcher/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/launcher 2022-11-23T01:27:27.2310550Z copying torch/distributed/launcher/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/launcher 2022-11-23T01:27:27.2317662Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/nn 2022-11-23T01:27:27.2318106Z copying torch/distributed/nn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn 2022-11-23T01:27:27.2324774Z copying torch/distributed/nn/functional.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn 2022-11-23T01:27:27.2331974Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:27:27.2332486Z copying torch/distributed/optim/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:27:27.2336688Z copying torch/distributed/optim/apply_optimizer_in_backward.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:27:27.2342341Z copying torch/distributed/optim/functional_adadelta.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:27:27.2346932Z copying torch/distributed/optim/functional_adagrad.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:27:27.2350509Z copying torch/distributed/optim/functional_adam.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:27:27.2355484Z copying torch/distributed/optim/functional_adamax.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:27:27.2362974Z copying torch/distributed/optim/functional_adamw.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:27:27.2370118Z copying torch/distributed/optim/functional_rmsprop.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:27:27.2376869Z copying torch/distributed/optim/functional_rprop.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:27:27.2382958Z copying torch/distributed/optim/functional_sgd.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:27:27.2390614Z copying torch/distributed/optim/optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:27:27.2396914Z copying torch/distributed/optim/post_localSGD_optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:27:27.2403108Z copying torch/distributed/optim/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:27:27.2410507Z copying torch/distributed/optim/zero_redundancy_optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:27:27.2427117Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline 2022-11-23T01:27:27.2427672Z copying torch/distributed/pipeline/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline 2022-11-23T01:27:27.2430142Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:27:27.2430795Z copying torch/distributed/rpc/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:27:27.2439083Z copying torch/distributed/rpc/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:27:27.2446961Z copying torch/distributed/rpc/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:27:27.2463866Z copying torch/distributed/rpc/backend_registry.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:27:27.2473110Z copying torch/distributed/rpc/constants.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:27:27.2479351Z copying torch/distributed/rpc/functions.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:27:27.2488850Z copying torch/distributed/rpc/internal.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:27:27.2498015Z copying torch/distributed/rpc/options.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:27:27.2507057Z copying torch/distributed/rpc/rref_proxy.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:27:27.2513815Z copying torch/distributed/rpc/server_process_global_profiler.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:27:27.2521783Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/checkpoint 2022-11-23T01:27:27.2522270Z copying torch/distributed/_shard/checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/checkpoint 2022-11-23T01:27:27.2531247Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_optim 2022-11-23T01:27:27.2531770Z copying torch/distributed/_shard/sharded_optim/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_optim 2022-11-23T01:27:27.2540353Z copying torch/distributed/_shard/sharded_optim/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_optim 2022-11-23T01:27:27.2551074Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2022-11-23T01:27:27.2551601Z copying torch/distributed/_shard/sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2022-11-23T01:27:27.2562433Z copying torch/distributed/_shard/sharded_tensor/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2022-11-23T01:27:27.2583312Z copying torch/distributed/_shard/sharded_tensor/metadata.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2022-11-23T01:27:27.2592366Z copying torch/distributed/_shard/sharded_tensor/reshard.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2022-11-23T01:27:27.2600929Z copying torch/distributed/_shard/sharded_tensor/shard.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2022-11-23T01:27:27.2608041Z copying torch/distributed/_shard/sharded_tensor/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2022-11-23T01:27:27.2618484Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_plan 2022-11-23T01:27:27.2619003Z copying torch/distributed/_shard/sharding_plan/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_plan 2022-11-23T01:27:27.2626352Z copying torch/distributed/_shard/sharding_plan/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_plan 2022-11-23T01:27:27.2638088Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec 2022-11-23T01:27:27.2638604Z copying torch/distributed/_shard/sharding_spec/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec 2022-11-23T01:27:27.2645763Z copying torch/distributed/_shard/sharding_spec/_internals.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec 2022-11-23T01:27:27.2651090Z copying torch/distributed/_shard/sharding_spec/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec 2022-11-23T01:27:27.2660108Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec 2022-11-23T01:27:27.2672391Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:27.2672935Z copying torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:27.2682094Z copying torch/distributed/_shard/sharded_tensor/_ops/_common.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:27.2688901Z copying torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:27.2697958Z copying torch/distributed/_shard/sharded_tensor/_ops/chunk.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:27.2702744Z copying torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:27.2708304Z copying torch/distributed/_shard/sharded_tensor/_ops/init.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:27.2716024Z copying torch/distributed/_shard/sharded_tensor/_ops/math_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:27.2720067Z copying torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:27.2723967Z copying torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:27.2728801Z copying torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:27.2738143Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:27.2739021Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:27.2739992Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:27.2747919Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:27.2752765Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:27.2761311Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/linear.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:27.2766284Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/math_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:27.2783942Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/matrix_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:27.2789990Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/softmax.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:27.2794824Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:27:27.2795325Z copying torch/distributed/_tensor/ops/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:27:27.2800205Z copying torch/distributed/_tensor/ops/common_rules.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:27:27.2805339Z copying torch/distributed/_tensor/ops/math_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:27:27.2811743Z copying torch/distributed/_tensor/ops/matrix_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:27:27.2818946Z copying torch/distributed/_tensor/ops/pointwise_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:27:27.2824993Z copying torch/distributed/_tensor/ops/tensor_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:27:27.2832387Z copying torch/distributed/_tensor/ops/tp_sharding_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:27:27.2837788Z copying torch/distributed/_tensor/ops/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:27:27.2843297Z copying torch/distributed/_tensor/ops/view_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:27:27.2852081Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel 2022-11-23T01:27:27.2852614Z copying torch/distributed/_tensor/parallel/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel 2022-11-23T01:27:27.2859236Z copying torch/distributed/_tensor/parallel/_view_with_dim_change.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel 2022-11-23T01:27:27.2865983Z copying torch/distributed/_tensor/parallel/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel 2022-11-23T01:27:27.2873489Z copying torch/distributed/_tensor/parallel/fsdp.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel 2022-11-23T01:27:27.2877890Z copying torch/distributed/_tensor/parallel/multihead_attention_tp.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel 2022-11-23T01:27:27.2885251Z copying torch/distributed/_tensor/parallel/style.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel 2022-11-23T01:27:27.2891408Z copying torch/distributed/_tensor/parallel/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel 2022-11-23T01:27:27.2897586Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_checkpoint 2022-11-23T01:27:27.2898151Z copying torch/distributed/algorithms/_checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_checkpoint 2022-11-23T01:27:27.2899333Z copying torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_checkpoint 2022-11-23T01:27:27.2908257Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_comm_hooks 2022-11-23T01:27:27.2908968Z copying torch/distributed/algorithms/_comm_hooks/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_comm_hooks 2022-11-23T01:27:27.2915109Z copying torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_comm_hooks 2022-11-23T01:27:27.2920704Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T01:27:27.2921259Z copying torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T01:27:27.2932232Z copying torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T01:27:27.2937829Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_quantization 2022-11-23T01:27:27.2938485Z copying torch/distributed/algorithms/_quantization/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_quantization 2022-11-23T01:27:27.2939531Z copying torch/distributed/algorithms/_quantization/quantization.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_quantization 2022-11-23T01:27:27.2945943Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:27.2946492Z copying torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:27.2951284Z copying torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:27.2958153Z copying torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:27.2963435Z copying torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:27.2967856Z copying torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:27.2975170Z copying torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:27.2979510Z copying torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:27.2988575Z copying torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:27.2996476Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging 2022-11-23T01:27:27.2997157Z copying torch/distributed/algorithms/model_averaging/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging 2022-11-23T01:27:27.2998162Z copying torch/distributed/algorithms/model_averaging/averagers.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging 2022-11-23T01:27:27.3002412Z copying torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging 2022-11-23T01:27:27.3010263Z copying torch/distributed/algorithms/model_averaging/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging 2022-11-23T01:27:27.3017575Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent 2022-11-23T01:27:27.3018053Z copying torch/distributed/elastic/agent/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent 2022-11-23T01:27:27.3020178Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events 2022-11-23T01:27:27.3020686Z copying torch/distributed/elastic/events/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events 2022-11-23T01:27:27.3028791Z copying torch/distributed/elastic/events/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events 2022-11-23T01:27:27.3035648Z copying torch/distributed/elastic/events/handlers.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events 2022-11-23T01:27:27.3041859Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/metrics 2022-11-23T01:27:27.3042373Z copying torch/distributed/elastic/metrics/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/metrics 2022-11-23T01:27:27.3047114Z copying torch/distributed/elastic/metrics/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/metrics 2022-11-23T01:27:27.3053954Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing 2022-11-23T01:27:27.3054496Z copying torch/distributed/elastic/multiprocessing/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing 2022-11-23T01:27:27.3060772Z copying torch/distributed/elastic/multiprocessing/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing 2022-11-23T01:27:27.3072096Z copying torch/distributed/elastic/multiprocessing/redirects.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing 2022-11-23T01:27:27.3076648Z copying torch/distributed/elastic/multiprocessing/tail_log.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing 2022-11-23T01:27:27.3083336Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:27:27.3083853Z copying torch/distributed/elastic/rendezvous/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:27:27.3089745Z copying torch/distributed/elastic/rendezvous/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:27:27.3094707Z copying torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:27:27.3100799Z copying torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:27:27.3112411Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:27:27.3122219Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:27:27.3129088Z copying torch/distributed/elastic/rendezvous/etcd_server.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:27:27.3133963Z copying torch/distributed/elastic/rendezvous/etcd_store.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:27:27.3143231Z copying torch/distributed/elastic/rendezvous/registry.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:27:27.3147784Z copying torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:27:27.3152464Z copying torch/distributed/elastic/rendezvous/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:27:27.3160689Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer 2022-11-23T01:27:27.3161160Z copying torch/distributed/elastic/timer/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer 2022-11-23T01:27:27.3166429Z copying torch/distributed/elastic/timer/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer 2022-11-23T01:27:27.3170855Z copying torch/distributed/elastic/timer/file_based_local_timer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer 2022-11-23T01:27:27.3178576Z copying torch/distributed/elastic/timer/local_timer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer 2022-11-23T01:27:27.3183968Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2022-11-23T01:27:27.3184516Z copying torch/distributed/elastic/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2022-11-23T01:27:27.3188783Z copying torch/distributed/elastic/utils/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2022-11-23T01:27:27.3195037Z copying torch/distributed/elastic/utils/distributed.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2022-11-23T01:27:27.3201743Z copying torch/distributed/elastic/utils/log_level.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2022-11-23T01:27:27.3207635Z copying torch/distributed/elastic/utils/logging.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2022-11-23T01:27:27.3211403Z copying torch/distributed/elastic/utils/store.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2022-11-23T01:27:27.3217651Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server 2022-11-23T01:27:27.3218146Z copying torch/distributed/elastic/agent/server/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server 2022-11-23T01:27:27.3222986Z copying torch/distributed/elastic/agent/server/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server 2022-11-23T01:27:27.3247753Z copying torch/distributed/elastic/agent/server/local_elastic_agent.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server 2022-11-23T01:27:27.3254598Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:27:27.3255168Z copying torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:27:27.3264314Z copying torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:27:27.3270840Z copying torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:27:27.3276437Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data 2022-11-23T01:27:27.3276911Z copying torch/distributed/elastic/utils/data/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data 2022-11-23T01:27:27.3284529Z copying torch/distributed/elastic/utils/data/cycling_iterator.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data 2022-11-23T01:27:27.3287567Z copying torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data 2022-11-23T01:27:27.3296836Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/nn/api 2022-11-23T01:27:27.3297326Z copying torch/distributed/nn/api/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn/api 2022-11-23T01:27:27.3298104Z copying torch/distributed/nn/api/remote_module.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn/api 2022-11-23T01:27:27.3307374Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit 2022-11-23T01:27:27.3308032Z copying torch/distributed/nn/jit/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit 2022-11-23T01:27:27.3308713Z copying torch/distributed/nn/jit/instantiator.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit 2022-11-23T01:27:27.3316428Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/templates 2022-11-23T01:27:27.3316996Z copying torch/distributed/nn/jit/templates/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/templates 2022-11-23T01:27:27.3318145Z copying torch/distributed/nn/jit/templates/remote_module_template.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/templates 2022-11-23T01:27:27.3324832Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:27:27.3325359Z copying torch/distributed/pipeline/sync/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:27:27.3330698Z copying torch/distributed/pipeline/sync/batchnorm.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:27:27.3336282Z copying torch/distributed/pipeline/sync/checkpoint.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:27:27.3342294Z copying torch/distributed/pipeline/sync/copy.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:27:27.3346617Z copying torch/distributed/pipeline/sync/dependency.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:27:27.3351337Z copying torch/distributed/pipeline/sync/microbatch.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:27:27.3359184Z copying torch/distributed/pipeline/sync/phony.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:27:27.3362995Z copying torch/distributed/pipeline/sync/pipe.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:27:27.3368605Z copying torch/distributed/pipeline/sync/pipeline.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:27:27.3374467Z copying torch/distributed/pipeline/sync/stream.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:27:27.3378790Z copying torch/distributed/pipeline/sync/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:27:27.3383583Z copying torch/distributed/pipeline/sync/worker.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:27:27.3389808Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance 2022-11-23T01:27:27.3390688Z copying torch/distributed/pipeline/sync/_balance/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance 2022-11-23T01:27:27.3396340Z copying torch/distributed/pipeline/sync/_balance/blockpartition.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance 2022-11-23T01:27:27.3402107Z copying torch/distributed/pipeline/sync/_balance/profile.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance 2022-11-23T01:27:27.3407569Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2022-11-23T01:27:27.3408069Z copying torch/distributed/pipeline/sync/skip/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2022-11-23T01:27:27.3412871Z copying torch/distributed/pipeline/sync/skip/layout.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2022-11-23T01:27:27.3418429Z copying torch/distributed/pipeline/sync/skip/namespace.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2022-11-23T01:27:27.3421917Z copying torch/distributed/pipeline/sync/skip/portal.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2022-11-23T01:27:27.3427737Z copying torch/distributed/pipeline/sync/skip/skippable.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2022-11-23T01:27:27.3432699Z copying torch/distributed/pipeline/sync/skip/tracker.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2022-11-23T01:27:27.3438978Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/_testing 2022-11-23T01:27:27.3439594Z copying torch/distributed/rpc/_testing/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/_testing 2022-11-23T01:27:27.3443456Z copying torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/_testing 2022-11-23T01:27:27.3449866Z creating build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:27:27.3450489Z copying torch/fx/experimental/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:27:27.3451591Z copying torch/fx/experimental/accelerator_partitioner.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:27:27.3468231Z copying torch/fx/experimental/const_fold.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:27:27.3474393Z copying torch/fx/experimental/debug.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:27:27.3480346Z copying torch/fx/experimental/graph_gradual_typechecker.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:27:27.3485862Z copying torch/fx/experimental/merge_matmul.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:27:27.3489750Z copying torch/fx/experimental/meta_tracer.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:27:27.3497736Z copying torch/fx/experimental/normalize.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:27:27.3505556Z copying torch/fx/experimental/optimization.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:27:27.3513907Z copying torch/fx/experimental/partitioner_utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:27:27.3519653Z copying torch/fx/experimental/proxy_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:27:27.3525889Z copying torch/fx/experimental/refinement_types.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:27:27.3529283Z copying torch/fx/experimental/rewriter.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:27:27.3533640Z copying torch/fx/experimental/schema_type_annotation.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:27:27.3539432Z copying torch/fx/experimental/symbolic_shapes.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:27:27.3546365Z copying torch/fx/experimental/unify_refinements.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:27:27.3551532Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:27:27.3552008Z copying torch/fx/passes/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:27:27.3557555Z copying torch/fx/passes/fake_tensor_prop.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:27:27.3564072Z copying torch/fx/passes/graph_drawer.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:27:27.3570709Z copying torch/fx/passes/graph_manipulation.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:27:27.3574432Z copying torch/fx/passes/net_min_base.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:27:27.3582245Z copying torch/fx/passes/operator_support.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:27:27.3586710Z copying torch/fx/passes/param_fetch.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:27:27.3591370Z copying torch/fx/passes/pass_manager.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:27:27.3599256Z copying torch/fx/passes/reinplace.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:27:27.3609086Z copying torch/fx/passes/shape_prop.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:27:27.3612824Z copying torch/fx/passes/split_module.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:27:27.3622036Z copying torch/fx/passes/split_utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:27:27.3628174Z copying torch/fx/passes/splitter_base.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:27:27.3638382Z copying torch/fx/passes/tools_common.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:27:27.3645486Z creating build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:27.3646061Z copying torch/fx/experimental/migrate_gradual_types/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:27.3646643Z copying torch/fx/experimental/migrate_gradual_types/constraint.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:27.3655009Z copying torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:27.3670923Z copying torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:27.3679780Z copying torch/fx/experimental/migrate_gradual_types/operation.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:27.3685764Z copying torch/fx/experimental/migrate_gradual_types/transform_to_z3.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:27.3692600Z copying torch/fx/experimental/migrate_gradual_types/util.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:27.3698209Z copying torch/fx/experimental/migrate_gradual_types/z3_types.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:27.3705280Z creating build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:27:27.3705763Z copying torch/fx/experimental/unification/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:27:27.3710164Z copying torch/fx/experimental/unification/core.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:27:27.3714943Z copying torch/fx/experimental/unification/dispatch.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:27:27.3719533Z copying torch/fx/experimental/unification/match.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:27:27.3724011Z copying torch/fx/experimental/unification/more.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:27:27.3728032Z copying torch/fx/experimental/unification/unification_tools.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:27:27.3734072Z copying torch/fx/experimental/unification/utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:27:27.3738148Z copying torch/fx/experimental/unification/variable.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:27:27.3743588Z creating build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:27:27.3744164Z copying torch/fx/experimental/unification/multipledispatch/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:27:27.3748747Z copying torch/fx/experimental/unification/multipledispatch/conflict.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:27:27.3752260Z copying torch/fx/experimental/unification/multipledispatch/core.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:27:27.3757198Z copying torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:27:27.3767064Z copying torch/fx/experimental/unification/multipledispatch/utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:27:27.3771294Z copying torch/fx/experimental/unification/multipledispatch/variadic.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:27:27.3777387Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/backends 2022-11-23T01:27:27.3777951Z copying torch/fx/passes/backends/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/backends 2022-11-23T01:27:27.3778815Z copying torch/fx/passes/backends/cudagraphs.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/backends 2022-11-23T01:27:27.3784808Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect 2022-11-23T01:27:27.3786075Z copying torch/fx/passes/dialect/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect 2022-11-23T01:27:27.3787753Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra 2022-11-23T01:27:27.3788813Z copying torch/fx/passes/infra/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra 2022-11-23T01:27:27.3794949Z copying torch/fx/passes/infra/partitioner.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra 2022-11-23T01:27:27.3800395Z copying torch/fx/passes/infra/pass_base.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra 2022-11-23T01:27:27.3806972Z copying torch/fx/passes/infra/pass_manager.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra 2022-11-23T01:27:27.3813574Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/tests 2022-11-23T01:27:27.3814014Z copying torch/fx/passes/tests/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/tests 2022-11-23T01:27:27.3814476Z copying torch/fx/passes/tests/test_pass_manager.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/tests 2022-11-23T01:27:27.3821107Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils 2022-11-23T01:27:27.3821553Z copying torch/fx/passes/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils 2022-11-23T01:27:27.3826819Z copying torch/fx/passes/utils/common.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils 2022-11-23T01:27:27.3830525Z copying torch/fx/passes/utils/fuser_utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils 2022-11-23T01:27:27.3836079Z copying torch/fx/passes/utils/matcher_utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils 2022-11-23T01:27:27.3843719Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect/common 2022-11-23T01:27:27.3844428Z copying torch/fx/passes/dialect/common/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect/common 2022-11-23T01:27:27.3844934Z copying torch/fx/passes/dialect/common/cse_pass.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect/common 2022-11-23T01:27:27.3852001Z creating build/lib.linux-x86_64-cpython-38/torch/jit/_passes 2022-11-23T01:27:27.3852466Z copying torch/jit/_passes/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/jit/_passes 2022-11-23T01:27:27.3853469Z copying torch/jit/_passes/_property_propagation.py -> build/lib.linux-x86_64-cpython-38/torch/jit/_passes 2022-11-23T01:27:27.3860367Z creating build/lib.linux-x86_64-cpython-38/torch/jit/mobile 2022-11-23T01:27:27.3860785Z copying torch/jit/mobile/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/jit/mobile 2022-11-23T01:27:27.3868737Z creating build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:27:27.3869165Z copying torch/masked/maskedtensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:27:27.3874696Z copying torch/masked/maskedtensor/_ops_refs.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:27:27.3880209Z copying torch/masked/maskedtensor/binary.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:27:27.3884136Z copying torch/masked/maskedtensor/core.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:27:27.3894506Z copying torch/masked/maskedtensor/creation.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:27:27.3898084Z copying torch/masked/maskedtensor/passthrough.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:27:27.3903919Z copying torch/masked/maskedtensor/reductions.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:27:27.3910469Z copying torch/masked/maskedtensor/unary.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:27:27.3917460Z creating build/lib.linux-x86_64-cpython-38/torch/nn/backends 2022-11-23T01:27:27.3918252Z copying torch/nn/backends/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/backends 2022-11-23T01:27:27.3918928Z copying torch/nn/backends/thnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/backends 2022-11-23T01:27:27.3924746Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic 2022-11-23T01:27:27.3925141Z copying torch/nn/intrinsic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic 2022-11-23T01:27:27.3933125Z creating build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:27.3933536Z copying torch/nn/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:27.3939588Z copying torch/nn/modules/_functions.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:27.3945445Z copying torch/nn/modules/activation.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:27.3957877Z copying torch/nn/modules/adaptive.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:27.3963509Z copying torch/nn/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:27.3975169Z copying torch/nn/modules/channelshuffle.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:27.3982335Z copying torch/nn/modules/container.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:27.3992838Z copying torch/nn/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:27.4009395Z copying torch/nn/modules/distance.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:27.4015153Z copying torch/nn/modules/dropout.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:27.4021209Z copying torch/nn/modules/flatten.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:27.4025674Z copying torch/nn/modules/fold.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:27.4034526Z copying torch/nn/modules/instancenorm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:27.4041829Z copying torch/nn/modules/lazy.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:27.4050826Z copying torch/nn/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:27.4058957Z copying torch/nn/modules/loss.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:27.4076357Z copying torch/nn/modules/module.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:27.4092771Z copying torch/nn/modules/normalization.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:27.4096645Z copying torch/nn/modules/padding.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:27.4102340Z copying torch/nn/modules/pixelshuffle.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:27.4106699Z copying torch/nn/modules/pooling.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:27.4120016Z copying torch/nn/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:27.4145881Z copying torch/nn/modules/sparse.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:27.4156548Z copying torch/nn/modules/transformer.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:27.4167756Z copying torch/nn/modules/upsampling.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:27.4176431Z copying torch/nn/modules/utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:27.4182353Z creating build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:27:27.4182771Z copying torch/nn/parallel/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:27:27.4187301Z copying torch/nn/parallel/_functions.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:27:27.4194884Z copying torch/nn/parallel/_replicated_tensor_ddp_interop.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:27:27.4199016Z copying torch/nn/parallel/_replicated_tensor_ddp_utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:27:27.4202831Z copying torch/nn/parallel/comm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:27:27.4209330Z copying torch/nn/parallel/data_parallel.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:27:27.4214860Z copying torch/nn/parallel/distributed.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:27:27.4227043Z copying torch/nn/parallel/parallel_apply.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:27:27.4233904Z copying torch/nn/parallel/replicate.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:27:27.4239670Z copying torch/nn/parallel/scatter_gather.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:27:27.4247709Z creating build/lib.linux-x86_64-cpython-38/torch/nn/qat 2022-11-23T01:27:27.4248417Z copying torch/nn/qat/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat 2022-11-23T01:27:27.4255573Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantizable 2022-11-23T01:27:27.4256003Z copying torch/nn/quantizable/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantizable 2022-11-23T01:27:27.4261496Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized 2022-11-23T01:27:27.4261904Z copying torch/nn/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized 2022-11-23T01:27:27.4267256Z copying torch/nn/quantized/functional.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized 2022-11-23T01:27:27.4274456Z creating build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:27:27.4274860Z copying torch/nn/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:27:27.4280531Z copying torch/nn/utils/_deprecation_utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:27:27.4284022Z copying torch/nn/utils/_per_sample_grad.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:27:27.4288761Z copying torch/nn/utils/_stateless.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:27:27.4293728Z copying torch/nn/utils/clip_grad.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:27:27.4298092Z copying torch/nn/utils/convert_parameters.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:27:27.4302019Z copying torch/nn/utils/fusion.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:27:27.4306873Z copying torch/nn/utils/init.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:27:27.4313729Z copying torch/nn/utils/memory_format.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:27:27.4317822Z copying torch/nn/utils/parametrizations.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:27:27.4324000Z copying torch/nn/utils/parametrize.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:27:27.4333825Z copying torch/nn/utils/prune.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:27:27.4347706Z copying torch/nn/utils/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:27:27.4353193Z copying torch/nn/utils/spectral_norm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:27:27.4359917Z copying torch/nn/utils/stateless.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:27:27.4364623Z copying torch/nn/utils/weight_norm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:27:27.4371218Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/modules 2022-11-23T01:27:27.4371739Z copying torch/nn/intrinsic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/modules 2022-11-23T01:27:27.4376933Z copying torch/nn/intrinsic/modules/fused.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/modules 2022-11-23T01:27:27.4381531Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat 2022-11-23T01:27:27.4381939Z copying torch/nn/intrinsic/qat/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat 2022-11-23T01:27:27.4388140Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized 2022-11-23T01:27:27.4388589Z copying torch/nn/intrinsic/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized 2022-11-23T01:27:27.4394858Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules 2022-11-23T01:27:27.4395337Z copying torch/nn/intrinsic/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules 2022-11-23T01:27:27.4402063Z copying torch/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules 2022-11-23T01:27:27.4406846Z copying torch/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules 2022-11-23T01:27:27.4412761Z copying torch/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules 2022-11-23T01:27:27.4438091Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic 2022-11-23T01:27:27.4438577Z copying torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic 2022-11-23T01:27:27.4444889Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules 2022-11-23T01:27:27.4445376Z copying torch/nn/intrinsic/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules 2022-11-23T01:27:27.4451261Z copying torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules 2022-11-23T01:27:27.4455745Z copying torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules 2022-11-23T01:27:27.4463281Z copying torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules 2022-11-23T01:27:27.4468625Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:27:27.4469174Z copying torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:27:27.4474890Z copying torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:27:27.4479212Z creating build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic 2022-11-23T01:27:27.4479641Z copying torch/nn/qat/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic 2022-11-23T01:27:27.4486485Z creating build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules 2022-11-23T01:27:27.4486941Z copying torch/nn/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules 2022-11-23T01:27:27.4493492Z copying torch/nn/qat/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules 2022-11-23T01:27:27.4497554Z copying torch/nn/qat/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules 2022-11-23T01:27:27.4501129Z copying torch/nn/qat/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules 2022-11-23T01:27:27.4506594Z creating build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic/modules 2022-11-23T01:27:27.4507168Z copying torch/nn/qat/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic/modules 2022-11-23T01:27:27.4512462Z copying torch/nn/qat/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic/modules 2022-11-23T01:27:27.4518436Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules 2022-11-23T01:27:27.4519149Z copying torch/nn/quantizable/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules 2022-11-23T01:27:27.4524817Z copying torch/nn/quantizable/modules/activation.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules 2022-11-23T01:27:27.4532186Z copying torch/nn/quantizable/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules 2022-11-23T01:27:27.4538128Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference 2022-11-23T01:27:27.4538585Z copying torch/nn/quantized/_reference/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference 2022-11-23T01:27:27.4544264Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic 2022-11-23T01:27:27.4544883Z copying torch/nn/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic 2022-11-23T01:27:27.4552478Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:27:27.4552990Z copying torch/nn/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:27:27.4560483Z copying torch/nn/quantized/modules/activation.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:27:27.4566729Z copying torch/nn/quantized/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:27:27.4570853Z copying torch/nn/quantized/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:27:27.4575671Z copying torch/nn/quantized/modules/dropout.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:27:27.4583332Z copying torch/nn/quantized/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:27:27.4589115Z copying torch/nn/quantized/modules/functional_modules.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:27:27.4595234Z copying torch/nn/quantized/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:27:27.4599416Z copying torch/nn/quantized/modules/normalization.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:27:27.4605889Z copying torch/nn/quantized/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:27:27.4611885Z copying torch/nn/quantized/modules/utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:27:27.4619294Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2022-11-23T01:27:27.4619782Z copying torch/nn/quantized/_reference/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2022-11-23T01:27:27.4626142Z copying torch/nn/quantized/_reference/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2022-11-23T01:27:27.4632692Z copying torch/nn/quantized/_reference/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2022-11-23T01:27:27.4637573Z copying torch/nn/quantized/_reference/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2022-11-23T01:27:27.4641692Z copying torch/nn/quantized/_reference/modules/sparse.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2022-11-23T01:27:27.4646092Z copying torch/nn/quantized/_reference/modules/utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2022-11-23T01:27:27.4653722Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules 2022-11-23T01:27:27.4654313Z copying torch/nn/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules 2022-11-23T01:27:27.4658980Z copying torch/nn/quantized/dynamic/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules 2022-11-23T01:27:27.4663343Z copying torch/nn/quantized/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules 2022-11-23T01:27:27.4666784Z copying torch/nn/quantized/dynamic/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules 2022-11-23T01:27:27.4672138Z creating build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:27:27.4672626Z copying torch/nn/utils/_expanded_weights/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:27:27.4677614Z copying torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:27:27.4681113Z copying torch/nn/utils/_expanded_weights/conv_utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:27:27.4686526Z copying torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:27:27.4690246Z copying torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:27:27.4694404Z copying torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:27:27.4699098Z copying torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:27:27.4702508Z copying torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:27:27.4707951Z copying torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:27:27.4713920Z copying torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:27:27.4722068Z creating build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2022-11-23T01:27:27.4722719Z copying torch/onnx/_internal/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2022-11-23T01:27:27.4723485Z copying torch/onnx/_internal/_beartype.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2022-11-23T01:27:27.4727568Z copying torch/onnx/_internal/jit_utils.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2022-11-23T01:27:27.4733530Z copying torch/onnx/_internal/onnx_proto_utils.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2022-11-23T01:27:27.4736875Z copying torch/onnx/_internal/registration.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2022-11-23T01:27:27.4742410Z creating build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics 2022-11-23T01:27:27.4743155Z copying torch/onnx/_internal/diagnostics/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics 2022-11-23T01:27:27.4747917Z copying torch/onnx/_internal/diagnostics/_diagnostic.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics 2022-11-23T01:27:27.4753363Z copying torch/onnx/_internal/diagnostics/_rules.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics 2022-11-23T01:27:27.4759647Z creating build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:27:27.4760143Z copying torch/onnx/_internal/diagnostics/infra/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:27:27.4772649Z copying torch/onnx/_internal/diagnostics/infra/_infra.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:27:27.4778849Z copying torch/onnx/_internal/diagnostics/infra/engine.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:27:27.4786701Z copying torch/onnx/_internal/diagnostics/infra/formatter.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:27:27.4795125Z copying torch/onnx/_internal/diagnostics/infra/utils.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:27:27.4804767Z creating build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.4805304Z copying torch/onnx/_internal/diagnostics/infra/sarif/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.4816605Z copying torch/onnx/_internal/diagnostics/infra/sarif/_address.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.4822930Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.4828072Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.4835225Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.4841397Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.4847752Z copying torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.4853232Z copying torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.4861596Z copying torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.4873411Z copying torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.4878318Z copying torch/onnx/_internal/diagnostics/infra/sarif/_edge.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.4882487Z copying torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.4888215Z copying torch/onnx/_internal/diagnostics/infra/sarif/_exception.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.4895757Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.4902738Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.4910604Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.4917882Z copying torch/onnx/_internal/diagnostics/infra/sarif/_fix.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.4923544Z copying torch/onnx/_internal/diagnostics/infra/sarif/_graph.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.4928686Z copying torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.4934497Z copying torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.4940442Z copying torch/onnx/_internal/diagnostics/infra/sarif/_location.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.4946179Z copying torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.4950862Z copying torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.4957662Z copying torch/onnx/_internal/diagnostics/infra/sarif/_message.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.4968278Z copying torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.4971894Z copying torch/onnx/_internal/diagnostics/infra/sarif/_node.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.4976142Z copying torch/onnx/_internal/diagnostics/infra/sarif/_notification.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.4982954Z copying torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.4991299Z copying torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.4996930Z copying torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.5009602Z copying torch/onnx/_internal/diagnostics/infra/sarif/_region.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.5017132Z copying torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.5024270Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.5033397Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.5041845Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.5055091Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.5061752Z copying torch/onnx/_internal/diagnostics/infra/sarif/_result.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.5069757Z copying torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.5076171Z copying torch/onnx/_internal/diagnostics/infra/sarif/_run.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.5083083Z copying torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.5091741Z copying torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.5096845Z copying torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.5101926Z copying torch/onnx/_internal/diagnostics/infra/sarif/_stack.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.5109963Z copying torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.5118750Z copying torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.5125276Z copying torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.5131654Z copying torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.5136633Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.5140320Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.5145784Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.5151781Z copying torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.5155486Z copying torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.5163737Z copying torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.5169236Z copying torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.5174135Z copying torch/onnx/_internal/diagnostics/infra/sarif/version.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:27.5182895Z creating build/lib.linux-x86_64-cpython-38/torch/optim/_multi_tensor 2022-11-23T01:27:27.5183572Z copying torch/optim/_multi_tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/optim/_multi_tensor 2022-11-23T01:27:27.5189161Z creating build/lib.linux-x86_64-cpython-38/torch/package/analyze 2022-11-23T01:27:27.5189761Z copying torch/package/analyze/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/package/analyze 2022-11-23T01:27:27.5193816Z copying torch/package/analyze/find_first_use_of_broken_modules.py -> build/lib.linux-x86_64-cpython-38/torch/package/analyze 2022-11-23T01:27:27.5197173Z copying torch/package/analyze/is_from_package.py -> build/lib.linux-x86_64-cpython-38/torch/package/analyze 2022-11-23T01:27:27.5200610Z copying torch/package/analyze/trace_dependencies.py -> build/lib.linux-x86_64-cpython-38/torch/package/analyze 2022-11-23T01:27:27.5206379Z creating build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:27:27.5206813Z copying torch/quantization/fx/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:27:27.5213170Z copying torch/quantization/fx/_equalize.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:27:27.5219775Z copying torch/quantization/fx/convert.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:27:27.5227651Z copying torch/quantization/fx/fuse.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:27:27.5231083Z copying torch/quantization/fx/fusion_patterns.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:27:27.5235736Z copying torch/quantization/fx/graph_module.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:27:27.5240386Z copying torch/quantization/fx/match_utils.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:27:27.5250807Z copying torch/quantization/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:27:27.5257375Z copying torch/quantization/fx/prepare.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:27:27.5264443Z copying torch/quantization/fx/quantization_patterns.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:27:27.5268498Z copying torch/quantization/fx/quantization_types.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:27:27.5276784Z copying torch/quantization/fx/utils.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:27:27.5282040Z creating build/lib.linux-x86_64-cpython-38/torch/signal/windows 2022-11-23T01:27:27.5282505Z copying torch/signal/windows/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/signal/windows 2022-11-23T01:27:27.5287274Z copying torch/signal/windows/windows.py -> build/lib.linux-x86_64-cpython-38/torch/signal/windows 2022-11-23T01:27:27.5296703Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:27.5297270Z copying torch/testing/_internal/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:27.5298137Z copying torch/testing/_internal/autocast_test_lists.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:27.5305998Z copying torch/testing/_internal/check_kernel_launches.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:27.5311619Z copying torch/testing/_internal/common_cuda.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:27.5316131Z copying torch/testing/_internal/common_device_type.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:27.5327856Z copying torch/testing/_internal/common_distributed.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:27.5337690Z copying torch/testing/_internal/common_dtype.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:27.5341766Z copying torch/testing/_internal/common_fsdp.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:27.5352676Z copying torch/testing/_internal/common_jit.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:27.5361295Z copying torch/testing/_internal/common_methods_invocations.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:27.5420368Z copying torch/testing/_internal/common_modules.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:27.5444080Z copying torch/testing/_internal/common_nn.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:27.5475766Z copying torch/testing/_internal/common_quantization.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:27.5491574Z copying torch/testing/_internal/common_quantized.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:27.5496120Z copying torch/testing/_internal/common_subclass.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:27.5501224Z copying torch/testing/_internal/common_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:27.5516125Z copying torch/testing/_internal/composite_compliance.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:27.5522810Z copying torch/testing/_internal/dist_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:27.5527466Z copying torch/testing/_internal/hypothesis_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:27.5534151Z copying torch/testing/_internal/inductor_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:27.5537166Z copying torch/testing/_internal/jit_metaprogramming_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:27.5544716Z copying torch/testing/_internal/jit_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:27.5553952Z copying torch/testing/_internal/logging_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:27.5558538Z copying torch/testing/_internal/quantization_torch_package_models.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:27.5565836Z copying torch/testing/_internal/schema_check_mode.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:27.5569592Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/codegen 2022-11-23T01:27:27.5570694Z copying torch/testing/_internal/codegen/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/codegen 2022-11-23T01:27:27.5571669Z copying torch/testing/_internal/codegen/random_topo_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/codegen 2022-11-23T01:27:27.5580511Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data 2022-11-23T01:27:27.5581165Z copying torch/testing/_internal/data/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data 2022-11-23T01:27:27.5581769Z copying torch/testing/_internal/data/network1.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data 2022-11-23T01:27:27.5586405Z copying torch/testing/_internal/data/network2.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data 2022-11-23T01:27:27.5591808Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2022-11-23T01:27:27.5592542Z copying torch/testing/_internal/distributed/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2022-11-23T01:27:27.5593336Z copying torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2022-11-23T01:27:27.5601851Z copying torch/testing/_internal/distributed/distributed_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2022-11-23T01:27:27.5629128Z copying torch/testing/_internal/distributed/distributed_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2022-11-23T01:27:27.5633762Z copying torch/testing/_internal/distributed/multi_threaded_pg.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2022-11-23T01:27:27.5639943Z copying torch/testing/_internal/distributed/pipe_with_ddp_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2022-11-23T01:27:27.5644204Z copying torch/testing/_internal/distributed/rpc_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2022-11-23T01:27:27.5649931Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/generated 2022-11-23T01:27:27.5650501Z copying torch/testing/_internal/generated/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/generated 2022-11-23T01:27:27.5651284Z copying torch/testing/_internal/generated/annotated_fn_args.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/generated 2022-11-23T01:27:27.5655843Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo 2022-11-23T01:27:27.5656321Z copying torch/testing/_internal/opinfo/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo 2022-11-23T01:27:27.5662818Z copying torch/testing/_internal/opinfo/core.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo 2022-11-23T01:27:27.5678252Z copying torch/testing/_internal/opinfo/refs.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo 2022-11-23T01:27:27.5683036Z copying torch/testing/_internal/opinfo/utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo 2022-11-23T01:27:27.5689652Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module 2022-11-23T01:27:27.5690160Z copying torch/testing/_internal/test_module/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module 2022-11-23T01:27:27.5690962Z copying torch/testing/_internal/test_module/future_div.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module 2022-11-23T01:27:27.5694895Z copying torch/testing/_internal/test_module/no_future_div.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module 2022-11-23T01:27:27.5701377Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard 2022-11-23T01:27:27.5701985Z copying torch/testing/_internal/distributed/_shard/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard 2022-11-23T01:27:27.5702800Z copying torch/testing/_internal/distributed/_shard/test_common.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard 2022-11-23T01:27:27.5708895Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor 2022-11-23T01:27:27.5709570Z copying torch/testing/_internal/distributed/_tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor 2022-11-23T01:27:27.5710206Z copying torch/testing/_internal/distributed/_tensor/common_dtensor.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor 2022-11-23T01:27:27.5717626Z copying torch/testing/_internal/distributed/_tensor/dtensor_lagging_op_db.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor 2022-11-23T01:27:27.5724178Z copying torch/testing/_internal/distributed/_tensor/gen_dtensor_lagging_op_db.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor 2022-11-23T01:27:27.5733206Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn 2022-11-23T01:27:27.5733760Z copying torch/testing/_internal/distributed/nn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn 2022-11-23T01:27:27.5735594Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/pipeline 2022-11-23T01:27:27.5736100Z copying torch/testing/_internal/distributed/pipeline/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/pipeline 2022-11-23T01:27:27.5738643Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:27.5739255Z copying torch/testing/_internal/distributed/rpc/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:27.5739964Z copying torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:27.5767197Z copying torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:27.5778369Z copying torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:27.5787986Z copying torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:27.5792726Z copying torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:27.5799430Z copying torch/testing/_internal/distributed/rpc/rpc_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:27.5814998Z copying torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:27.5820143Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T01:27:27.5820738Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T01:27:27.5826157Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T01:27:27.5833607Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T01:27:27.5842419Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn/api 2022-11-23T01:27:27.5842987Z copying torch/testing/_internal/distributed/nn/api/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn/api 2022-11-23T01:27:27.5844039Z copying torch/testing/_internal/distributed/nn/api/remote_module_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn/api 2022-11-23T01:27:27.5858247Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/examples 2022-11-23T01:27:27.5858817Z copying torch/testing/_internal/distributed/rpc/examples/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/examples 2022-11-23T01:27:27.5859642Z copying torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/examples 2022-11-23T01:27:27.5864710Z copying torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/examples 2022-11-23T01:27:27.5870621Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:27:27.5871423Z copying torch/testing/_internal/distributed/rpc/jit/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:27:27.5872289Z copying torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:27:27.5877177Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:27:27.5894713Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:27:27.5903770Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2022-11-23T01:27:27.5904311Z copying torch/testing/_internal/opinfo/definitions/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2022-11-23T01:27:27.5908821Z copying torch/testing/_internal/opinfo/definitions/_masked.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2022-11-23T01:27:27.5919925Z copying torch/testing/_internal/opinfo/definitions/fft.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2022-11-23T01:27:27.5925731Z copying torch/testing/_internal/opinfo/definitions/linalg.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2022-11-23T01:27:27.5938066Z copying torch/testing/_internal/opinfo/definitions/signal.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2022-11-23T01:27:27.5945487Z copying torch/testing/_internal/opinfo/definitions/special.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2022-11-23T01:27:27.5953435Z creating build/lib.linux-x86_64-cpython-38/torch/utils/backcompat 2022-11-23T01:27:27.5953927Z copying torch/utils/backcompat/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/backcompat 2022-11-23T01:27:27.5959407Z creating build/lib.linux-x86_64-cpython-38/torch/utils/benchmark 2022-11-23T01:27:27.5959890Z copying torch/utils/benchmark/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark 2022-11-23T01:27:27.5965731Z creating build/lib.linux-x86_64-cpython-38/torch/utils/bottleneck 2022-11-23T01:27:27.5966281Z copying torch/utils/bottleneck/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/bottleneck 2022-11-23T01:27:27.5967060Z copying torch/utils/bottleneck/__main__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/bottleneck 2022-11-23T01:27:27.5973616Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:27:27.5974031Z copying torch/utils/data/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:27:27.5978133Z copying torch/utils/data/backward_compatibility.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:27:27.5984108Z copying torch/utils/data/dataloader.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:27:27.5998796Z copying torch/utils/data/dataset.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:27:27.6003938Z copying torch/utils/data/distributed.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:27:27.6007313Z copying torch/utils/data/graph.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:27:27.6016112Z copying torch/utils/data/graph_settings.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:27:27.6021511Z copying torch/utils/data/sampler.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:27:27.6028078Z creating build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2022-11-23T01:27:27.6028808Z copying torch/utils/hipify/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2022-11-23T01:27:27.6029596Z copying torch/utils/hipify/constants.py -> build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2022-11-23T01:27:27.6030791Z copying torch/utils/hipify/cuda_to_hip_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2022-11-23T01:27:27.6035002Z copying torch/utils/hipify/hipify_python.py -> build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2022-11-23T01:27:27.6035975Z copying torch/utils/hipify/version.py -> build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2022-11-23T01:27:27.6038696Z creating build/lib.linux-x86_64-cpython-38/torch/utils/jit 2022-11-23T01:27:27.6039282Z copying torch/utils/jit/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/jit 2022-11-23T01:27:27.6043290Z copying torch/utils/jit/log_extract.py -> build/lib.linux-x86_64-cpython-38/torch/utils/jit 2022-11-23T01:27:27.6047081Z creating build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2022-11-23T01:27:27.6047597Z copying torch/utils/model_dump/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2022-11-23T01:27:27.6058103Z copying torch/utils/model_dump/__main__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2022-11-23T01:27:27.6063213Z creating build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:27:27.6063659Z copying torch/utils/tensorboard/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:27:27.6067604Z copying torch/utils/tensorboard/_caffe2_graph.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:27:27.6073365Z copying torch/utils/tensorboard/_convert_np.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:27:27.6077474Z copying torch/utils/tensorboard/_embedding.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:27:27.6083466Z copying torch/utils/tensorboard/_onnx_graph.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:27:27.6088918Z copying torch/utils/tensorboard/_proto_graph.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:27:27.6095663Z copying torch/utils/tensorboard/_pytorch_graph.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:27:27.6102641Z copying torch/utils/tensorboard/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:27:27.6108133Z copying torch/utils/tensorboard/summary.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:27:27.6115828Z copying torch/utils/tensorboard/writer.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:27:27.6133278Z creating build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:27:27.6134032Z copying torch/utils/benchmark/examples/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:27:27.6134945Z copying torch/utils/benchmark/examples/blas_compare.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:27:27.6140294Z copying torch/utils/benchmark/examples/blas_compare_setup.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:27:27.6143667Z copying torch/utils/benchmark/examples/compare.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:27:27.6148229Z copying torch/utils/benchmark/examples/end_to_end.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:27:27.6155926Z copying torch/utils/benchmark/examples/fuzzer.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:27:27.6161871Z copying torch/utils/benchmark/examples/op_benchmark.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:27:27.6167597Z copying torch/utils/benchmark/examples/simple_timeit.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:27:27.6173177Z copying torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:27:27.6178393Z creating build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2022-11-23T01:27:27.6178957Z copying torch/utils/benchmark/op_fuzzers/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2022-11-23T01:27:27.6179624Z copying torch/utils/benchmark/op_fuzzers/binary.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2022-11-23T01:27:27.6184359Z copying torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2022-11-23T01:27:27.6190531Z copying torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2022-11-23T01:27:27.6194505Z copying torch/utils/benchmark/op_fuzzers/spectral.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2022-11-23T01:27:27.6203005Z copying torch/utils/benchmark/op_fuzzers/unary.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2022-11-23T01:27:27.6209641Z creating build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:27:27.6210154Z copying torch/utils/benchmark/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:27:27.6211250Z copying torch/utils/benchmark/utils/_stubs.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:27:27.6215477Z copying torch/utils/benchmark/utils/common.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:27:27.6220498Z copying torch/utils/benchmark/utils/compare.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:27:27.6226339Z copying torch/utils/benchmark/utils/cpp_jit.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:27:27.6230385Z copying torch/utils/benchmark/utils/fuzzer.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:27:27.6235456Z copying torch/utils/benchmark/utils/sparse_fuzzer.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:27:27.6239564Z copying torch/utils/benchmark/utils/timer.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:27:27.6246503Z creating build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:27:27.6247122Z copying torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:27:27.6248106Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:27:27.6259029Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2022-11-23T01:27:27.6259507Z copying torch/utils/data/_utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2022-11-23T01:27:27.6264240Z copying torch/utils/data/_utils/collate.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2022-11-23T01:27:27.6282060Z copying torch/utils/data/_utils/fetch.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2022-11-23T01:27:27.6285330Z copying torch/utils/data/_utils/pin_memory.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2022-11-23T01:27:27.6289595Z copying torch/utils/data/_utils/serialization.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2022-11-23T01:27:27.6293928Z copying torch/utils/data/_utils/signal_handling.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2022-11-23T01:27:27.6297182Z copying torch/utils/data/_utils/worker.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2022-11-23T01:27:27.6305710Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2022-11-23T01:27:27.6306218Z copying torch/utils/data/datapipes/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2022-11-23T01:27:27.6310975Z copying torch/utils/data/datapipes/_decorator.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2022-11-23T01:27:27.6316561Z copying torch/utils/data/datapipes/_hook_iterator.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2022-11-23T01:27:27.6321528Z copying torch/utils/data/datapipes/_typing.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2022-11-23T01:27:27.6328793Z copying torch/utils/data/datapipes/datapipe.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2022-11-23T01:27:27.6336010Z copying torch/utils/data/datapipes/gen_pyi.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2022-11-23T01:27:27.6338646Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2022-11-23T01:27:27.6339162Z copying torch/utils/data/datapipes/dataframe/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2022-11-23T01:27:27.6345065Z copying torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2022-11-23T01:27:27.6350028Z copying torch/utils/data/datapipes/dataframe/dataframes.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2022-11-23T01:27:27.6356899Z copying torch/utils/data/datapipes/dataframe/datapipes.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2022-11-23T01:27:27.6361028Z copying torch/utils/data/datapipes/dataframe/structures.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2022-11-23T01:27:27.6367282Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:27:27.6368001Z copying torch/utils/data/datapipes/iter/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:27:27.6374160Z copying torch/utils/data/datapipes/iter/callable.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:27:27.6375199Z copying torch/utils/data/datapipes/iter/combinatorics.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:27:27.6376460Z copying torch/utils/data/datapipes/iter/combining.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:27:27.6377903Z copying torch/utils/data/datapipes/iter/filelister.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:27:27.6378774Z copying torch/utils/data/datapipes/iter/fileopener.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:27:27.6379819Z copying torch/utils/data/datapipes/iter/grouping.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:27:27.6381025Z copying torch/utils/data/datapipes/iter/routeddecoder.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:27:27.6382005Z copying torch/utils/data/datapipes/iter/selecting.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:27:27.6383039Z copying torch/utils/data/datapipes/iter/streamreader.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:27:27.6384146Z copying torch/utils/data/datapipes/iter/utils.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:27:27.6390744Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2022-11-23T01:27:27.6391307Z copying torch/utils/data/datapipes/map/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2022-11-23T01:27:27.6395570Z copying torch/utils/data/datapipes/map/callable.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2022-11-23T01:27:27.6396709Z copying torch/utils/data/datapipes/map/combinatorics.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2022-11-23T01:27:27.6397752Z copying torch/utils/data/datapipes/map/combining.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2022-11-23T01:27:27.6398830Z copying torch/utils/data/datapipes/map/grouping.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2022-11-23T01:27:27.6399908Z copying torch/utils/data/datapipes/map/utils.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2022-11-23T01:27:27.6406197Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils 2022-11-23T01:27:27.6406661Z copying torch/utils/data/datapipes/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils 2022-11-23T01:27:27.6407695Z copying torch/utils/data/datapipes/utils/common.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils 2022-11-23T01:27:27.6415211Z copying torch/utils/data/datapipes/utils/decoder.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils 2022-11-23T01:27:27.6419966Z copying torch/utils/data/datapipes/utils/snapshot.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils 2022-11-23T01:27:27.6426732Z creating build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:27:27.6427444Z copying torchgen/api/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:27:27.6428143Z copying torchgen/api/autograd.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:27:27.6429311Z copying torchgen/api/cpp.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:27:27.6430431Z copying torchgen/api/dispatcher.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:27:27.6431520Z copying torchgen/api/functionalization.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:27:27.6433115Z copying torchgen/api/lazy.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:27:27.6433612Z copying torchgen/api/meta.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:27:27.6434853Z copying torchgen/api/native.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:27:27.6435749Z copying torchgen/api/python.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:27:27.6437185Z copying torchgen/api/structured.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:27:27.6438028Z copying torchgen/api/translate.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:27:27.6438982Z copying torchgen/api/types.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:27:27.6440630Z copying torchgen/api/ufunc.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:27:27.6441183Z copying torchgen/api/unboxing.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:27:27.6447665Z creating build/lib.linux-x86_64-cpython-38/torchgen/dest 2022-11-23T01:27:27.6448334Z copying torchgen/dest/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2022-11-23T01:27:27.6449608Z copying torchgen/dest/lazy_ir.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2022-11-23T01:27:27.6451498Z copying torchgen/dest/lazy_ts_lowering.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2022-11-23T01:27:27.6452147Z copying torchgen/dest/native_functions.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2022-11-23T01:27:27.6452611Z copying torchgen/dest/register_dispatch_key.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2022-11-23T01:27:27.6453621Z copying torchgen/dest/ufunc.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2022-11-23T01:27:27.6456052Z creating build/lib.linux-x86_64-cpython-38/torchgen/operator_versions 2022-11-23T01:27:27.6456594Z copying torchgen/operator_versions/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/operator_versions 2022-11-23T01:27:27.6457188Z copying torchgen/operator_versions/gen_mobile_upgraders.py -> build/lib.linux-x86_64-cpython-38/torchgen/operator_versions 2022-11-23T01:27:27.6464651Z copying torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/lib.linux-x86_64-cpython-38/torchgen/operator_versions 2022-11-23T01:27:27.6470593Z creating build/lib.linux-x86_64-cpython-38/torchgen/selective_build 2022-11-23T01:27:27.6471625Z copying torchgen/selective_build/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/selective_build 2022-11-23T01:27:27.6472646Z copying torchgen/selective_build/operator.py -> build/lib.linux-x86_64-cpython-38/torchgen/selective_build 2022-11-23T01:27:27.6473906Z copying torchgen/selective_build/selector.py -> build/lib.linux-x86_64-cpython-38/torchgen/selective_build 2022-11-23T01:27:27.6476899Z creating build/lib.linux-x86_64-cpython-38/torchgen/static_runtime 2022-11-23T01:27:27.6477514Z copying torchgen/static_runtime/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/static_runtime 2022-11-23T01:27:27.6478098Z copying torchgen/static_runtime/config.py -> build/lib.linux-x86_64-cpython-38/torchgen/static_runtime 2022-11-23T01:27:27.6484069Z copying torchgen/static_runtime/gen_static_runtime_ops.py -> build/lib.linux-x86_64-cpython-38/torchgen/static_runtime 2022-11-23T01:27:27.6489134Z copying torchgen/static_runtime/generator.py -> build/lib.linux-x86_64-cpython-38/torchgen/static_runtime 2022-11-23T01:27:27.7923832Z copying torch/py.typed -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:27.7924219Z creating build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:27:27.7924601Z copying torch/bin/protoc-3.13.0.0 -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:27:27.7959542Z copying torch/bin/protoc -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:27:27.7995704Z copying torch/bin/test_jit -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:27:27.8039837Z copying torch/bin/test_tensorexpr -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:27:27.8103364Z copying torch/bin/tutorial_tensorexpr -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:27:27.8105516Z copying torch/bin/FileStoreTest -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:27:27.8110591Z copying torch/bin/TCPStoreTest -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:27:27.8116212Z copying torch/bin/HashStoreTest -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:27:27.8121103Z copying torch/bin/test_dist_autograd -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:27:27.8126190Z copying torch/bin/test_cpp_rpc -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:27:27.8132210Z copying torch/bin/test_api -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:27:27.8224475Z copying torch/bin/test_mobile_nnc -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:27:27.8230060Z copying torch/bin/aot_model_compiler_test -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:27:27.8232144Z copying torch/bin/test_lazy -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:27:27.8264158Z copying torch/bin/torch_shm_manager -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:27:27.8265973Z creating build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8266409Z copying torch/test/c10_CompileTimeFunctionPointer_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8271256Z copying torch/test/c10_DeviceGuard_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8276145Z copying torch/test/c10_Device_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8280782Z copying torch/test/c10_DispatchKeySet_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8286355Z copying torch/test/c10_StreamGuard_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8290731Z copying torch/test/c10_SymInt_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8295425Z copying torch/test/c10_InlineDeviceGuard_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8300662Z copying torch/test/c10_InlineStreamGuard_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8305587Z copying torch/test/c10_SizesAndStrides_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8310704Z copying torch/test/c10_Array_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8315344Z copying torch/test/c10_Bitset_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8320190Z copying torch/test/c10_C++17_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8325216Z copying torch/test/c10_ConstexprCrc_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8329847Z copying torch/test/c10_DeadlockDetection_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8334455Z copying torch/test/c10_Half_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8339175Z copying torch/test/c10_LeftRight_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8344362Z copying torch/test/c10_Metaprogramming_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8350395Z copying torch/test/c10_SmallVectorTest -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8365551Z copying torch/test/c10_Synchronized_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8370185Z copying torch/test/c10_ThreadLocal_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8375273Z copying torch/test/c10_TypeIndex_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8380201Z copying torch/test/c10_TypeList_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8384922Z copying torch/test/c10_TypeTraits_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8389493Z copying torch/test/c10_accumulate_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8394434Z copying torch/test/c10_bfloat16_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8399464Z copying torch/test/c10_complex_math_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8404614Z copying torch/test/c10_complex_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8409590Z copying torch/test/c10_either_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8420374Z copying torch/test/c10_exception_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8425145Z copying torch/test/c10_flags_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8429816Z copying torch/test/c10_intrusive_ptr_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8445718Z copying torch/test/c10_irange_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8450384Z copying torch/test/c10_logging_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8455400Z copying torch/test/c10_optional_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8462316Z copying torch/test/c10_ordered_preserving_dict_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8467908Z copying torch/test/c10_registry_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8472867Z copying torch/test/c10_string_view_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8478504Z copying torch/test/c10_tempfile_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8483171Z copying torch/test/c10_typeid_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8488444Z copying torch/test/c10_intrusive_ptr_benchmark -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8492716Z copying torch/test/c10_hip_HIPTest -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8497282Z copying torch/test/Dict_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8503901Z copying torch/test/Dimname_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8508918Z copying torch/test/MaybeOwned_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8514945Z copying torch/test/NamedTensor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8520113Z copying torch/test/apply_utils_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8525448Z copying torch/test/atest -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8530968Z copying torch/test/basic -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8536461Z copying torch/test/broadcast_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8541568Z copying torch/test/cpu_generator_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8546839Z copying torch/test/cpu_profiling_allocator_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8551704Z copying torch/test/cpu_rng_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8559896Z copying torch/test/dispatch_key_set_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8564475Z copying torch/test/dlconvertor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8569162Z copying torch/test/extension_backend_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8574342Z copying torch/test/half_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8579413Z copying torch/test/ivalue_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8587206Z copying torch/test/lazy_tensor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8591812Z copying torch/test/math_kernel_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8596939Z copying torch/test/memory_format_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8602354Z copying torch/test/memory_overlapping_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8607092Z copying torch/test/mobile_memory_cleanup -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8611896Z copying torch/test/native_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8616950Z copying torch/test/operator_name_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8621731Z copying torch/test/operators_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8626532Z copying torch/test/packedtensoraccessor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8631210Z copying torch/test/pow_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8637496Z copying torch/test/quantized_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8642585Z copying torch/test/reduce_ops_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8647089Z copying torch/test/reportMemoryUsage_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8651781Z copying torch/test/scalar_tensor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8656846Z copying torch/test/scalar_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8662262Z copying torch/test/stride_properties_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8667056Z copying torch/test/tensor_iterator_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8674553Z copying torch/test/test_parallel -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8679636Z copying torch/test/thread_init_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8680802Z copying torch/test/type_ptr_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8685842Z copying torch/test/type_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8691225Z copying torch/test/undefined_tensor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8696107Z copying torch/test/variant_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8700757Z copying torch/test/verify_api_visibility -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8702042Z copying torch/test/vmap_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8708112Z copying torch/test/weakref_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8712818Z copying torch/test/wrapdim_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8717608Z copying torch/test/xla_tensor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8722048Z copying torch/test/IListRef_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8727433Z copying torch/test/List_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8737486Z copying torch/test/KernelFunction_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8743454Z copying torch/test/kernel_function_legacy_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8755193Z copying torch/test/kernel_function_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8762664Z copying torch/test/kernel_lambda_legacy_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8774102Z copying torch/test/kernel_lambda_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8783729Z copying torch/test/kernel_stackbased_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8789118Z copying torch/test/make_boxed_from_unboxed_functor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8797446Z copying torch/test/CppSignature_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8802098Z copying torch/test/backend_fallback_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8807159Z copying torch/test/op_allowlist_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8811919Z copying torch/test/op_registration_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8841038Z copying torch/test/inline_container_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8845637Z copying torch/test/hip_apply_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8850470Z copying torch/test/hip_complex_math_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8855079Z copying torch/test/hip_complex_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8859718Z copying torch/test/hip_distributions_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8864169Z copying torch/test/hip_dlconvertor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8868713Z copying torch/test/hip_generator_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8873222Z copying torch/test/hip_half_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8877964Z copying torch/test/hip_integer_divider_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8882349Z copying torch/test/hip_optional_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8887016Z copying torch/test/hip_packedtensoraccessor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8891379Z copying torch/test/hip_vectorized_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:27.8896137Z creating build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:27.8896502Z copying torch/_C/_autograd.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:27.8901410Z copying torch/_C/_cudnn.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:27.8905914Z copying torch/_C/_distributed_autograd.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:27.8909915Z copying torch/_C/_distributed_c10d.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:27.8916886Z copying torch/_C/_distributed_rpc.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:27.8922360Z copying torch/_C/_distributed_rpc_testing.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:27.8926835Z copying torch/_C/_functions.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:27.8932481Z copying torch/_C/_functorch.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:27.8936250Z copying torch/_C/_itt.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:27.8939650Z copying torch/_C/_lazy.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:27.8942952Z copying torch/_C/_lazy_ts_backend.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:27.8951077Z copying torch/_C/_monitor.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:27.8954070Z copying torch/_C/_nvtx.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:27.8957269Z copying torch/_C/_onnx.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:27.8962322Z copying torch/_C/_profiler.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:27.8967866Z copying torch/_C/_verbose.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:27.8971466Z copying torch/_C/__init__.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:27.8974043Z copying torch/_C/_VariableFunctions.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:27.8975962Z copying torch/_C/_nn.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:27.8977327Z creating build/lib.linux-x86_64-cpython-38/torch/_C_flatbuffer 2022-11-23T01:27:27.8977749Z copying torch/_C_flatbuffer/__init__.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C_flatbuffer 2022-11-23T01:27:27.8983000Z copying torch/optim/__init__.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:27.8988677Z copying torch/optim/adadelta.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:27.8999476Z copying torch/optim/adagrad.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:27.9004336Z copying torch/optim/adam.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:27.9008574Z copying torch/optim/adamax.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:27.9012867Z copying torch/optim/adamw.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:27.9017603Z copying torch/optim/asgd.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:27.9022951Z copying torch/optim/lbfgs.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:27.9027445Z copying torch/optim/lr_scheduler.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:27.9035233Z copying torch/optim/nadam.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:27.9039759Z copying torch/optim/optimizer.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:27.9045566Z copying torch/optim/radam.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:27.9050548Z copying torch/optim/rmsprop.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:27.9054646Z copying torch/optim/rprop.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:27.9058937Z copying torch/optim/sgd.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:27.9063200Z copying torch/optim/sparse_adam.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:27.9067953Z copying torch/optim/swa_utils.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:27.9072654Z copying torch/nn/parameter.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:27:27.9078348Z copying torch/nn/functional.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:27:27.9079487Z copying torch/nn/parallel/__init__.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:27:27.9084308Z copying torch/nn/parallel/common_types.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:27:27.9088835Z copying torch/nn/parallel/data_parallel.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:27:27.9093902Z copying torch/nn/parallel/parallel_apply.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:27:27.9099003Z copying torch/nn/parallel/replicate.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:27:27.9104075Z copying torch/nn/parallel/scatter_gather.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:27:27.9108437Z copying torch/utils/data/datapipes/datapipe.pyi -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2022-11-23T01:27:27.9109696Z creating build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:27:27.9110095Z copying torch/lib/libc10.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:27:27.9115879Z copying torch/lib/libc10_hip.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:27:27.9119766Z copying torch/lib/libcaffe2_nvrtc.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:27:27.9121120Z copying torch/lib/libtorch_cpu.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:27:28.1061813Z copying torch/lib/libtorch_hip.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:27:28.2134533Z copying torch/lib/libtorch.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:27:28.2135327Z copying torch/lib/libtorch_global_deps.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:27:28.2136066Z copying torch/lib/libtorchbind_test.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:27:28.2142876Z copying torch/lib/libjitbackend_test.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:27:28.2145508Z copying torch/lib/libbackend_with_compiler.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:27:28.2148366Z copying torch/lib/libtorch_python.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:27:28.2284092Z copying torch/lib/libshm.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:27:28.2285792Z creating build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:28.2286265Z copying torch/include/pthreadpool.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:28.2287496Z copying torch/include/fxdiv.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:28.2288691Z copying torch/include/cpuinfo.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:28.2289787Z copying torch/include/clog.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:28.2291250Z copying torch/include/qnnpack.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:28.2291945Z copying torch/include/psimd.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:28.2293569Z copying torch/include/fp16.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:28.2294387Z copying torch/include/qnnpack_func.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:28.2295510Z copying torch/include/nnpack.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:28.2296960Z copying torch/include/xnnpack.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:28.2298981Z copying torch/include/dnnl.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:28.2300015Z copying torch/include/dnnl_config.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:28.2300945Z copying torch/include/dnnl_debug.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:28.2301965Z copying torch/include/dnnl_ocl.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:28.2303311Z copying torch/include/dnnl_sycl.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:28.2304277Z copying torch/include/dnnl_sycl_types.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:28.2305914Z copying torch/include/dnnl_threadpool.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:28.2306536Z copying torch/include/dnnl_types.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:28.2307621Z copying torch/include/dnnl_version.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:28.2308996Z copying torch/include/sleef.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:28.2311745Z copying torch/include/libshm.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:28.2312831Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2313363Z copying torch/include/ATen/ATen.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2314772Z copying torch/include/ATen/AccumulateType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2316162Z copying torch/include/ATen/ArrayRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2316937Z copying torch/include/ATen/Backend.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2318073Z copying torch/include/ATen/Backtrace.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2318996Z copying torch/include/ATen/BatchedFallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2319983Z copying torch/include/ATen/BatchedTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2322232Z copying torch/include/ATen/CPUApplyUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2323105Z copying torch/include/ATen/CPUFixedAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2323961Z copying torch/include/ATen/CPUGeneratorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2324773Z copying torch/include/ATen/CollapseDims.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2325842Z copying torch/include/ATen/Config.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2326986Z copying torch/include/ATen/Context.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2328255Z copying torch/include/ATen/DLConvertor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2329539Z copying torch/include/ATen/Device.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2330863Z copying torch/include/ATen/DeviceGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2332284Z copying torch/include/ATen/DimVector.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2333871Z copying torch/include/ATen/Dimname.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2335095Z copying torch/include/ATen/Dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2336507Z copying torch/include/ATen/DynamicLibrary.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2337856Z copying torch/include/ATen/EmptyTensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2340348Z copying torch/include/ATen/ExpandBase.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2341449Z copying torch/include/ATen/ExpandUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2342837Z copying torch/include/ATen/Formatting.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2344551Z copying torch/include/ATen/FuncTorchTLS.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2346169Z copying torch/include/ATen/FunctionalStorageImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2347467Z copying torch/include/ATen/FunctionalTensorWrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2348819Z copying torch/include/ATen/Generator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2350121Z copying torch/include/ATen/InferSize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2351542Z copying torch/include/ATen/InitialTensorOptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2352916Z copying torch/include/ATen/Layout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2355204Z copying torch/include/ATen/LinalgBackend.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2356344Z copying torch/include/ATen/MapAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2357644Z copying torch/include/ATen/MatrixRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2358850Z copying torch/include/ATen/MemoryOverlap.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2360050Z copying torch/include/ATen/NamedTensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2362325Z copying torch/include/ATen/NamedTensorUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2363093Z copying torch/include/ATen/NestedTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2363892Z copying torch/include/ATen/NumericUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2364783Z copying torch/include/ATen/OpMathType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2365715Z copying torch/include/ATen/OpaqueTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2366762Z copying torch/include/ATen/PTThreadPool.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2367780Z copying torch/include/ATen/PadNd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2368852Z copying torch/include/ATen/Parallel-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2369947Z copying torch/include/ATen/Parallel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2371070Z copying torch/include/ATen/ParallelFuture.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2371990Z copying torch/include/ATen/ParallelNative.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2372973Z copying torch/include/ATen/ParallelNativeTBB.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2373983Z copying torch/include/ATen/ParallelOpenMP.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2374774Z copying torch/include/ATen/PythonTorchFunctionTLS.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2375765Z copying torch/include/ATen/SavedTensorHooks.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2377878Z copying torch/include/ATen/Scalar.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2378987Z copying torch/include/ATen/ScalarOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2380036Z copying torch/include/ATen/ScalarType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2381079Z copying torch/include/ATen/SequenceNumber.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2382097Z copying torch/include/ATen/SmallVector.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2383169Z copying torch/include/ATen/SparseCsrTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2384709Z copying torch/include/ATen/SparseCsrTensorUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2385999Z copying torch/include/ATen/SparseTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2387415Z copying torch/include/ATen/SparseTensorUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2388668Z copying torch/include/ATen/Storage.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2389996Z copying torch/include/ATen/Tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2391250Z copying torch/include/ATen/TensorAccessor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2392881Z copying torch/include/ATen/TensorGeometry.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2393830Z copying torch/include/ATen/TensorIndexing.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2396320Z copying torch/include/ATen/TensorIterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2397642Z copying torch/include/ATen/TensorIteratorInternal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2398959Z copying torch/include/ATen/TensorMeta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2400232Z copying torch/include/ATen/TensorNames.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2401558Z copying torch/include/ATen/TensorOperators.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2403196Z copying torch/include/ATen/TensorOptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2404640Z copying torch/include/ATen/TensorSubclassLikeUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2405804Z copying torch/include/ATen/TensorUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2407104Z copying torch/include/ATen/ThreadLocalState.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2408784Z copying torch/include/ATen/TracerMode.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2410197Z copying torch/include/ATen/TypeDefault.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2411536Z copying torch/include/ATen/Utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2412800Z copying torch/include/ATen/Version.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2414024Z copying torch/include/ATen/VmapMode.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2415330Z copying torch/include/ATen/VmapTransforms.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2416652Z copying torch/include/ATen/WrapDimUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2418028Z copying torch/include/ATen/WrapDimUtilsMulti.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2419256Z copying torch/include/ATen/autocast_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2420606Z copying torch/include/ATen/ceil_div.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2421904Z copying torch/include/ATen/code_template.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2424175Z copying torch/include/ATen/cpp_custom_type_hack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2425260Z copying torch/include/ATen/div_rtn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2426574Z copying torch/include/ATen/dlpack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2428167Z copying torch/include/ATen/jit_macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2429663Z copying torch/include/ATen/jiterator_macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2430913Z copying torch/include/ATen/record_function.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2432570Z copying torch/include/ATen/CPUFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2433948Z copying torch/include/ATen/CPUFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2435642Z copying torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2437022Z copying torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2438743Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2440076Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2441550Z copying torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2442876Z copying torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2444512Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2446009Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2447091Z copying torch/include/ATen/Functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2449043Z copying torch/include/ATen/MetaFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2450330Z copying torch/include/ATen/MetaFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2451809Z copying torch/include/ATen/MethodOperators.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2453184Z copying torch/include/ATen/NativeFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2455395Z copying torch/include/ATen/NativeMetaFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2456940Z copying torch/include/ATen/Operators.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2459234Z copying torch/include/ATen/RedispatchFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2472362Z copying torch/include/ATen/RegistrationDeclarations.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2478961Z copying torch/include/ATen/VmapGeneratedPlumbing.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2490408Z copying torch/include/ATen/CUDAFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2491219Z copying torch/include/ATen/CUDAFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:28.2492630Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu 2022-11-23T01:27:28.2493369Z copying torch/include/ATen/cpu/FlushDenormal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu 2022-11-23T01:27:28.2494681Z copying torch/include/ATen/cpu/vml.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu 2022-11-23T01:27:28.2496173Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2022-11-23T01:27:28.2496843Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:28.2497750Z copying torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:28.2499184Z copying torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:28.2500250Z copying torch/include/ATen/cpu/vec/vec256/vec256.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:28.2501686Z copying torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:28.2503247Z copying torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:28.2504701Z copying torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:28.2506175Z copying torch/include/ATen/cpu/vec/vec256/vec256_double.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:28.2507671Z copying torch/include/ATen/cpu/vec/vec256/vec256_float.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:28.2509224Z copying torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:28.2510697Z copying torch/include/ATen/cpu/vec/vec256/vec256_int.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:28.2512497Z copying torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:28.2514603Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:28.2515130Z copying torch/include/ATen/cpu/vec/vec512/vec512.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:28.2516426Z copying torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:28.2518076Z copying torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:28.2519094Z copying torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:28.2520872Z copying torch/include/ATen/cpu/vec/vec512/vec512_double.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:28.2522127Z copying torch/include/ATen/cpu/vec/vec512/vec512_float.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:28.2523582Z copying torch/include/ATen/cpu/vec/vec512/vec512_int.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:28.2525252Z copying torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:28.2526910Z copying torch/include/ATen/cpu/vec/functional.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2022-11-23T01:27:28.2528377Z copying torch/include/ATen/cpu/vec/functional_base.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2022-11-23T01:27:28.2529822Z copying torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2022-11-23T01:27:28.2531208Z copying torch/include/ATen/cpu/vec/intrinsics.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2022-11-23T01:27:28.2532467Z copying torch/include/ATen/cpu/vec/vec.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2022-11-23T01:27:28.2533740Z copying torch/include/ATen/cpu/vec/vec_base.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2022-11-23T01:27:28.2535628Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2536386Z copying torch/include/ATen/core/ATenGeneral.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2537558Z copying torch/include/ATen/core/ATenOpList.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2539037Z copying torch/include/ATen/core/ATen_fwd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2540180Z copying torch/include/ATen/core/ATen_pch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2541513Z copying torch/include/ATen/core/Array.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2542827Z copying torch/include/ATen/core/Backtrace.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2544117Z copying torch/include/ATen/core/CheckMemoryFormat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2545502Z copying torch/include/ATen/core/DeprecatedTypeProperties.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2546812Z copying torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2547881Z copying torch/include/ATen/core/Dict.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2549427Z copying torch/include/ATen/core/Dict_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2550673Z copying torch/include/ATen/core/DimVector.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2552005Z copying torch/include/ATen/core/Dimname.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2553287Z copying torch/include/ATen/core/DistributionsHelper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2554876Z copying torch/include/ATen/core/Formatting.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2556414Z copying torch/include/ATen/core/Generator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2557916Z copying torch/include/ATen/core/IListRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2559494Z copying torch/include/ATen/core/IListRef_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2561707Z copying torch/include/ATen/core/LegacyTypeDispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2563379Z copying torch/include/ATen/core/List.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2564327Z copying torch/include/ATen/core/List_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2565608Z copying torch/include/ATen/core/MT19937RNGEngine.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2566818Z copying torch/include/ATen/core/NamedTensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2568965Z copying torch/include/ATen/core/PhiloxRNGEngine.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2569863Z copying torch/include/ATen/core/PythonFallbackKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2571263Z copying torch/include/ATen/core/PythonOpRegistrationTrampoline.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2572462Z copying torch/include/ATen/core/QuantizerBase.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2573801Z copying torch/include/ATen/core/Range.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2575140Z copying torch/include/ATen/core/Reduction.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2576647Z copying torch/include/ATen/core/Scalar.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2578800Z copying torch/include/ATen/core/ScalarType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2580016Z copying torch/include/ATen/core/Tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2580968Z copying torch/include/ATen/core/TensorAccessor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2582396Z copying torch/include/ATen/core/TensorBase.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2584837Z copying torch/include/ATen/core/TorchDispatchUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2585746Z copying torch/include/ATen/core/TransformationHelper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2632788Z copying torch/include/ATen/core/UndefinedTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2633767Z copying torch/include/ATen/core/UnsafeFromTH.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2634733Z copying torch/include/ATen/core/VariableHooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2635599Z copying torch/include/ATen/core/Variadic.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2636386Z copying torch/include/ATen/core/Vitals.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2637180Z copying torch/include/ATen/core/alias_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2637938Z copying torch/include/ATen/core/blob.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2638752Z copying torch/include/ATen/core/builtin_function.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2639572Z copying torch/include/ATen/core/class_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2640399Z copying torch/include/ATen/core/custom_class.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2641219Z copying torch/include/ATen/core/dynamic_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2642023Z copying torch/include/ATen/core/enum_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2642818Z copying torch/include/ATen/core/function.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2643643Z copying torch/include/ATen/core/function_schema.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2644479Z copying torch/include/ATen/core/function_schema_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2645313Z copying torch/include/ATen/core/functional.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2646134Z copying torch/include/ATen/core/grad_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2647087Z copying torch/include/ATen/core/interned_strings.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2647953Z copying torch/include/ATen/core/interned_strings_class.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2648787Z copying torch/include/ATen/core/ivalue.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2649590Z copying torch/include/ATen/core/ivalue_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2650347Z copying torch/include/ATen/core/ivalue_to.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2651135Z copying torch/include/ATen/core/jit_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2652087Z copying torch/include/ATen/core/jit_type_base.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2652930Z copying torch/include/ATen/core/operator_name.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2653851Z copying torch/include/ATen/core/qualified_name.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2654661Z copying torch/include/ATen/core/rref_interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2655461Z copying torch/include/ATen/core/stack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2656252Z copying torch/include/ATen/core/symbol.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2657019Z copying torch/include/ATen/core/type_factory.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2657883Z copying torch/include/ATen/core/type_ptr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2658672Z copying torch/include/ATen/core/typeid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2659476Z copying torch/include/ATen/core/TensorBody.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2660342Z copying torch/include/ATen/core/aten_interned_strings.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2661168Z copying torch/include/ATen/core/enum_tag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:28.2661883Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2662649Z copying torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2663481Z copying torch/include/ATen/cuda/AsmUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2664302Z copying torch/include/ATen/cuda/Atomic.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2665147Z copying torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2665999Z copying torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2666870Z copying torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2667632Z copying torch/include/ATen/cuda/DeviceUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2668452Z copying torch/include/ATen/cuda/NumericLimits.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2669242Z copying torch/include/ATen/cuda/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2670049Z copying torch/include/ATen/cuda/cub.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2670879Z copying torch/include/ATen/cuda/cub_definitions.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2671849Z copying torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2672651Z copying torch/include/ATen/cuda/CUDABlas.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2673435Z copying torch/include/ATen/cuda/CUDAConfig.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2674303Z copying torch/include/ATen/cuda/CUDAContext.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2675055Z copying torch/include/ATen/cuda/CUDADataType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2675856Z copying torch/include/ATen/cuda/CUDADevice.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2676647Z copying torch/include/ATen/cuda/CUDAEvent.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2677555Z copying torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2678358Z copying torch/include/ATen/cuda/CUDAGraph.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2679301Z copying torch/include/ATen/cuda/CUDASparse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2680176Z copying torch/include/ATen/cuda/CUDASparseBlas.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2681079Z copying torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2681948Z copying torch/include/ATen/cuda/CUDAUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2682841Z copying torch/include/ATen/cuda/CachingHostAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2683706Z copying torch/include/ATen/cuda/EmptyTensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2684569Z copying torch/include/ATen/cuda/Exceptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2685472Z copying torch/include/ATen/cuda/PeerToPeerAccess.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2686403Z copying torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2687244Z copying torch/include/ATen/cuda/Sleep.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2688094Z copying torch/include/ATen/cuda/ThrustAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2688906Z copying torch/include/ATen/cuda/cub.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2689732Z copying torch/include/ATen/cuda/jiterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2690593Z copying torch/include/ATen/cuda/jiterator_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2691445Z copying torch/include/ATen/cuda/llvm_jit_strings.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:28.2692166Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:27:28.2692963Z copying torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:27:28.2693843Z copying torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:27:28.2694809Z copying torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:27:28.2695775Z copying torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:27:28.2696752Z copying torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:27:28.2697854Z copying torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:27:28.2698781Z copying torch/include/ATen/cuda/detail/CUDAHooks.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:27:28.2700133Z copying torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:27:28.2701596Z copying torch/include/ATen/cuda/detail/KernelUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:27:28.2702908Z copying torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:27:28.2704288Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2022-11-23T01:27:28.2705362Z copying torch/include/ATen/cudnn/Descriptors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2022-11-23T01:27:28.2706903Z copying torch/include/ATen/cudnn/Exceptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2022-11-23T01:27:28.2708370Z copying torch/include/ATen/cudnn/Handle.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2022-11-23T01:27:28.2709504Z copying torch/include/ATen/cudnn/Handles.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2022-11-23T01:27:28.2710956Z copying torch/include/ATen/cudnn/Types.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2022-11-23T01:27:28.2712300Z copying torch/include/ATen/cudnn/Utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2022-11-23T01:27:28.2713300Z copying torch/include/ATen/cudnn/cudnn-wrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2022-11-23T01:27:28.2714603Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:27:28.2715422Z copying torch/include/ATen/functorch/ADInterpreters.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:27:28.2716705Z copying torch/include/ATen/functorch/BatchRulesHelper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:27:28.2718125Z copying torch/include/ATen/functorch/BatchedFallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:27:28.2719545Z copying torch/include/ATen/functorch/BatchedTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:27:28.2720833Z copying torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:27:28.2722108Z copying torch/include/ATen/functorch/DynamicLayer.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:27:28.2723405Z copying torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:27:28.2724610Z copying torch/include/ATen/functorch/Interpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:27:28.2725893Z copying torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:27:28.2727346Z copying torch/include/ATen/functorch/Macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:27:28.2728405Z copying torch/include/ATen/functorch/PlumbingHelper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:27:28.2729750Z copying torch/include/ATen/functorch/TensorWrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:27:28.2731008Z copying torch/include/ATen/functorch/VmapInterpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:27:28.2732101Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2732974Z copying torch/include/ATen/ops/from_blob.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2733932Z copying torch/include/ATen/ops/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2735325Z copying torch/include/ATen/ops/_adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2736679Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2737788Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2738861Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2740612Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2741644Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2743224Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2744819Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2745942Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2747179Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2748519Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2749787Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2751024Z copying torch/include/ATen/ops/_adaptive_avg_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2752294Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2753825Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2755576Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2756919Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2758186Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2761449Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2762495Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2763476Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2764416Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2765344Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2766239Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2767070Z copying torch/include/ATen/ops/_add_batch_dim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2768167Z copying torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2769312Z copying torch/include/ATen/ops/_add_batch_dim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2770562Z copying torch/include/ATen/ops/_add_batch_dim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2771780Z copying torch/include/ATen/ops/_add_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2773172Z copying torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2774236Z copying torch/include/ATen/ops/_add_relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2775524Z copying torch/include/ATen/ops/_add_relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2776772Z copying torch/include/ATen/ops/_add_relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2778136Z copying torch/include/ATen/ops/_add_relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2779633Z copying torch/include/ATen/ops/_addmm_activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2781196Z copying torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2782391Z copying torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2783532Z copying torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2784857Z copying torch/include/ATen/ops/_addmm_activation_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2786216Z copying torch/include/ATen/ops/_addmm_activation_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2787431Z copying torch/include/ATen/ops/_addmm_activation_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2788789Z copying torch/include/ATen/ops/_addmm_activation_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2790106Z copying torch/include/ATen/ops/_aminmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2791496Z copying torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2792773Z copying torch/include/ATen/ops/_aminmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2794274Z copying torch/include/ATen/ops/_aminmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2795440Z copying torch/include/ATen/ops/_aminmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2797066Z copying torch/include/ATen/ops/_aminmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2798102Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2799361Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2800682Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2801977Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2803218Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2804459Z copying torch/include/ATen/ops/_amp_update_scale.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2805930Z copying torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2807135Z copying torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2808454Z copying torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2809782Z copying torch/include/ATen/ops/_amp_update_scale_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2811229Z copying torch/include/ATen/ops/_amp_update_scale_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2812483Z copying torch/include/ATen/ops/_assert_async.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2813576Z copying torch/include/ATen/ops/_assert_async_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2814869Z copying torch/include/ATen/ops/_assert_async_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2816106Z copying torch/include/ATen/ops/_assert_async_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2817372Z copying torch/include/ATen/ops/_assert_async_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2818665Z copying torch/include/ATen/ops/_assert_tensor_metadata.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2820313Z copying torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2821537Z copying torch/include/ATen/ops/_assert_tensor_metadata_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2822914Z copying torch/include/ATen/ops/_assert_tensor_metadata_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2824646Z copying torch/include/ATen/ops/_autocast_to_full_precision.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2826406Z copying torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2827680Z copying torch/include/ATen/ops/_autocast_to_full_precision_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2829030Z copying torch/include/ATen/ops/_autocast_to_full_precision_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2830365Z copying torch/include/ATen/ops/_autocast_to_reduced_precision.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2831871Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2833048Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2834526Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2835847Z copying torch/include/ATen/ops/_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2837345Z copying torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2838706Z copying torch/include/ATen/ops/_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2840031Z copying torch/include/ATen/ops/_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2841458Z copying torch/include/ATen/ops/_batch_norm_impl_index.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2842914Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2844444Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2845604Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2846889Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2848405Z copying torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2849507Z copying torch/include/ATen/ops/_batch_norm_impl_index_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2850519Z copying torch/include/ATen/ops/_batch_norm_impl_index_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2851534Z copying torch/include/ATen/ops/_cast_Byte.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2852853Z copying torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2853845Z copying torch/include/ATen/ops/_cast_Byte_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2854966Z copying torch/include/ATen/ops/_cast_Byte_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2856094Z copying torch/include/ATen/ops/_cast_Char.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2857388Z copying torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2858425Z copying torch/include/ATen/ops/_cast_Char_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2859545Z copying torch/include/ATen/ops/_cast_Char_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2862105Z copying torch/include/ATen/ops/_cast_Double.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2862663Z copying torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2863500Z copying torch/include/ATen/ops/_cast_Double_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2864257Z copying torch/include/ATen/ops/_cast_Double_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2865103Z copying torch/include/ATen/ops/_cast_Float.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2866241Z copying torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2867334Z copying torch/include/ATen/ops/_cast_Float_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2868357Z copying torch/include/ATen/ops/_cast_Float_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2869445Z copying torch/include/ATen/ops/_cast_Half.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2870730Z copying torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2871576Z copying torch/include/ATen/ops/_cast_Half_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2872480Z copying torch/include/ATen/ops/_cast_Half_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2873568Z copying torch/include/ATen/ops/_cast_Int.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2875450Z copying torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2876571Z copying torch/include/ATen/ops/_cast_Int_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2877662Z copying torch/include/ATen/ops/_cast_Int_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2878723Z copying torch/include/ATen/ops/_cast_Long.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2880266Z copying torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2881179Z copying torch/include/ATen/ops/_cast_Long_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2882175Z copying torch/include/ATen/ops/_cast_Long_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2884014Z copying torch/include/ATen/ops/_cast_Short.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2884585Z copying torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2885292Z copying torch/include/ATen/ops/_cast_Short_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2886402Z copying torch/include/ATen/ops/_cast_Short_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2887927Z copying torch/include/ATen/ops/_cdist_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2888879Z copying torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2889789Z copying torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2890722Z copying torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2891661Z copying torch/include/ATen/ops/_cdist_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2892624Z copying torch/include/ATen/ops/_cdist_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2893493Z copying torch/include/ATen/ops/_cdist_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2894666Z copying torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2895656Z copying torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2896767Z copying torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2898061Z copying torch/include/ATen/ops/_cdist_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2899041Z copying torch/include/ATen/ops/_cdist_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2901129Z copying torch/include/ATen/ops/_cholesky_solve_helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2902264Z copying torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2903153Z copying torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2904040Z copying torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2905132Z copying torch/include/ATen/ops/_cholesky_solve_helper_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2906350Z copying torch/include/ATen/ops/_cholesky_solve_helper_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2907341Z copying torch/include/ATen/ops/_choose_qparams_per_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2908479Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2909663Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2910606Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2912686Z copying torch/include/ATen/ops/_coalesce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2913845Z copying torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2915001Z copying torch/include/ATen/ops/_coalesce_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2916535Z copying torch/include/ATen/ops/_coalesce_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2917530Z copying torch/include/ATen/ops/_coalesced.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2918764Z copying torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2920235Z copying torch/include/ATen/ops/_coalesced_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2921433Z copying torch/include/ATen/ops/_coalesced_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2922593Z copying torch/include/ATen/ops/_coalesced_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2923763Z copying torch/include/ATen/ops/_compute_linear_combination.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2924880Z copying torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2926074Z copying torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2927166Z copying torch/include/ATen/ops/_compute_linear_combination_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2928307Z copying torch/include/ATen/ops/_compute_linear_combination_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2929342Z copying torch/include/ATen/ops/_conj.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2930607Z copying torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2931486Z copying torch/include/ATen/ops/_conj_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2932857Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2934074Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2934926Z copying torch/include/ATen/ops/_conj_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2936040Z copying torch/include/ATen/ops/_conj_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2937011Z copying torch/include/ATen/ops/_conj_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2938144Z copying torch/include/ATen/ops/_conj_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2939117Z copying torch/include/ATen/ops/_conj_physical.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2940322Z copying torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2941702Z copying torch/include/ATen/ops/_conj_physical_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2942476Z copying torch/include/ATen/ops/_conj_physical_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2943307Z copying torch/include/ATen/ops/_conv_depthwise2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2944416Z copying torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2945703Z copying torch/include/ATen/ops/_conv_depthwise2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2946672Z copying torch/include/ATen/ops/_convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2949018Z copying torch/include/ATen/ops/_conv_depthwise2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2949654Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2950340Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2951259Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2952548Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2953626Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2955097Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2956171Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2957222Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2958252Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2959659Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2960880Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2962951Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2963812Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2964427Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2965438Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2966480Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2967575Z copying torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2968456Z copying torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2969533Z copying torch/include/ATen/ops/_convolution_double_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2970796Z copying torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2971917Z copying torch/include/ATen/ops/_convolution_double_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2972904Z copying torch/include/ATen/ops/_convolution_double_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2974394Z copying torch/include/ATen/ops/_convolution_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2975422Z copying torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2976436Z copying torch/include/ATen/ops/_convolution_mode_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2978049Z copying torch/include/ATen/ops/_convolution_mode_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2979673Z copying torch/include/ATen/ops/_convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2980704Z copying torch/include/ATen/ops/_convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2982423Z copying torch/include/ATen/ops/_copy_from.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2983159Z copying torch/include/ATen/ops/_copy_from_and_resize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2984157Z copying torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2985106Z copying torch/include/ATen/ops/_copy_from_and_resize_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2986222Z copying torch/include/ATen/ops/_copy_from_and_resize_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2987356Z copying torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2988143Z copying torch/include/ATen/ops/_copy_from_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2989846Z copying torch/include/ATen/ops/_copy_from_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2991091Z copying torch/include/ATen/ops/_ctc_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2992369Z copying torch/include/ATen/ops/_ctc_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2993136Z copying torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2995143Z copying torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2995712Z copying torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2996718Z copying torch/include/ATen/ops/_ctc_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2997828Z copying torch/include/ATen/ops/_ctc_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2998905Z copying torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.2999952Z copying torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3000962Z copying torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3002192Z copying torch/include/ATen/ops/_ctc_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3003181Z copying torch/include/ATen/ops/_ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3004218Z copying torch/include/ATen/ops/_cudnn_ctc_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3006601Z copying torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3007409Z copying torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3008438Z copying torch/include/ATen/ops/_cudnn_ctc_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3009582Z copying torch/include/ATen/ops/_cudnn_ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3010743Z copying torch/include/ATen/ops/_cudnn_init_dropout_state.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3012054Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3013657Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3014727Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3015942Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3016870Z copying torch/include/ATen/ops/_cudnn_rnn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3018149Z copying torch/include/ATen/ops/_cudnn_rnn_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3019642Z copying torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3021005Z copying torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3021447Z copying torch/include/ATen/ops/_cudnn_rnn_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3022946Z copying torch/include/ATen/ops/_cudnn_rnn_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3023743Z copying torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3024745Z copying torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3026324Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3029580Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3030056Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3030468Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3030796Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3031179Z copying torch/include/ATen/ops/_cudnn_rnn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3032260Z copying torch/include/ATen/ops/_cudnn_rnn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3033370Z copying torch/include/ATen/ops/_cufft_clear_plan_cache.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3034941Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3035867Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3037811Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3038207Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3039492Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3040798Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3041939Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3043210Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3045043Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3046064Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3047279Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3048675Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3050846Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3052746Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3053563Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3055080Z copying torch/include/ATen/ops/_cummax_helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3056202Z copying torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3056977Z copying torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3058055Z copying torch/include/ATen/ops/_cummax_helper_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3059272Z copying torch/include/ATen/ops/_cummax_helper_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3060435Z copying torch/include/ATen/ops/_cummin_helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3061720Z copying torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3062557Z copying torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3063917Z copying torch/include/ATen/ops/_cummin_helper_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3065133Z copying torch/include/ATen/ops/_cummin_helper_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3065990Z copying torch/include/ATen/ops/_debug_has_internal_overlap.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3067270Z copying torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3069193Z copying torch/include/ATen/ops/_debug_has_internal_overlap_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3069618Z copying torch/include/ATen/ops/_debug_has_internal_overlap_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3070385Z copying torch/include/ATen/ops/_dimI.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3071905Z copying torch/include/ATen/ops/_dimI_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3073349Z copying torch/include/ATen/ops/_dimI_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3074499Z copying torch/include/ATen/ops/_dimV.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3075463Z copying torch/include/ATen/ops/_dimV_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3077174Z copying torch/include/ATen/ops/_dimV_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3078049Z copying torch/include/ATen/ops/_dim_arange.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3079626Z copying torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3080371Z copying torch/include/ATen/ops/_dim_arange_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3081321Z copying torch/include/ATen/ops/_dim_arange_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3082562Z copying torch/include/ATen/ops/_dirichlet_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3083465Z copying torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3084680Z copying torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3085627Z copying torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3087096Z copying torch/include/ATen/ops/_dirichlet_grad_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3087997Z copying torch/include/ATen/ops/_dirichlet_grad_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3089219Z copying torch/include/ATen/ops/_efficient_attention_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3090602Z copying torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3091591Z copying torch/include/ATen/ops/_efficient_attention_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3092786Z copying torch/include/ATen/ops/_efficient_attention_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3093998Z copying torch/include/ATen/ops/_efficient_attention_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3095280Z copying torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3096494Z copying torch/include/ATen/ops/_efficient_attention_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3097906Z copying torch/include/ATen/ops/_efficient_attention_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3098373Z copying torch/include/ATen/ops/_efficientzerotensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3099967Z copying torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3100636Z copying torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3101577Z copying torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3102623Z copying torch/include/ATen/ops/_efficientzerotensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3103493Z copying torch/include/ATen/ops/_efficientzerotensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3104777Z copying torch/include/ATen/ops/_embedding_bag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3106379Z copying torch/include/ATen/ops/_embedding_bag_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3107302Z copying torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3109131Z copying torch/include/ATen/ops/_embedding_bag_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3109588Z copying torch/include/ATen/ops/_embedding_bag_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3110585Z copying torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3111152Z copying torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3112897Z copying torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3113469Z copying torch/include/ATen/ops/_embedding_bag_dense_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3115036Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3116235Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3117298Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3118218Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3119376Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3120362Z copying torch/include/ATen/ops/_embedding_bag_forward_only.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3121591Z copying torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3122561Z copying torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3124145Z copying torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3125052Z copying torch/include/ATen/ops/_embedding_bag_forward_only_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3126171Z copying torch/include/ATen/ops/_embedding_bag_forward_only_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3127472Z copying torch/include/ATen/ops/_embedding_bag_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3128196Z copying torch/include/ATen/ops/_embedding_bag_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3129381Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3130278Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3131483Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3132400Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3134079Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3134641Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3136180Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3137360Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3138252Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3139383Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3141494Z copying torch/include/ATen/ops/_empty_affine_quantized.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3142332Z copying torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3142980Z copying torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3144096Z copying torch/include/ATen/ops/_empty_affine_quantized_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3144894Z copying torch/include/ATen/ops/_empty_affine_quantized_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3146025Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3147298Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3148365Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3150436Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3150914Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3151588Z copying torch/include/ATen/ops/_euclidean_dist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3152864Z copying torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3153653Z copying torch/include/ATen/ops/_euclidean_dist_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3155323Z copying torch/include/ATen/ops/_euclidean_dist_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3156168Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3157331Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3158482Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3159534Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3160654Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3161878Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3162980Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3164014Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3165076Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3166353Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3167260Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3168121Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3169211Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3170329Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3171090Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3172470Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3173317Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3174801Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3175557Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3177655Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3178475Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3179426Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3180394Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3181393Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3183953Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3184368Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3185450Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3186587Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3186972Z copying torch/include/ATen/ops/_fft_c2c.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3188135Z copying torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3188976Z copying torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3190416Z copying torch/include/ATen/ops/_fft_c2c_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3191095Z copying torch/include/ATen/ops/_fft_c2c_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3192260Z copying torch/include/ATen/ops/_fft_c2r.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3193344Z copying torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3195147Z copying torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3196518Z copying torch/include/ATen/ops/_fft_c2r_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3197717Z copying torch/include/ATen/ops/_fft_c2r_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3198597Z copying torch/include/ATen/ops/_fft_r2c.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3199604Z copying torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3200480Z copying torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3201933Z copying torch/include/ATen/ops/_fft_r2c_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3202539Z copying torch/include/ATen/ops/_fft_r2c_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3203509Z copying torch/include/ATen/ops/_flash_attention_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3204760Z copying torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3205498Z copying torch/include/ATen/ops/_flash_attention_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3206715Z copying torch/include/ATen/ops/_flash_attention_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3207675Z copying torch/include/ATen/ops/_foobar.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3209122Z copying torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3209897Z copying torch/include/ATen/ops/_foobar_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3211203Z copying torch/include/ATen/ops/_foobar_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3212413Z copying torch/include/ATen/ops/_foobar_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3213964Z copying torch/include/ATen/ops/_foreach_abs.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3215278Z copying torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3216033Z copying torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3218134Z copying torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3218826Z copying torch/include/ATen/ops/_foreach_abs_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3219735Z copying torch/include/ATen/ops/_foreach_abs_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3221044Z copying torch/include/ATen/ops/_foreach_acos.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3222130Z copying torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3223229Z copying torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3224283Z copying torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3225557Z copying torch/include/ATen/ops/_foreach_acos_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3226260Z copying torch/include/ATen/ops/_foreach_acos_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3227484Z copying torch/include/ATen/ops/_foreach_add.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3229444Z copying torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3229924Z copying torch/include/ATen/ops/_foreach_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3230679Z copying torch/include/ATen/ops/_foreach_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3231716Z copying torch/include/ATen/ops/_foreach_add_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3233173Z copying torch/include/ATen/ops/_foreach_add_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3233899Z copying torch/include/ATen/ops/_foreach_addcdiv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3235049Z copying torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3236057Z copying torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3238512Z copying torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3239802Z copying torch/include/ATen/ops/_foreach_addcdiv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3240813Z copying torch/include/ATen/ops/_foreach_addcdiv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3241766Z copying torch/include/ATen/ops/_foreach_addcmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3243052Z copying torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3243875Z copying torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3245132Z copying torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3246064Z copying torch/include/ATen/ops/_foreach_addcmul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3247325Z copying torch/include/ATen/ops/_foreach_addcmul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3248070Z copying torch/include/ATen/ops/_foreach_asin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3249446Z copying torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3251398Z copying torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3251767Z copying torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3252801Z copying torch/include/ATen/ops/_foreach_asin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3253657Z copying torch/include/ATen/ops/_foreach_asin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3254490Z copying torch/include/ATen/ops/_foreach_atan.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3255943Z copying torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3256793Z copying torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3258364Z copying torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3259260Z copying torch/include/ATen/ops/_foreach_atan_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3260807Z copying torch/include/ATen/ops/_foreach_atan_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3261802Z copying torch/include/ATen/ops/_foreach_ceil.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3263081Z copying torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3263774Z copying torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3265117Z copying torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3266443Z copying torch/include/ATen/ops/_foreach_ceil_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3267997Z copying torch/include/ATen/ops/_foreach_ceil_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3269069Z copying torch/include/ATen/ops/_foreach_cos.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3271440Z copying torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3271942Z copying torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3273930Z copying torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3274530Z copying torch/include/ATen/ops/_foreach_cos_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3275383Z copying torch/include/ATen/ops/_foreach_cos_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3276932Z copying torch/include/ATen/ops/_foreach_cosh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3277902Z copying torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3278294Z copying torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3279802Z copying torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3281746Z copying torch/include/ATen/ops/_foreach_cosh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3282148Z copying torch/include/ATen/ops/_foreach_cosh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3282881Z copying torch/include/ATen/ops/_foreach_div.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3283709Z copying torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3284701Z copying torch/include/ATen/ops/_foreach_div_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3285942Z copying torch/include/ATen/ops/_foreach_div_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3286886Z copying torch/include/ATen/ops/_foreach_div_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3288358Z copying torch/include/ATen/ops/_foreach_div_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3289298Z copying torch/include/ATen/ops/_foreach_erf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3290673Z copying torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3291857Z copying torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3292995Z copying torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3294229Z copying torch/include/ATen/ops/_foreach_erf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3295344Z copying torch/include/ATen/ops/_foreach_erf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3297369Z copying torch/include/ATen/ops/_foreach_erfc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3298160Z copying torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3299402Z copying torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3301294Z copying torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3301602Z copying torch/include/ATen/ops/_foreach_erfc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3303258Z copying torch/include/ATen/ops/_foreach_erfc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3303561Z copying torch/include/ATen/ops/_foreach_exp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3305086Z copying torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3305951Z copying torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3307534Z copying torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3308413Z copying torch/include/ATen/ops/_foreach_exp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3310671Z copying torch/include/ATen/ops/_foreach_exp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3311152Z copying torch/include/ATen/ops/_foreach_expm1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3312274Z copying torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3313268Z copying torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3314362Z copying torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3316472Z copying torch/include/ATen/ops/_foreach_expm1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3317045Z copying torch/include/ATen/ops/_foreach_expm1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3317656Z copying torch/include/ATen/ops/_foreach_floor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3318688Z copying torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3319659Z copying torch/include/ATen/ops/_fw_primal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3321002Z copying torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3322170Z copying torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3323323Z copying torch/include/ATen/ops/_foreach_floor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3324762Z copying torch/include/ATen/ops/_foreach_floor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3325535Z copying torch/include/ATen/ops/_foreach_frac.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3327296Z copying torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3328603Z copying torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3329930Z copying torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3330689Z copying torch/include/ATen/ops/_foreach_frac_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3332242Z copying torch/include/ATen/ops/_foreach_frac_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3333299Z copying torch/include/ATen/ops/_foreach_lgamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3334752Z copying torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3335457Z copying torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3336528Z copying torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3337726Z copying torch/include/ATen/ops/_foreach_lgamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3338593Z copying torch/include/ATen/ops/_foreach_lgamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3339591Z copying torch/include/ATen/ops/_foreach_log.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3341055Z copying torch/include/ATen/ops/_foreach_log10.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3342948Z copying torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3352251Z copying torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3354478Z copying torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3355023Z copying torch/include/ATen/ops/_foreach_log10_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3356623Z copying torch/include/ATen/ops/_foreach_log10_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3357379Z copying torch/include/ATen/ops/_foreach_log1p.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3358746Z copying torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3359464Z copying torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3360863Z copying torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3361768Z copying torch/include/ATen/ops/_foreach_log1p_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3363816Z copying torch/include/ATen/ops/_foreach_log1p_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3364112Z copying torch/include/ATen/ops/_foreach_log2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3365339Z copying torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3366296Z copying torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3367623Z copying torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3368520Z copying torch/include/ATen/ops/_foreach_log2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3369853Z copying torch/include/ATen/ops/_foreach_log2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3370737Z copying torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3372395Z copying torch/include/ATen/ops/_foreach_log_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3373232Z copying torch/include/ATen/ops/_foreach_log_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3374513Z copying torch/include/ATen/ops/_foreach_log_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3375730Z copying torch/include/ATen/ops/_foreach_log_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3376886Z copying torch/include/ATen/ops/_foreach_maximum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3378409Z copying torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3379420Z copying torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3380595Z copying torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3381809Z copying torch/include/ATen/ops/_foreach_maximum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3383281Z copying torch/include/ATen/ops/_foreach_maximum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3384116Z copying torch/include/ATen/ops/_foreach_minimum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3385260Z copying torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3386536Z copying torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3387070Z copying torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3388479Z copying torch/include/ATen/ops/_foreach_minimum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3389412Z copying torch/include/ATen/ops/_foreach_minimum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3390216Z copying torch/include/ATen/ops/_foreach_mul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3391807Z copying torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3392802Z copying torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3394802Z copying torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3395567Z copying torch/include/ATen/ops/_foreach_mul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3396454Z copying torch/include/ATen/ops/_foreach_mul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3397387Z copying torch/include/ATen/ops/_foreach_neg.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3399073Z copying torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3400512Z copying torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3402288Z copying torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3403728Z copying torch/include/ATen/ops/_foreach_neg_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3404607Z copying torch/include/ATen/ops/_foreach_neg_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3405899Z copying torch/include/ATen/ops/_foreach_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3407302Z copying torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3408167Z copying torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3409189Z copying torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3410572Z copying torch/include/ATen/ops/_foreach_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3411906Z copying torch/include/ATen/ops/_foreach_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3413167Z copying torch/include/ATen/ops/_foreach_reciprocal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3414608Z copying torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3416266Z copying torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3418044Z copying torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3419617Z copying torch/include/ATen/ops/_foreach_reciprocal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3420694Z copying torch/include/ATen/ops/_foreach_reciprocal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3421960Z copying torch/include/ATen/ops/_foreach_round.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3422601Z copying torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3423868Z copying torch/include/ATen/ops/_foreach_round_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3425172Z copying torch/include/ATen/ops/_foreach_round_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3426148Z copying torch/include/ATen/ops/_foreach_round_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3427355Z copying torch/include/ATen/ops/_foreach_round_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3429318Z copying torch/include/ATen/ops/_foreach_sigmoid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3430862Z copying torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3431668Z copying torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3433739Z copying torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3435429Z copying torch/include/ATen/ops/_foreach_sigmoid_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3436939Z copying torch/include/ATen/ops/_foreach_sigmoid_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3437612Z copying torch/include/ATen/ops/_foreach_sin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3439297Z copying torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3440299Z copying torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3441222Z copying torch/include/ATen/ops/_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3442932Z copying torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3443709Z copying torch/include/ATen/ops/_foreach_sin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3445240Z copying torch/include/ATen/ops/_foreach_sin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3446549Z copying torch/include/ATen/ops/_foreach_sinh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3448352Z copying torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3449443Z copying torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3450411Z copying torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3451848Z copying torch/include/ATen/ops/_foreach_sinh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3453080Z copying torch/include/ATen/ops/_foreach_sinh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3454617Z copying torch/include/ATen/ops/_foreach_sqrt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3456013Z copying torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3457815Z copying torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3459246Z copying torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3460784Z copying torch/include/ATen/ops/_foreach_sqrt_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3462586Z copying torch/include/ATen/ops/_foreach_sqrt_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3463232Z copying torch/include/ATen/ops/_foreach_sub.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3464547Z copying torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3465375Z copying torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3466546Z copying torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3467651Z copying torch/include/ATen/ops/_foreach_sub_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3468993Z copying torch/include/ATen/ops/_foreach_sub_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3470135Z copying torch/include/ATen/ops/_foreach_tan.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3471444Z copying torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3472559Z copying torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3473707Z copying torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3475059Z copying torch/include/ATen/ops/_foreach_tan_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3476791Z copying torch/include/ATen/ops/_foreach_tan_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3477705Z copying torch/include/ATen/ops/_foreach_tanh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3478967Z copying torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3480798Z copying torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3481352Z copying torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3482389Z copying torch/include/ATen/ops/_foreach_tanh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3483572Z copying torch/include/ATen/ops/_foreach_tanh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3484556Z copying torch/include/ATen/ops/_foreach_trunc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3485851Z copying torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3487489Z copying torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3488124Z copying torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3489323Z copying torch/include/ATen/ops/_foreach_trunc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3490400Z copying torch/include/ATen/ops/_foreach_trunc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3491928Z copying torch/include/ATen/ops/_foreach_zero.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3493213Z copying torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3494032Z copying torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3495270Z copying torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3496361Z copying torch/include/ATen/ops/_foreach_zero_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3497433Z copying torch/include/ATen/ops/_foreach_zero_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3498887Z copying torch/include/ATen/ops/_fused_adam.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3499988Z copying torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3500964Z copying torch/include/ATen/ops/_fused_adam_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3502001Z copying torch/include/ATen/ops/_fused_adam_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3503064Z copying torch/include/ATen/ops/_fused_adam_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3504209Z copying torch/include/ATen/ops/_fused_dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3505401Z copying torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3506405Z copying torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3507500Z copying torch/include/ATen/ops/_fused_dropout_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3509241Z copying torch/include/ATen/ops/_fused_dropout_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3510238Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3511569Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3512584Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3513869Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3515243Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3516231Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3517551Z copying torch/include/ATen/ops/_fused_sdp_choice.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3518835Z copying torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3519926Z copying torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3521195Z copying torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3522262Z copying torch/include/ATen/ops/_fused_sdp_choice_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3523477Z copying torch/include/ATen/ops/_fused_sdp_choice_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3524841Z copying torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3527946Z copying torch/include/ATen/ops/_fw_primal_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3528290Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3528665Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3529268Z copying torch/include/ATen/ops/_fw_primal_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3529586Z copying torch/include/ATen/ops/_fw_primal_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3530632Z copying torch/include/ATen/ops/_fw_primal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3531796Z copying torch/include/ATen/ops/_fw_primal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3533225Z copying torch/include/ATen/ops/_gather_sparse_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3534130Z copying torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3535325Z copying torch/include/ATen/ops/_gather_sparse_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3536103Z copying torch/include/ATen/ops/_gather_sparse_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3537494Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3538434Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3539471Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3541378Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3541956Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3543246Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3544585Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3545892Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3547569Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3549108Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3550412Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3551767Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3553078Z copying torch/include/ATen/ops/_has_same_storage_numel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3555030Z copying torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3555990Z copying torch/include/ATen/ops/_has_same_storage_numel_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3557673Z copying torch/include/ATen/ops/_has_same_storage_numel_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3558830Z copying torch/include/ATen/ops/_histogramdd_bin_edges.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3560591Z copying torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3561843Z copying torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3564252Z copying torch/include/ATen/ops/_histogramdd_bin_edges_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3564753Z copying torch/include/ATen/ops/_histogramdd_bin_edges_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3565682Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3567173Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3568407Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3569621Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3571021Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3572291Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3573752Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3575022Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3576394Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3578335Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3579347Z copying torch/include/ATen/ops/_index_put_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3580895Z copying torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3582056Z copying torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3583396Z copying torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3585120Z copying torch/include/ATen/ops/_index_put_impl_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3586249Z copying torch/include/ATen/ops/_index_put_impl_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3587861Z copying torch/include/ATen/ops/_index_put_impl_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3589198Z copying torch/include/ATen/ops/_indices_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3591803Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3592911Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3594058Z copying torch/include/ATen/ops/_indices_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3595526Z copying torch/include/ATen/ops/_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3597317Z copying torch/include/ATen/ops/_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3598443Z copying torch/include/ATen/ops/_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3599760Z copying torch/include/ATen/ops/_is_zerotensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3601628Z copying torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3602616Z copying torch/include/ATen/ops/_is_zerotensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3603981Z copying torch/include/ATen/ops/_is_zerotensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3605229Z copying torch/include/ATen/ops/_linalg_check_errors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3607046Z copying torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3608242Z copying torch/include/ATen/ops/_linalg_check_errors_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3610000Z copying torch/include/ATen/ops/_linalg_check_errors_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3611116Z copying torch/include/ATen/ops/_linalg_det.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3612967Z copying torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3614062Z copying torch/include/ATen/ops/_linalg_det_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3615611Z copying torch/include/ATen/ops/_linalg_det_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3617030Z copying torch/include/ATen/ops/_linalg_det_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3618412Z copying torch/include/ATen/ops/_linalg_det_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3619947Z copying torch/include/ATen/ops/_linalg_det_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3621104Z copying torch/include/ATen/ops/_linalg_det_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3622821Z copying torch/include/ATen/ops/_linalg_eigh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3624339Z copying torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3625655Z copying torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3627284Z copying torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3628522Z copying torch/include/ATen/ops/_linalg_eigh_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3630172Z copying torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3631237Z copying torch/include/ATen/ops/_linalg_eigh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3632752Z copying torch/include/ATen/ops/_linalg_eigh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3633988Z copying torch/include/ATen/ops/_linalg_slogdet.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3636303Z copying torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3637616Z copying torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3649451Z copying torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3650073Z copying torch/include/ATen/ops/_linalg_slogdet_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3651383Z copying torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3652552Z copying torch/include/ATen/ops/_linalg_slogdet_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3653853Z copying torch/include/ATen/ops/_linalg_slogdet_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3655410Z copying torch/include/ATen/ops/_linalg_solve_ex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3656426Z copying torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3657410Z copying torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3658756Z copying torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3659283Z copying torch/include/ATen/ops/_linalg_solve_ex_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3660773Z copying torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3661734Z copying torch/include/ATen/ops/_linalg_solve_ex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3663003Z copying torch/include/ATen/ops/_linalg_solve_ex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3664191Z copying torch/include/ATen/ops/_linalg_svd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3665634Z copying torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3666921Z copying torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3667843Z copying torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3669311Z copying torch/include/ATen/ops/_linalg_svd_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3670257Z copying torch/include/ATen/ops/_linalg_svd_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3671678Z copying torch/include/ATen/ops/_linalg_svd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3673202Z copying torch/include/ATen/ops/_linalg_svd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3673639Z copying torch/include/ATen/ops/eq.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3675650Z copying torch/include/ATen/ops/_local_scalar_dense.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3677341Z copying torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3678253Z copying torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3679514Z copying torch/include/ATen/ops/_local_scalar_dense_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3680143Z copying torch/include/ATen/ops/_local_scalar_dense_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3681380Z copying torch/include/ATen/ops/_log_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3682435Z copying torch/include/ATen/ops/_log_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3683619Z copying torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3684499Z copying torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3686003Z copying torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3686923Z copying torch/include/ATen/ops/_log_softmax_backward_data_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3687991Z copying torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3688975Z copying torch/include/ATen/ops/_log_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3690088Z copying torch/include/ATen/ops/_log_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3691377Z copying torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3691866Z copying torch/include/ATen/ops/_log_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3692792Z copying torch/include/ATen/ops/_log_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3693697Z copying torch/include/ATen/ops/_log_softmax_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3694798Z copying torch/include/ATen/ops/_log_softmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3695560Z copying torch/include/ATen/ops/_log_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3696645Z copying torch/include/ATen/ops/_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3697573Z copying torch/include/ATen/ops/_logcumsumexp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3698404Z copying torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3699431Z copying torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3700499Z copying torch/include/ATen/ops/_logcumsumexp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3701397Z copying torch/include/ATen/ops/_logcumsumexp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3702626Z copying torch/include/ATen/ops/_lstm_mps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3704151Z copying torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3705383Z copying torch/include/ATen/ops/_lstm_mps_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3706706Z copying torch/include/ATen/ops/_lstm_mps_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3707563Z copying torch/include/ATen/ops/_lu_with_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3708998Z copying torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3709673Z copying torch/include/ATen/ops/_lu_with_info_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3711068Z copying torch/include/ATen/ops/_lu_with_info_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3711978Z copying torch/include/ATen/ops/_make_dual.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3713304Z copying torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3714581Z copying torch/include/ATen/ops/_make_dual_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3716137Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3716688Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3717714Z copying torch/include/ATen/ops/_make_dual_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3719085Z copying torch/include/ATen/ops/_make_dual_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3720783Z copying torch/include/ATen/ops/_make_dual_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3721305Z copying torch/include/ATen/ops/_make_dual_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3723136Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3723972Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3724873Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3725931Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3727135Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3728130Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3729097Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3730790Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3731978Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3733159Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3734208Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3735446Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3736416Z copying torch/include/ATen/ops/_masked_scale.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3737737Z copying torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3738877Z copying torch/include/ATen/ops/_masked_scale_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3739862Z copying torch/include/ATen/ops/_masked_scale_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3740991Z copying torch/include/ATen/ops/_masked_scale_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3743020Z copying torch/include/ATen/ops/_masked_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3743513Z copying torch/include/ATen/ops/_masked_softmax_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3744626Z copying torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3746288Z copying torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3747011Z copying torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3748011Z copying torch/include/ATen/ops/_masked_softmax_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3749174Z copying torch/include/ATen/ops/_masked_softmax_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3749830Z copying torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3751123Z copying torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3751922Z copying torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3752870Z copying torch/include/ATen/ops/_masked_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3754408Z copying torch/include/ATen/ops/_masked_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3755068Z copying torch/include/ATen/ops/_mkldnn_reshape.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3757359Z copying torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3757856Z copying torch/include/ATen/ops/_mkldnn_reshape_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3759163Z copying torch/include/ATen/ops/_mkldnn_reshape_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3759975Z copying torch/include/ATen/ops/_mkldnn_transpose.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3761003Z copying torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3762035Z copying torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3763042Z copying torch/include/ATen/ops/_mkldnn_transpose_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3764469Z copying torch/include/ATen/ops/_mkldnn_transpose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3765327Z copying torch/include/ATen/ops/_mps_convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3768672Z copying torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3769103Z copying torch/include/ATen/ops/_mps_convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3769389Z copying torch/include/ATen/ops/_mps_convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3770049Z copying torch/include/ATen/ops/_mps_convolution_transpose.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3771412Z copying torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3772066Z copying torch/include/ATen/ops/_mps_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3773074Z copying torch/include/ATen/ops/_mps_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3774199Z copying torch/include/ATen/ops/_mps_max_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3775059Z copying torch/include/ATen/ops/_mps_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3776006Z copying torch/include/ATen/ops/_mps_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3776938Z copying torch/include/ATen/ops/_mps_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3778369Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3779834Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3780876Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3781607Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3782492Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3784157Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3784964Z copying torch/include/ATen/ops/_native_multi_head_attention.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3785859Z copying torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3787182Z copying torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3788405Z copying torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3789445Z copying torch/include/ATen/ops/_native_multi_head_attention_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3790904Z copying torch/include/ATen/ops/_native_multi_head_attention_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3791781Z copying torch/include/ATen/ops/_neg_view.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3793359Z copying torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3794210Z copying torch/include/ATen/ops/_neg_view_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3795707Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3796835Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3797754Z copying torch/include/ATen/ops/_neg_view_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3799023Z copying torch/include/ATen/ops/_neg_view_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3800129Z copying torch/include/ATen/ops/_neg_view_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3801144Z copying torch/include/ATen/ops/_neg_view_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3802110Z copying torch/include/ATen/ops/_nested_from_padded.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3803109Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3804593Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3805518Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3807743Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3808227Z copying torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3808817Z copying torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3809590Z copying torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3810623Z copying torch/include/ATen/ops/_nested_from_padded_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3811424Z copying torch/include/ATen/ops/_nested_from_padded_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3812412Z copying torch/include/ATen/ops/_nested_select_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3814967Z copying torch/include/ATen/ops/_nested_select_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3815367Z copying torch/include/ATen/ops/_nested_select_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3815673Z copying torch/include/ATen/ops/_nested_sum_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3817199Z copying torch/include/ATen/ops/_nested_sum_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3817865Z copying torch/include/ATen/ops/_nested_sum_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3819313Z copying torch/include/ATen/ops/_nested_tensor_from_mask.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3820114Z copying torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3821305Z copying torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3822470Z copying torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3823547Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3825297Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3825678Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3827276Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3829087Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3829391Z copying torch/include/ATen/ops/_nested_tensor_from_mask_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3830379Z copying torch/include/ATen/ops/_nested_tensor_from_mask_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3832112Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3832694Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3833896Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3834709Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3836368Z copying torch/include/ATen/ops/_nested_tensor_offsets.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3838177Z copying torch/include/ATen/ops/_nested_tensor_offsets_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3838578Z copying torch/include/ATen/ops/_nested_tensor_offsets_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3839397Z copying torch/include/ATen/ops/_nested_tensor_size.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3840515Z copying torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3841879Z copying torch/include/ATen/ops/_nested_tensor_size_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3843249Z copying torch/include/ATen/ops/_nested_tensor_size_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3844096Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3845523Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3846764Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3847668Z copying torch/include/ATen/ops/_nested_tensor_strides.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3849295Z copying torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3850310Z copying torch/include/ATen/ops/_nested_tensor_strides_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3851144Z copying torch/include/ATen/ops/_nested_tensor_strides_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3852337Z copying torch/include/ATen/ops/_nested_view_from_buffer.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3853494Z copying torch/include/ATen/ops/ge.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3854933Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3856736Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3858048Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3859392Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3860695Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3861944Z copying torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3863661Z copying torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3864996Z copying torch/include/ATen/ops/_nested_view_from_buffer_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3866400Z copying torch/include/ATen/ops/_nested_view_from_buffer_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3867783Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3869429Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3870551Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3871840Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3873475Z copying torch/include/ATen/ops/_nnpack_available.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3874993Z copying torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3876404Z copying torch/include/ATen/ops/_nnpack_available_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3877719Z copying torch/include/ATen/ops/_nnpack_available_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3879010Z copying torch/include/ATen/ops/_nnpack_spatial_convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3880825Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3881910Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3883790Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3884795Z copying torch/include/ATen/ops/_nnz.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3885971Z copying torch/include/ATen/ops/_nnz_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3887207Z copying torch/include/ATen/ops/_nnz_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3889003Z copying torch/include/ATen/ops/_pack_padded_sequence.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3890195Z copying torch/include/ATen/ops/_pack_padded_sequence_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3891643Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3892831Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3894250Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3895769Z copying torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3897149Z copying torch/include/ATen/ops/_pack_padded_sequence_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3898411Z copying torch/include/ATen/ops/_pack_padded_sequence_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3899947Z copying torch/include/ATen/ops/_pad_circular.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3901363Z copying torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3902656Z copying torch/include/ATen/ops/_pad_circular_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3903991Z copying torch/include/ATen/ops/_pad_circular_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3905674Z copying torch/include/ATen/ops/_pad_enum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3907035Z copying torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3908317Z copying torch/include/ATen/ops/_pad_enum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3909967Z copying torch/include/ATen/ops/_pad_enum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3911692Z copying torch/include/ATen/ops/_pad_packed_sequence.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3913127Z copying torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3914616Z copying torch/include/ATen/ops/_pad_packed_sequence_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3915774Z copying torch/include/ATen/ops/_pad_packed_sequence_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3917095Z copying torch/include/ATen/ops/_pdist_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3918877Z copying torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3920038Z copying torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3921429Z copying torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3922755Z copying torch/include/ATen/ops/_pdist_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3924020Z copying torch/include/ATen/ops/_pdist_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3925544Z copying torch/include/ATen/ops/_pdist_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3926879Z copying torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3928158Z copying torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3929503Z copying torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3930801Z copying torch/include/ATen/ops/_pdist_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3932229Z copying torch/include/ATen/ops/_pdist_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3933557Z copying torch/include/ATen/ops/_pin_memory.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3935302Z copying torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3936382Z copying torch/include/ATen/ops/_pin_memory_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3937788Z copying torch/include/ATen/ops/_pin_memory_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3939388Z copying torch/include/ATen/ops/_pin_memory_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3940596Z copying torch/include/ATen/ops/_remove_batch_dim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3942108Z copying torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3943369Z copying torch/include/ATen/ops/_remove_batch_dim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3944747Z copying torch/include/ATen/ops/_remove_batch_dim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3946083Z copying torch/include/ATen/ops/_reshape_alias.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3947832Z copying torch/include/ATen/ops/_reshape_alias_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3949174Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3950739Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3954794Z copying torch/include/ATen/ops/_reshape_alias_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3955412Z copying torch/include/ATen/ops/_reshape_alias_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3955936Z copying torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3956466Z copying torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3957138Z copying torch/include/ATen/ops/_reshape_alias_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3958344Z copying torch/include/ATen/ops/_reshape_alias_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3959623Z copying torch/include/ATen/ops/_reshape_alias_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3961355Z copying torch/include/ATen/ops/_reshape_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3962614Z copying torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3963897Z copying torch/include/ATen/ops/_reshape_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3965141Z copying torch/include/ATen/ops/_reshape_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3966499Z copying torch/include/ATen/ops/_reshape_from_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3967983Z copying torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3969261Z copying torch/include/ATen/ops/_reshape_from_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3970620Z copying torch/include/ATen/ops/_resize_output.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3971967Z copying torch/include/ATen/ops/_reshape_from_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3973786Z copying torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3974957Z copying torch/include/ATen/ops/_resize_output_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3976234Z copying torch/include/ATen/ops/_resize_output_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3977670Z copying torch/include/ATen/ops/_resize_output_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3979133Z copying torch/include/ATen/ops/_rowwise_prune.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3980967Z copying torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3982074Z copying torch/include/ATen/ops/_rowwise_prune_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3983419Z copying torch/include/ATen/ops/_rowwise_prune_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3985097Z copying torch/include/ATen/ops/_sample_dirichlet.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3986454Z copying torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3988271Z copying torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3990218Z copying torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3990806Z copying torch/include/ATen/ops/_sample_dirichlet_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3991838Z copying torch/include/ATen/ops/_sample_dirichlet_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3993346Z copying torch/include/ATen/ops/_saturate_weight_to_fp16.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3994694Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3996524Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3997733Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.3999300Z copying torch/include/ATen/ops/_scaled_dot_product_attention.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4000956Z copying torch/include/ATen/ops/_scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4001347Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4002988Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4003878Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4005124Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4006325Z copying torch/include/ATen/ops/_scaled_dot_product_attention_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4007492Z copying torch/include/ATen/ops/_scaled_dot_product_attention_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4008724Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4010149Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4011503Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4012839Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4014216Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4015580Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4016936Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4018308Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4019736Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4021126Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4022482Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4023941Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4025269Z copying torch/include/ATen/ops/_segment_reduce_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4026803Z copying torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4028091Z copying torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4029450Z copying torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4030802Z copying torch/include/ATen/ops/_segment_reduce_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4032497Z copying torch/include/ATen/ops/_segment_reduce_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4033633Z copying torch/include/ATen/ops/_shape_as_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4035169Z copying torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4036535Z copying torch/include/ATen/ops/_shape_as_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4038172Z copying torch/include/ATen/ops/_shape_as_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4039705Z copying torch/include/ATen/ops/_slow_conv2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4041060Z copying torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4042390Z copying torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4043684Z copying torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4045470Z copying torch/include/ATen/ops/_slow_conv2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4046638Z copying torch/include/ATen/ops/_slow_conv2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4048243Z copying torch/include/ATen/ops/_slow_conv2d_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4049553Z copying torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4051054Z copying torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4052343Z copying torch/include/ATen/ops/_slow_conv2d_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4053993Z copying torch/include/ATen/ops/_slow_conv2d_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4055103Z copying torch/include/ATen/ops/_sobol_engine_draw.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4056670Z copying torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4058119Z copying torch/include/ATen/ops/_sobol_engine_draw_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4059701Z copying torch/include/ATen/ops/_sobol_engine_draw_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4061917Z copying torch/include/ATen/ops/_sobol_engine_ff.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4062892Z copying torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4063923Z copying torch/include/ATen/ops/_sobol_engine_ff_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4065096Z copying torch/include/ATen/ops/_sobol_engine_ff_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4066475Z copying torch/include/ATen/ops/_sobol_engine_initialize_state.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4067601Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4068844Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4069772Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4070881Z copying torch/include/ATen/ops/_sobol_engine_scramble.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4071890Z copying torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4072850Z copying torch/include/ATen/ops/_sobol_engine_scramble_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4073888Z copying torch/include/ATen/ops/_sobol_engine_scramble_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4075207Z copying torch/include/ATen/ops/_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4076329Z copying torch/include/ATen/ops/_sparse_mm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4077571Z copying torch/include/ATen/ops/_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4079248Z copying torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4080099Z copying torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4081120Z copying torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4081944Z copying torch/include/ATen/ops/_softmax_backward_data_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4082950Z copying torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4084664Z copying torch/include/ATen/ops/_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4085486Z copying torch/include/ATen/ops/_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4086584Z copying torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4087976Z copying torch/include/ATen/ops/_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4088899Z copying torch/include/ATen/ops/_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4089999Z copying torch/include/ATen/ops/_softmax_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4091039Z copying torch/include/ATen/ops/_softmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4092611Z copying torch/include/ATen/ops/_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4093447Z copying torch/include/ATen/ops/_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4094480Z copying torch/include/ATen/ops/_sparse_addmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4095729Z copying torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4096749Z copying torch/include/ATen/ops/_sparse_addmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4097700Z copying torch/include/ATen/ops/_sparse_addmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4099354Z copying torch/include/ATen/ops/_sparse_broadcast_to.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4100269Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4101221Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4102456Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4103462Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4104684Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4105841Z copying torch/include/ATen/ops/_sparse_broadcast_to_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4107013Z copying torch/include/ATen/ops/_sparse_broadcast_to_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4108077Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4109215Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4111044Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4111769Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4112624Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4113672Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4114761Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4115855Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4117059Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4118131Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4120185Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4120956Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4121720Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4122704Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4123843Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4125504Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4126202Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4127306Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4128442Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4129567Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4130807Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4131999Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4133063Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4134338Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4135746Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4136632Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4137890Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4139053Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4140043Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4141190Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4142192Z copying torch/include/ATen/ops/_sparse_csr_prod.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4143966Z copying torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4145102Z copying torch/include/ATen/ops/_sparse_csr_prod_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4146041Z copying torch/include/ATen/ops/_sparse_csr_prod_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4147262Z copying torch/include/ATen/ops/_sparse_csr_sum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4148346Z copying torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4149342Z copying torch/include/ATen/ops/_sparse_csr_sum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4150532Z copying torch/include/ATen/ops/_sparse_csr_sum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4151713Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4153335Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4154442Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4155530Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4156602Z copying torch/include/ATen/ops/_sparse_log_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4158339Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4159464Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4160678Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4161705Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4162617Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4163750Z copying torch/include/ATen/ops/_spdiags.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4165019Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4166250Z copying torch/include/ATen/ops/_sparse_log_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4167529Z copying torch/include/ATen/ops/_sparse_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4168446Z copying torch/include/ATen/ops/_sparse_mask_helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4170226Z copying torch/include/ATen/ops/_sparse_mask_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4170836Z copying torch/include/ATen/ops/_sparse_mask_helper_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4171638Z copying torch/include/ATen/ops/_sparse_mask_helper_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4172951Z copying torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4173905Z copying torch/include/ATen/ops/_sparse_mm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4175041Z copying torch/include/ATen/ops/_sparse_mm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4176015Z copying torch/include/ATen/ops/_sparse_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4177328Z copying torch/include/ATen/ops/_sparse_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4179825Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4180651Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4181583Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4182422Z copying torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4183122Z copying torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4184096Z copying torch/include/ATen/ops/_sparse_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4184772Z copying torch/include/ATen/ops/_sparse_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4185920Z copying torch/include/ATen/ops/_sparse_sparse_matmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4187002Z copying torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4187942Z copying torch/include/ATen/ops/_sparse_sparse_matmul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4188952Z copying torch/include/ATen/ops/_sparse_sparse_matmul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4189973Z copying torch/include/ATen/ops/_sparse_sum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4190995Z copying torch/include/ATen/ops/_sparse_sum_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4192137Z copying torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4193108Z copying torch/include/ATen/ops/_sparse_sum_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4194481Z copying torch/include/ATen/ops/_sparse_sum_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4196460Z copying torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4197347Z copying torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4198246Z copying torch/include/ATen/ops/_sparse_sum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4199572Z copying torch/include/ATen/ops/_sparse_sum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4200546Z copying torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4201602Z copying torch/include/ATen/ops/_spdiags_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4202711Z copying torch/include/ATen/ops/_spdiags_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4203802Z copying torch/include/ATen/ops/_spdiags_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4204844Z copying torch/include/ATen/ops/_stack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4205736Z copying torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4206816Z copying torch/include/ATen/ops/_stack_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4207965Z copying torch/include/ATen/ops/_stack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4208935Z copying torch/include/ATen/ops/_stack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4210114Z copying torch/include/ATen/ops/_standard_gamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4211242Z copying torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4212073Z copying torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4213096Z copying torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4214167Z copying torch/include/ATen/ops/_standard_gamma_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4215392Z copying torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4216286Z copying torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4217724Z copying torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4218641Z copying torch/include/ATen/ops/_standard_gamma_grad_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4219714Z copying torch/include/ATen/ops/_standard_gamma_grad_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4220795Z copying torch/include/ATen/ops/_standard_gamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4221909Z copying torch/include/ATen/ops/_standard_gamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4222881Z copying torch/include/ATen/ops/_symeig_helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4224169Z copying torch/include/ATen/ops/_symeig_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4224952Z copying torch/include/ATen/ops/_symeig_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4226218Z copying torch/include/ATen/ops/_symeig_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4226978Z copying torch/include/ATen/ops/_symeig_helper_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4229140Z copying torch/include/ATen/ops/_symeig_helper_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4229871Z copying torch/include/ATen/ops/_test_ambiguous_defaults.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4231551Z copying torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4232301Z copying torch/include/ATen/ops/_test_ambiguous_defaults_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4233423Z copying torch/include/ATen/ops/_test_ambiguous_defaults_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4234295Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4236213Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4237059Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4237870Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4238861Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4240238Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4241384Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4242673Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4243676Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4244775Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4245799Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4247036Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4252318Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4253253Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4254136Z copying torch/include/ATen/ops/_test_optional_filled_intlist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4254814Z copying torch/include/ATen/ops/_test_optional_floatlist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4255482Z copying torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4256257Z copying torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4256857Z copying torch/include/ATen/ops/_test_optional_filled_intlist_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4257427Z copying torch/include/ATen/ops/_test_optional_filled_intlist_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4258064Z copying torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4258990Z copying torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4260174Z copying torch/include/ATen/ops/_test_optional_floatlist_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4261427Z copying torch/include/ATen/ops/_test_optional_floatlist_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4262711Z copying torch/include/ATen/ops/_test_optional_intlist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4264047Z copying torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4265362Z copying torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4266751Z copying torch/include/ATen/ops/_test_optional_intlist_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4268230Z copying torch/include/ATen/ops/_test_optional_intlist_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4270689Z copying torch/include/ATen/ops/_test_serialization_subcmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4272203Z copying torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4273602Z copying torch/include/ATen/ops/_test_serialization_subcmul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4275172Z copying torch/include/ATen/ops/_test_serialization_subcmul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4276669Z copying torch/include/ATen/ops/_test_string_default.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4278064Z copying torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4279513Z copying torch/include/ATen/ops/_test_string_default_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4281128Z copying torch/include/ATen/ops/_test_string_default_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4282746Z copying torch/include/ATen/ops/_test_warn_in_autograd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4284235Z copying torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4285483Z copying torch/include/ATen/ops/_test_warn_in_autograd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4287583Z copying torch/include/ATen/ops/_test_warn_in_autograd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4288917Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4290416Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4291683Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4292972Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4294342Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4295844Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4297270Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4298646Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4299903Z copying torch/include/ATen/ops/_thnn_fused_gru_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4301330Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4302871Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4304651Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4305980Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4307428Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4309850Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4310924Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4313597Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4314671Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4316834Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4317869Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4319348Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4320218Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4322130Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4323419Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4324466Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4326086Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4327389Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4328703Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4330183Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4331474Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4332795Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4334138Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4335487Z copying torch/include/ATen/ops/_to_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4337331Z copying torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4339501Z copying torch/include/ATen/ops/_to_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4340669Z copying torch/include/ATen/ops/_to_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4342003Z copying torch/include/ATen/ops/_to_cpu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4343515Z copying torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4345822Z copying torch/include/ATen/ops/_to_cpu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4347401Z copying torch/include/ATen/ops/_to_cpu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4349149Z copying torch/include/ATen/ops/_to_dense.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4350611Z copying torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4351882Z copying torch/include/ATen/ops/_to_dense_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4353321Z copying torch/include/ATen/ops/_to_dense_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4355119Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4357628Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4358817Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4360380Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4361094Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4363325Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4364209Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4365890Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4367100Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4368408Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4369734Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4370744Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4372034Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4373638Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4374720Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4376132Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4377604Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4378942Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4380499Z copying torch/include/ATen/ops/_trilinear.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4381412Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4383023Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4384075Z copying torch/include/ATen/ops/_trilinear_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4385603Z copying torch/include/ATen/ops/_trilinear_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4387114Z copying torch/include/ATen/ops/_triton_multi_head_attention.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4388421Z copying torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4389553Z copying torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4391248Z copying torch/include/ATen/ops/_triton_multi_head_attention_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4392469Z copying torch/include/ATen/ops/_triton_multi_head_attention_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4393635Z copying torch/include/ATen/ops/_triton_scaled_dot_attention.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4394935Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4395704Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4397361Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4398250Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4399441Z copying torch/include/ATen/ops/_unique.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4400433Z copying torch/include/ATen/ops/_unique2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4401730Z copying torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4402996Z copying torch/include/ATen/ops/_unique2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4404083Z copying torch/include/ATen/ops/_unique2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4405675Z copying torch/include/ATen/ops/_unique2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4406666Z copying torch/include/ATen/ops/_unique2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4407642Z copying torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4408861Z copying torch/include/ATen/ops/_unique_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4409967Z copying torch/include/ATen/ops/_unique_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4411492Z copying torch/include/ATen/ops/_unique_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4412619Z copying torch/include/ATen/ops/_unique_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4414115Z copying torch/include/ATen/ops/_unpack_dual.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4415869Z copying torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4416975Z copying torch/include/ATen/ops/_unpack_dual_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4418178Z copying torch/include/ATen/ops/_unpack_dual_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4419315Z copying torch/include/ATen/ops/_unsafe_view.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4421217Z copying torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4422238Z copying torch/include/ATen/ops/_unsafe_view_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4423291Z copying torch/include/ATen/ops/_unsafe_view_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4425054Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4426761Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4427955Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4428832Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4430166Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4431055Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4432337Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4433492Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4435209Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4436757Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4437936Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4439101Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4440051Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4441074Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4442667Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4443583Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4444750Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4445857Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4446934Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4448101Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4449045Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4450150Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4451414Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4452459Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4453576Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4454680Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4456002Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4457022Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4458326Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4459302Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4460380Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4461902Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4462895Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4464033Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4465015Z copying torch/include/ATen/ops/_upsample_nearest_exact1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4466162Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4467292Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4468271Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4469764Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4470714Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4472007Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4472777Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4474305Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4475519Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4476405Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4477577Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4478387Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4479355Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4481042Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4482307Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4483351Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4484266Z copying torch/include/ATen/ops/_upsample_nearest_exact2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4485767Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4486841Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4488921Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4490038Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4491166Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4492113Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4493135Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4494423Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4495368Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4497039Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4498550Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4499605Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4500745Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4501939Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4503100Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4504412Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4505755Z copying torch/include/ATen/ops/_upsample_nearest_exact3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4507145Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4508852Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4510231Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4511609Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4512917Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4514363Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4515666Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4518219Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4519486Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4520774Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4521914Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4523477Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4524940Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4526364Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4527735Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4529078Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4530593Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4531953Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4533518Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4534817Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4536283Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4537769Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4539050Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4540322Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4541850Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4543323Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4544742Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4545911Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4547295Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4548822Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4550244Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4551593Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4552898Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4554319Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4555957Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4557234Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4558491Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4559919Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4561560Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4562830Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4564066Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4565305Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4566757Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4567922Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4570044Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4571315Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4572821Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4574113Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4575345Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4576760Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4578281Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4579586Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4580994Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4582261Z copying torch/include/ATen/ops/_values.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4583663Z copying torch/include/ATen/ops/_values_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4585145Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4586613Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4587781Z copying torch/include/ATen/ops/_values_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4589120Z copying torch/include/ATen/ops/_values_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4590433Z copying torch/include/ATen/ops/_values_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4591781Z copying torch/include/ATen/ops/_values_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4593060Z copying torch/include/ATen/ops/_version.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4594748Z copying torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4595916Z copying torch/include/ATen/ops/_version_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4597281Z copying torch/include/ATen/ops/_version_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4598650Z copying torch/include/ATen/ops/_weight_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4600094Z copying torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4601362Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4602940Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4604394Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4605500Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4607084Z copying torch/include/ATen/ops/_weight_norm_interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4608151Z copying torch/include/ATen/ops/_weight_norm_interface_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4609773Z copying torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4610559Z copying torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4612366Z copying torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4613041Z copying torch/include/ATen/ops/_weight_norm_interface_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4613969Z copying torch/include/ATen/ops/_weight_norm_interface_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4615143Z copying torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4616054Z copying torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4616994Z copying torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4618176Z copying torch/include/ATen/ops/_weight_norm_interface_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4658069Z copying torch/include/ATen/ops/_weight_norm_interface_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4658926Z copying torch/include/ATen/ops/_weight_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4659550Z copying torch/include/ATen/ops/_weight_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4660193Z copying torch/include/ATen/ops/abs.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4660930Z copying torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4661687Z copying torch/include/ATen/ops/abs_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4662264Z copying torch/include/ATen/ops/abs_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4662944Z copying torch/include/ATen/ops/abs_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4663390Z copying torch/include/ATen/ops/abs_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4664059Z copying torch/include/ATen/ops/absolute.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4664705Z copying torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4665411Z copying torch/include/ATen/ops/absolute_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4665955Z copying torch/include/ATen/ops/absolute_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4666530Z copying torch/include/ATen/ops/acos.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4667219Z copying torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4668031Z copying torch/include/ATen/ops/acos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4668581Z copying torch/include/ATen/ops/acos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4669196Z copying torch/include/ATen/ops/acos_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4669697Z copying torch/include/ATen/ops/acos_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4670183Z copying torch/include/ATen/ops/acos_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4670818Z copying torch/include/ATen/ops/acos_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4671238Z copying torch/include/ATen/ops/acosh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4671772Z copying torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4672401Z copying torch/include/ATen/ops/acosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4672962Z copying torch/include/ATen/ops/acosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4673414Z copying torch/include/ATen/ops/acosh_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4673866Z copying torch/include/ATen/ops/acosh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4674512Z copying torch/include/ATen/ops/acosh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4674945Z copying torch/include/ATen/ops/acosh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4675394Z copying torch/include/ATen/ops/adaptive_avg_pool1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4675936Z copying torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4676465Z copying torch/include/ATen/ops/adaptive_avg_pool1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4677017Z copying torch/include/ATen/ops/adaptive_avg_pool1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4677481Z copying torch/include/ATen/ops/adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4678096Z copying torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4678658Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4679154Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4679753Z copying torch/include/ATen/ops/adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4680229Z copying torch/include/ATen/ops/adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4680814Z copying torch/include/ATen/ops/adaptive_avg_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4681283Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4681884Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4682448Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4683100Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4683642Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4684247Z copying torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4684933Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4685473Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4685984Z copying torch/include/ATen/ops/adaptive_avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4686614Z copying torch/include/ATen/ops/adaptive_avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4687144Z copying torch/include/ATen/ops/adaptive_max_pool1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4687864Z copying torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4688146Z copying torch/include/ATen/ops/adaptive_max_pool1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4688404Z copying torch/include/ATen/ops/adaptive_max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4688725Z copying torch/include/ATen/ops/adaptive_max_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4689081Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4689502Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4689808Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4690230Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4690590Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4690898Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4692478Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4693590Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4695156Z copying torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4696231Z copying torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4697744Z copying torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4699061Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4700446Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4701721Z copying torch/include/ATen/ops/adaptive_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4703074Z copying torch/include/ATen/ops/adaptive_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4704391Z copying torch/include/ATen/ops/adaptive_max_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4705797Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4707402Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4708856Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4710071Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4711230Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4712612Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4713872Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4715447Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4716972Z copying torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4718057Z copying torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4719423Z copying torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4720745Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4722059Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4723326Z copying torch/include/ATen/ops/adaptive_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4724659Z copying torch/include/ATen/ops/adaptive_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4725935Z copying torch/include/ATen/ops/add.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4727395Z copying torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4728999Z copying torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4730218Z copying torch/include/ATen/ops/add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4732133Z copying torch/include/ATen/ops/add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4733657Z copying torch/include/ATen/ops/add_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4734961Z copying torch/include/ATen/ops/add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4736351Z copying torch/include/ATen/ops/add_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4737949Z copying torch/include/ATen/ops/add_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4739442Z copying torch/include/ATen/ops/addbmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4740981Z copying torch/include/ATen/ops/addbmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4742608Z copying torch/include/ATen/ops/addbmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4744014Z copying torch/include/ATen/ops/addbmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4745482Z copying torch/include/ATen/ops/addbmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4746838Z copying torch/include/ATen/ops/addbmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4748135Z copying torch/include/ATen/ops/addcdiv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4749738Z copying torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4750847Z copying torch/include/ATen/ops/addcdiv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4752327Z copying torch/include/ATen/ops/addcdiv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4753520Z copying torch/include/ATen/ops/addcdiv_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4755150Z copying torch/include/ATen/ops/addcdiv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4756903Z copying torch/include/ATen/ops/addcdiv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4758293Z copying torch/include/ATen/ops/addcdiv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4759755Z copying torch/include/ATen/ops/addcmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4761329Z copying torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4762480Z copying torch/include/ATen/ops/addcmul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4763819Z copying torch/include/ATen/ops/addcmul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4765143Z copying torch/include/ATen/ops/addcmul_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4766446Z copying torch/include/ATen/ops/addcmul_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4767951Z copying torch/include/ATen/ops/addcmul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4769310Z copying torch/include/ATen/ops/addcmul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4770658Z copying torch/include/ATen/ops/addmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4772220Z copying torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4773588Z copying torch/include/ATen/ops/addmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4775279Z copying torch/include/ATen/ops/addmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4776587Z copying torch/include/ATen/ops/addmm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4778042Z copying torch/include/ATen/ops/addmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4779258Z copying torch/include/ATen/ops/addmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4780840Z copying torch/include/ATen/ops/addmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4782225Z copying torch/include/ATen/ops/addmv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4783919Z copying torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4785169Z copying torch/include/ATen/ops/addmv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4786632Z copying torch/include/ATen/ops/addmv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4787825Z copying torch/include/ATen/ops/addmv_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4789182Z copying torch/include/ATen/ops/addmv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4790476Z copying torch/include/ATen/ops/addmv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4791794Z copying torch/include/ATen/ops/addmv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4793223Z copying torch/include/ATen/ops/addr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4794694Z copying torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4796100Z copying torch/include/ATen/ops/addr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4797489Z copying torch/include/ATen/ops/addr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4798785Z copying torch/include/ATen/ops/addr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4800116Z copying torch/include/ATen/ops/addr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4801439Z copying torch/include/ATen/ops/adjoint.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4802931Z copying torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4804242Z copying torch/include/ATen/ops/adjoint_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4805630Z copying torch/include/ATen/ops/adjoint_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4806934Z copying torch/include/ATen/ops/affine_grid_generator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4808343Z copying torch/include/ATen/ops/affine_grid_generator_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4809761Z copying torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4811054Z copying torch/include/ATen/ops/affine_grid_generator_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4812390Z copying torch/include/ATen/ops/affine_grid_generator_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4813743Z copying torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4814963Z copying torch/include/ATen/ops/affine_grid_generator_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4816451Z copying torch/include/ATen/ops/affine_grid_generator_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4817820Z copying torch/include/ATen/ops/alias.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4819339Z copying torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4821140Z copying torch/include/ATen/ops/alias_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4822657Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4824003Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4825101Z copying torch/include/ATen/ops/alias_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4826375Z copying torch/include/ATen/ops/alias_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4827895Z copying torch/include/ATen/ops/alias_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4829353Z copying torch/include/ATen/ops/alias_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4830751Z copying torch/include/ATen/ops/align_as.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4832330Z copying torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4833530Z copying torch/include/ATen/ops/align_as_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4834849Z copying torch/include/ATen/ops/align_as_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4836372Z copying torch/include/ATen/ops/align_tensors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4837816Z copying torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4839102Z copying torch/include/ATen/ops/align_tensors_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4840348Z copying torch/include/ATen/ops/align_tensors_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4841689Z copying torch/include/ATen/ops/align_to.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4843148Z copying torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4844397Z copying torch/include/ATen/ops/align_to_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4845708Z copying torch/include/ATen/ops/align_to_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4847022Z copying torch/include/ATen/ops/all.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4848558Z copying torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4849895Z copying torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4851092Z copying torch/include/ATen/ops/all_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4852454Z copying torch/include/ATen/ops/all_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4853873Z copying torch/include/ATen/ops/all_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4855282Z copying torch/include/ATen/ops/all_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4856532Z copying torch/include/ATen/ops/all_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4857887Z copying torch/include/ATen/ops/all_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4859336Z copying torch/include/ATen/ops/allclose.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4860804Z copying torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4862049Z copying torch/include/ATen/ops/allclose_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4863435Z copying torch/include/ATen/ops/allclose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4864689Z copying torch/include/ATen/ops/alpha_dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4866178Z copying torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4867415Z copying torch/include/ATen/ops/alpha_dropout_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4868660Z copying torch/include/ATen/ops/alpha_dropout_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4870074Z copying torch/include/ATen/ops/amax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4871474Z copying torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4872715Z copying torch/include/ATen/ops/amax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4874038Z copying torch/include/ATen/ops/amax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4875655Z copying torch/include/ATen/ops/amax_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4877308Z copying torch/include/ATen/ops/amax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4878458Z copying torch/include/ATen/ops/amax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4879721Z copying torch/include/ATen/ops/amax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4881044Z copying torch/include/ATen/ops/amin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4882570Z copying torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4883738Z copying torch/include/ATen/ops/amin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4885156Z copying torch/include/ATen/ops/amin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4886444Z copying torch/include/ATen/ops/amin_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4887791Z copying torch/include/ATen/ops/amin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4889184Z copying torch/include/ATen/ops/amin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4890353Z copying torch/include/ATen/ops/amin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4891723Z copying torch/include/ATen/ops/aminmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4893323Z copying torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4894474Z copying torch/include/ATen/ops/aminmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4895763Z copying torch/include/ATen/ops/aminmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4897242Z copying torch/include/ATen/ops/aminmax_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4898533Z copying torch/include/ATen/ops/aminmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4899792Z copying torch/include/ATen/ops/aminmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4901122Z copying torch/include/ATen/ops/aminmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4902411Z copying torch/include/ATen/ops/and.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4903935Z copying torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4905120Z copying torch/include/ATen/ops/and_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4906519Z copying torch/include/ATen/ops/and_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4908062Z copying torch/include/ATen/ops/angle.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4910247Z copying torch/include/ATen/ops/angle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4911629Z copying torch/include/ATen/ops/angle_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4912963Z copying torch/include/ATen/ops/angle_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4914590Z copying torch/include/ATen/ops/angle_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4916869Z copying torch/include/ATen/ops/any.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4918494Z copying torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4919881Z copying torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4921182Z copying torch/include/ATen/ops/any_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4922580Z copying torch/include/ATen/ops/any_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4924159Z copying torch/include/ATen/ops/any_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4925601Z copying torch/include/ATen/ops/any_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4926914Z copying torch/include/ATen/ops/any_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4928244Z copying torch/include/ATen/ops/any_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4929640Z copying torch/include/ATen/ops/arange.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4931156Z copying torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4932419Z copying torch/include/ATen/ops/arange_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4933702Z copying torch/include/ATen/ops/arange_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4935002Z copying torch/include/ATen/ops/arange_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4936352Z copying torch/include/ATen/ops/arange_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4937872Z copying torch/include/ATen/ops/arange_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4939242Z copying torch/include/ATen/ops/arccos.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4940759Z copying torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4942172Z copying torch/include/ATen/ops/arccos_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4943525Z copying torch/include/ATen/ops/arccos_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4944839Z copying torch/include/ATen/ops/arccosh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4946317Z copying torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4947827Z copying torch/include/ATen/ops/arccosh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4949162Z copying torch/include/ATen/ops/arccosh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4950578Z copying torch/include/ATen/ops/arcsin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4952567Z copying torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4953632Z copying torch/include/ATen/ops/arcsin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4968302Z copying torch/include/ATen/ops/arcsin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4968872Z copying torch/include/ATen/ops/arcsinh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4970520Z copying torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4971463Z copying torch/include/ATen/ops/arcsinh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4972453Z copying torch/include/ATen/ops/arcsinh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4974177Z copying torch/include/ATen/ops/arctan.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4975028Z copying torch/include/ATen/ops/arctan2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4976316Z copying torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4977692Z copying torch/include/ATen/ops/arctan2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4978448Z copying torch/include/ATen/ops/arctan2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4979754Z copying torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4980742Z copying torch/include/ATen/ops/arctan_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4982470Z copying torch/include/ATen/ops/arctan_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4983383Z copying torch/include/ATen/ops/arctanh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4984430Z copying torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4985335Z copying torch/include/ATen/ops/arctanh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4986608Z copying torch/include/ATen/ops/arctanh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4988658Z copying torch/include/ATen/ops/argmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4989237Z copying torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4990708Z copying torch/include/ATen/ops/argmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4991716Z copying torch/include/ATen/ops/argmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4992933Z copying torch/include/ATen/ops/argmax_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4993915Z copying torch/include/ATen/ops/argmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4995279Z copying torch/include/ATen/ops/argmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4996214Z copying torch/include/ATen/ops/argmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4997504Z copying torch/include/ATen/ops/argmin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4998511Z copying torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.4999882Z copying torch/include/ATen/ops/argmin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5000793Z copying torch/include/ATen/ops/argmin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5002047Z copying torch/include/ATen/ops/argmin_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5003010Z copying torch/include/ATen/ops/argmin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5004316Z copying torch/include/ATen/ops/argmin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5005222Z copying torch/include/ATen/ops/argmin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5007121Z copying torch/include/ATen/ops/argsort.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5008673Z copying torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5009933Z copying torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5011131Z copying torch/include/ATen/ops/argsort_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5013310Z copying torch/include/ATen/ops/argsort_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5013866Z copying torch/include/ATen/ops/argsort_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5014716Z copying torch/include/ATen/ops/argsort_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5016573Z copying torch/include/ATen/ops/argwhere.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5017399Z copying torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5018898Z copying torch/include/ATen/ops/argwhere_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5020620Z copying torch/include/ATen/ops/argwhere_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5021922Z copying torch/include/ATen/ops/as_strided.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5023238Z copying torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5024199Z copying torch/include/ATen/ops/as_strided_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5025366Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5026704Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5027698Z copying torch/include/ATen/ops/as_strided_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5028569Z copying torch/include/ATen/ops/as_strided_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5029720Z copying torch/include/ATen/ops/as_strided_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5030629Z copying torch/include/ATen/ops/as_strided_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5032104Z copying torch/include/ATen/ops/as_strided_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5033092Z copying torch/include/ATen/ops/as_strided_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5034751Z copying torch/include/ATen/ops/as_strided_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5036979Z copying torch/include/ATen/ops/as_strided_scatter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5037928Z copying torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5038552Z copying torch/include/ATen/ops/as_strided_scatter_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5039092Z copying torch/include/ATen/ops/as_strided_scatter_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5039854Z copying torch/include/ATen/ops/asin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5041145Z copying torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5042092Z copying torch/include/ATen/ops/asin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5043096Z copying torch/include/ATen/ops/asin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5044142Z copying torch/include/ATen/ops/asin_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5045230Z copying torch/include/ATen/ops/asin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5046046Z copying torch/include/ATen/ops/asin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5047825Z copying torch/include/ATen/ops/asin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5048396Z copying torch/include/ATen/ops/asinh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5049946Z copying torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5050804Z copying torch/include/ATen/ops/asinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5051870Z copying torch/include/ATen/ops/asinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5052883Z copying torch/include/ATen/ops/asinh_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5054067Z copying torch/include/ATen/ops/asinh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5055230Z copying torch/include/ATen/ops/asinh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5056621Z copying torch/include/ATen/ops/asinh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5057650Z copying torch/include/ATen/ops/atan.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5058836Z copying torch/include/ATen/ops/atan2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5060364Z copying torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5061311Z copying torch/include/ATen/ops/atan2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5062878Z copying torch/include/ATen/ops/atan2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5063761Z copying torch/include/ATen/ops/atan2_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5065172Z copying torch/include/ATen/ops/atan2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5066140Z copying torch/include/ATen/ops/atan2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5067053Z copying torch/include/ATen/ops/atan2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5068971Z copying torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5069746Z copying torch/include/ATen/ops/atan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5070607Z copying torch/include/ATen/ops/atan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5071536Z copying torch/include/ATen/ops/atan_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5072714Z copying torch/include/ATen/ops/atan_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5073901Z copying torch/include/ATen/ops/atan_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5074931Z copying torch/include/ATen/ops/atan_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5075967Z copying torch/include/ATen/ops/atanh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5078142Z copying torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5078653Z copying torch/include/ATen/ops/atanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5079499Z copying torch/include/ATen/ops/atanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5080448Z copying torch/include/ATen/ops/atanh_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5082162Z copying torch/include/ATen/ops/atanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5082931Z copying torch/include/ATen/ops/atanh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5084096Z copying torch/include/ATen/ops/atanh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5085324Z copying torch/include/ATen/ops/atleast_1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5085880Z copying torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5087270Z copying torch/include/ATen/ops/atleast_1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5088285Z copying torch/include/ATen/ops/atleast_1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5089488Z copying torch/include/ATen/ops/atleast_2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5090695Z copying torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5092195Z copying torch/include/ATen/ops/atleast_2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5093040Z copying torch/include/ATen/ops/atleast_2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5094272Z copying torch/include/ATen/ops/atleast_3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5095733Z copying torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5096993Z copying torch/include/ATen/ops/atleast_3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5098382Z copying torch/include/ATen/ops/atleast_3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5099739Z copying torch/include/ATen/ops/avg_pool1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5101642Z copying torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5102681Z copying torch/include/ATen/ops/avg_pool1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5104342Z copying torch/include/ATen/ops/avg_pool1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5105427Z copying torch/include/ATen/ops/avg_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5107070Z copying torch/include/ATen/ops/avg_pool2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5108522Z copying torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5109900Z copying torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5111162Z copying torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5112448Z copying torch/include/ATen/ops/avg_pool2d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5114379Z copying torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5115546Z copying torch/include/ATen/ops/avg_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5117250Z copying torch/include/ATen/ops/avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5118545Z copying torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5119803Z copying torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5121513Z copying torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5122645Z copying torch/include/ATen/ops/avg_pool2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5123989Z copying torch/include/ATen/ops/avg_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5125786Z copying torch/include/ATen/ops/avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5126597Z copying torch/include/ATen/ops/avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5128041Z copying torch/include/ATen/ops/avg_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5129706Z copying torch/include/ATen/ops/avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5131071Z copying torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5132262Z copying torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5133626Z copying torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5135316Z copying torch/include/ATen/ops/avg_pool3d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5136408Z copying torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5137765Z copying torch/include/ATen/ops/avg_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5139545Z copying torch/include/ATen/ops/avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5140732Z copying torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5142109Z copying torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5143294Z copying torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5145036Z copying torch/include/ATen/ops/avg_pool3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5145944Z copying torch/include/ATen/ops/avg_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5147310Z copying torch/include/ATen/ops/avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5148634Z copying torch/include/ATen/ops/avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5150455Z copying torch/include/ATen/ops/baddbmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5151755Z copying torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5152979Z copying torch/include/ATen/ops/baddbmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5154668Z copying torch/include/ATen/ops/baddbmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5156030Z copying torch/include/ATen/ops/baddbmm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5156890Z copying torch/include/ATen/ops/baddbmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5158692Z copying torch/include/ATen/ops/baddbmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5159027Z copying torch/include/ATen/ops/baddbmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5159905Z copying torch/include/ATen/ops/bartlett_window.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5160984Z copying torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5162292Z copying torch/include/ATen/ops/bartlett_window_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5163188Z copying torch/include/ATen/ops/bartlett_window_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5164213Z copying torch/include/ATen/ops/batch_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5166083Z copying torch/include/ATen/ops/batch_norm_backward_elemt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5167430Z copying torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5168365Z copying torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5169626Z copying torch/include/ATen/ops/batch_norm_backward_elemt_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5170984Z copying torch/include/ATen/ops/batch_norm_backward_elemt_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5172077Z copying torch/include/ATen/ops/batch_norm_backward_reduce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5173622Z copying torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5174637Z copying torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5175934Z copying torch/include/ATen/ops/batch_norm_backward_reduce_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5177032Z copying torch/include/ATen/ops/batch_norm_backward_reduce_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5179084Z copying torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5179433Z copying torch/include/ATen/ops/batch_norm_elemt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5180694Z copying torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5181840Z copying torch/include/ATen/ops/batch_norm_elemt_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5182671Z copying torch/include/ATen/ops/batch_norm_elemt_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5183905Z copying torch/include/ATen/ops/batch_norm_gather_stats.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5185282Z copying torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5186497Z copying torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5187508Z copying torch/include/ATen/ops/batch_norm_gather_stats_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5188613Z copying torch/include/ATen/ops/batch_norm_gather_stats_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5189936Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5191206Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5192190Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5193634Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5194759Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5195804Z copying torch/include/ATen/ops/batch_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5196870Z copying torch/include/ATen/ops/batch_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5199163Z copying torch/include/ATen/ops/batch_norm_stats.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5199667Z copying torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5200464Z copying torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5201307Z copying torch/include/ATen/ops/batch_norm_stats_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5202531Z copying torch/include/ATen/ops/batch_norm_stats_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5203286Z copying torch/include/ATen/ops/batch_norm_update_stats.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5204932Z copying torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5205615Z copying torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5207347Z copying torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5207869Z copying torch/include/ATen/ops/batch_norm_update_stats_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5209302Z copying torch/include/ATen/ops/batch_norm_update_stats_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5210460Z copying torch/include/ATen/ops/bernoulli.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5211954Z copying torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5212802Z copying torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5214200Z copying torch/include/ATen/ops/bernoulli_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5215374Z copying torch/include/ATen/ops/bernoulli_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5216653Z copying torch/include/ATen/ops/bernoulli_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5218122Z copying torch/include/ATen/ops/bernoulli_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5218730Z copying torch/include/ATen/ops/bernoulli_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5220598Z copying torch/include/ATen/ops/bilinear.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5221229Z copying torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5222154Z copying torch/include/ATen/ops/bilinear_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5223138Z copying torch/include/ATen/ops/bilinear_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5224526Z copying torch/include/ATen/ops/binary_cross_entropy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5224995Z copying torch/include/ATen/ops/binary_cross_entropy_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5226693Z copying torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5227523Z copying torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5228419Z copying torch/include/ATen/ops/binary_cross_entropy_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5229779Z copying torch/include/ATen/ops/binary_cross_entropy_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5230864Z copying torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5232221Z copying torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5233810Z copying torch/include/ATen/ops/binary_cross_entropy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5234303Z copying torch/include/ATen/ops/binary_cross_entropy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5235750Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5237578Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5238639Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5239596Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5241378Z copying torch/include/ATen/ops/bincount.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5242624Z copying torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5243585Z copying torch/include/ATen/ops/bincount_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5245079Z copying torch/include/ATen/ops/bincount_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5246944Z copying torch/include/ATen/ops/bincount_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5247219Z copying torch/include/ATen/ops/bincount_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5248426Z copying torch/include/ATen/ops/binomial.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5249522Z copying torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5250548Z copying torch/include/ATen/ops/binomial_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5251939Z copying torch/include/ATen/ops/binomial_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5252912Z copying torch/include/ATen/ops/binomial_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5253859Z copying torch/include/ATen/ops/binomial_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5255227Z copying torch/include/ATen/ops/bitwise_and.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5256254Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5257296Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5258315Z copying torch/include/ATen/ops/bitwise_and_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5259547Z copying torch/include/ATen/ops/bitwise_and_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5260473Z copying torch/include/ATen/ops/bitwise_and_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5261798Z copying torch/include/ATen/ops/bitwise_and_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5262803Z copying torch/include/ATen/ops/bitwise_and_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5263837Z copying torch/include/ATen/ops/bitwise_and_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5265089Z copying torch/include/ATen/ops/bitwise_and_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5266025Z copying torch/include/ATen/ops/bitwise_left_shift.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5267408Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5268371Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5269575Z copying torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5271024Z copying torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5272384Z copying torch/include/ATen/ops/bitwise_left_shift_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5273309Z copying torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5274761Z copying torch/include/ATen/ops/bitwise_left_shift_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5275740Z copying torch/include/ATen/ops/bitwise_left_shift_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5277118Z copying torch/include/ATen/ops/bitwise_not.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5278472Z copying torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5279606Z copying torch/include/ATen/ops/bitwise_not_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5280991Z copying torch/include/ATen/ops/bitwise_not_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5282292Z copying torch/include/ATen/ops/bitwise_not_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5283546Z copying torch/include/ATen/ops/bitwise_not_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5285339Z copying torch/include/ATen/ops/bitwise_not_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5286572Z copying torch/include/ATen/ops/bitwise_not_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5288107Z copying torch/include/ATen/ops/bitwise_or.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5289448Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5290920Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5292401Z copying torch/include/ATen/ops/bitwise_or_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5293538Z copying torch/include/ATen/ops/bitwise_or_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5294874Z copying torch/include/ATen/ops/bitwise_or_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5296679Z copying torch/include/ATen/ops/bitwise_or_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5297813Z copying torch/include/ATen/ops/bitwise_or_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5299184Z copying torch/include/ATen/ops/bitwise_or_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5300517Z copying torch/include/ATen/ops/bitwise_or_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5302360Z copying torch/include/ATen/ops/bitwise_right_shift.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5303564Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5305000Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5306330Z copying torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5307724Z copying torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5309043Z copying torch/include/ATen/ops/bitwise_right_shift_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5310370Z copying torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5311754Z copying torch/include/ATen/ops/bitwise_right_shift_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5313046Z copying torch/include/ATen/ops/bitwise_right_shift_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5314916Z copying torch/include/ATen/ops/bitwise_xor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5316352Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5317729Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5318964Z copying torch/include/ATen/ops/bitwise_xor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5320226Z copying torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5321534Z copying torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5323873Z copying torch/include/ATen/ops/bitwise_xor_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5324904Z copying torch/include/ATen/ops/bitwise_xor_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5326220Z copying torch/include/ATen/ops/bitwise_xor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5327577Z copying torch/include/ATen/ops/bitwise_xor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5328923Z copying torch/include/ATen/ops/blackman_window.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5330384Z copying torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5331770Z copying torch/include/ATen/ops/blackman_window_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5333040Z copying torch/include/ATen/ops/blackman_window_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5334514Z copying torch/include/ATen/ops/block_diag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5335982Z copying torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5337260Z copying torch/include/ATen/ops/block_diag_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5338886Z copying torch/include/ATen/ops/block_diag_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5340042Z copying torch/include/ATen/ops/bmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5341898Z copying torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5343025Z copying torch/include/ATen/ops/bmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5344503Z copying torch/include/ATen/ops/bmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5346099Z copying torch/include/ATen/ops/bmm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5347327Z copying torch/include/ATen/ops/bmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5348905Z copying torch/include/ATen/ops/bmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5350126Z copying torch/include/ATen/ops/bmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5351695Z copying torch/include/ATen/ops/broadcast_tensors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5353264Z copying torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5354730Z copying torch/include/ATen/ops/broadcast_tensors_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5356164Z copying torch/include/ATen/ops/broadcast_tensors_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5357847Z copying torch/include/ATen/ops/broadcast_to.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5359131Z copying torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5360437Z copying torch/include/ATen/ops/broadcast_to_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5361866Z copying torch/include/ATen/ops/broadcast_to_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5363037Z copying torch/include/ATen/ops/bucketize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5364870Z copying torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5366327Z copying torch/include/ATen/ops/bucketize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5367664Z copying torch/include/ATen/ops/bucketize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5368977Z copying torch/include/ATen/ops/bucketize_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5370342Z copying torch/include/ATen/ops/bucketize_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5371667Z copying torch/include/ATen/ops/can_cast.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5373362Z copying torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5374653Z copying torch/include/ATen/ops/can_cast_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5376036Z copying torch/include/ATen/ops/can_cast_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5377371Z copying torch/include/ATen/ops/cartesian_prod.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5379087Z copying torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5380121Z copying torch/include/ATen/ops/cartesian_prod_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5381544Z copying torch/include/ATen/ops/cartesian_prod_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5382933Z copying torch/include/ATen/ops/cat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5384538Z copying torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5385779Z copying torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5387063Z copying torch/include/ATen/ops/cat_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5388714Z copying torch/include/ATen/ops/cat_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5389867Z copying torch/include/ATen/ops/cat_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5391504Z copying torch/include/ATen/ops/cat_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5392804Z copying torch/include/ATen/ops/cat_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5394227Z copying torch/include/ATen/ops/cat_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5396223Z copying torch/include/ATen/ops/cauchy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5397351Z copying torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5398612Z copying torch/include/ATen/ops/cauchy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5399998Z copying torch/include/ATen/ops/cauchy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5401589Z copying torch/include/ATen/ops/cauchy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5402877Z copying torch/include/ATen/ops/cauchy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5404093Z copying torch/include/ATen/ops/cauchy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5405702Z copying torch/include/ATen/ops/ccol_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5406965Z copying torch/include/ATen/ops/ccol_indices_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5408436Z copying torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5410297Z copying torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5411425Z copying torch/include/ATen/ops/ccol_indices_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5412786Z copying torch/include/ATen/ops/ccol_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5415223Z copying torch/include/ATen/ops/ccol_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5416256Z copying torch/include/ATen/ops/ccol_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5417636Z copying torch/include/ATen/ops/cdist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5419338Z copying torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5420482Z copying torch/include/ATen/ops/cdist_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5421693Z copying torch/include/ATen/ops/gt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5423403Z copying torch/include/ATen/ops/cdist_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5424653Z copying torch/include/ATen/ops/ceil.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5426437Z copying torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5427543Z copying torch/include/ATen/ops/ceil_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5428903Z copying torch/include/ATen/ops/ceil_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5430462Z copying torch/include/ATen/ops/ceil_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5431577Z copying torch/include/ATen/ops/ceil_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5433191Z copying torch/include/ATen/ops/ceil_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5434619Z copying torch/include/ATen/ops/ceil_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5436210Z copying torch/include/ATen/ops/celu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5437637Z copying torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5438891Z copying torch/include/ATen/ops/celu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5440437Z copying torch/include/ATen/ops/celu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5441669Z copying torch/include/ATen/ops/chain_matmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5443454Z copying torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5444573Z copying torch/include/ATen/ops/chain_matmul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5445852Z copying torch/include/ATen/ops/chain_matmul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5447361Z copying torch/include/ATen/ops/chalf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5449005Z copying torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5450077Z copying torch/include/ATen/ops/chalf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5451384Z copying torch/include/ATen/ops/chalf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5452788Z copying torch/include/ATen/ops/channel_shuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5454586Z copying torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5455831Z copying torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5457177Z copying torch/include/ATen/ops/channel_shuffle_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5458473Z copying torch/include/ATen/ops/channel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5460087Z copying torch/include/ATen/ops/cholesky.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5461420Z copying torch/include/ATen/ops/cholesky_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5462858Z copying torch/include/ATen/ops/cholesky_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5464302Z copying torch/include/ATen/ops/cholesky_inverse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5465118Z copying torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5466537Z copying torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5467707Z copying torch/include/ATen/ops/cholesky_inverse_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5468662Z copying torch/include/ATen/ops/cholesky_inverse_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5470198Z copying torch/include/ATen/ops/cholesky_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5471118Z copying torch/include/ATen/ops/cholesky_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5472481Z copying torch/include/ATen/ops/cholesky_solve.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5473501Z copying torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5475068Z copying torch/include/ATen/ops/cholesky_solve_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5476263Z copying torch/include/ATen/ops/cholesky_solve_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5477420Z copying torch/include/ATen/ops/choose_qparams_optimized.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5478852Z copying torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5479761Z copying torch/include/ATen/ops/choose_qparams_optimized_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5481599Z copying torch/include/ATen/ops/choose_qparams_optimized_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5482110Z copying torch/include/ATen/ops/chunk.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5483726Z copying torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5484676Z copying torch/include/ATen/ops/chunk_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5485999Z copying torch/include/ATen/ops/chunk_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5487208Z copying torch/include/ATen/ops/clamp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5488796Z copying torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5489768Z copying torch/include/ATen/ops/clamp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5491010Z copying torch/include/ATen/ops/clamp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5492338Z copying torch/include/ATen/ops/clamp_max.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5493851Z copying torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5495118Z copying torch/include/ATen/ops/clamp_max_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5496413Z copying torch/include/ATen/ops/clamp_max_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5497934Z copying torch/include/ATen/ops/clamp_max_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5499217Z copying torch/include/ATen/ops/clamp_max_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5501548Z copying torch/include/ATen/ops/clamp_max_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5502380Z copying torch/include/ATen/ops/clamp_max_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5504008Z copying torch/include/ATen/ops/clamp_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5505350Z copying torch/include/ATen/ops/clamp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5506693Z copying torch/include/ATen/ops/clamp_min.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5508450Z copying torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5509514Z copying torch/include/ATen/ops/clamp_min_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5510887Z copying torch/include/ATen/ops/clamp_min_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5512143Z copying torch/include/ATen/ops/clamp_min_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5513349Z copying torch/include/ATen/ops/clamp_min_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5514643Z copying torch/include/ATen/ops/clamp_min_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5515982Z copying torch/include/ATen/ops/clamp_min_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5517190Z copying torch/include/ATen/ops/clamp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5518176Z copying torch/include/ATen/ops/clamp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5519760Z copying torch/include/ATen/ops/clip.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5521269Z copying torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5521924Z copying torch/include/ATen/ops/clip_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5523358Z copying torch/include/ATen/ops/clip_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5524550Z copying torch/include/ATen/ops/clone.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5525771Z copying torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5527351Z copying torch/include/ATen/ops/clone_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5528368Z copying torch/include/ATen/ops/clone_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5529293Z copying torch/include/ATen/ops/coalesce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5530698Z copying torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5531386Z copying torch/include/ATen/ops/coalesce_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5532704Z copying torch/include/ATen/ops/coalesce_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5534604Z copying torch/include/ATen/ops/col2im.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5534931Z copying torch/include/ATen/ops/col2im_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5535876Z copying torch/include/ATen/ops/col2im_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5536814Z copying torch/include/ATen/ops/col2im_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5537883Z copying torch/include/ATen/ops/col2im_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5539624Z copying torch/include/ATen/ops/col_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5539965Z copying torch/include/ATen/ops/col_indices_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5541217Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5542608Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5543134Z copying torch/include/ATen/ops/col_indices_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5544176Z copying torch/include/ATen/ops/col_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5545556Z copying torch/include/ATen/ops/col_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5546873Z copying torch/include/ATen/ops/col_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5547734Z copying torch/include/ATen/ops/column_stack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5548967Z copying torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5550114Z copying torch/include/ATen/ops/column_stack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5551050Z copying torch/include/ATen/ops/column_stack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5552366Z copying torch/include/ATen/ops/combinations.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5553441Z copying torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5554407Z copying torch/include/ATen/ops/combinations_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5555561Z copying torch/include/ATen/ops/i0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5557268Z copying torch/include/ATen/ops/combinations_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5558573Z copying torch/include/ATen/ops/complex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5559622Z copying torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5560571Z copying torch/include/ATen/ops/complex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5561894Z copying torch/include/ATen/ops/complex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5562851Z copying torch/include/ATen/ops/complex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5564078Z copying torch/include/ATen/ops/complex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5565019Z copying torch/include/ATen/ops/concat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5566160Z copying torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5567132Z copying torch/include/ATen/ops/concat_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5567899Z copying torch/include/ATen/ops/concat_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5569244Z copying torch/include/ATen/ops/concatenate.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5570460Z copying torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5571560Z copying torch/include/ATen/ops/concatenate_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5572655Z copying torch/include/ATen/ops/concatenate_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5573644Z copying torch/include/ATen/ops/conj.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5574826Z copying torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5576357Z copying torch/include/ATen/ops/conj_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5577445Z copying torch/include/ATen/ops/conj_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5578430Z copying torch/include/ATen/ops/conj_physical.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5579350Z copying torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5580805Z copying torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5582291Z copying torch/include/ATen/ops/conj_physical_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5582962Z copying torch/include/ATen/ops/conj_physical_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5584277Z copying torch/include/ATen/ops/conj_physical_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5585014Z copying torch/include/ATen/ops/conj_physical_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5586306Z copying torch/include/ATen/ops/constant_pad_nd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5587297Z copying torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5588300Z copying torch/include/ATen/ops/constant_pad_nd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5589638Z copying torch/include/ATen/ops/constant_pad_nd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5590395Z copying torch/include/ATen/ops/contiguous.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5591748Z copying torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5592578Z copying torch/include/ATen/ops/contiguous_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5593823Z copying torch/include/ATen/ops/contiguous_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5594855Z copying torch/include/ATen/ops/conv1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5595869Z copying torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5596838Z copying torch/include/ATen/ops/conv1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5598455Z copying torch/include/ATen/ops/conv1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5599183Z copying torch/include/ATen/ops/conv2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5600273Z copying torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5601236Z copying torch/include/ATen/ops/conv2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5602164Z copying torch/include/ATen/ops/conv2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5603375Z copying torch/include/ATen/ops/conv3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5605522Z copying torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5605884Z copying torch/include/ATen/ops/conv3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5606843Z copying torch/include/ATen/ops/conv3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5608268Z copying torch/include/ATen/ops/conv_depthwise3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5609378Z copying torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5610410Z copying torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5611747Z copying torch/include/ATen/ops/conv_depthwise3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5612669Z copying torch/include/ATen/ops/conv_depthwise3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5614043Z copying torch/include/ATen/ops/conv_tbc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5615048Z copying torch/include/ATen/ops/conv_tbc_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5616273Z copying torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5617510Z copying torch/include/ATen/ops/conv_tbc_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5618783Z copying torch/include/ATen/ops/conv_tbc_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5619672Z copying torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5621781Z copying torch/include/ATen/ops/conv_tbc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5622118Z copying torch/include/ATen/ops/conv_tbc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5623549Z copying torch/include/ATen/ops/conv_transpose1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5624873Z copying torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5625725Z copying torch/include/ATen/ops/conv_transpose1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5626437Z copying torch/include/ATen/ops/conv_transpose1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5627755Z copying torch/include/ATen/ops/conv_transpose2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5628782Z copying torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5629984Z copying torch/include/ATen/ops/conv_transpose2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5630697Z copying torch/include/ATen/ops/conv_transpose2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5632278Z copying torch/include/ATen/ops/conv_transpose3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5633114Z copying torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5634628Z copying torch/include/ATen/ops/conv_transpose3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5635412Z copying torch/include/ATen/ops/conv_transpose3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5636590Z copying torch/include/ATen/ops/convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5637603Z copying torch/include/ATen/ops/convolution_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5639091Z copying torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5640047Z copying torch/include/ATen/ops/convolution_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5641371Z copying torch/include/ATen/ops/convolution_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5642020Z copying torch/include/ATen/ops/convolution_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5643656Z copying torch/include/ATen/ops/convolution_backward_overrideable.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5644374Z copying torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5645470Z copying torch/include/ATen/ops/convolution_backward_overrideable_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5646605Z copying torch/include/ATen/ops/convolution_backward_overrideable_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5648448Z copying torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5649382Z copying torch/include/ATen/ops/convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5650346Z copying torch/include/ATen/ops/convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5651744Z copying torch/include/ATen/ops/convolution_overrideable.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5653189Z copying torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5653979Z copying torch/include/ATen/ops/convolution_overrideable_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5655196Z copying torch/include/ATen/ops/convolution_overrideable_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5656363Z copying torch/include/ATen/ops/copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5657670Z copying torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5658735Z copying torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5659979Z copying torch/include/ATen/ops/copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5661073Z copying torch/include/ATen/ops/copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5662235Z copying torch/include/ATen/ops/copy_sparse_to_sparse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5663323Z copying torch/include/ATen/ops/copy_sparse_to_sparse_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5664333Z copying torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5665483Z copying torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5666600Z copying torch/include/ATen/ops/copy_sparse_to_sparse_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5667485Z copying torch/include/ATen/ops/copysign.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5668806Z copying torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5669984Z copying torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5670787Z copying torch/include/ATen/ops/copysign_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5671995Z copying torch/include/ATen/ops/copysign_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5672706Z copying torch/include/ATen/ops/copysign_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5674353Z copying torch/include/ATen/ops/copysign_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5675207Z copying torch/include/ATen/ops/copysign_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5676418Z copying torch/include/ATen/ops/copysign_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5677354Z copying torch/include/ATen/ops/corrcoef.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5678474Z copying torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5679555Z copying torch/include/ATen/ops/corrcoef_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5680669Z copying torch/include/ATen/ops/corrcoef_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5681773Z copying torch/include/ATen/ops/cos.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5683069Z copying torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5683994Z copying torch/include/ATen/ops/cos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5685060Z copying torch/include/ATen/ops/cos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5686118Z copying torch/include/ATen/ops/cos_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5687172Z copying torch/include/ATen/ops/cos_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5688547Z copying torch/include/ATen/ops/cos_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5689469Z copying torch/include/ATen/ops/cos_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5690622Z copying torch/include/ATen/ops/cosh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5693041Z copying torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5693365Z copying torch/include/ATen/ops/cosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5694228Z copying torch/include/ATen/ops/cosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5695098Z copying torch/include/ATen/ops/cosh_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5695742Z copying torch/include/ATen/ops/cosh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5696889Z copying torch/include/ATen/ops/cosh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5698357Z copying torch/include/ATen/ops/cosh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5699109Z copying torch/include/ATen/ops/cosine_embedding_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5700265Z copying torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5701205Z copying torch/include/ATen/ops/cosine_embedding_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5702389Z copying torch/include/ATen/ops/cosine_embedding_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5703116Z copying torch/include/ATen/ops/cosine_similarity.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5704501Z copying torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5705444Z copying torch/include/ATen/ops/cosine_similarity_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5706631Z copying torch/include/ATen/ops/cosine_similarity_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5707747Z copying torch/include/ATen/ops/count_nonzero.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5708870Z copying torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5709997Z copying torch/include/ATen/ops/count_nonzero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5711157Z copying torch/include/ATen/ops/count_nonzero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5712125Z copying torch/include/ATen/ops/count_nonzero_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5713408Z copying torch/include/ATen/ops/count_nonzero_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5714563Z copying torch/include/ATen/ops/cov.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5716592Z copying torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5717372Z copying torch/include/ATen/ops/cov_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5718397Z copying torch/include/ATen/ops/cov_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5719832Z copying torch/include/ATen/ops/cross.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5720976Z copying torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5722023Z copying torch/include/ATen/ops/cross_entropy_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5723254Z copying torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5724228Z copying torch/include/ATen/ops/cross_entropy_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5725138Z copying torch/include/ATen/ops/cross_entropy_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5726069Z copying torch/include/ATen/ops/cross_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5727228Z copying torch/include/ATen/ops/cross_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5728118Z copying torch/include/ATen/ops/crow_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5729480Z copying torch/include/ATen/ops/crow_indices_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5730369Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5731685Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5732624Z copying torch/include/ATen/ops/crow_indices_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5734016Z copying torch/include/ATen/ops/crow_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5734981Z copying torch/include/ATen/ops/crow_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5736116Z copying torch/include/ATen/ops/crow_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5737490Z copying torch/include/ATen/ops/ctc_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5738460Z copying torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5739609Z copying torch/include/ATen/ops/ctc_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5740687Z copying torch/include/ATen/ops/ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5741582Z copying torch/include/ATen/ops/cudnn_affine_grid_generator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5742848Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5744549Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5745310Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5746671Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5753364Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5753973Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5754701Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5755130Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5755763Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5756267Z copying torch/include/ATen/ops/cudnn_batch_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5756558Z copying torch/include/ATen/ops/cudnn_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5757118Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5757631Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5758461Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5759491Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5761013Z copying torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5762070Z copying torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5763076Z copying torch/include/ATen/ops/cudnn_batch_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5764054Z copying torch/include/ATen/ops/cudnn_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5765136Z copying torch/include/ATen/ops/cudnn_convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5766362Z copying torch/include/ATen/ops/cudnn_convolution_add_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5767498Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5768705Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5769903Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5771034Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5772081Z copying torch/include/ATen/ops/cudnn_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5773786Z copying torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5775067Z copying torch/include/ATen/ops/cudnn_convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5776069Z copying torch/include/ATen/ops/cudnn_convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5776982Z copying torch/include/ATen/ops/cudnn_convolution_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5778147Z copying torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5779608Z copying torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5780744Z copying torch/include/ATen/ops/cudnn_convolution_relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5781619Z copying torch/include/ATen/ops/cudnn_convolution_relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5782731Z copying torch/include/ATen/ops/cudnn_convolution_transpose.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5783907Z copying torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5786015Z copying torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5786427Z copying torch/include/ATen/ops/cudnn_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5787355Z copying torch/include/ATen/ops/cudnn_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5787933Z copying torch/include/ATen/ops/cudnn_grid_sampler.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5789220Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5790576Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5791756Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5793270Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5794596Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5795483Z copying torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5796690Z copying torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5797737Z copying torch/include/ATen/ops/cudnn_grid_sampler_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5800890Z copying torch/include/ATen/ops/cudnn_grid_sampler_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5801392Z copying torch/include/ATen/ops/cudnn_is_acceptable.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5801759Z copying torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5802040Z copying torch/include/ATen/ops/cudnn_is_acceptable_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5803454Z copying torch/include/ATen/ops/cudnn_is_acceptable_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5803857Z copying torch/include/ATen/ops/cummax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5805331Z copying torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5806257Z copying torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5807176Z copying torch/include/ATen/ops/cummax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5808242Z copying torch/include/ATen/ops/cummax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5809268Z copying torch/include/ATen/ops/cummaxmin_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5811526Z copying torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5811974Z copying torch/include/ATen/ops/cummaxmin_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5812752Z copying torch/include/ATen/ops/cummaxmin_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5813784Z copying torch/include/ATen/ops/cummin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5814926Z copying torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5816043Z copying torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5816827Z copying torch/include/ATen/ops/cummin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5817839Z copying torch/include/ATen/ops/cummin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5819101Z copying torch/include/ATen/ops/cumprod.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5820408Z copying torch/include/ATen/ops/cumprod_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5821104Z copying torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5822765Z copying torch/include/ATen/ops/cumprod_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5823376Z copying torch/include/ATen/ops/cumprod_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5824476Z copying torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5825558Z copying torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5826671Z copying torch/include/ATen/ops/cumprod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5827836Z copying torch/include/ATen/ops/cumprod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5828776Z copying torch/include/ATen/ops/cumprod_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5830089Z copying torch/include/ATen/ops/cumprod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5830956Z copying torch/include/ATen/ops/cumprod_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5832235Z copying torch/include/ATen/ops/cumprod_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5833229Z copying torch/include/ATen/ops/cumsum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5834655Z copying torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5835641Z copying torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5836521Z copying torch/include/ATen/ops/cumsum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5837560Z copying torch/include/ATen/ops/cumsum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5838549Z copying torch/include/ATen/ops/cumsum_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5839633Z copying torch/include/ATen/ops/cumsum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5840526Z copying torch/include/ATen/ops/cumsum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5841354Z copying torch/include/ATen/ops/cumsum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5842660Z copying torch/include/ATen/ops/cumulative_trapezoid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5843686Z copying torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5844642Z copying torch/include/ATen/ops/cumulative_trapezoid_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5845663Z copying torch/include/ATen/ops/cumulative_trapezoid_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5846662Z copying torch/include/ATen/ops/data.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5847930Z copying torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5848915Z copying torch/include/ATen/ops/data_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5850005Z copying torch/include/ATen/ops/data_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5851185Z copying torch/include/ATen/ops/deg2rad.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5852269Z copying torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5853197Z copying torch/include/ATen/ops/deg2rad_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5854264Z copying torch/include/ATen/ops/deg2rad_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5855120Z copying torch/include/ATen/ops/dense_dim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5856003Z copying torch/include/ATen/ops/dense_dim_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5857410Z copying torch/include/ATen/ops/dense_dim_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5858317Z copying torch/include/ATen/ops/dense_dim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5859604Z copying torch/include/ATen/ops/dense_dim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5860805Z copying torch/include/ATen/ops/dequantize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5862331Z copying torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5863293Z copying torch/include/ATen/ops/dequantize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5864405Z copying torch/include/ATen/ops/dequantize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5865371Z copying torch/include/ATen/ops/dequantize_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5866644Z copying torch/include/ATen/ops/dequantize_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5867486Z copying torch/include/ATen/ops/det.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5869462Z copying torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5870260Z copying torch/include/ATen/ops/det_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5871073Z copying torch/include/ATen/ops/det_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5872313Z copying torch/include/ATen/ops/detach.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5873330Z copying torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5874589Z copying torch/include/ATen/ops/detach_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5875400Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5877227Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5878250Z copying torch/include/ATen/ops/detach_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5878893Z copying torch/include/ATen/ops/detach_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5880461Z copying torch/include/ATen/ops/detach_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5881210Z copying torch/include/ATen/ops/detach_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5882035Z copying torch/include/ATen/ops/diag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5883658Z copying torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5884497Z copying torch/include/ATen/ops/diag_embed.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5885725Z copying torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5887399Z copying torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5888013Z copying torch/include/ATen/ops/diag_embed_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5889672Z copying torch/include/ATen/ops/diag_embed_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5890233Z copying torch/include/ATen/ops/diag_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5891093Z copying torch/include/ATen/ops/diag_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5892673Z copying torch/include/ATen/ops/diagflat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5893547Z copying torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5894765Z copying torch/include/ATen/ops/diagflat_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5896026Z copying torch/include/ATen/ops/diagflat_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5897492Z copying torch/include/ATen/ops/diagonal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5898860Z copying torch/include/ATen/ops/diagonal_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5900236Z copying torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5901630Z copying torch/include/ATen/ops/diagonal_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5903027Z copying torch/include/ATen/ops/diagonal_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5904506Z copying torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5905847Z copying torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5907100Z copying torch/include/ATen/ops/diagonal_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5908630Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5910056Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5911237Z copying torch/include/ATen/ops/diagonal_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5912577Z copying torch/include/ATen/ops/diagonal_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5913939Z copying torch/include/ATen/ops/diagonal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5916188Z copying torch/include/ATen/ops/diagonal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5916682Z copying torch/include/ATen/ops/diagonal_scatter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5918394Z copying torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5919551Z copying torch/include/ATen/ops/diagonal_scatter_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5920870Z copying torch/include/ATen/ops/diagonal_scatter_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5922181Z copying torch/include/ATen/ops/diff.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5923868Z copying torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5924987Z copying torch/include/ATen/ops/diff_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5926505Z copying torch/include/ATen/ops/diff_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5927713Z copying torch/include/ATen/ops/digamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5929470Z copying torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5930594Z copying torch/include/ATen/ops/digamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5931975Z copying torch/include/ATen/ops/digamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5933640Z copying torch/include/ATen/ops/digamma_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5934855Z copying torch/include/ATen/ops/digamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5936267Z copying torch/include/ATen/ops/digamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5937660Z copying torch/include/ATen/ops/digamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5939189Z copying torch/include/ATen/ops/dist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5940610Z copying torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5941906Z copying torch/include/ATen/ops/dist_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5944147Z copying torch/include/ATen/ops/dist_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5945365Z copying torch/include/ATen/ops/div.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5946916Z copying torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5949182Z copying torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5949697Z copying torch/include/ATen/ops/div_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5950736Z copying torch/include/ATen/ops/div_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5952133Z copying torch/include/ATen/ops/div_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5953352Z copying torch/include/ATen/ops/div_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5954803Z copying torch/include/ATen/ops/div_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5956283Z copying torch/include/ATen/ops/div_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5957610Z copying torch/include/ATen/ops/divide.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5959283Z copying torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5960431Z copying torch/include/ATen/ops/divide_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5961997Z copying torch/include/ATen/ops/divide_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5963268Z copying torch/include/ATen/ops/dot.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5965076Z copying torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5966190Z copying torch/include/ATen/ops/dot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5967546Z copying torch/include/ATen/ops/dot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5969228Z copying torch/include/ATen/ops/dot_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5970519Z copying torch/include/ATen/ops/dot_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5971839Z copying torch/include/ATen/ops/dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5973603Z copying torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5974717Z copying torch/include/ATen/ops/dropout_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5975984Z copying torch/include/ATen/ops/dropout_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5977386Z copying torch/include/ATen/ops/dsplit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5979181Z copying torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5980347Z copying torch/include/ATen/ops/dsplit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5981948Z copying torch/include/ATen/ops/dsplit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5983264Z copying torch/include/ATen/ops/dstack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5985048Z copying torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5986065Z copying torch/include/ATen/ops/dstack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5987358Z copying torch/include/ATen/ops/dstack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5988842Z copying torch/include/ATen/ops/einsum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5990281Z copying torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5991532Z copying torch/include/ATen/ops/einsum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5993060Z copying torch/include/ATen/ops/einsum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5994471Z copying torch/include/ATen/ops/elu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5996048Z copying torch/include/ATen/ops/elu_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5997486Z copying torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.5998777Z copying torch/include/ATen/ops/elu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6000113Z copying torch/include/ATen/ops/elu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6001656Z copying torch/include/ATen/ops/elu_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6002892Z copying torch/include/ATen/ops/elu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6004437Z copying torch/include/ATen/ops/elu_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6005640Z copying torch/include/ATen/ops/elu_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6007066Z copying torch/include/ATen/ops/elu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6008641Z copying torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6010011Z copying torch/include/ATen/ops/elu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6011504Z copying torch/include/ATen/ops/elu_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6012838Z copying torch/include/ATen/ops/elu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6014147Z copying torch/include/ATen/ops/elu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6015663Z copying torch/include/ATen/ops/elu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6017000Z copying torch/include/ATen/ops/embedding.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6018581Z copying torch/include/ATen/ops/embedding_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6020067Z copying torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6021337Z copying torch/include/ATen/ops/embedding_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6022681Z copying torch/include/ATen/ops/embedding_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6024027Z copying torch/include/ATen/ops/embedding_bag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6025630Z copying torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6026810Z copying torch/include/ATen/ops/embedding_bag_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6028260Z copying torch/include/ATen/ops/embedding_bag_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6029926Z copying torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6031160Z copying torch/include/ATen/ops/embedding_dense_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6032858Z copying torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6034867Z copying torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6036904Z copying torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6038135Z copying torch/include/ATen/ops/embedding_dense_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6039520Z copying torch/include/ATen/ops/embedding_dense_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6040761Z copying torch/include/ATen/ops/embedding_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6042280Z copying torch/include/ATen/ops/embedding_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6043456Z copying torch/include/ATen/ops/embedding_renorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6045179Z copying torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6046373Z copying torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6047907Z copying torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6049226Z copying torch/include/ATen/ops/embedding_renorm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6050108Z copying torch/include/ATen/ops/embedding_renorm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6051658Z copying torch/include/ATen/ops/embedding_renorm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6052528Z copying torch/include/ATen/ops/embedding_sparse_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6054009Z copying torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6054982Z copying torch/include/ATen/ops/embedding_sparse_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6056534Z copying torch/include/ATen/ops/embedding_sparse_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6057432Z copying torch/include/ATen/ops/empty.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6059135Z copying torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6060090Z copying torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6061891Z copying torch/include/ATen/ops/empty_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6062472Z copying torch/include/ATen/ops/empty_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6063996Z copying torch/include/ATen/ops/empty_like.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6065099Z copying torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6066345Z copying torch/include/ATen/ops/empty_like_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6067573Z copying torch/include/ATen/ops/empty_like_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6068777Z copying torch/include/ATen/ops/empty_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6069719Z copying torch/include/ATen/ops/empty_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6070922Z copying torch/include/ATen/ops/empty_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6071834Z copying torch/include/ATen/ops/empty_quantized.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6073056Z copying torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6074583Z copying torch/include/ATen/ops/empty_quantized_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6075417Z copying torch/include/ATen/ops/empty_quantized_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6076599Z copying torch/include/ATen/ops/empty_strided.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6078297Z copying torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6078882Z copying torch/include/ATen/ops/empty_strided_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6079723Z copying torch/include/ATen/ops/empty_strided_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6081379Z copying torch/include/ATen/ops/empty_strided_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6082374Z copying torch/include/ATen/ops/empty_strided_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6083104Z copying torch/include/ATen/ops/empty_strided_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6084393Z copying torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6085111Z copying torch/include/ATen/ops/eq_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6086720Z copying torch/include/ATen/ops/eq_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6087398Z copying torch/include/ATen/ops/eq_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6088416Z copying torch/include/ATen/ops/eq_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6089594Z copying torch/include/ATen/ops/eq_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6090483Z copying torch/include/ATen/ops/eq_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6091930Z copying torch/include/ATen/ops/equal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6094307Z copying torch/include/ATen/ops/equal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6094669Z copying torch/include/ATen/ops/equal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6095490Z copying torch/include/ATen/ops/equal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6096364Z copying torch/include/ATen/ops/equal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6098085Z copying torch/include/ATen/ops/erf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6099120Z copying torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6100056Z copying torch/include/ATen/ops/erf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6100993Z copying torch/include/ATen/ops/erf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6102971Z copying torch/include/ATen/ops/erf_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6103474Z copying torch/include/ATen/ops/erf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6104642Z copying torch/include/ATen/ops/erf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6106337Z copying torch/include/ATen/ops/erf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6107556Z copying torch/include/ATen/ops/erfc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6109025Z copying torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6110154Z copying torch/include/ATen/ops/erfc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6111814Z copying torch/include/ATen/ops/erfc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6113660Z copying torch/include/ATen/ops/erfc_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6115157Z copying torch/include/ATen/ops/erfc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6116722Z copying torch/include/ATen/ops/erfc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6118035Z copying torch/include/ATen/ops/erfc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6119616Z copying torch/include/ATen/ops/erfinv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6121458Z copying torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6122411Z copying torch/include/ATen/ops/erfinv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6123712Z copying torch/include/ATen/ops/erfinv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6125041Z copying torch/include/ATen/ops/erfinv_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6126373Z copying torch/include/ATen/ops/erfinv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6127852Z copying torch/include/ATen/ops/erfinv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6129215Z copying torch/include/ATen/ops/erfinv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6130733Z copying torch/include/ATen/ops/exp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6131968Z copying torch/include/ATen/ops/exp2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6133680Z copying torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6134810Z copying torch/include/ATen/ops/exp2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6136374Z copying torch/include/ATen/ops/exp2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6137969Z copying torch/include/ATen/ops/exp2_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6139070Z copying torch/include/ATen/ops/exp2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6140657Z copying torch/include/ATen/ops/exp2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6141844Z copying torch/include/ATen/ops/le.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6143395Z copying torch/include/ATen/ops/exp2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6144935Z copying torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6146100Z copying torch/include/ATen/ops/exp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6147684Z copying torch/include/ATen/ops/exp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6148910Z copying torch/include/ATen/ops/exp_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6150269Z copying torch/include/ATen/ops/exp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6151593Z copying torch/include/ATen/ops/exp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6153140Z copying torch/include/ATen/ops/exp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6154523Z copying torch/include/ATen/ops/expand.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6156075Z copying torch/include/ATen/ops/expand_as.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6157525Z copying torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6158774Z copying torch/include/ATen/ops/expand_as_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6160084Z copying torch/include/ATen/ops/expand_as_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6161844Z copying torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6163156Z copying torch/include/ATen/ops/expand_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6164907Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6166298Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6167694Z copying torch/include/ATen/ops/expand_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6169020Z copying torch/include/ATen/ops/expand_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6170372Z copying torch/include/ATen/ops/expand_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6172190Z copying torch/include/ATen/ops/expand_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6173171Z copying torch/include/ATen/ops/expm1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6174982Z copying torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6176002Z copying torch/include/ATen/ops/expm1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6177441Z copying torch/include/ATen/ops/expm1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6178937Z copying torch/include/ATen/ops/expm1_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6180281Z copying torch/include/ATen/ops/expm1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6181732Z copying torch/include/ATen/ops/expm1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6182986Z copying torch/include/ATen/ops/expm1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6184559Z copying torch/include/ATen/ops/exponential.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6185884Z copying torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6187257Z copying torch/include/ATen/ops/exponential_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6188941Z copying torch/include/ATen/ops/exponential_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6190011Z copying torch/include/ATen/ops/exponential_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6191223Z copying torch/include/ATen/ops/exponential_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6192563Z copying torch/include/ATen/ops/exponential_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6193878Z copying torch/include/ATen/ops/eye.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6196080Z copying torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6197493Z copying torch/include/ATen/ops/eye_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6198395Z copying torch/include/ATen/ops/eye_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6199877Z copying torch/include/ATen/ops/eye_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6200540Z copying torch/include/ATen/ops/eye_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6201513Z copying torch/include/ATen/ops/eye_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6203026Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6204430Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6205102Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6206502Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6207348Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6209186Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6209731Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6210763Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6212220Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6213119Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6214355Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6215541Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6216778Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6217907Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6219078Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6220247Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6221414Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6222524Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6223573Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6224734Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6225943Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6226931Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6228091Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6229218Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6230234Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6231835Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6232844Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6234269Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6235182Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6236765Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6237633Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6239038Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6240073Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6242050Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6242421Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6243339Z copying torch/include/ATen/ops/feature_dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6244324Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6245710Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6246786Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6248329Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6249011Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6250204Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6250893Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6252241Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6253231Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6254346Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6255577Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6256448Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6257535Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6258971Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6260018Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6261000Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6261931Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6263113Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6264091Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6264979Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6266066Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6266978Z copying torch/include/ATen/ops/feature_alpha_dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6268004Z copying torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6268957Z copying torch/include/ATen/ops/feature_alpha_dropout_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6270040Z copying torch/include/ATen/ops/feature_alpha_dropout_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6271002Z copying torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6271903Z copying torch/include/ATen/ops/feature_dropout_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6273029Z copying torch/include/ATen/ops/feature_dropout_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6276749Z copying torch/include/ATen/ops/fft_fft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6277096Z copying torch/include/ATen/ops/fft_fft2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6277426Z copying torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6277885Z copying torch/include/ATen/ops/fft_fft2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6278757Z copying torch/include/ATen/ops/fft_fft2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6280092Z copying torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6280839Z copying torch/include/ATen/ops/fft_fft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6282137Z copying torch/include/ATen/ops/fft_fft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6282801Z copying torch/include/ATen/ops/fft_fftfreq.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6284164Z copying torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6284985Z copying torch/include/ATen/ops/fft_fftfreq_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6285939Z copying torch/include/ATen/ops/fft_fftfreq_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6286908Z copying torch/include/ATen/ops/fft_fftn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6287990Z copying torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6288900Z copying torch/include/ATen/ops/fft_fftn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6289857Z copying torch/include/ATen/ops/fft_fftn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6290841Z copying torch/include/ATen/ops/fft_fftshift.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6291938Z copying torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6292871Z copying torch/include/ATen/ops/fft_fftshift_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6293840Z copying torch/include/ATen/ops/fft_fftshift_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6294835Z copying torch/include/ATen/ops/fft_hfft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6295884Z copying torch/include/ATen/ops/fft_hfft2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6296892Z copying torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6297864Z copying torch/include/ATen/ops/fft_hfft2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6298867Z copying torch/include/ATen/ops/fft_hfft2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6299936Z copying torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6300871Z copying torch/include/ATen/ops/fft_hfft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6301829Z copying torch/include/ATen/ops/fft_hfft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6303007Z copying torch/include/ATen/ops/fft_hfftn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6304023Z copying torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6305016Z copying torch/include/ATen/ops/fft_hfftn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6306194Z copying torch/include/ATen/ops/fft_hfftn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6307003Z copying torch/include/ATen/ops/fft_ifft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6308207Z copying torch/include/ATen/ops/fft_ifft2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6309457Z copying torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6310339Z copying torch/include/ATen/ops/fft_ifft2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6311686Z copying torch/include/ATen/ops/fft_ifft2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6312763Z copying torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6313725Z copying torch/include/ATen/ops/fft_ifft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6315095Z copying torch/include/ATen/ops/fft_ifft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6316284Z copying torch/include/ATen/ops/fft_ifftn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6317268Z copying torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6318330Z copying torch/include/ATen/ops/fft_ifftn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6319707Z copying torch/include/ATen/ops/fft_ifftn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6320872Z copying torch/include/ATen/ops/fft_ifftshift.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6322394Z copying torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6322986Z copying torch/include/ATen/ops/fft_ifftshift_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6324390Z copying torch/include/ATen/ops/fft_ifftshift_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6325264Z copying torch/include/ATen/ops/fft_ihfft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6326987Z copying torch/include/ATen/ops/fft_ihfft2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6327446Z copying torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6328859Z copying torch/include/ATen/ops/fft_ihfft2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6329825Z copying torch/include/ATen/ops/fft_ihfft2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6331090Z copying torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6331984Z copying torch/include/ATen/ops/fft_ihfft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6333173Z copying torch/include/ATen/ops/fft_ihfft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6334150Z copying torch/include/ATen/ops/fft_ihfftn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6335857Z copying torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6336283Z copying torch/include/ATen/ops/fft_ihfftn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6337401Z copying torch/include/ATen/ops/fft_ihfftn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6339299Z copying torch/include/ATen/ops/fft_irfft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6339740Z copying torch/include/ATen/ops/fft_irfft2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6341001Z copying torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6341880Z copying torch/include/ATen/ops/fft_irfftn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6343389Z copying torch/include/ATen/ops/fft_irfft2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6344641Z copying torch/include/ATen/ops/fft_irfft2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6345451Z copying torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6346308Z copying torch/include/ATen/ops/fft_irfft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6346990Z copying torch/include/ATen/ops/fft_irfft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6349010Z copying torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6349508Z copying torch/include/ATen/ops/fft_irfftn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6350097Z copying torch/include/ATen/ops/fft_irfftn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6351015Z copying torch/include/ATen/ops/fft_rfft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6352288Z copying torch/include/ATen/ops/fft_rfft2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6353254Z copying torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6354329Z copying torch/include/ATen/ops/fft_rfft2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6355375Z copying torch/include/ATen/ops/fft_rfft2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6357322Z copying torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6358177Z copying torch/include/ATen/ops/fft_rfft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6358918Z copying torch/include/ATen/ops/fft_rfft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6360293Z copying torch/include/ATen/ops/fft_rfftfreq.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6362127Z copying torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6362593Z copying torch/include/ATen/ops/fft_rfftfreq_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6363809Z copying torch/include/ATen/ops/fft_rfftfreq_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6364786Z copying torch/include/ATen/ops/fft_rfftn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6365771Z copying torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6366665Z copying torch/include/ATen/ops/fft_rfftn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6367562Z copying torch/include/ATen/ops/fft_rfftn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6368655Z copying torch/include/ATen/ops/fill.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6369863Z copying torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6370714Z copying torch/include/ATen/ops/fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6371912Z copying torch/include/ATen/ops/fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6372814Z copying torch/include/ATen/ops/fill_diagonal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6373900Z copying torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6374896Z copying torch/include/ATen/ops/fill_diagonal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6376340Z copying torch/include/ATen/ops/fill_diagonal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6377301Z copying torch/include/ATen/ops/fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6378740Z copying torch/include/ATen/ops/fill_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6379759Z copying torch/include/ATen/ops/fill_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6381478Z copying torch/include/ATen/ops/fix.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6382697Z copying torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6383864Z copying torch/include/ATen/ops/fix_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6384991Z copying torch/include/ATen/ops/fix_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6386538Z copying torch/include/ATen/ops/flatten.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6387806Z copying torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6389096Z copying torch/include/ATen/ops/flatten_dense_tensors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6390682Z copying torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6391890Z copying torch/include/ATen/ops/flatten_dense_tensors_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6393246Z copying torch/include/ATen/ops/flatten_dense_tensors_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6394778Z copying torch/include/ATen/ops/flatten_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6396355Z copying torch/include/ATen/ops/flatten_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6397925Z copying torch/include/ATen/ops/flip.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6399380Z copying torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6400743Z copying torch/include/ATen/ops/flip_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6402012Z copying torch/include/ATen/ops/flip_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6403540Z copying torch/include/ATen/ops/flip_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6404761Z copying torch/include/ATen/ops/flip_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6406041Z copying torch/include/ATen/ops/fliplr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6407677Z copying torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6408841Z copying torch/include/ATen/ops/fliplr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6410245Z copying torch/include/ATen/ops/fliplr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6411635Z copying torch/include/ATen/ops/flipud.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6413005Z copying torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6414208Z copying torch/include/ATen/ops/flipud_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6415536Z copying torch/include/ATen/ops/flipud_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6417211Z copying torch/include/ATen/ops/float_power.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6418494Z copying torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6419806Z copying torch/include/ATen/ops/float_power_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6422042Z copying torch/include/ATen/ops/float_power_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6423039Z copying torch/include/ATen/ops/floor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6424754Z copying torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6425938Z copying torch/include/ATen/ops/floor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6427268Z copying torch/include/ATen/ops/floor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6428578Z copying torch/include/ATen/ops/floor_divide.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6430273Z copying torch/include/ATen/ops/floor_divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6431472Z copying torch/include/ATen/ops/floor_divide_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6432716Z copying torch/include/ATen/ops/floor_divide_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6434276Z copying torch/include/ATen/ops/floor_divide_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6435639Z copying torch/include/ATen/ops/floor_divide_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6436923Z copying torch/include/ATen/ops/floor_divide_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6438286Z copying torch/include/ATen/ops/floor_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6439623Z copying torch/include/ATen/ops/floor_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6440804Z copying torch/include/ATen/ops/floor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6441948Z copying torch/include/ATen/ops/floor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6443169Z copying torch/include/ATen/ops/fmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6444791Z copying torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6445566Z copying torch/include/ATen/ops/fmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6447164Z copying torch/include/ATen/ops/fmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6448148Z copying torch/include/ATen/ops/fmax_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6449765Z copying torch/include/ATen/ops/fmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6450646Z copying torch/include/ATen/ops/fmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6452573Z copying torch/include/ATen/ops/fmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6453278Z copying torch/include/ATen/ops/fmin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6454547Z copying torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6455784Z copying torch/include/ATen/ops/fmin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6457031Z copying torch/include/ATen/ops/fmin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6458460Z copying torch/include/ATen/ops/fmin_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6460050Z copying torch/include/ATen/ops/fmin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6461289Z copying torch/include/ATen/ops/fmin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6462842Z copying torch/include/ATen/ops/fmin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6464023Z copying torch/include/ATen/ops/fmod.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6465732Z copying torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6467071Z copying torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6468632Z copying torch/include/ATen/ops/fmod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6469921Z copying torch/include/ATen/ops/fmod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6471142Z copying torch/include/ATen/ops/fmod_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6472756Z copying torch/include/ATen/ops/fmod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6474041Z copying torch/include/ATen/ops/fmod_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6475288Z copying torch/include/ATen/ops/fmod_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6476942Z copying torch/include/ATen/ops/frac.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6478282Z copying torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6479916Z copying torch/include/ATen/ops/frac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6481192Z copying torch/include/ATen/ops/frac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6482528Z copying torch/include/ATen/ops/frac_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6484083Z copying torch/include/ATen/ops/frac_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6485336Z copying torch/include/ATen/ops/frac_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6486788Z copying torch/include/ATen/ops/frac_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6488341Z copying torch/include/ATen/ops/fractional_max_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6489725Z copying torch/include/ATen/ops/fractional_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6491898Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6492944Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6494302Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6495729Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6497239Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6498502Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6500061Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6501579Z copying torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6502936Z copying torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6504089Z copying torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6505798Z copying torch/include/ATen/ops/fractional_max_pool2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6507041Z copying torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6508328Z copying torch/include/ATen/ops/fractional_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6510344Z copying torch/include/ATen/ops/fractional_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6511529Z copying torch/include/ATen/ops/fractional_max_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6513120Z copying torch/include/ATen/ops/fractional_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6514477Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6516603Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6517883Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6519279Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6520855Z copying torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6522062Z copying torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6523686Z copying torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6524746Z copying torch/include/ATen/ops/fractional_max_pool3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6526162Z copying torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6527751Z copying torch/include/ATen/ops/fractional_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6529005Z copying torch/include/ATen/ops/fractional_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6530184Z copying torch/include/ATen/ops/frexp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6531730Z copying torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6532913Z copying torch/include/ATen/ops/frexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6534277Z copying torch/include/ATen/ops/frexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6535690Z copying torch/include/ATen/ops/frexp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6537041Z copying torch/include/ATen/ops/frexp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6538672Z copying torch/include/ATen/ops/frobenius_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6540336Z copying torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6541556Z copying torch/include/ATen/ops/frobenius_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6542916Z copying torch/include/ATen/ops/frobenius_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6544252Z copying torch/include/ATen/ops/from_file.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6545920Z copying torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6547173Z copying torch/include/ATen/ops/from_file_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6548481Z copying torch/include/ATen/ops/from_file_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6549836Z copying torch/include/ATen/ops/from_file_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6551486Z copying torch/include/ATen/ops/full.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6552839Z copying torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6554476Z copying torch/include/ATen/ops/full_like.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6555761Z copying torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6557074Z copying torch/include/ATen/ops/full_like_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6558591Z copying torch/include/ATen/ops/full_like_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6559849Z copying torch/include/ATen/ops/full_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6561366Z copying torch/include/ATen/ops/full_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6562780Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6564330Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6565065Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6566546Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6567671Z copying torch/include/ATen/ops/gather.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6568991Z copying torch/include/ATen/ops/gather_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6570064Z copying torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6571798Z copying torch/include/ATen/ops/gather_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6572435Z copying torch/include/ATen/ops/gather_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6574189Z copying torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6575065Z copying torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6576599Z copying torch/include/ATen/ops/gather_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6577544Z copying torch/include/ATen/ops/gather_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6578891Z copying torch/include/ATen/ops/gather_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6580244Z copying torch/include/ATen/ops/gather_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6581622Z copying torch/include/ATen/ops/gather_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6582373Z copying torch/include/ATen/ops/gather_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6583955Z copying torch/include/ATen/ops/gcd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6585255Z copying torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6586206Z copying torch/include/ATen/ops/gcd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6589460Z copying torch/include/ATen/ops/gcd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6589882Z copying torch/include/ATen/ops/gcd_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6590165Z copying torch/include/ATen/ops/gcd_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6590465Z copying torch/include/ATen/ops/gcd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6592369Z copying torch/include/ATen/ops/gcd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6592904Z copying torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6593602Z copying torch/include/ATen/ops/ge_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6595294Z copying torch/include/ATen/ops/ge_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6596069Z copying torch/include/ATen/ops/ge_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6597477Z copying torch/include/ATen/ops/ge_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6598482Z copying torch/include/ATen/ops/ge_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6599630Z copying torch/include/ATen/ops/ge_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6600618Z copying torch/include/ATen/ops/gelu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6601498Z copying torch/include/ATen/ops/gelu_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6602998Z copying torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6603727Z copying torch/include/ATen/ops/lt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6604693Z copying torch/include/ATen/ops/gelu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6606048Z copying torch/include/ATen/ops/gelu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6607898Z copying torch/include/ATen/ops/gelu_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6608288Z copying torch/include/ATen/ops/gelu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6609115Z copying torch/include/ATen/ops/gelu_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6610017Z copying torch/include/ATen/ops/gelu_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6611317Z copying torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6612332Z copying torch/include/ATen/ops/gelu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6613383Z copying torch/include/ATen/ops/gelu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6614251Z copying torch/include/ATen/ops/gelu_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6615384Z copying torch/include/ATen/ops/gelu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6616234Z copying torch/include/ATen/ops/gelu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6617652Z copying torch/include/ATen/ops/gelu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6619179Z copying torch/include/ATen/ops/geometric.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6620057Z copying torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6621472Z copying torch/include/ATen/ops/geometric_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6622367Z copying torch/include/ATen/ops/geometric_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6623838Z copying torch/include/ATen/ops/geometric_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6624304Z copying torch/include/ATen/ops/geometric_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6625626Z copying torch/include/ATen/ops/geometric_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6626603Z copying torch/include/ATen/ops/geqrf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6628054Z copying torch/include/ATen/ops/geqrf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6628897Z copying torch/include/ATen/ops/geqrf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6630239Z copying torch/include/ATen/ops/geqrf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6631051Z copying torch/include/ATen/ops/geqrf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6632272Z copying torch/include/ATen/ops/ger.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6633287Z copying torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6634436Z copying torch/include/ATen/ops/ger_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6635734Z copying torch/include/ATen/ops/ger_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6636506Z copying torch/include/ATen/ops/glu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6637631Z copying torch/include/ATen/ops/glu_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6638698Z copying torch/include/ATen/ops/glu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6640347Z copying torch/include/ATen/ops/glu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6641332Z copying torch/include/ATen/ops/glu_backward_jvp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6642619Z copying torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6643845Z copying torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6645143Z copying torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6646485Z copying torch/include/ATen/ops/glu_backward_jvp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6647944Z copying torch/include/ATen/ops/glu_backward_jvp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6649439Z copying torch/include/ATen/ops/glu_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6650933Z copying torch/include/ATen/ops/glu_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6652291Z copying torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6653506Z copying torch/include/ATen/ops/glu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6655066Z copying torch/include/ATen/ops/glu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6656243Z copying torch/include/ATen/ops/glu_jvp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6657775Z copying torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6659077Z copying torch/include/ATen/ops/glu_jvp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6660430Z copying torch/include/ATen/ops/glu_jvp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6661905Z copying torch/include/ATen/ops/glu_jvp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6662811Z copying torch/include/ATen/ops/glu_jvp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6664439Z copying torch/include/ATen/ops/glu_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6665443Z copying torch/include/ATen/ops/glu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6666463Z copying torch/include/ATen/ops/glu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6667696Z copying torch/include/ATen/ops/glu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6668586Z copying torch/include/ATen/ops/gradient.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6670339Z copying torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6671215Z copying torch/include/ATen/ops/gradient_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6672464Z copying torch/include/ATen/ops/gradient_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6673707Z copying torch/include/ATen/ops/greater.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6674819Z copying torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6676544Z copying torch/include/ATen/ops/greater_equal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6677983Z copying torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6678990Z copying torch/include/ATen/ops/greater_equal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6679892Z copying torch/include/ATen/ops/greater_equal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6681280Z copying torch/include/ATen/ops/greater_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6681977Z copying torch/include/ATen/ops/greater_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6682736Z copying torch/include/ATen/ops/grid_sampler.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6683865Z copying torch/include/ATen/ops/grid_sampler_2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6685266Z copying torch/include/ATen/ops/grid_sampler_2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6686353Z copying torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6687185Z copying torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6688791Z copying torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6689337Z copying torch/include/ATen/ops/grid_sampler_2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6690886Z copying torch/include/ATen/ops/grid_sampler_2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6691842Z copying torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6692940Z copying torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6693851Z copying torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6695286Z copying torch/include/ATen/ops/grid_sampler_2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6696180Z copying torch/include/ATen/ops/grid_sampler_2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6697484Z copying torch/include/ATen/ops/grid_sampler_3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6698797Z copying torch/include/ATen/ops/grid_sampler_3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6700262Z copying torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6701511Z copying torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6702937Z copying torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6704590Z copying torch/include/ATen/ops/grid_sampler_3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6705895Z copying torch/include/ATen/ops/grid_sampler_3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6707428Z copying torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6708657Z copying torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6710481Z copying torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6711539Z copying torch/include/ATen/ops/grid_sampler_3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6712872Z copying torch/include/ATen/ops/grid_sampler_3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6714759Z copying torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6716785Z copying torch/include/ATen/ops/grid_sampler_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6717455Z copying torch/include/ATen/ops/grid_sampler_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6718916Z copying torch/include/ATen/ops/group_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6720235Z copying torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6720946Z copying torch/include/ATen/ops/group_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6722203Z copying torch/include/ATen/ops/group_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6723067Z copying torch/include/ATen/ops/gru.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6724009Z copying torch/include/ATen/ops/gru_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6725104Z copying torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6726528Z copying torch/include/ATen/ops/gru_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6727483Z copying torch/include/ATen/ops/gru_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6728209Z copying torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6729209Z copying torch/include/ATen/ops/gru_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6730155Z copying torch/include/ATen/ops/gru_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6731562Z copying torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6732434Z copying torch/include/ATen/ops/gt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6734031Z copying torch/include/ATen/ops/gt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6735035Z copying torch/include/ATen/ops/gt_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6735801Z copying torch/include/ATen/ops/gt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6737170Z copying torch/include/ATen/ops/gt_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6738275Z copying torch/include/ATen/ops/gt_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6739600Z copying torch/include/ATen/ops/hamming_window.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6740584Z copying torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6741541Z copying torch/include/ATen/ops/hamming_window_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6742721Z copying torch/include/ATen/ops/hamming_window_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6743749Z copying torch/include/ATen/ops/hann_window.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6745026Z copying torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6746429Z copying torch/include/ATen/ops/hann_window_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6747490Z copying torch/include/ATen/ops/hann_window_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6748643Z copying torch/include/ATen/ops/hardshrink.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6749779Z copying torch/include/ATen/ops/hardshrink_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6751237Z copying torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6752139Z copying torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6753460Z copying torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6754874Z copying torch/include/ATen/ops/hardshrink_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6756209Z copying torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6757131Z copying torch/include/ATen/ops/hardshrink_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6758475Z copying torch/include/ATen/ops/hardshrink_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6759484Z copying torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6760680Z copying torch/include/ATen/ops/hardshrink_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6762283Z copying torch/include/ATen/ops/hardshrink_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6763193Z copying torch/include/ATen/ops/hardshrink_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6764411Z copying torch/include/ATen/ops/hardshrink_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6765773Z copying torch/include/ATen/ops/hardshrink_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6766649Z copying torch/include/ATen/ops/hardshrink_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6767902Z copying torch/include/ATen/ops/hardsigmoid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6769134Z copying torch/include/ATen/ops/hardsigmoid_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6770498Z copying torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6771543Z copying torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6772479Z copying torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6774031Z copying torch/include/ATen/ops/hardsigmoid_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6774929Z copying torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6776368Z copying torch/include/ATen/ops/hardsigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6777444Z copying torch/include/ATen/ops/hardsigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6778979Z copying torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6779922Z copying torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6781326Z copying torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6782428Z copying torch/include/ATen/ops/hardsigmoid_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6783883Z copying torch/include/ATen/ops/hardsigmoid_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6785126Z copying torch/include/ATen/ops/hardsigmoid_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6786400Z copying torch/include/ATen/ops/hardsigmoid_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6787672Z copying torch/include/ATen/ops/hardswish.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6789148Z copying torch/include/ATen/ops/hardswish_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6790548Z copying torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6791775Z copying torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6793096Z copying torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6794583Z copying torch/include/ATen/ops/hardswish_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6795833Z copying torch/include/ATen/ops/hardswish_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6796966Z copying torch/include/ATen/ops/hardswish_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6798214Z copying torch/include/ATen/ops/hardswish_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6799493Z copying torch/include/ATen/ops/hardswish_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6800706Z copying torch/include/ATen/ops/hardswish_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6801914Z copying torch/include/ATen/ops/hardswish_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6803132Z copying torch/include/ATen/ops/hardtanh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6804361Z copying torch/include/ATen/ops/hardtanh_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6805609Z copying torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6806814Z copying torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6808036Z copying torch/include/ATen/ops/hardtanh_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6809236Z copying torch/include/ATen/ops/hardtanh_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6810631Z copying torch/include/ATen/ops/hardtanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6811709Z copying torch/include/ATen/ops/hardtanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6812999Z copying torch/include/ATen/ops/hardtanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6814278Z copying torch/include/ATen/ops/hardtanh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6815382Z copying torch/include/ATen/ops/hardtanh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6816603Z copying torch/include/ATen/ops/heaviside.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6818005Z copying torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6819050Z copying torch/include/ATen/ops/heaviside_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6820302Z copying torch/include/ATen/ops/heaviside_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6821453Z copying torch/include/ATen/ops/heaviside_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6822734Z copying torch/include/ATen/ops/heaviside_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6823904Z copying torch/include/ATen/ops/heaviside_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6825604Z copying torch/include/ATen/ops/heaviside_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6826955Z copying torch/include/ATen/ops/hinge_embedding_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6827810Z copying torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6829314Z copying torch/include/ATen/ops/hinge_embedding_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6830404Z copying torch/include/ATen/ops/hinge_embedding_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6831780Z copying torch/include/ATen/ops/histc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6833016Z copying torch/include/ATen/ops/histc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6834403Z copying torch/include/ATen/ops/histc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6836086Z copying torch/include/ATen/ops/histc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6837371Z copying torch/include/ATen/ops/histc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6838438Z copying torch/include/ATen/ops/histogram.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6839692Z copying torch/include/ATen/ops/histogram_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6840959Z copying torch/include/ATen/ops/histogram_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6842067Z copying torch/include/ATen/ops/histogram_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6843124Z copying torch/include/ATen/ops/histogramdd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6844508Z copying torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6845431Z copying torch/include/ATen/ops/mH.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6846723Z copying torch/include/ATen/ops/histogramdd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6847993Z copying torch/include/ATen/ops/histogramdd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6849083Z copying torch/include/ATen/ops/hsplit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6850309Z copying torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6851377Z copying torch/include/ATen/ops/hsplit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6852527Z copying torch/include/ATen/ops/hsplit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6853611Z copying torch/include/ATen/ops/hspmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6854822Z copying torch/include/ATen/ops/hspmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6855761Z copying torch/include/ATen/ops/hspmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6856997Z copying torch/include/ATen/ops/hstack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6858243Z copying torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6859302Z copying torch/include/ATen/ops/hstack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6860399Z copying torch/include/ATen/ops/hstack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6861543Z copying torch/include/ATen/ops/huber_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6862622Z copying torch/include/ATen/ops/huber_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6863867Z copying torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6864961Z copying torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6866029Z copying torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6867235Z copying torch/include/ATen/ops/huber_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6868347Z copying torch/include/ATen/ops/huber_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6869759Z copying torch/include/ATen/ops/huber_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6870975Z copying torch/include/ATen/ops/huber_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6871983Z copying torch/include/ATen/ops/huber_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6873135Z copying torch/include/ATen/ops/huber_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6874381Z copying torch/include/ATen/ops/hypot.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6875727Z copying torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6877149Z copying torch/include/ATen/ops/hypot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6877873Z copying torch/include/ATen/ops/hypot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6879348Z copying torch/include/ATen/ops/hypot_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6880158Z copying torch/include/ATen/ops/hypot_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6881746Z copying torch/include/ATen/ops/hypot_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6882681Z copying torch/include/ATen/ops/hypot_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6883681Z copying torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6884589Z copying torch/include/ATen/ops/i0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6885967Z copying torch/include/ATen/ops/i0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6887198Z copying torch/include/ATen/ops/i0_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6887925Z copying torch/include/ATen/ops/i0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6889353Z copying torch/include/ATen/ops/i0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6890258Z copying torch/include/ATen/ops/i0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6891861Z copying torch/include/ATen/ops/igamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6892636Z copying torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6893554Z copying torch/include/ATen/ops/igamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6894809Z copying torch/include/ATen/ops/igamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6895769Z copying torch/include/ATen/ops/igamma_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6897113Z copying torch/include/ATen/ops/igamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6898115Z copying torch/include/ATen/ops/igamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6899343Z copying torch/include/ATen/ops/igamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6900816Z copying torch/include/ATen/ops/igammac.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6902059Z copying torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6903556Z copying torch/include/ATen/ops/igammac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6904204Z copying torch/include/ATen/ops/igammac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6905877Z copying torch/include/ATen/ops/igammac_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6906597Z copying torch/include/ATen/ops/igammac_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6907804Z copying torch/include/ATen/ops/igammac_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6909249Z copying torch/include/ATen/ops/igammac_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6909963Z copying torch/include/ATen/ops/im2col.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6910951Z copying torch/include/ATen/ops/im2col_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6912063Z copying torch/include/ATen/ops/im2col_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6913062Z copying torch/include/ATen/ops/im2col_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6914349Z copying torch/include/ATen/ops/im2col_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6915290Z copying torch/include/ATen/ops/imag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6916602Z copying torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6917576Z copying torch/include/ATen/ops/imag_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6918724Z copying torch/include/ATen/ops/imag_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6919927Z copying torch/include/ATen/ops/index.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6921054Z copying torch/include/ATen/ops/index_add.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6922285Z copying torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6923320Z copying torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6924343Z copying torch/include/ATen/ops/index_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6925264Z copying torch/include/ATen/ops/index_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6926301Z copying torch/include/ATen/ops/index_add_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6927276Z copying torch/include/ATen/ops/index_add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6928419Z copying torch/include/ATen/ops/index_add_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6929495Z copying torch/include/ATen/ops/index_add_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6931318Z copying torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6931610Z copying torch/include/ATen/ops/index_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6932698Z copying torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6933596Z copying torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6934822Z copying torch/include/ATen/ops/index_copy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6935838Z copying torch/include/ATen/ops/index_copy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6936767Z copying torch/include/ATen/ops/index_copy_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6937854Z copying torch/include/ATen/ops/index_copy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6939143Z copying torch/include/ATen/ops/index_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6940143Z copying torch/include/ATen/ops/index_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6941829Z copying torch/include/ATen/ops/index_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6942182Z copying torch/include/ATen/ops/index_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6943087Z copying torch/include/ATen/ops/index_fill.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6944179Z copying torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6945262Z copying torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6946259Z copying torch/include/ATen/ops/index_fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6947698Z copying torch/include/ATen/ops/index_fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6948536Z copying torch/include/ATen/ops/index_fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6949942Z copying torch/include/ATen/ops/index_fill_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6951166Z copying torch/include/ATen/ops/index_fill_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6952653Z copying torch/include/ATen/ops/index_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6954475Z copying torch/include/ATen/ops/index_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6956192Z copying torch/include/ATen/ops/index_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6956767Z copying torch/include/ATen/ops/index_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6958502Z copying torch/include/ATen/ops/index_put.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6959382Z copying torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6961073Z copying torch/include/ATen/ops/index_put_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6961578Z copying torch/include/ATen/ops/index_put_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6963166Z copying torch/include/ATen/ops/index_reduce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6964214Z copying torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6965546Z copying torch/include/ATen/ops/index_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6966923Z copying torch/include/ATen/ops/index_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6967960Z copying torch/include/ATen/ops/index_reduce_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6969773Z copying torch/include/ATen/ops/index_reduce_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6970413Z copying torch/include/ATen/ops/index_reduce_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6972267Z copying torch/include/ATen/ops/index_reduce_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6972868Z copying torch/include/ATen/ops/index_select.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6974927Z copying torch/include/ATen/ops/index_select_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6975643Z copying torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6977292Z copying torch/include/ATen/ops/index_select_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6977973Z copying torch/include/ATen/ops/index_select_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6979890Z copying torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6980367Z copying torch/include/ATen/ops/index_select_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6981851Z copying torch/include/ATen/ops/index_select_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6982734Z copying torch/include/ATen/ops/index_select_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6984378Z copying torch/include/ATen/ops/index_select_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6985352Z copying torch/include/ATen/ops/indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6986720Z copying torch/include/ATen/ops/indices_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6988175Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6989240Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6990555Z copying torch/include/ATen/ops/indices_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6991819Z copying torch/include/ATen/ops/indices_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6992717Z copying torch/include/ATen/ops/indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6994320Z copying torch/include/ATen/ops/indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6995740Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6998135Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.6998827Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7000047Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7001151Z copying torch/include/ATen/ops/inner.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7002440Z copying torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7003575Z copying torch/include/ATen/ops/inner_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7004777Z copying torch/include/ATen/ops/inner_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7005980Z copying torch/include/ATen/ops/instance_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7007261Z copying torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7008399Z copying torch/include/ATen/ops/instance_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7009478Z copying torch/include/ATen/ops/instance_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7010826Z copying torch/include/ATen/ops/int_repr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7012044Z copying torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7013210Z copying torch/include/ATen/ops/int_repr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7014363Z copying torch/include/ATen/ops/int_repr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7015557Z copying torch/include/ATen/ops/inverse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7016837Z copying torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7018038Z copying torch/include/ATen/ops/inverse_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7019256Z copying torch/include/ATen/ops/inverse_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7020521Z copying torch/include/ATen/ops/is_coalesced.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7021648Z copying torch/include/ATen/ops/is_coalesced_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7022826Z copying torch/include/ATen/ops/is_coalesced_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7024058Z copying torch/include/ATen/ops/is_complex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7025951Z copying torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7026940Z copying torch/include/ATen/ops/is_complex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7028276Z copying torch/include/ATen/ops/is_complex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7029603Z copying torch/include/ATen/ops/is_conj.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7031533Z copying torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7032405Z copying torch/include/ATen/ops/is_conj_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7034020Z copying torch/include/ATen/ops/is_conj_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7035439Z copying torch/include/ATen/ops/is_distributed.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7037184Z copying torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7038410Z copying torch/include/ATen/ops/is_distributed_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7039741Z copying torch/include/ATen/ops/is_distributed_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7041401Z copying torch/include/ATen/ops/is_floating_point.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7042500Z copying torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7043727Z copying torch/include/ATen/ops/is_floating_point_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7045585Z copying torch/include/ATen/ops/is_floating_point_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7046882Z copying torch/include/ATen/ops/is_inference.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7048144Z copying torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7049540Z copying torch/include/ATen/ops/is_inference_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7050521Z copying torch/include/ATen/ops/is_inference_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7051672Z copying torch/include/ATen/ops/is_leaf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7053159Z copying torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7053815Z copying torch/include/ATen/ops/is_leaf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7054961Z copying torch/include/ATen/ops/is_leaf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7056379Z copying torch/include/ATen/ops/is_neg.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7057622Z copying torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7058958Z copying torch/include/ATen/ops/is_neg_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7059654Z copying torch/include/ATen/ops/is_neg_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7060863Z copying torch/include/ATen/ops/is_nonzero.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7062239Z copying torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7063099Z copying torch/include/ATen/ops/is_nonzero_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7064406Z copying torch/include/ATen/ops/is_nonzero_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7065375Z copying torch/include/ATen/ops/is_pinned.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7066438Z copying torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7067739Z copying torch/include/ATen/ops/is_pinned_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7068751Z copying torch/include/ATen/ops/is_pinned_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7069777Z copying torch/include/ATen/ops/is_pinned_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7071090Z copying torch/include/ATen/ops/is_same_size.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7072106Z copying torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7073338Z copying torch/include/ATen/ops/is_same_size_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7074674Z copying torch/include/ATen/ops/is_same_size_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7075946Z copying torch/include/ATen/ops/is_set_to.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7077173Z copying torch/include/ATen/ops/is_set_to_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7078202Z copying torch/include/ATen/ops/is_set_to_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7079182Z copying torch/include/ATen/ops/is_set_to_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7080796Z copying torch/include/ATen/ops/is_set_to_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7082056Z copying torch/include/ATen/ops/is_signed.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7083548Z copying torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7084585Z copying torch/include/ATen/ops/is_signed_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7085743Z copying torch/include/ATen/ops/is_signed_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7086919Z copying torch/include/ATen/ops/is_vulkan_available.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7088154Z copying torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7088982Z copying torch/include/ATen/ops/is_vulkan_available_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7090125Z copying torch/include/ATen/ops/is_vulkan_available_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7091400Z copying torch/include/ATen/ops/isclose.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7093079Z copying torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7093759Z copying torch/include/ATen/ops/isclose_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7094661Z copying torch/include/ATen/ops/isclose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7095923Z copying torch/include/ATen/ops/isfinite.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7096971Z copying torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7097814Z copying torch/include/ATen/ops/isfinite_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7099250Z copying torch/include/ATen/ops/isfinite_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7100004Z copying torch/include/ATen/ops/isin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7101378Z copying torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7102226Z copying torch/include/ATen/ops/isin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7104228Z copying torch/include/ATen/ops/isin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7104739Z copying torch/include/ATen/ops/isin_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7106010Z copying torch/include/ATen/ops/isin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7106784Z copying torch/include/ATen/ops/isin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7107885Z copying torch/include/ATen/ops/isin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7108822Z copying torch/include/ATen/ops/isinf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7110244Z copying torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7111025Z copying torch/include/ATen/ops/isinf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7112441Z copying torch/include/ATen/ops/isinf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7113263Z copying torch/include/ATen/ops/isnan.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7115402Z copying torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7115782Z copying torch/include/ATen/ops/isnan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7116758Z copying torch/include/ATen/ops/isnan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7117564Z copying torch/include/ATen/ops/isnan_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7118769Z copying torch/include/ATen/ops/isnan_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7119709Z copying torch/include/ATen/ops/isneginf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7120783Z copying torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7122145Z copying torch/include/ATen/ops/isneginf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7123158Z copying torch/include/ATen/ops/isneginf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7124350Z copying torch/include/ATen/ops/isneginf_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7125347Z copying torch/include/ATen/ops/isneginf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7126676Z copying torch/include/ATen/ops/isneginf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7127480Z copying torch/include/ATen/ops/isneginf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7129126Z copying torch/include/ATen/ops/isposinf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7130070Z copying torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7131184Z copying torch/include/ATen/ops/isposinf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7132469Z copying torch/include/ATen/ops/isposinf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7133553Z copying torch/include/ATen/ops/isposinf_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7134584Z copying torch/include/ATen/ops/isposinf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7135585Z copying torch/include/ATen/ops/isposinf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7136912Z copying torch/include/ATen/ops/isposinf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7137832Z copying torch/include/ATen/ops/isreal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7139230Z copying torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7140003Z copying torch/include/ATen/ops/isreal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7141198Z copying torch/include/ATen/ops/isreal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7142694Z copying torch/include/ATen/ops/istft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7143780Z copying torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7144561Z copying torch/include/ATen/ops/istft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7145628Z copying torch/include/ATen/ops/istft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7146721Z copying torch/include/ATen/ops/item.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7148573Z copying torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7149169Z copying torch/include/ATen/ops/item_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7150290Z copying torch/include/ATen/ops/item_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7151432Z copying torch/include/ATen/ops/kaiser_window.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7153152Z copying torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7153931Z copying torch/include/ATen/ops/kaiser_window_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7155320Z copying torch/include/ATen/ops/kaiser_window_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7157094Z copying torch/include/ATen/ops/kl_div.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7158050Z copying torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7159226Z copying torch/include/ATen/ops/kl_div_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7160105Z copying torch/include/ATen/ops/kl_div_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7161082Z copying torch/include/ATen/ops/kron.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7162790Z copying torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7163663Z copying torch/include/ATen/ops/kron_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7164796Z copying torch/include/ATen/ops/kron_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7166041Z copying torch/include/ATen/ops/kthvalue.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7168334Z copying torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7168749Z copying torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7169864Z copying torch/include/ATen/ops/kthvalue_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7170877Z copying torch/include/ATen/ops/kthvalue_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7172144Z copying torch/include/ATen/ops/kthvalue_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7172849Z copying torch/include/ATen/ops/kthvalue_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7174386Z copying torch/include/ATen/ops/l1_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7175108Z copying torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7176531Z copying torch/include/ATen/ops/l1_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7177814Z copying torch/include/ATen/ops/l1_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7178990Z copying torch/include/ATen/ops/layer_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7180061Z copying torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7181378Z copying torch/include/ATen/ops/layer_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7182318Z copying torch/include/ATen/ops/layer_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7183321Z copying torch/include/ATen/ops/lcm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7184777Z copying torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7185352Z copying torch/include/ATen/ops/lcm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7186968Z copying torch/include/ATen/ops/lcm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7187460Z copying torch/include/ATen/ops/lcm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7189014Z copying torch/include/ATen/ops/lcm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7189981Z copying torch/include/ATen/ops/lcm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7191485Z copying torch/include/ATen/ops/lcm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7192210Z copying torch/include/ATen/ops/ldexp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7193787Z copying torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7194766Z copying torch/include/ATen/ops/ldexp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7195695Z copying torch/include/ATen/ops/ldexp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7197033Z copying torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7197721Z copying torch/include/ATen/ops/le_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7199208Z copying torch/include/ATen/ops/le_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7200193Z copying torch/include/ATen/ops/le_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7201032Z copying torch/include/ATen/ops/le_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7202682Z copying torch/include/ATen/ops/le_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7203501Z copying torch/include/ATen/ops/le_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7204778Z copying torch/include/ATen/ops/leaky_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7206008Z copying torch/include/ATen/ops/leaky_relu_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7207388Z copying torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7208414Z copying torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7209692Z copying torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7210924Z copying torch/include/ATen/ops/leaky_relu_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7211940Z copying torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7213049Z copying torch/include/ATen/ops/leaky_relu_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7214040Z copying torch/include/ATen/ops/leaky_relu_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7215825Z copying torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7216369Z copying torch/include/ATen/ops/leaky_relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7217744Z copying torch/include/ATen/ops/leaky_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7218684Z copying torch/include/ATen/ops/leaky_relu_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7219855Z copying torch/include/ATen/ops/leaky_relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7221134Z copying torch/include/ATen/ops/leaky_relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7221952Z copying torch/include/ATen/ops/leaky_relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7223138Z copying torch/include/ATen/ops/lerp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7224771Z copying torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7225264Z copying torch/include/ATen/ops/lerp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7226886Z copying torch/include/ATen/ops/lerp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7227805Z copying torch/include/ATen/ops/lerp_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7229243Z copying torch/include/ATen/ops/lerp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7230506Z copying torch/include/ATen/ops/lerp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7231348Z copying torch/include/ATen/ops/lerp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7232795Z copying torch/include/ATen/ops/less.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7234064Z copying torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7236206Z copying torch/include/ATen/ops/less_equal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7236538Z copying torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7237482Z copying torch/include/ATen/ops/less_equal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7238759Z copying torch/include/ATen/ops/less_equal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7240109Z copying torch/include/ATen/ops/less_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7241272Z copying torch/include/ATen/ops/less_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7242278Z copying torch/include/ATen/ops/lgamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7244171Z copying torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7244847Z copying torch/include/ATen/ops/lgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7246123Z copying torch/include/ATen/ops/lgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7247265Z copying torch/include/ATen/ops/lgamma_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7248519Z copying torch/include/ATen/ops/lgamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7249665Z copying torch/include/ATen/ops/lgamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7250850Z copying torch/include/ATen/ops/lgamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7251990Z copying torch/include/ATen/ops/lift.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7253469Z copying torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7254322Z copying torch/include/ATen/ops/lift_fresh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7256144Z copying torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7256869Z copying torch/include/ATen/ops/lift_fresh_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7258283Z copying torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7259605Z copying torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7260596Z copying torch/include/ATen/ops/lift_fresh_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7262254Z copying torch/include/ATen/ops/lift_fresh_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7263026Z copying torch/include/ATen/ops/lift_fresh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7264587Z copying torch/include/ATen/ops/lift_fresh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7265383Z copying torch/include/ATen/ops/lift_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7266847Z copying torch/include/ATen/ops/lift_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7267957Z copying torch/include/ATen/ops/linalg_cholesky.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7269390Z copying torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7270831Z copying torch/include/ATen/ops/linalg_cholesky_ex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7272094Z copying torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7273366Z copying torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7274755Z copying torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7276120Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7277815Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7278947Z copying torch/include/ATen/ops/linalg_cholesky_ex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7281099Z copying torch/include/ATen/ops/linalg_cholesky_ex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7282200Z copying torch/include/ATen/ops/linalg_cholesky_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7283468Z copying torch/include/ATen/ops/linalg_cholesky_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7285094Z copying torch/include/ATen/ops/linalg_cond.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7286360Z copying torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7288064Z copying torch/include/ATen/ops/linalg_cond_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7289101Z copying torch/include/ATen/ops/linalg_cond_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7290457Z copying torch/include/ATen/ops/linalg_cross.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7292169Z copying torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7293280Z copying torch/include/ATen/ops/linalg_cross_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7294671Z copying torch/include/ATen/ops/linalg_cross_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7296341Z copying torch/include/ATen/ops/linalg_cross_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7297583Z copying torch/include/ATen/ops/linalg_cross_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7298938Z copying torch/include/ATen/ops/linalg_cross_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7300300Z copying torch/include/ATen/ops/linalg_cross_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7301917Z copying torch/include/ATen/ops/linalg_det.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7303257Z copying torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7304522Z copying torch/include/ATen/ops/linalg_det_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7306193Z copying torch/include/ATen/ops/linalg_det_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7307358Z copying torch/include/ATen/ops/linalg_diagonal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7308863Z copying torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7310105Z copying torch/include/ATen/ops/linalg_diagonal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7311455Z copying torch/include/ATen/ops/linalg_diagonal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7313073Z copying torch/include/ATen/ops/linalg_eig.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7314366Z copying torch/include/ATen/ops/linalg_eig_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7316843Z copying torch/include/ATen/ops/linalg_eig_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7317825Z copying torch/include/ATen/ops/linalg_eig_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7319664Z copying torch/include/ATen/ops/linalg_eig_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7320820Z copying torch/include/ATen/ops/linalg_eigh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7322719Z copying torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7323525Z copying torch/include/ATen/ops/linalg_eigh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7325140Z copying torch/include/ATen/ops/linalg_eigh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7326281Z copying torch/include/ATen/ops/linalg_eigvals.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7328045Z copying torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7329129Z copying torch/include/ATen/ops/linalg_eigvals_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7330489Z copying torch/include/ATen/ops/linalg_eigvals_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7332262Z copying torch/include/ATen/ops/linalg_eigvalsh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7333490Z copying torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7334766Z copying torch/include/ATen/ops/linalg_eigvalsh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7336101Z copying torch/include/ATen/ops/linalg_eigvalsh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7337857Z copying torch/include/ATen/ops/linalg_householder_product.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7339130Z copying torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7340580Z copying torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7341801Z copying torch/include/ATen/ops/linalg_householder_product_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7343508Z copying torch/include/ATen/ops/linalg_householder_product_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7344541Z copying torch/include/ATen/ops/linalg_inv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7346047Z copying torch/include/ATen/ops/mT.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7347802Z copying torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7349157Z copying torch/include/ATen/ops/linalg_inv_ex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7350713Z copying torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7351841Z copying torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7353213Z copying torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7354735Z copying torch/include/ATen/ops/linalg_inv_ex_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7356465Z copying torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7357621Z copying torch/include/ATen/ops/linalg_inv_ex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7358943Z copying torch/include/ATen/ops/linalg_inv_ex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7360305Z copying torch/include/ATen/ops/linalg_inv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7361708Z copying torch/include/ATen/ops/linalg_inv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7363068Z copying torch/include/ATen/ops/linalg_ldl_factor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7364703Z copying torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7365888Z copying torch/include/ATen/ops/linalg_ldl_factor_ex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7367871Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7368931Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7370306Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7372536Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7373615Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7374969Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7376303Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7377686Z copying torch/include/ATen/ops/linalg_ldl_factor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7379347Z copying torch/include/ATen/ops/linalg_ldl_factor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7380530Z copying torch/include/ATen/ops/linalg_ldl_solve.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7382373Z copying torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7383356Z copying torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7384682Z copying torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7386329Z copying torch/include/ATen/ops/linalg_ldl_solve_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7387493Z copying torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7388851Z copying torch/include/ATen/ops/linalg_ldl_solve_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7390217Z copying torch/include/ATen/ops/linalg_ldl_solve_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7391548Z copying torch/include/ATen/ops/linalg_lstsq.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7393321Z copying torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7394885Z copying torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7396154Z copying torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7397512Z copying torch/include/ATen/ops/linalg_lstsq_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7398944Z copying torch/include/ATen/ops/linalg_lstsq_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7400285Z copying torch/include/ATen/ops/linalg_lu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7402121Z copying torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7403175Z copying torch/include/ATen/ops/linalg_lu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7404555Z copying torch/include/ATen/ops/linalg_lu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7405908Z copying torch/include/ATen/ops/linalg_lu_factor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7407452Z copying torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7408667Z copying torch/include/ATen/ops/linalg_lu_factor_ex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7410314Z copying torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7411428Z copying torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7412867Z copying torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7413858Z copying torch/include/ATen/ops/linalg_lu_factor_ex_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7415618Z copying torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7416636Z copying torch/include/ATen/ops/linalg_lu_factor_ex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7418090Z copying torch/include/ATen/ops/linalg_lu_factor_ex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7419754Z copying torch/include/ATen/ops/linalg_lu_factor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7420966Z copying torch/include/ATen/ops/linalg_lu_factor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7422327Z copying torch/include/ATen/ops/linalg_lu_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7424062Z copying torch/include/ATen/ops/linalg_lu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7425123Z copying torch/include/ATen/ops/linalg_lu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7426463Z copying torch/include/ATen/ops/linalg_lu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7428110Z copying torch/include/ATen/ops/linalg_lu_solve.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7429569Z copying torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7430837Z copying torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7432125Z copying torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7433579Z copying torch/include/ATen/ops/linalg_lu_solve_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7435095Z copying torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7437147Z copying torch/include/ATen/ops/linalg_lu_solve_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7438117Z copying torch/include/ATen/ops/linalg_lu_solve_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7439459Z copying torch/include/ATen/ops/linalg_matmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7441184Z copying torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7442299Z copying torch/include/ATen/ops/linalg_matmul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7443929Z copying torch/include/ATen/ops/linalg_matmul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7445273Z copying torch/include/ATen/ops/linalg_matrix_exp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7446755Z copying torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7448218Z copying torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7449434Z copying torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7450951Z copying torch/include/ATen/ops/linalg_matrix_exp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7452178Z copying torch/include/ATen/ops/linalg_matrix_exp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7453860Z copying torch/include/ATen/ops/linalg_matrix_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7455092Z copying torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7456385Z copying torch/include/ATen/ops/linalg_matrix_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7457802Z copying torch/include/ATen/ops/linalg_matrix_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7459382Z copying torch/include/ATen/ops/linalg_matrix_power.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7460855Z copying torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7462926Z copying torch/include/ATen/ops/linalg_matrix_power_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7464595Z copying torch/include/ATen/ops/linalg_matrix_power_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7465619Z copying torch/include/ATen/ops/linalg_matrix_rank.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7467617Z copying torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7468524Z copying torch/include/ATen/ops/linalg_matrix_rank_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7469811Z copying torch/include/ATen/ops/linalg_matrix_rank_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7471434Z copying torch/include/ATen/ops/linalg_multi_dot.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7472656Z copying torch/include/ATen/ops/linalg_multi_dot_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7474538Z copying torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7476604Z copying torch/include/ATen/ops/linalg_multi_dot_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7477786Z copying torch/include/ATen/ops/linalg_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7479549Z copying torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7480684Z copying torch/include/ATen/ops/linalg_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7482320Z copying torch/include/ATen/ops/linalg_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7483497Z copying torch/include/ATen/ops/linalg_pinv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7485341Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7486607Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7488007Z copying torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7489234Z copying torch/include/ATen/ops/linalg_pinv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7490603Z copying torch/include/ATen/ops/linalg_pinv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7492264Z copying torch/include/ATen/ops/linalg_qr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7493593Z copying torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7494885Z copying torch/include/ATen/ops/linalg_qr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7496238Z copying torch/include/ATen/ops/linalg_qr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7497778Z copying torch/include/ATen/ops/linalg_qr_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7499095Z copying torch/include/ATen/ops/linalg_qr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7500735Z copying torch/include/ATen/ops/linalg_qr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7501801Z copying torch/include/ATen/ops/linalg_qr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7503411Z copying torch/include/ATen/ops/linalg_slogdet.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7504744Z copying torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7506102Z copying torch/include/ATen/ops/linalg_slogdet_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7507454Z copying torch/include/ATen/ops/linalg_slogdet_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7509084Z copying torch/include/ATen/ops/linalg_solve.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7510312Z copying torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7511623Z copying torch/include/ATen/ops/linalg_solve_ex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7552015Z copying torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7552540Z copying torch/include/ATen/ops/linalg_solve_ex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7553156Z copying torch/include/ATen/ops/linalg_solve_ex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7553626Z copying torch/include/ATen/ops/linalg_solve_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7554292Z copying torch/include/ATen/ops/linalg_solve_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7554798Z copying torch/include/ATen/ops/linalg_solve_triangular.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7555340Z copying torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7555884Z copying torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7556436Z copying torch/include/ATen/ops/linalg_solve_triangular_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7557046Z copying torch/include/ATen/ops/linalg_solve_triangular_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7557506Z copying torch/include/ATen/ops/linalg_svd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7558078Z copying torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7558559Z copying torch/include/ATen/ops/linalg_svd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7559015Z copying torch/include/ATen/ops/linalg_svd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7559496Z copying torch/include/ATen/ops/linalg_svdvals.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7560102Z copying torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7560577Z copying torch/include/ATen/ops/linalg_svdvals_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7561062Z copying torch/include/ATen/ops/linalg_svdvals_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7561531Z copying torch/include/ATen/ops/linalg_tensorinv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7562143Z copying torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7562643Z copying torch/include/ATen/ops/linalg_tensorinv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7563109Z copying torch/include/ATen/ops/linalg_tensorinv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7563609Z copying torch/include/ATen/ops/linalg_tensorsolve.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7564229Z copying torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7564737Z copying torch/include/ATen/ops/linalg_tensorsolve_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7565233Z copying torch/include/ATen/ops/linalg_tensorsolve_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7565694Z copying torch/include/ATen/ops/linalg_vander.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7566297Z copying torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7566782Z copying torch/include/ATen/ops/linalg_vander_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7567367Z copying torch/include/ATen/ops/linalg_vander_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7567863Z copying torch/include/ATen/ops/linalg_vecdot.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7568450Z copying torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7568946Z copying torch/include/ATen/ops/linalg_vecdot_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7569427Z copying torch/include/ATen/ops/linalg_vecdot_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7569908Z copying torch/include/ATen/ops/linalg_vector_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7570594Z copying torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7571122Z copying torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7571722Z copying torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7572226Z copying torch/include/ATen/ops/linalg_vector_norm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7572764Z copying torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7573267Z copying torch/include/ATen/ops/linalg_vector_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7573750Z copying torch/include/ATen/ops/linalg_vector_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7574206Z copying torch/include/ATen/ops/linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7574691Z copying torch/include/ATen/ops/linear_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7575979Z copying torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7577286Z copying torch/include/ATen/ops/linear_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7578506Z copying torch/include/ATen/ops/linear_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7579697Z copying torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7581362Z copying torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7582405Z copying torch/include/ATen/ops/linear_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7583269Z copying torch/include/ATen/ops/linear_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7585130Z copying torch/include/ATen/ops/linspace.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7585887Z copying torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7587394Z copying torch/include/ATen/ops/linspace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7588209Z copying torch/include/ATen/ops/linspace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7589602Z copying torch/include/ATen/ops/linspace_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7590450Z copying torch/include/ATen/ops/linspace_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7592006Z copying torch/include/ATen/ops/linspace_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7593104Z copying torch/include/ATen/ops/log.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7594416Z copying torch/include/ATen/ops/log10.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7596778Z copying torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7597117Z copying torch/include/ATen/ops/log10_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7598209Z copying torch/include/ATen/ops/log10_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7599110Z copying torch/include/ATen/ops/log10_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7600065Z copying torch/include/ATen/ops/log10_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7601133Z copying torch/include/ATen/ops/log10_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7602724Z copying torch/include/ATen/ops/log10_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7603159Z copying torch/include/ATen/ops/log1p.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7605055Z copying torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7605801Z copying torch/include/ATen/ops/log1p_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7606791Z copying torch/include/ATen/ops/log1p_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7607592Z copying torch/include/ATen/ops/log1p_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7608957Z copying torch/include/ATen/ops/log1p_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7609647Z copying torch/include/ATen/ops/log1p_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7611038Z copying torch/include/ATen/ops/log1p_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7611711Z copying torch/include/ATen/ops/log2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7613109Z copying torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7613998Z copying torch/include/ATen/ops/log2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7614937Z copying torch/include/ATen/ops/log2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7616182Z copying torch/include/ATen/ops/log2_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7617200Z copying torch/include/ATen/ops/log2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7618896Z copying torch/include/ATen/ops/log2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7619451Z copying torch/include/ATen/ops/log2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7620714Z copying torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7621594Z copying torch/include/ATen/ops/log_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7623134Z copying torch/include/ATen/ops/log_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7623904Z copying torch/include/ATen/ops/log_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7625144Z copying torch/include/ATen/ops/log_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7626170Z copying torch/include/ATen/ops/log_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7627195Z copying torch/include/ATen/ops/log_normal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7628515Z copying torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7629461Z copying torch/include/ATen/ops/log_normal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7631042Z copying torch/include/ATen/ops/log_normal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7631802Z copying torch/include/ATen/ops/log_normal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7633254Z copying torch/include/ATen/ops/log_normal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7634230Z copying torch/include/ATen/ops/log_normal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7635244Z copying torch/include/ATen/ops/log_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7636948Z copying torch/include/ATen/ops/log_sigmoid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7637946Z copying torch/include/ATen/ops/log_sigmoid_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7639124Z copying torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7640250Z copying torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7641488Z copying torch/include/ATen/ops/log_sigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7642584Z copying torch/include/ATen/ops/log_sigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7643844Z copying torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7644925Z copying torch/include/ATen/ops/log_sigmoid_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7646073Z copying torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7647256Z copying torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7648380Z copying torch/include/ATen/ops/log_sigmoid_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7649536Z copying torch/include/ATen/ops/log_sigmoid_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7650695Z copying torch/include/ATen/ops/log_sigmoid_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7651839Z copying torch/include/ATen/ops/log_sigmoid_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7652950Z copying torch/include/ATen/ops/log_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7654342Z copying torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7655616Z copying torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7656402Z copying torch/include/ATen/ops/log_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7657653Z copying torch/include/ATen/ops/log_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7658749Z copying torch/include/ATen/ops/logaddexp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7659853Z copying torch/include/ATen/ops/logaddexp2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7661186Z copying torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7662625Z copying torch/include/ATen/ops/logaddexp2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7663642Z copying torch/include/ATen/ops/logaddexp2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7664887Z copying torch/include/ATen/ops/logaddexp2_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7666161Z copying torch/include/ATen/ops/logaddexp2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7667029Z copying torch/include/ATen/ops/logaddexp2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7668218Z copying torch/include/ATen/ops/logaddexp2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7669832Z copying torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7670684Z copying torch/include/ATen/ops/logaddexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7672331Z copying torch/include/ATen/ops/logaddexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7673187Z copying torch/include/ATen/ops/logaddexp_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7674581Z copying torch/include/ATen/ops/logaddexp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7675524Z copying torch/include/ATen/ops/logaddexp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7676744Z copying torch/include/ATen/ops/logaddexp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7677640Z copying torch/include/ATen/ops/logcumsumexp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7679017Z copying torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7680333Z copying torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7681068Z copying torch/include/ATen/ops/logcumsumexp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7682907Z copying torch/include/ATen/ops/logcumsumexp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7683243Z copying torch/include/ATen/ops/logdet.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7684558Z copying torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7685403Z copying torch/include/ATen/ops/logdet_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7686325Z copying torch/include/ATen/ops/logdet_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7687366Z copying torch/include/ATen/ops/logical_and.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7688839Z copying torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7689751Z copying torch/include/ATen/ops/logical_and_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7691127Z copying torch/include/ATen/ops/logical_and_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7692037Z copying torch/include/ATen/ops/logical_and_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7693755Z copying torch/include/ATen/ops/logical_and_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7694406Z copying torch/include/ATen/ops/logical_not.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7695956Z copying torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7696901Z copying torch/include/ATen/ops/logical_not_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7698959Z copying torch/include/ATen/ops/logical_not_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7699513Z copying torch/include/ATen/ops/logical_not_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7700742Z copying torch/include/ATen/ops/logical_not_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7702202Z copying torch/include/ATen/ops/logical_or.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7703096Z copying torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7704313Z copying torch/include/ATen/ops/logical_or_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7705270Z copying torch/include/ATen/ops/logical_or_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7706962Z copying torch/include/ATen/ops/logical_or_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7707976Z copying torch/include/ATen/ops/logical_or_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7708930Z copying torch/include/ATen/ops/logical_xor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7710565Z copying torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7711276Z copying torch/include/ATen/ops/logical_xor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7712609Z copying torch/include/ATen/ops/logical_xor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7713316Z copying torch/include/ATen/ops/logical_xor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7714898Z copying torch/include/ATen/ops/logical_xor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7715668Z copying torch/include/ATen/ops/logit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7716969Z copying torch/include/ATen/ops/logit_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7719002Z copying torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7719953Z copying torch/include/ATen/ops/logit_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7720407Z copying torch/include/ATen/ops/logit_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7721346Z copying torch/include/ATen/ops/logit_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7722455Z copying torch/include/ATen/ops/logit_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7723904Z copying torch/include/ATen/ops/logit_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7724867Z copying torch/include/ATen/ops/logit_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7725850Z copying torch/include/ATen/ops/logit_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7727002Z copying torch/include/ATen/ops/logit_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7728095Z copying torch/include/ATen/ops/logit_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7729205Z copying torch/include/ATen/ops/logit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7730299Z copying torch/include/ATen/ops/logit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7731578Z copying torch/include/ATen/ops/logspace.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7732464Z copying torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7733591Z copying torch/include/ATen/ops/logspace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7734839Z copying torch/include/ATen/ops/logspace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7735474Z copying torch/include/ATen/ops/logspace_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7736863Z copying torch/include/ATen/ops/logspace_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7737844Z copying torch/include/ATen/ops/logspace_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7739045Z copying torch/include/ATen/ops/logsumexp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7740287Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7741579Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7742449Z copying torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7743823Z copying torch/include/ATen/ops/logsumexp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7744783Z copying torch/include/ATen/ops/logsumexp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7746006Z copying torch/include/ATen/ops/lshift.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7747301Z copying torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7748259Z copying torch/include/ATen/ops/lshift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7749530Z copying torch/include/ATen/ops/lshift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7750393Z copying torch/include/ATen/ops/lshift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7752106Z copying torch/include/ATen/ops/lshift_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7752977Z copying torch/include/ATen/ops/lshift_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7753881Z copying torch/include/ATen/ops/lstm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7754986Z copying torch/include/ATen/ops/lstm_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7756248Z copying torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7757199Z copying torch/include/ATen/ops/lstm_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7758744Z copying torch/include/ATen/ops/lstm_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7759229Z copying torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7760477Z copying torch/include/ATen/ops/lstm_mps_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7761732Z copying torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7762297Z copying torch/include/ATen/ops/lstm_mps_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7763519Z copying torch/include/ATen/ops/lstm_mps_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7764127Z copying torch/include/ATen/ops/lstm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7765134Z copying torch/include/ATen/ops/lstm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7766680Z copying torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7767381Z copying torch/include/ATen/ops/lt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7768431Z copying torch/include/ATen/ops/lt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7769466Z copying torch/include/ATen/ops/lt_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7770484Z copying torch/include/ATen/ops/lt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7771668Z copying torch/include/ATen/ops/lt_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7772511Z copying torch/include/ATen/ops/lt_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7773788Z copying torch/include/ATen/ops/lu_solve.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7775065Z copying torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7776069Z copying torch/include/ATen/ops/lu_solve_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7777607Z copying torch/include/ATen/ops/lu_solve_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7778938Z copying torch/include/ATen/ops/lu_unpack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7779967Z copying torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7781052Z copying torch/include/ATen/ops/lu_unpack_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7782004Z copying torch/include/ATen/ops/lu_unpack_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7783193Z copying torch/include/ATen/ops/lu_unpack_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7784170Z copying torch/include/ATen/ops/lu_unpack_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7785484Z copying torch/include/ATen/ops/lu_unpack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7786259Z copying torch/include/ATen/ops/lu_unpack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7788126Z copying torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7788579Z copying torch/include/ATen/ops/mH_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7789732Z copying torch/include/ATen/ops/mH_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7790640Z copying torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7791697Z copying torch/include/ATen/ops/mT_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7792949Z copying torch/include/ATen/ops/mT_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7793972Z copying torch/include/ATen/ops/margin_ranking_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7795346Z copying torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7797087Z copying torch/include/ATen/ops/margin_ranking_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7798070Z copying torch/include/ATen/ops/margin_ranking_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7799285Z copying torch/include/ATen/ops/masked_fill.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7800586Z copying torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7802074Z copying torch/include/ATen/ops/masked_fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7802587Z copying torch/include/ATen/ops/masked_fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7804031Z copying torch/include/ATen/ops/masked_fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7804982Z copying torch/include/ATen/ops/masked_fill_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7806248Z copying torch/include/ATen/ops/masked_fill_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7807703Z copying torch/include/ATen/ops/masked_scatter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7808707Z copying torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7809813Z copying torch/include/ATen/ops/masked_scatter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7810700Z copying torch/include/ATen/ops/masked_scatter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7811928Z copying torch/include/ATen/ops/masked_scatter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7813158Z copying torch/include/ATen/ops/masked_scatter_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7814064Z copying torch/include/ATen/ops/masked_scatter_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7815694Z copying torch/include/ATen/ops/masked_select.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7816478Z copying torch/include/ATen/ops/masked_select_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7818004Z copying torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7818893Z copying torch/include/ATen/ops/masked_select_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7820191Z copying torch/include/ATen/ops/masked_select_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7821547Z copying torch/include/ATen/ops/masked_select_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7822468Z copying torch/include/ATen/ops/masked_select_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7823737Z copying torch/include/ATen/ops/masked_select_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7824810Z copying torch/include/ATen/ops/masked_select_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7825738Z copying torch/include/ATen/ops/matmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7828279Z copying torch/include/ATen/ops/matmul_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7828783Z copying torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7829261Z copying torch/include/ATen/ops/matmul_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7830786Z copying torch/include/ATen/ops/matmul_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7831856Z copying torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7833158Z copying torch/include/ATen/ops/matmul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7834953Z copying torch/include/ATen/ops/matmul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7835276Z copying torch/include/ATen/ops/matrix_H.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7836921Z copying torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7837706Z copying torch/include/ATen/ops/matrix_H_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7838998Z copying torch/include/ATen/ops/matrix_H_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7839968Z copying torch/include/ATen/ops/matrix_exp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7841156Z copying torch/include/ATen/ops/matrix_exp_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7842483Z copying torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7843498Z copying torch/include/ATen/ops/matrix_exp_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7844408Z copying torch/include/ATen/ops/matrix_exp_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7845894Z copying torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7846772Z copying torch/include/ATen/ops/matrix_exp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7847775Z copying torch/include/ATen/ops/matrix_exp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7848760Z copying torch/include/ATen/ops/matrix_power.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7850094Z copying torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7851460Z copying torch/include/ATen/ops/matrix_power_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7852319Z copying torch/include/ATen/ops/matrix_power_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7854335Z copying torch/include/ATen/ops/max.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7854826Z copying torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7855828Z copying torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7856693Z copying torch/include/ATen/ops/max_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7857873Z copying torch/include/ATen/ops/max_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7858793Z copying torch/include/ATen/ops/max_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7860322Z copying torch/include/ATen/ops/max_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7861105Z copying torch/include/ATen/ops/max_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7862294Z copying torch/include/ATen/ops/max_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7863439Z copying torch/include/ATen/ops/max_pool1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7864348Z copying torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7865433Z copying torch/include/ATen/ops/max_pool1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7866980Z copying torch/include/ATen/ops/max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7867410Z copying torch/include/ATen/ops/max_pool1d_with_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7869103Z copying torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7869782Z copying torch/include/ATen/ops/max_pool1d_with_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7870800Z copying torch/include/ATen/ops/max_pool1d_with_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7871467Z copying torch/include/ATen/ops/max_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7873102Z copying torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7874241Z copying torch/include/ATen/ops/max_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7875537Z copying torch/include/ATen/ops/max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7876778Z copying torch/include/ATen/ops/max_pool2d_with_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7877986Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7879466Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7880732Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7882178Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7883503Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7884950Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7886356Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7887910Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7889382Z copying torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7890548Z copying torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7891857Z copying torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7893219Z copying torch/include/ATen/ops/max_pool2d_with_indices_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7894618Z copying torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7896009Z copying torch/include/ATen/ops/max_pool2d_with_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7897441Z copying torch/include/ATen/ops/max_pool2d_with_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7898928Z copying torch/include/ATen/ops/max_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7900708Z copying torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7901762Z copying torch/include/ATen/ops/max_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7903404Z copying torch/include/ATen/ops/max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7904597Z copying torch/include/ATen/ops/max_pool3d_with_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7906254Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7907559Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7908976Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7910308Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7911686Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7913088Z copying torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7914597Z copying torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7917042Z copying torch/include/ATen/ops/max_pool3d_with_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7917918Z copying torch/include/ATen/ops/max_pool3d_with_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7919658Z copying torch/include/ATen/ops/max_unpool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7920726Z copying torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7922547Z copying torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7923725Z copying torch/include/ATen/ops/max_unpool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7925004Z copying torch/include/ATen/ops/max_unpool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7926636Z copying torch/include/ATen/ops/max_unpool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7928048Z copying torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7929287Z copying torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7930642Z copying torch/include/ATen/ops/max_unpool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7931936Z copying torch/include/ATen/ops/max_unpool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7933384Z copying torch/include/ATen/ops/maximum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7935538Z copying torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7944848Z copying torch/include/ATen/ops/maximum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7945723Z copying torch/include/ATen/ops/maximum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7946990Z copying torch/include/ATen/ops/maximum_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7948626Z copying torch/include/ATen/ops/maximum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7949848Z copying torch/include/ATen/ops/maximum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7951497Z copying torch/include/ATen/ops/maximum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7952622Z copying torch/include/ATen/ops/mean.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7954498Z copying torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7955916Z copying torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7957222Z copying torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7958399Z copying torch/include/ATen/ops/mm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7960145Z copying torch/include/ATen/ops/mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7961829Z copying torch/include/ATen/ops/mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7962963Z copying torch/include/ATen/ops/mean_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7964395Z copying torch/include/ATen/ops/mean_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7966087Z copying torch/include/ATen/ops/mean_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7967131Z copying torch/include/ATen/ops/mean_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7968815Z copying torch/include/ATen/ops/median.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7970112Z copying torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7971509Z copying torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7972810Z copying torch/include/ATen/ops/median_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7974196Z copying torch/include/ATen/ops/median_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7975570Z copying torch/include/ATen/ops/median_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7976534Z copying torch/include/ATen/ops/median_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7978409Z copying torch/include/ATen/ops/meshgrid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7979978Z copying torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7980620Z copying torch/include/ATen/ops/meshgrid_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7982319Z copying torch/include/ATen/ops/meshgrid_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7983008Z copying torch/include/ATen/ops/min.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7984260Z copying torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7985074Z copying torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7985884Z copying torch/include/ATen/ops/min_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7987074Z copying torch/include/ATen/ops/min_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7987802Z copying torch/include/ATen/ops/min_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7989257Z copying torch/include/ATen/ops/min_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7990611Z copying torch/include/ATen/ops/min_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7991402Z copying torch/include/ATen/ops/min_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7992929Z copying torch/include/ATen/ops/minimum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7993806Z copying torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7995333Z copying torch/include/ATen/ops/minimum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7996015Z copying torch/include/ATen/ops/minimum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7997264Z copying torch/include/ATen/ops/minimum_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7998768Z copying torch/include/ATen/ops/minimum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.7999315Z copying torch/include/ATen/ops/minimum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8000584Z copying torch/include/ATen/ops/minimum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8001621Z copying torch/include/ATen/ops/miopen_batch_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8002356Z copying torch/include/ATen/ops/miopen_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8004369Z copying torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8005060Z copying torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8005880Z copying torch/include/ATen/ops/miopen_batch_norm_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8007112Z copying torch/include/ATen/ops/miopen_batch_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8008508Z copying torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8009413Z copying torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8010511Z copying torch/include/ATen/ops/miopen_batch_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8011608Z copying torch/include/ATen/ops/miopen_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8012786Z copying torch/include/ATen/ops/miopen_convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8014004Z copying torch/include/ATen/ops/miopen_convolution_add_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8015180Z copying torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8016431Z copying torch/include/ATen/ops/miopen_convolution_add_relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8017559Z copying torch/include/ATen/ops/miopen_convolution_add_relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8018891Z copying torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8019942Z copying torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8021078Z copying torch/include/ATen/ops/miopen_convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8023380Z copying torch/include/ATen/ops/miopen_convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8024130Z copying torch/include/ATen/ops/miopen_convolution_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8025194Z copying torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8026244Z copying torch/include/ATen/ops/miopen_convolution_relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8027391Z copying torch/include/ATen/ops/miopen_convolution_relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8028445Z copying torch/include/ATen/ops/miopen_convolution_transpose.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8029997Z copying torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8031044Z copying torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8032144Z copying torch/include/ATen/ops/miopen_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8033297Z copying torch/include/ATen/ops/miopen_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8034626Z copying torch/include/ATen/ops/miopen_depthwise_convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8035697Z copying torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8037069Z copying torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8037946Z copying torch/include/ATen/ops/miopen_depthwise_convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8039426Z copying torch/include/ATen/ops/miopen_depthwise_convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8040438Z copying torch/include/ATen/ops/miopen_rnn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8041470Z copying torch/include/ATen/ops/miopen_rnn_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8042689Z copying torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8044074Z copying torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8044797Z copying torch/include/ATen/ops/miopen_rnn_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8046360Z copying torch/include/ATen/ops/miopen_rnn_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8047510Z copying torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8048434Z copying torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8049597Z copying torch/include/ATen/ops/miopen_rnn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8051087Z copying torch/include/ATen/ops/miopen_rnn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8051694Z copying torch/include/ATen/ops/mish.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8053460Z copying torch/include/ATen/ops/mish_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8054476Z copying torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8055853Z copying torch/include/ATen/ops/mish_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8057239Z copying torch/include/ATen/ops/mish_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8058622Z copying torch/include/ATen/ops/mish_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8059319Z copying torch/include/ATen/ops/mish_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8060963Z copying torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8061607Z copying torch/include/ATen/ops/mish_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8063033Z copying torch/include/ATen/ops/mish_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8064036Z copying torch/include/ATen/ops/mish_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8064961Z copying torch/include/ATen/ops/mish_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8066135Z copying torch/include/ATen/ops/mish_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8067180Z copying torch/include/ATen/ops/mish_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8068284Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8069243Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8070378Z copying torch/include/ATen/ops/mkldnn_convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8072302Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8073161Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8074855Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8077905Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8078593Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8080550Z copying torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8084613Z copying torch/include/ATen/ops/mkldnn_convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8086327Z copying torch/include/ATen/ops/mkldnn_convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8087927Z copying torch/include/ATen/ops/mkldnn_linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8088629Z copying torch/include/ATen/ops/mkldnn_linear_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8089895Z copying torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8090954Z copying torch/include/ATen/ops/mkldnn_linear_backward_input.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8092252Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8093662Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8094628Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8095732Z copying torch/include/ATen/ops/mkldnn_linear_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8096715Z copying torch/include/ATen/ops/mkldnn_linear_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8097908Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8098854Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8100771Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8101472Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8102389Z copying torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8103915Z copying torch/include/ATen/ops/mkldnn_linear_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8105194Z copying torch/include/ATen/ops/mkldnn_linear_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8106205Z copying torch/include/ATen/ops/mkldnn_max_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8107394Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8108640Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8109566Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8111121Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8111868Z copying torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8113215Z copying torch/include/ATen/ops/mkldnn_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8114007Z copying torch/include/ATen/ops/mkldnn_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8115582Z copying torch/include/ATen/ops/mkldnn_max_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8116254Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8117651Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8118922Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8120317Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8121336Z copying torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8122295Z copying torch/include/ATen/ops/mkldnn_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8123648Z copying torch/include/ATen/ops/mkldnn_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8124639Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8125981Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8126816Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8128051Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8129376Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8130760Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8131743Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8133011Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8134180Z copying torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8135183Z copying torch/include/ATen/ops/mm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8136509Z copying torch/include/ATen/ops/mm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8137679Z copying torch/include/ATen/ops/mm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8139013Z copying torch/include/ATen/ops/mm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8140061Z copying torch/include/ATen/ops/mm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8141369Z copying torch/include/ATen/ops/mm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8142610Z copying torch/include/ATen/ops/mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8143950Z copying torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8144877Z copying torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8146152Z copying torch/include/ATen/ops/mode_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8147138Z copying torch/include/ATen/ops/mode_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8148397Z copying torch/include/ATen/ops/mode_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8149472Z copying torch/include/ATen/ops/mode_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8150648Z copying torch/include/ATen/ops/moveaxis.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8152265Z copying torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8152967Z copying torch/include/ATen/ops/moveaxis_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8154418Z copying torch/include/ATen/ops/moveaxis_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8155619Z copying torch/include/ATen/ops/movedim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8156938Z copying torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8158145Z copying torch/include/ATen/ops/movedim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8159406Z copying torch/include/ATen/ops/movedim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8160743Z copying torch/include/ATen/ops/mps_convolution_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8161753Z copying torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8163081Z copying torch/include/ATen/ops/mps_convolution_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8164125Z copying torch/include/ATen/ops/mps_convolution_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8165493Z copying torch/include/ATen/ops/mps_convolution_transpose_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8166438Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8167929Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8168959Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8170317Z copying torch/include/ATen/ops/mps_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8171273Z copying torch/include/ATen/ops/mps_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8172344Z copying torch/include/ATen/ops/mps_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8173523Z copying torch/include/ATen/ops/mps_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8174499Z copying torch/include/ATen/ops/mse_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8175806Z copying torch/include/ATen/ops/mse_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8177023Z copying torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8177929Z copying torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8179819Z copying torch/include/ATen/ops/mse_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8181370Z copying torch/include/ATen/ops/mse_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8182619Z copying torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8183865Z copying torch/include/ATen/ops/mse_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8185041Z copying torch/include/ATen/ops/mse_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8186451Z copying torch/include/ATen/ops/mse_loss_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8187188Z copying torch/include/ATen/ops/mse_loss_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8188623Z copying torch/include/ATen/ops/mse_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8190370Z copying torch/include/ATen/ops/mse_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8194498Z copying torch/include/ATen/ops/msort.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8195528Z copying torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8197757Z copying torch/include/ATen/ops/msort_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8199005Z copying torch/include/ATen/ops/msort_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8199902Z copying torch/include/ATen/ops/mul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8201434Z copying torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8202395Z copying torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8203261Z copying torch/include/ATen/ops/mul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8204477Z copying torch/include/ATen/ops/mul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8205331Z copying torch/include/ATen/ops/mul_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8206464Z copying torch/include/ATen/ops/mul_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8207856Z copying torch/include/ATen/ops/mul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8208792Z copying torch/include/ATen/ops/mul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8210251Z copying torch/include/ATen/ops/multi_margin_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8211042Z copying torch/include/ATen/ops/multi_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8212607Z copying torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8213731Z copying torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8214740Z copying torch/include/ATen/ops/multi_margin_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8216006Z copying torch/include/ATen/ops/multi_margin_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8218048Z copying torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8218367Z copying torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8219306Z copying torch/include/ATen/ops/multi_margin_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8220708Z copying torch/include/ATen/ops/multi_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8221717Z copying torch/include/ATen/ops/multilabel_margin_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8222516Z copying torch/include/ATen/ops/multilabel_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8223605Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8225042Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8226092Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8227253Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8228253Z copying torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8229609Z copying torch/include/ATen/ops/multilabel_margin_loss_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8230548Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8231867Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8232879Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8234467Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8235403Z copying torch/include/ATen/ops/multilabel_margin_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8236745Z copying torch/include/ATen/ops/multilabel_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8237569Z copying torch/include/ATen/ops/multinomial.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8239194Z copying torch/include/ATen/ops/multinomial_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8239702Z copying torch/include/ATen/ops/multinomial_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8240459Z copying torch/include/ATen/ops/multinomial_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8241895Z copying torch/include/ATen/ops/multinomial_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8242738Z copying torch/include/ATen/ops/multiply.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8243724Z copying torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8245529Z copying torch/include/ATen/ops/multiply_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8246765Z copying torch/include/ATen/ops/multiply_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8247638Z copying torch/include/ATen/ops/mv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8249161Z copying torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8249890Z copying torch/include/ATen/ops/mv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8251191Z copying torch/include/ATen/ops/mv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8252297Z copying torch/include/ATen/ops/mvlgamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8253997Z copying torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8255071Z copying torch/include/ATen/ops/mvlgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8256189Z copying torch/include/ATen/ops/mvlgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8259137Z copying torch/include/ATen/ops/mvlgamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8262492Z copying torch/include/ATen/ops/mvlgamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8263633Z copying torch/include/ATen/ops/nan_to_num.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8265278Z copying torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8266782Z copying torch/include/ATen/ops/nan_to_num_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8268076Z copying torch/include/ATen/ops/nan_to_num_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8268675Z copying torch/include/ATen/ops/nan_to_num_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8269973Z copying torch/include/ATen/ops/nan_to_num_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8271176Z copying torch/include/ATen/ops/nanmean.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8272216Z copying torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8273480Z copying torch/include/ATen/ops/nanmean_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8274593Z copying torch/include/ATen/ops/nanmean_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8276322Z copying torch/include/ATen/ops/nanmedian.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8277680Z copying torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8279120Z copying torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8279837Z copying torch/include/ATen/ops/nanmedian_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8281062Z copying torch/include/ATen/ops/nanmedian_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8282017Z copying torch/include/ATen/ops/nanmedian_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8283415Z copying torch/include/ATen/ops/nanmedian_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8284519Z copying torch/include/ATen/ops/nanquantile.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8285901Z copying torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8286759Z copying torch/include/ATen/ops/nanquantile_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8288598Z copying torch/include/ATen/ops/nanquantile_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8289755Z copying torch/include/ATen/ops/nansum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8291084Z copying torch/include/ATen/ops/nansum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8291834Z copying torch/include/ATen/ops/nansum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8293168Z copying torch/include/ATen/ops/nansum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8294240Z copying torch/include/ATen/ops/nansum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8295534Z copying torch/include/ATen/ops/narrow.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8297944Z copying torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8299246Z copying torch/include/ATen/ops/narrow_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8301020Z copying torch/include/ATen/ops/narrow_copy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8302181Z copying torch/include/ATen/ops/narrow_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8303939Z copying torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8305245Z copying torch/include/ATen/ops/narrow_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8306944Z copying torch/include/ATen/ops/narrow_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8308117Z copying torch/include/ATen/ops/narrow_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8309451Z copying torch/include/ATen/ops/native_batch_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8310977Z copying torch/include/ATen/ops/native_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8312013Z copying torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8313595Z copying torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8314564Z copying torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8316377Z copying torch/include/ATen/ops/native_batch_norm_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8316947Z copying torch/include/ATen/ops/native_batch_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8318698Z copying torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8319716Z copying torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8321125Z copying torch/include/ATen/ops/native_batch_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8322373Z copying torch/include/ATen/ops/native_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8324038Z copying torch/include/ATen/ops/native_channel_shuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8325308Z copying torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8326746Z copying torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8328328Z copying torch/include/ATen/ops/native_channel_shuffle_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8329699Z copying torch/include/ATen/ops/native_channel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8330650Z copying torch/include/ATen/ops/native_dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8332048Z copying torch/include/ATen/ops/native_dropout_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8333629Z copying torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8334436Z copying torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8336032Z copying torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8336845Z copying torch/include/ATen/ops/native_dropout_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8338326Z copying torch/include/ATen/ops/native_dropout_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8339630Z copying torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8340413Z copying torch/include/ATen/ops/native_dropout_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8341377Z copying torch/include/ATen/ops/native_dropout_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8342333Z copying torch/include/ATen/ops/native_dropout_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8343871Z copying torch/include/ATen/ops/native_dropout_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8345313Z copying torch/include/ATen/ops/native_group_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8346542Z copying torch/include/ATen/ops/native_group_norm_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8347876Z copying torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8348786Z copying torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8349793Z copying torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8350899Z copying torch/include/ATen/ops/native_group_norm_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8352159Z copying torch/include/ATen/ops/native_group_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8353644Z copying torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8354762Z copying torch/include/ATen/ops/native_group_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8355969Z copying torch/include/ATen/ops/native_group_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8357420Z copying torch/include/ATen/ops/native_group_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8358637Z copying torch/include/ATen/ops/native_group_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8359836Z copying torch/include/ATen/ops/native_layer_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8361164Z copying torch/include/ATen/ops/native_layer_norm_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8362552Z copying torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8363504Z copying torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8364927Z copying torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8365927Z copying torch/include/ATen/ops/native_layer_norm_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8367163Z copying torch/include/ATen/ops/native_layer_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8368090Z copying torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8368940Z copying torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8370536Z copying torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8371228Z copying torch/include/ATen/ops/native_layer_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8372273Z copying torch/include/ATen/ops/native_layer_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8373227Z copying torch/include/ATen/ops/native_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8374189Z copying torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8375665Z copying torch/include/ATen/ops/native_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8376350Z copying torch/include/ATen/ops/native_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8377763Z copying torch/include/ATen/ops/ne.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8378633Z copying torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8379967Z copying torch/include/ATen/ops/ne_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8381066Z copying torch/include/ATen/ops/ne_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8382077Z copying torch/include/ATen/ops/ne_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8383024Z copying torch/include/ATen/ops/ne_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8384560Z copying torch/include/ATen/ops/ne_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8385455Z copying torch/include/ATen/ops/ne_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8386963Z copying torch/include/ATen/ops/neg.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8388036Z copying torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8389087Z copying torch/include/ATen/ops/neg_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8390360Z copying torch/include/ATen/ops/neg_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8391332Z copying torch/include/ATen/ops/neg_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8392691Z copying torch/include/ATen/ops/neg_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8393957Z copying torch/include/ATen/ops/neg_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8395931Z copying torch/include/ATen/ops/neg_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8396418Z copying torch/include/ATen/ops/negative.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8397739Z copying torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8398512Z copying torch/include/ATen/ops/negative_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8400027Z copying torch/include/ATen/ops/negative_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8400762Z copying torch/include/ATen/ops/nested_to_padded_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8402131Z copying torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8402782Z copying torch/include/ATen/ops/nested_to_padded_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8403858Z copying torch/include/ATen/ops/nested_to_padded_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8405120Z copying torch/include/ATen/ops/new_empty.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8406095Z copying torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8407021Z copying torch/include/ATen/ops/new_empty_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8407977Z copying torch/include/ATen/ops/new_empty_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8409372Z copying torch/include/ATen/ops/new_empty_strided.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8410225Z copying torch/include/ATen/ops/new_empty_strided_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8411028Z copying torch/include/ATen/ops/or.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8412527Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8413658Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8414510Z copying torch/include/ATen/ops/new_empty_strided_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8415660Z copying torch/include/ATen/ops/new_full.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8417018Z copying torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8418663Z copying torch/include/ATen/ops/new_full_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8420023Z copying torch/include/ATen/ops/new_full_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8421598Z copying torch/include/ATen/ops/new_ones.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8422579Z copying torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8423348Z copying torch/include/ATen/ops/new_ones_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8424916Z copying torch/include/ATen/ops/new_ones_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8425638Z copying torch/include/ATen/ops/new_zeros.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8427039Z copying torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8427866Z copying torch/include/ATen/ops/new_zeros_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8428915Z copying torch/include/ATen/ops/new_zeros_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8430227Z copying torch/include/ATen/ops/nextafter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8431138Z copying torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8432349Z copying torch/include/ATen/ops/nextafter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8433545Z copying torch/include/ATen/ops/nextafter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8434591Z copying torch/include/ATen/ops/nextafter_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8436208Z copying torch/include/ATen/ops/nextafter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8437278Z copying torch/include/ATen/ops/nextafter_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8438365Z copying torch/include/ATen/ops/nextafter_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8439344Z copying torch/include/ATen/ops/nll_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8440614Z copying torch/include/ATen/ops/nll_loss2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8441624Z copying torch/include/ATen/ops/nll_loss2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8443694Z copying torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8444241Z copying torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8445009Z copying torch/include/ATen/ops/nll_loss2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8446430Z copying torch/include/ATen/ops/nll_loss2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8448044Z copying torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8449239Z copying torch/include/ATen/ops/nll_loss2d_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8450864Z copying torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8452150Z copying torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8453530Z copying torch/include/ATen/ops/nll_loss2d_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8455175Z copying torch/include/ATen/ops/nll_loss2d_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8456304Z copying torch/include/ATen/ops/nll_loss2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8458004Z copying torch/include/ATen/ops/nll_loss2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8459234Z copying torch/include/ATen/ops/nll_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8461195Z copying torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8462203Z copying torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8463888Z copying torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8464989Z copying torch/include/ATen/ops/nll_loss_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8466655Z copying torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8467788Z copying torch/include/ATen/ops/nll_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8469436Z copying torch/include/ATen/ops/nll_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8470656Z copying torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8472019Z copying torch/include/ATen/ops/nll_loss_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8473999Z copying torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8475188Z copying torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8476900Z copying torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8477957Z copying torch/include/ATen/ops/nll_loss_forward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8479324Z copying torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8480728Z copying torch/include/ATen/ops/nll_loss_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8482322Z copying torch/include/ATen/ops/nll_loss_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8483387Z copying torch/include/ATen/ops/nll_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8484441Z copying torch/include/ATen/ops/nll_loss_nd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8485674Z copying torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8486689Z copying torch/include/ATen/ops/nll_loss_nd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8488982Z copying torch/include/ATen/ops/nll_loss_nd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8489810Z copying torch/include/ATen/ops/nll_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8490310Z copying torch/include/ATen/ops/nonzero.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8491656Z copying torch/include/ATen/ops/nonzero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8492602Z copying torch/include/ATen/ops/nonzero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8493899Z copying torch/include/ATen/ops/nonzero_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8495188Z copying torch/include/ATen/ops/nonzero_numpy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8496082Z copying torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8497454Z copying torch/include/ATen/ops/nonzero_numpy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8498643Z copying torch/include/ATen/ops/nonzero_numpy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8500226Z copying torch/include/ATen/ops/nonzero_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8501268Z copying torch/include/ATen/ops/norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8502337Z copying torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8503781Z copying torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8504663Z copying torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8505846Z copying torch/include/ATen/ops/norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8506877Z copying torch/include/ATen/ops/norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8508122Z copying torch/include/ATen/ops/norm_except_dim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8509215Z copying torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8510105Z copying torch/include/ATen/ops/norm_except_dim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8511146Z copying torch/include/ATen/ops/norm_except_dim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8512116Z copying torch/include/ATen/ops/norm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8513564Z copying torch/include/ATen/ops/norm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8514446Z copying torch/include/ATen/ops/norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8515555Z copying torch/include/ATen/ops/norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8516489Z copying torch/include/ATen/ops/normal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8517986Z copying torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8518950Z copying torch/include/ATen/ops/normal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8519674Z copying torch/include/ATen/ops/normal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8521060Z copying torch/include/ATen/ops/normal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8521914Z copying torch/include/ATen/ops/normal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8522848Z copying torch/include/ATen/ops/normal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8524164Z copying torch/include/ATen/ops/not_equal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8525303Z copying torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8526243Z copying torch/include/ATen/ops/not_equal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8527373Z copying torch/include/ATen/ops/not_equal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8528263Z copying torch/include/ATen/ops/nuclear_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8529564Z copying torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8530662Z copying torch/include/ATen/ops/nuclear_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8532530Z copying torch/include/ATen/ops/nuclear_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8533283Z copying torch/include/ATen/ops/numpy_T.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8534366Z copying torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8535390Z copying torch/include/ATen/ops/numpy_T_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8536653Z copying torch/include/ATen/ops/numpy_T_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8537689Z copying torch/include/ATen/ops/one_hot.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8538767Z copying torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8540038Z copying torch/include/ATen/ops/one_hot_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8541030Z copying torch/include/ATen/ops/one_hot_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8542157Z copying torch/include/ATen/ops/ones.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8543475Z copying torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8544467Z copying torch/include/ATen/ops/ones_like.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8545935Z copying torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8546924Z copying torch/include/ATen/ops/ones_like_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8548172Z copying torch/include/ATen/ops/ones_like_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8549298Z copying torch/include/ATen/ops/ones_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8550654Z copying torch/include/ATen/ops/ones_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8551687Z copying torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8552629Z copying torch/include/ATen/ops/or_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8553685Z copying torch/include/ATen/ops/or_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8554546Z copying torch/include/ATen/ops/orgqr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8556142Z copying torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8557007Z copying torch/include/ATen/ops/orgqr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8558499Z copying torch/include/ATen/ops/orgqr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8559722Z copying torch/include/ATen/ops/ormqr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8561029Z copying torch/include/ATen/ops/ormqr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8562001Z copying torch/include/ATen/ops/ormqr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8563642Z copying torch/include/ATen/ops/ormqr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8564579Z copying torch/include/ATen/ops/ormqr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8565847Z copying torch/include/ATen/ops/outer.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8567121Z copying torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8567982Z copying torch/include/ATen/ops/outer_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8569572Z copying torch/include/ATen/ops/outer_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8571375Z copying torch/include/ATen/ops/output_nr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8571718Z copying torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8574281Z copying torch/include/ATen/ops/output_nr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8574613Z copying torch/include/ATen/ops/output_nr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8575941Z copying torch/include/ATen/ops/pad.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8576734Z copying torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8578655Z copying torch/include/ATen/ops/pad_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8579398Z copying torch/include/ATen/ops/pad_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8580890Z copying torch/include/ATen/ops/pad_sequence.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8581908Z copying torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8583356Z copying torch/include/ATen/ops/pad_sequence_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8584213Z copying torch/include/ATen/ops/pad_sequence_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8585519Z copying torch/include/ATen/ops/pairwise_distance.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8586769Z copying torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8588030Z copying torch/include/ATen/ops/pairwise_distance_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8588927Z copying torch/include/ATen/ops/pairwise_distance_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8590346Z copying torch/include/ATen/ops/pdist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8591329Z copying torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8593318Z copying torch/include/ATen/ops/pdist_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8594261Z copying torch/include/ATen/ops/pdist_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8595515Z copying torch/include/ATen/ops/permute.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8597705Z copying torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8598441Z copying torch/include/ATen/ops/permute_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8600092Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8600911Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8602774Z copying torch/include/ATen/ops/permute_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8604509Z copying torch/include/ATen/ops/permute_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8605305Z copying torch/include/ATen/ops/permute_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8606332Z copying torch/include/ATen/ops/permute_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8607624Z copying torch/include/ATen/ops/pin_memory.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8609486Z copying torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8610743Z copying torch/include/ATen/ops/pin_memory_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8612365Z copying torch/include/ATen/ops/pin_memory_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8613614Z copying torch/include/ATen/ops/pinverse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8615622Z copying torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8616716Z copying torch/include/ATen/ops/pinverse_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8618060Z copying torch/include/ATen/ops/pinverse_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8619801Z copying torch/include/ATen/ops/pixel_shuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8621210Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8622643Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8623889Z copying torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8625246Z copying torch/include/ATen/ops/pixel_shuffle_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8626899Z copying torch/include/ATen/ops/pixel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8628201Z copying torch/include/ATen/ops/pixel_unshuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8630112Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8631270Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8632515Z copying torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8634335Z copying torch/include/ATen/ops/pixel_unshuffle_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8636183Z copying torch/include/ATen/ops/pixel_unshuffle_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8636994Z copying torch/include/ATen/ops/poisson.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8638788Z copying torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8639849Z copying torch/include/ATen/ops/poisson_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8641247Z copying torch/include/ATen/ops/poisson_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8642587Z copying torch/include/ATen/ops/poisson_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8644239Z copying torch/include/ATen/ops/poisson_nll_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8645583Z copying torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8646907Z copying torch/include/ATen/ops/poisson_nll_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8648245Z copying torch/include/ATen/ops/poisson_nll_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8649669Z copying torch/include/ATen/ops/poisson_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8651475Z copying torch/include/ATen/ops/polar.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8652788Z copying torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8654017Z copying torch/include/ATen/ops/polar_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8655747Z copying torch/include/ATen/ops/polar_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8656878Z copying torch/include/ATen/ops/polar_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8658564Z copying torch/include/ATen/ops/polar_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8659730Z copying torch/include/ATen/ops/polygamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8662399Z copying torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8663040Z copying torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8664434Z copying torch/include/ATen/ops/polygamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8665104Z copying torch/include/ATen/ops/qr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8666828Z copying torch/include/ATen/ops/polygamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8668020Z copying torch/include/ATen/ops/polygamma_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8668933Z copying torch/include/ATen/ops/polygamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8670566Z copying torch/include/ATen/ops/polygamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8671785Z copying torch/include/ATen/ops/polygamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8672492Z copying torch/include/ATen/ops/positive.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8674272Z copying torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8675359Z copying torch/include/ATen/ops/positive_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8676521Z copying torch/include/ATen/ops/positive_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8678030Z copying torch/include/ATen/ops/pow.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8679962Z copying torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8680248Z copying torch/include/ATen/ops/pow_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8681206Z copying torch/include/ATen/ops/pow_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8682426Z copying torch/include/ATen/ops/pow_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8683769Z copying torch/include/ATen/ops/pow_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8684699Z copying torch/include/ATen/ops/pow_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8685971Z copying torch/include/ATen/ops/pow_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8687591Z copying torch/include/ATen/ops/prelu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8688460Z copying torch/include/ATen/ops/prelu_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8690018Z copying torch/include/ATen/ops/prelu_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8690799Z copying torch/include/ATen/ops/prelu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8692296Z copying torch/include/ATen/ops/prelu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8693347Z copying torch/include/ATen/ops/prelu_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8694597Z copying torch/include/ATen/ops/prelu_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8695955Z copying torch/include/ATen/ops/prelu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8697181Z copying torch/include/ATen/ops/prelu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8698518Z copying torch/include/ATen/ops/prelu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8699605Z copying torch/include/ATen/ops/prelu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8701225Z copying torch/include/ATen/ops/prelu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8702617Z copying torch/include/ATen/ops/prod.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8703668Z copying torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8705052Z copying torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8706089Z copying torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8707421Z copying torch/include/ATen/ops/prod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8708413Z copying torch/include/ATen/ops/prod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8709862Z copying torch/include/ATen/ops/prod_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8711026Z copying torch/include/ATen/ops/prod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8712169Z copying torch/include/ATen/ops/prod_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8713395Z copying torch/include/ATen/ops/prod_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8714801Z copying torch/include/ATen/ops/promote_types.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8716119Z copying torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8717281Z copying torch/include/ATen/ops/promote_types_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8718532Z copying torch/include/ATen/ops/promote_types_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8719709Z copying torch/include/ATen/ops/put.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8721076Z copying torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8722783Z copying torch/include/ATen/ops/put_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8723547Z copying torch/include/ATen/ops/put_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8725079Z copying torch/include/ATen/ops/put_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8725985Z copying torch/include/ATen/ops/put_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8727377Z copying torch/include/ATen/ops/put_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8728642Z copying torch/include/ATen/ops/q_per_channel_axis.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8730420Z copying torch/include/ATen/ops/q_per_channel_axis_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8731458Z copying torch/include/ATen/ops/q_per_channel_axis_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8732550Z copying torch/include/ATen/ops/q_per_channel_scales.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8733812Z copying torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8734809Z copying torch/include/ATen/ops/q_per_channel_scales_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8735974Z copying torch/include/ATen/ops/q_per_channel_scales_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8737501Z copying torch/include/ATen/ops/q_per_channel_zero_points.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8738658Z copying torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8739836Z copying torch/include/ATen/ops/q_per_channel_zero_points_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8741451Z copying torch/include/ATen/ops/q_per_channel_zero_points_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8742427Z copying torch/include/ATen/ops/q_scale.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8743395Z copying torch/include/ATen/ops/q_scale_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8744815Z copying torch/include/ATen/ops/q_scale_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8745886Z copying torch/include/ATen/ops/q_zero_point.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8747153Z copying torch/include/ATen/ops/q_zero_point_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8748050Z copying torch/include/ATen/ops/q_zero_point_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8749961Z copying torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8750892Z copying torch/include/ATen/ops/qr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8751602Z copying torch/include/ATen/ops/qr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8752741Z copying torch/include/ATen/ops/qscheme.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8753897Z copying torch/include/ATen/ops/qscheme_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8755225Z copying torch/include/ATen/ops/qscheme_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8756918Z copying torch/include/ATen/ops/quantile.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8758317Z copying torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8759250Z copying torch/include/ATen/ops/quantile_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8760263Z copying torch/include/ATen/ops/quantile_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8761487Z copying torch/include/ATen/ops/quantize_per_channel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8762519Z copying torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8763507Z copying torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8764913Z copying torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8765932Z copying torch/include/ATen/ops/quantize_per_channel_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8766992Z copying torch/include/ATen/ops/quantize_per_channel_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8768558Z copying torch/include/ATen/ops/quantize_per_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8769381Z copying torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8770778Z copying torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8771640Z copying torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8772498Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8773879Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8774686Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8775676Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8778083Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8778642Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8779376Z copying torch/include/ATen/ops/quantize_per_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8780563Z copying torch/include/ATen/ops/quantize_per_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8781407Z copying torch/include/ATen/ops/quantized_batch_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8782456Z copying torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8783562Z copying torch/include/ATen/ops/quantized_batch_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8784518Z copying torch/include/ATen/ops/quantized_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8785871Z copying torch/include/ATen/ops/quantized_gru_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8787003Z copying torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8788391Z copying torch/include/ATen/ops/quantized_gru_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8789748Z copying torch/include/ATen/ops/quantized_gru_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8790932Z copying torch/include/ATen/ops/quantized_lstm_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8792297Z copying torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8793298Z copying torch/include/ATen/ops/quantized_lstm_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8795081Z copying torch/include/ATen/ops/quantized_lstm_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8796251Z copying torch/include/ATen/ops/quantized_max_pool1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8797430Z copying torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8798124Z copying torch/include/ATen/ops/quantized_max_pool1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8799092Z copying torch/include/ATen/ops/quantized_max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8800483Z copying torch/include/ATen/ops/quantized_max_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8801193Z copying torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8802916Z copying torch/include/ATen/ops/quantized_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8803501Z copying torch/include/ATen/ops/quantized_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8804554Z copying torch/include/ATen/ops/quantized_rnn_relu_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8806003Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8807076Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8808007Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8809097Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8810252Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8811273Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8812637Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8813233Z copying torch/include/ATen/ops/rad2deg.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8815352Z copying torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8816094Z copying torch/include/ATen/ops/rad2deg_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8817120Z copying torch/include/ATen/ops/rad2deg_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8818146Z copying torch/include/ATen/ops/rand.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8820316Z copying torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8820923Z copying torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8821855Z copying torch/include/ATen/ops/rand_like.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8823044Z copying torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8823762Z copying torch/include/ATen/ops/rand_like_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8825352Z copying torch/include/ATen/ops/rand_like_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8826034Z copying torch/include/ATen/ops/rand_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8827564Z copying torch/include/ATen/ops/rand_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8828506Z copying torch/include/ATen/ops/randint.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8830039Z copying torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8830868Z copying torch/include/ATen/ops/randint_like.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8832541Z copying torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8833399Z copying torch/include/ATen/ops/randint_like_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8834606Z copying torch/include/ATen/ops/randint_like_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8835537Z copying torch/include/ATen/ops/randint_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8837234Z copying torch/include/ATen/ops/randint_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8837790Z copying torch/include/ATen/ops/randn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8839360Z copying torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8840496Z copying torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8841246Z copying torch/include/ATen/ops/randn_like.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8842758Z copying torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8844071Z copying torch/include/ATen/ops/randn_like_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8845096Z copying torch/include/ATen/ops/randn_like_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8846325Z copying torch/include/ATen/ops/randn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8847871Z copying torch/include/ATen/ops/randn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8849183Z copying torch/include/ATen/ops/random.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8850982Z copying torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8851968Z copying torch/include/ATen/ops/random_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8853363Z copying torch/include/ATen/ops/random_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8854925Z copying torch/include/ATen/ops/random_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8856229Z copying torch/include/ATen/ops/random_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8858108Z copying torch/include/ATen/ops/random_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8859341Z copying torch/include/ATen/ops/randperm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8861136Z copying torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8862287Z copying torch/include/ATen/ops/randperm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8864066Z copying torch/include/ATen/ops/randperm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8865319Z copying torch/include/ATen/ops/randperm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8866721Z copying torch/include/ATen/ops/randperm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8868188Z copying torch/include/ATen/ops/range.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8869553Z copying torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8870851Z copying torch/include/ATen/ops/range_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8872394Z copying torch/include/ATen/ops/range_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8873763Z copying torch/include/ATen/ops/range_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8875468Z copying torch/include/ATen/ops/range_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8877478Z copying torch/include/ATen/ops/range_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8878644Z copying torch/include/ATen/ops/ravel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8880270Z copying torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8881485Z copying torch/include/ATen/ops/ravel_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8883044Z copying torch/include/ATen/ops/ravel_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8884600Z copying torch/include/ATen/ops/real.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8886338Z copying torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8887481Z copying torch/include/ATen/ops/real_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8888776Z copying torch/include/ATen/ops/real_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8890423Z copying torch/include/ATen/ops/reciprocal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8891969Z copying torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8893255Z copying torch/include/ATen/ops/reciprocal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8894643Z copying torch/include/ATen/ops/reciprocal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8896140Z copying torch/include/ATen/ops/reciprocal_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8897531Z copying torch/include/ATen/ops/reciprocal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8899207Z copying torch/include/ATen/ops/reciprocal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8901136Z copying torch/include/ATen/ops/reciprocal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8902409Z copying torch/include/ATen/ops/record_stream.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8904175Z copying torch/include/ATen/ops/record_stream_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8905123Z copying torch/include/ATen/ops/record_stream_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8906575Z copying torch/include/ATen/ops/record_stream_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8908273Z copying torch/include/ATen/ops/refine_names.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8909618Z copying torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8910990Z copying torch/include/ATen/ops/refine_names_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8912318Z copying torch/include/ATen/ops/refine_names_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8914014Z copying torch/include/ATen/ops/reflection_pad1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8915236Z copying torch/include/ATen/ops/relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8917092Z copying torch/include/ATen/ops/reflection_pad1d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8918710Z copying torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8919937Z copying torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8921689Z copying torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8922836Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8924150Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8925576Z copying torch/include/ATen/ops/reflection_pad1d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8927291Z copying torch/include/ATen/ops/reflection_pad1d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8928576Z copying torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8929787Z copying torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8931106Z copying torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8932727Z copying torch/include/ATen/ops/reflection_pad1d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8933940Z copying torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8935338Z copying torch/include/ATen/ops/reflection_pad1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8936684Z copying torch/include/ATen/ops/reflection_pad1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8938160Z copying torch/include/ATen/ops/reflection_pad2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8939677Z copying torch/include/ATen/ops/reflection_pad2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8941086Z copying torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8942518Z copying torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8943898Z copying torch/include/ATen/ops/reflection_pad2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8945371Z copying torch/include/ATen/ops/reflection_pad2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8946637Z copying torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8948033Z copying torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8949398Z copying torch/include/ATen/ops/reflection_pad2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8950902Z copying torch/include/ATen/ops/reflection_pad2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8952179Z copying torch/include/ATen/ops/reflection_pad3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8953827Z copying torch/include/ATen/ops/reflection_pad3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8955467Z copying torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8956874Z copying torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8958268Z copying torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8959959Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8961069Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8962457Z copying torch/include/ATen/ops/reflection_pad3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8964088Z copying torch/include/ATen/ops/reflection_pad3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8965428Z copying torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8966670Z copying torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8968059Z copying torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8969416Z copying torch/include/ATen/ops/reflection_pad3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8971094Z copying torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8972217Z copying torch/include/ATen/ops/reflection_pad3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8973646Z copying torch/include/ATen/ops/reflection_pad3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8974972Z copying torch/include/ATen/ops/relu6.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8976711Z copying torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8977863Z copying torch/include/ATen/ops/relu6_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8979493Z copying torch/include/ATen/ops/relu6_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8980831Z copying torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8982144Z copying torch/include/ATen/ops/relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8983762Z copying torch/include/ATen/ops/relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8985046Z copying torch/include/ATen/ops/relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8986644Z copying torch/include/ATen/ops/relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8987876Z copying torch/include/ATen/ops/relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8989562Z copying torch/include/ATen/ops/remainder.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8990938Z copying torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8993195Z copying torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8994251Z copying torch/include/ATen/ops/remainder_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8995625Z copying torch/include/ATen/ops/remainder_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8997242Z copying torch/include/ATen/ops/remainder_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8998464Z copying torch/include/ATen/ops/remainder_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.8999840Z copying torch/include/ATen/ops/remainder_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9001440Z copying torch/include/ATen/ops/remainder_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9002662Z copying torch/include/ATen/ops/rename.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9004406Z copying torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9005644Z copying torch/include/ATen/ops/rename_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9007142Z copying torch/include/ATen/ops/rename_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9008702Z copying torch/include/ATen/ops/renorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9010117Z copying torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9011402Z copying torch/include/ATen/ops/renorm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9012771Z copying torch/include/ATen/ops/renorm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9014248Z copying torch/include/ATen/ops/renorm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9015601Z copying torch/include/ATen/ops/renorm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9017001Z copying torch/include/ATen/ops/renorm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9018445Z copying torch/include/ATen/ops/renorm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9019472Z copying torch/include/ATen/ops/repeat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9020940Z copying torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9021836Z copying torch/include/ATen/ops/repeat_interleave.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9023785Z copying torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9024604Z copying torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9025875Z copying torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9026760Z copying torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9028319Z copying torch/include/ATen/ops/repeat_interleave_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9029264Z copying torch/include/ATen/ops/repeat_interleave_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9030652Z copying torch/include/ATen/ops/repeat_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9031882Z copying torch/include/ATen/ops/repeat_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9032817Z copying torch/include/ATen/ops/replication_pad1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9034444Z copying torch/include/ATen/ops/replication_pad1d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9036272Z copying torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9037575Z copying torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9038502Z copying torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9039890Z copying torch/include/ATen/ops/replication_pad1d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9041295Z copying torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9042493Z copying torch/include/ATen/ops/replication_pad1d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9043709Z copying torch/include/ATen/ops/replication_pad1d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9044737Z copying torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9046169Z copying torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9047170Z copying torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9048590Z copying torch/include/ATen/ops/replication_pad1d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9050068Z copying torch/include/ATen/ops/replication_pad1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9051050Z copying torch/include/ATen/ops/replication_pad1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9052612Z copying torch/include/ATen/ops/replication_pad1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9053806Z copying torch/include/ATen/ops/replication_pad2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9057489Z copying torch/include/ATen/ops/replication_pad2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9058090Z copying torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9058753Z copying torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9059307Z copying torch/include/ATen/ops/replication_pad2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9060028Z copying torch/include/ATen/ops/replication_pad2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9061604Z copying torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9062853Z copying torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9064181Z copying torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9065441Z copying torch/include/ATen/ops/replication_pad2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9066634Z copying torch/include/ATen/ops/replication_pad2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9068877Z copying torch/include/ATen/ops/replication_pad2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9069879Z copying torch/include/ATen/ops/replication_pad2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9071231Z copying torch/include/ATen/ops/replication_pad3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9072313Z copying torch/include/ATen/ops/replication_pad3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9074300Z copying torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9075683Z copying torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9077355Z copying torch/include/ATen/ops/replication_pad3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9079357Z copying torch/include/ATen/ops/replication_pad3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9080386Z copying torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9081677Z copying torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9083377Z copying torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9084600Z copying torch/include/ATen/ops/replication_pad3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9085532Z copying torch/include/ATen/ops/replication_pad3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9086468Z copying torch/include/ATen/ops/replication_pad3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9088585Z copying torch/include/ATen/ops/replication_pad3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9089226Z copying torch/include/ATen/ops/requires_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9090074Z copying torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9090783Z copying torch/include/ATen/ops/requires_grad_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9092010Z copying torch/include/ATen/ops/requires_grad_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9092957Z copying torch/include/ATen/ops/reshape.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9094346Z copying torch/include/ATen/ops/reshape_as.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9095399Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9096410Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9097485Z copying torch/include/ATen/ops/reshape_as_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9098959Z copying torch/include/ATen/ops/reshape_as_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9099655Z copying torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9100858Z copying torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9102049Z copying torch/include/ATen/ops/reshape_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9102875Z copying torch/include/ATen/ops/reshape_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9103867Z copying torch/include/ATen/ops/resize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9104942Z copying torch/include/ATen/ops/resize_as.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9106153Z copying torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9107188Z copying torch/include/ATen/ops/resize_as_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9108276Z copying torch/include/ATen/ops/resize_as_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9109383Z copying torch/include/ATen/ops/resize_as_sparse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9110555Z copying torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9111852Z copying torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9112841Z copying torch/include/ATen/ops/resize_as_sparse_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9114233Z copying torch/include/ATen/ops/resize_as_sparse_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9115369Z copying torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9116511Z copying torch/include/ATen/ops/resize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9117571Z copying torch/include/ATen/ops/resize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9118774Z copying torch/include/ATen/ops/resize_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9119824Z copying torch/include/ATen/ops/resize_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9120967Z copying torch/include/ATen/ops/resize_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9121553Z copying torch/include/ATen/ops/resolve_conj.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9123382Z copying torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9124105Z copying torch/include/ATen/ops/resolve_conj_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9126230Z copying torch/include/ATen/ops/resolve_conj_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9126789Z copying torch/include/ATen/ops/resolve_neg.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9127888Z copying torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9128785Z copying torch/include/ATen/ops/resolve_neg_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9130204Z copying torch/include/ATen/ops/resolve_neg_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9131416Z copying torch/include/ATen/ops/result_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9132479Z copying torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9134572Z copying torch/include/ATen/ops/result_type_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9135075Z copying torch/include/ATen/ops/result_type_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9135811Z copying torch/include/ATen/ops/retain_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9136941Z copying torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9138420Z copying torch/include/ATen/ops/retain_grad_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9139361Z copying torch/include/ATen/ops/retain_grad_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9140652Z copying torch/include/ATen/ops/retains_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9141793Z copying torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9142837Z copying torch/include/ATen/ops/retains_grad_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9143913Z copying torch/include/ATen/ops/retains_grad_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9145006Z copying torch/include/ATen/ops/rnn_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9146210Z copying torch/include/ATen/ops/rnn_relu_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9147385Z copying torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9148401Z copying torch/include/ATen/ops/rnn_relu_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9149490Z copying torch/include/ATen/ops/rnn_relu_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9150720Z copying torch/include/ATen/ops/rnn_relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9152295Z copying torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9153765Z copying torch/include/ATen/ops/rnn_relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9154774Z copying torch/include/ATen/ops/rnn_tanh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9155892Z copying torch/include/ATen/ops/rnn_tanh_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9156908Z copying torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9157915Z copying torch/include/ATen/ops/rnn_tanh_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9158952Z copying torch/include/ATen/ops/rnn_tanh_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9160185Z copying torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9161111Z copying torch/include/ATen/ops/rnn_tanh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9162157Z copying torch/include/ATen/ops/rnn_tanh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9163236Z copying torch/include/ATen/ops/roll.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9164348Z copying torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9165404Z copying torch/include/ATen/ops/roll_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9166488Z copying torch/include/ATen/ops/roll_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9167521Z copying torch/include/ATen/ops/roll_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9168574Z copying torch/include/ATen/ops/roll_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9169664Z copying torch/include/ATen/ops/rot90.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9170903Z copying torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9171935Z copying torch/include/ATen/ops/rot90_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9173005Z copying torch/include/ATen/ops/rot90_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9174057Z copying torch/include/ATen/ops/round.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9175294Z copying torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9176223Z copying torch/include/ATen/ops/round_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9177380Z copying torch/include/ATen/ops/round_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9178522Z copying torch/include/ATen/ops/round_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9179609Z copying torch/include/ATen/ops/round_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9180922Z copying torch/include/ATen/ops/round_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9181939Z copying torch/include/ATen/ops/round_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9183051Z copying torch/include/ATen/ops/row_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9184122Z copying torch/include/ATen/ops/row_indices_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9185256Z copying torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9186373Z copying torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9187442Z copying torch/include/ATen/ops/row_indices_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9188477Z copying torch/include/ATen/ops/row_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9189569Z copying torch/include/ATen/ops/row_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9190630Z copying torch/include/ATen/ops/row_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9191678Z copying torch/include/ATen/ops/row_stack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9192855Z copying torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9193834Z copying torch/include/ATen/ops/row_stack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9194950Z copying torch/include/ATen/ops/row_stack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9196811Z copying torch/include/ATen/ops/rrelu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9197673Z copying torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9198529Z copying torch/include/ATen/ops/rrelu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9199537Z copying torch/include/ATen/ops/rrelu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9200652Z copying torch/include/ATen/ops/rrelu_with_noise.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9201721Z copying torch/include/ATen/ops/rrelu_with_noise_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9202963Z copying torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9204252Z copying torch/include/ATen/ops/rrelu_with_noise_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9205914Z copying torch/include/ATen/ops/rrelu_with_noise_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9206477Z copying torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9207651Z copying torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9209156Z copying torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9210224Z copying torch/include/ATen/ops/rrelu_with_noise_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9211446Z copying torch/include/ATen/ops/rrelu_with_noise_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9212254Z copying torch/include/ATen/ops/rshift.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9213895Z copying torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9214802Z copying torch/include/ATen/ops/rshift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9215878Z copying torch/include/ATen/ops/rshift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9217759Z copying torch/include/ATen/ops/rshift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9218406Z copying torch/include/ATen/ops/rshift_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9219558Z copying torch/include/ATen/ops/rshift_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9220537Z copying torch/include/ATen/ops/rsqrt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9222033Z copying torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9222944Z copying torch/include/ATen/ops/rsqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9224419Z copying torch/include/ATen/ops/rsqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9225360Z copying torch/include/ATen/ops/rsqrt_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9226529Z copying torch/include/ATen/ops/rsqrt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9227724Z copying torch/include/ATen/ops/rsqrt_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9228754Z copying torch/include/ATen/ops/rsqrt_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9229690Z copying torch/include/ATen/ops/rsub.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9231326Z copying torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9231877Z copying torch/include/ATen/ops/rsub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9233092Z copying torch/include/ATen/ops/rsub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9234316Z copying torch/include/ATen/ops/rsub_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9235208Z copying torch/include/ATen/ops/rsub_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9236861Z copying torch/include/ATen/ops/scalar_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9237727Z copying torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9238826Z copying torch/include/ATen/ops/scalar_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9239907Z copying torch/include/ATen/ops/scalar_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9240948Z copying torch/include/ATen/ops/scatter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9241854Z copying torch/include/ATen/ops/scatter_add.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9243142Z copying torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9244066Z copying torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9245150Z copying torch/include/ATen/ops/scatter_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9246396Z copying torch/include/ATen/ops/scatter_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9247424Z copying torch/include/ATen/ops/scatter_add_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9248452Z copying torch/include/ATen/ops/scatter_add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9249369Z copying torch/include/ATen/ops/scatter_add_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9250585Z copying torch/include/ATen/ops/scatter_add_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9251758Z copying torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9252799Z copying torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9253813Z copying torch/include/ATen/ops/scatter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9254789Z copying torch/include/ATen/ops/scatter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9256609Z copying torch/include/ATen/ops/scatter_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9257323Z copying torch/include/ATen/ops/scatter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9258094Z copying torch/include/ATen/ops/scatter_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9259279Z copying torch/include/ATen/ops/scatter_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9259907Z copying torch/include/ATen/ops/scatter_reduce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9261768Z copying torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9263016Z copying torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9264066Z copying torch/include/ATen/ops/scatter_reduce_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9265533Z copying torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9266988Z copying torch/include/ATen/ops/scatter_reduce_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9268382Z copying torch/include/ATen/ops/scatter_reduce_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9269742Z copying torch/include/ATen/ops/scatter_reduce_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9271048Z copying torch/include/ATen/ops/searchsorted.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9272524Z copying torch/include/ATen/ops/searchsorted_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9273808Z copying torch/include/ATen/ops/searchsorted_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9275316Z copying torch/include/ATen/ops/searchsorted_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9276735Z copying torch/include/ATen/ops/searchsorted_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9278089Z copying torch/include/ATen/ops/searchsorted_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9279563Z copying torch/include/ATen/ops/segment_reduce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9281131Z copying torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9282446Z copying torch/include/ATen/ops/segment_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9283834Z copying torch/include/ATen/ops/segment_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9285135Z copying torch/include/ATen/ops/segment_reduce_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9286605Z copying torch/include/ATen/ops/segment_reduce_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9287856Z copying torch/include/ATen/ops/select.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9289307Z copying torch/include/ATen/ops/select_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9291043Z copying torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9292473Z copying torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9293656Z copying torch/include/ATen/ops/select_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9295006Z copying torch/include/ATen/ops/select_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9296491Z copying torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9297907Z copying torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9299214Z copying torch/include/ATen/ops/select_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9300793Z copying torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9302168Z copying torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9304177Z copying torch/include/ATen/ops/select_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9305438Z copying torch/include/ATen/ops/select_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9306836Z copying torch/include/ATen/ops/select_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9308163Z copying torch/include/ATen/ops/select_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9309677Z copying torch/include/ATen/ops/select_scatter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9311132Z copying torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9312504Z copying torch/include/ATen/ops/select_scatter_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9313731Z copying torch/include/ATen/ops/select_scatter_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9315198Z copying torch/include/ATen/ops/selu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9316886Z copying torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9318142Z copying torch/include/ATen/ops/selu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9319534Z copying torch/include/ATen/ops/selu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9320931Z copying torch/include/ATen/ops/set.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9322611Z copying torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9324081Z copying torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9325265Z copying torch/include/ATen/ops/set_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9326589Z copying torch/include/ATen/ops/set_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9327863Z copying torch/include/ATen/ops/set_data.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9329362Z copying torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9330641Z copying torch/include/ATen/ops/set_data_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9332001Z copying torch/include/ATen/ops/set_data_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9333348Z copying torch/include/ATen/ops/set_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9334753Z copying torch/include/ATen/ops/set_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9336073Z copying torch/include/ATen/ops/set_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9337483Z copying torch/include/ATen/ops/sgn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9339484Z copying torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9340653Z copying torch/include/ATen/ops/sgn_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9341847Z copying torch/include/ATen/ops/sgn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9343118Z copying torch/include/ATen/ops/sgn_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9344529Z copying torch/include/ATen/ops/sgn_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9345956Z copying torch/include/ATen/ops/sgn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9347326Z copying torch/include/ATen/ops/sgn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9348640Z copying torch/include/ATen/ops/sigmoid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9349952Z copying torch/include/ATen/ops/sigmoid_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9351629Z copying torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9352865Z copying torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9354372Z copying torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9355636Z copying torch/include/ATen/ops/sigmoid_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9357013Z copying torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9358491Z copying torch/include/ATen/ops/sigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9359697Z copying torch/include/ATen/ops/sigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9361298Z copying torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9362404Z copying torch/include/ATen/ops/sigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9363775Z copying torch/include/ATen/ops/sigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9365211Z copying torch/include/ATen/ops/sigmoid_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9366477Z copying torch/include/ATen/ops/sigmoid_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9367921Z copying torch/include/ATen/ops/sigmoid_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9369152Z copying torch/include/ATen/ops/sigmoid_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9370480Z copying torch/include/ATen/ops/sign.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9372136Z copying torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9373316Z copying torch/include/ATen/ops/sign_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9374679Z copying torch/include/ATen/ops/sign_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9375955Z copying torch/include/ATen/ops/sign_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9377445Z copying torch/include/ATen/ops/sign_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9378809Z copying torch/include/ATen/ops/sign_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9380184Z copying torch/include/ATen/ops/sign_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9381511Z copying torch/include/ATen/ops/signbit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9383098Z copying torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9384309Z copying torch/include/ATen/ops/signbit_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9385818Z copying torch/include/ATen/ops/signbit_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9387178Z copying torch/include/ATen/ops/signbit_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9388562Z copying torch/include/ATen/ops/signbit_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9389888Z copying torch/include/ATen/ops/signbit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9391218Z copying torch/include/ATen/ops/signbit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9393153Z copying torch/include/ATen/ops/silu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9394713Z copying torch/include/ATen/ops/silu_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9396339Z copying torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9397679Z copying torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9398918Z copying torch/include/ATen/ops/silu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9400276Z copying torch/include/ATen/ops/silu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9401605Z copying torch/include/ATen/ops/silu_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9403059Z copying torch/include/ATen/ops/silu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9404363Z copying torch/include/ATen/ops/silu_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9405790Z copying torch/include/ATen/ops/silu_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9407266Z copying torch/include/ATen/ops/silu_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9408822Z copying torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9410005Z copying torch/include/ATen/ops/silu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9411376Z copying torch/include/ATen/ops/silu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9412690Z copying torch/include/ATen/ops/silu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9414007Z copying torch/include/ATen/ops/silu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9415349Z copying torch/include/ATen/ops/silu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9416667Z copying torch/include/ATen/ops/sin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9418351Z copying torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9419546Z copying torch/include/ATen/ops/sin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9420905Z copying torch/include/ATen/ops/sin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9422194Z copying torch/include/ATen/ops/sin_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9423593Z copying torch/include/ATen/ops/sin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9424904Z copying torch/include/ATen/ops/sin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9426216Z copying torch/include/ATen/ops/sin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9427529Z copying torch/include/ATen/ops/sinc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9429111Z copying torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9430314Z copying torch/include/ATen/ops/sinc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9431647Z copying torch/include/ATen/ops/sinc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9433124Z copying torch/include/ATen/ops/sinc_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9434592Z copying torch/include/ATen/ops/sinc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9436601Z copying torch/include/ATen/ops/sinc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9437954Z copying torch/include/ATen/ops/sinc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9439367Z copying torch/include/ATen/ops/sinh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9440904Z copying torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9442087Z copying torch/include/ATen/ops/sinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9443461Z copying torch/include/ATen/ops/sinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9444734Z copying torch/include/ATen/ops/sinh_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9446233Z copying torch/include/ATen/ops/sinh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9447451Z copying torch/include/ATen/ops/sinh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9448809Z copying torch/include/ATen/ops/sinh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9450159Z copying torch/include/ATen/ops/size.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9451661Z copying torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9452936Z copying torch/include/ATen/ops/size_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9454247Z copying torch/include/ATen/ops/size_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9455586Z copying torch/include/ATen/ops/slice.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9456973Z copying torch/include/ATen/ops/slice_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9458575Z copying torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9459843Z copying torch/include/ATen/ops/slice_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9461196Z copying torch/include/ATen/ops/slice_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9462672Z copying torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9463893Z copying torch/include/ATen/ops/slice_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9465439Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9466889Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9468065Z copying torch/include/ATen/ops/slice_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9469378Z copying torch/include/ATen/ops/slice_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9470740Z copying torch/include/ATen/ops/slice_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9472065Z copying torch/include/ATen/ops/slice_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9473421Z copying torch/include/ATen/ops/slice_scatter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9475184Z copying torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9476401Z copying torch/include/ATen/ops/slice_scatter_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9477771Z copying torch/include/ATen/ops/slice_scatter_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9479125Z copying torch/include/ATen/ops/slogdet.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9480720Z copying torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9482590Z copying torch/include/ATen/ops/slogdet_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9483967Z copying torch/include/ATen/ops/slogdet_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9485427Z copying torch/include/ATen/ops/slow_conv3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9486931Z copying torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9488261Z copying torch/include/ATen/ops/slow_conv3d_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9489641Z copying torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9490988Z copying torch/include/ATen/ops/slow_conv3d_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9492296Z copying torch/include/ATen/ops/slow_conv3d_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9493640Z copying torch/include/ATen/ops/slow_conv3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9495005Z copying torch/include/ATen/ops/slow_conv3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9496357Z copying torch/include/ATen/ops/slow_conv_dilated2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9497958Z copying torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9499254Z copying torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9500604Z copying torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9501869Z copying torch/include/ATen/ops/slow_conv_dilated2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9503226Z copying torch/include/ATen/ops/slow_conv_dilated2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9504549Z copying torch/include/ATen/ops/slow_conv_dilated3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9506117Z copying torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9507381Z copying torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9508699Z copying torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9510040Z copying torch/include/ATen/ops/slow_conv_dilated3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9511387Z copying torch/include/ATen/ops/slow_conv_dilated3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9512692Z copying torch/include/ATen/ops/slow_conv_transpose2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9514469Z copying torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9515683Z copying torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9517122Z copying torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9518416Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9519825Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9521196Z copying torch/include/ATen/ops/slow_conv_transpose2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9522734Z copying torch/include/ATen/ops/slow_conv_transpose2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9524028Z copying torch/include/ATen/ops/slow_conv_transpose3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9525441Z copying torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9526887Z copying torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9528414Z copying torch/include/ATen/ops/slow_conv_transpose3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9529667Z copying torch/include/ATen/ops/slow_conv_transpose3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9531015Z copying torch/include/ATen/ops/smm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9532562Z copying torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9533718Z copying torch/include/ATen/ops/smm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9535062Z copying torch/include/ATen/ops/smm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9536447Z copying torch/include/ATen/ops/smooth_l1_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9537933Z copying torch/include/ATen/ops/smooth_l1_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9539443Z copying torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9540718Z copying torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9542260Z copying torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9543313Z copying torch/include/ATen/ops/t.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9544780Z copying torch/include/ATen/ops/smooth_l1_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9546335Z copying torch/include/ATen/ops/smooth_l1_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9547979Z copying torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9549716Z copying torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9550620Z copying torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9551942Z copying torch/include/ATen/ops/smooth_l1_loss_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9553332Z copying torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9554639Z copying torch/include/ATen/ops/smooth_l1_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9557174Z copying torch/include/ATen/ops/smooth_l1_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9558199Z copying torch/include/ATen/ops/soft_margin_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9559164Z copying torch/include/ATen/ops/soft_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9560501Z copying torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9561532Z copying torch/include/ATen/ops/soft_margin_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9562620Z copying torch/include/ATen/ops/soft_margin_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9563831Z copying torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9565253Z copying torch/include/ATen/ops/soft_margin_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9566274Z copying torch/include/ATen/ops/soft_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9567388Z copying torch/include/ATen/ops/softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9568516Z copying torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9570373Z copying torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9571133Z copying torch/include/ATen/ops/softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9572239Z copying torch/include/ATen/ops/softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9573655Z copying torch/include/ATen/ops/softplus.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9574622Z copying torch/include/ATen/ops/softplus_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9575913Z copying torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9576798Z copying torch/include/ATen/ops/softplus_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9578356Z copying torch/include/ATen/ops/softplus_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9579339Z copying torch/include/ATen/ops/softplus_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9580499Z copying torch/include/ATen/ops/softplus_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9581657Z copying torch/include/ATen/ops/softplus_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9582968Z copying torch/include/ATen/ops/softplus_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9584051Z copying torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9585218Z copying torch/include/ATen/ops/softplus_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9586366Z copying torch/include/ATen/ops/softplus_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9587822Z copying torch/include/ATen/ops/softplus_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9589061Z copying torch/include/ATen/ops/softplus_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9590252Z copying torch/include/ATen/ops/softplus_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9591360Z copying torch/include/ATen/ops/softplus_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9592401Z copying torch/include/ATen/ops/softshrink.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9593629Z copying torch/include/ATen/ops/softshrink_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9595048Z copying torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9596348Z copying torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9597348Z copying torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9598695Z copying torch/include/ATen/ops/softshrink_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9599637Z copying torch/include/ATen/ops/softshrink_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9601711Z copying torch/include/ATen/ops/softshrink_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9602487Z copying torch/include/ATen/ops/softshrink_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9603462Z copying torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9604375Z copying torch/include/ATen/ops/softshrink_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9605385Z copying torch/include/ATen/ops/softshrink_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9606357Z copying torch/include/ATen/ops/softshrink_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9607450Z copying torch/include/ATen/ops/softshrink_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9608531Z copying torch/include/ATen/ops/softshrink_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9609584Z copying torch/include/ATen/ops/softshrink_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9610703Z copying torch/include/ATen/ops/sort.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9612016Z copying torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9613533Z copying torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9614658Z copying torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9615741Z copying torch/include/ATen/ops/sort_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9616670Z copying torch/include/ATen/ops/sort_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9617835Z copying torch/include/ATen/ops/sort_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9619091Z copying torch/include/ATen/ops/sort_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9620180Z copying torch/include/ATen/ops/sort_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9621419Z copying torch/include/ATen/ops/sort_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9622780Z copying torch/include/ATen/ops/sparse_bsc_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9623926Z copying torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9625114Z copying torch/include/ATen/ops/sparse_bsc_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9625879Z copying torch/include/ATen/ops/sparse_bsc_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9626994Z copying torch/include/ATen/ops/sparse_bsr_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9628134Z copying torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9629086Z copying torch/include/ATen/ops/sparse_bsr_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9630117Z copying torch/include/ATen/ops/sparse_bsr_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9631166Z copying torch/include/ATen/ops/sparse_compressed_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9632422Z copying torch/include/ATen/ops/sparse_compressed_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9633355Z copying torch/include/ATen/ops/sparse_compressed_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9634896Z copying torch/include/ATen/ops/sparse_compressed_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9635877Z copying torch/include/ATen/ops/sparse_coo_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9637145Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9638306Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9639296Z copying torch/include/ATen/ops/sparse_coo_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9640279Z copying torch/include/ATen/ops/sparse_coo_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9641927Z copying torch/include/ATen/ops/sparse_csc_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9642725Z copying torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9645016Z copying torch/include/ATen/ops/sparse_csc_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9645781Z copying torch/include/ATen/ops/sparse_csc_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9647047Z copying torch/include/ATen/ops/sparse_csr_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9648183Z copying torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9649106Z copying torch/include/ATen/ops/sparse_csr_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9649991Z copying torch/include/ATen/ops/sparse_csr_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9651341Z copying torch/include/ATen/ops/to.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9652771Z copying torch/include/ATen/ops/sparse_dim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9654014Z copying torch/include/ATen/ops/sparse_dim_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9654962Z copying torch/include/ATen/ops/sparse_dim_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9656265Z copying torch/include/ATen/ops/sparse_dim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9657357Z copying torch/include/ATen/ops/sparse_dim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9658481Z copying torch/include/ATen/ops/sparse_mask.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9659690Z copying torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9660806Z copying torch/include/ATen/ops/sparse_mask_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9661783Z copying torch/include/ATen/ops/sparse_mask_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9662861Z copying torch/include/ATen/ops/sparse_resize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9663976Z copying torch/include/ATen/ops/sparse_resize_and_clear.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9665153Z copying torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9666205Z copying torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9667444Z copying torch/include/ATen/ops/sparse_resize_and_clear_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9668549Z copying torch/include/ATen/ops/sparse_resize_and_clear_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9669808Z copying torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9670906Z copying torch/include/ATen/ops/sparse_resize_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9672181Z copying torch/include/ATen/ops/sparse_resize_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9673295Z copying torch/include/ATen/ops/sparse_resize_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9674489Z copying torch/include/ATen/ops/sparse_sampled_addmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9675588Z copying torch/include/ATen/ops/sparse_sampled_addmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9676868Z copying torch/include/ATen/ops/sparse_sampled_addmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9677986Z copying torch/include/ATen/ops/special_airy_ai.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9679213Z copying torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9681061Z copying torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9681566Z copying torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9682596Z copying torch/include/ATen/ops/special_airy_ai_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9684087Z copying torch/include/ATen/ops/special_airy_ai_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9685125Z copying torch/include/ATen/ops/special_airy_ai_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9686006Z copying torch/include/ATen/ops/special_airy_ai_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9687016Z copying torch/include/ATen/ops/special_bessel_j0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9688374Z copying torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9689181Z copying torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9690028Z copying torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9691261Z copying torch/include/ATen/ops/special_bessel_j0_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9692253Z copying torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9693433Z copying torch/include/ATen/ops/special_bessel_j0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9694387Z copying torch/include/ATen/ops/special_bessel_j0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9695815Z copying torch/include/ATen/ops/special_bessel_j1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9696735Z copying torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9697852Z copying torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9699074Z copying torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9700063Z copying torch/include/ATen/ops/special_bessel_j1_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9700954Z copying torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9702272Z copying torch/include/ATen/ops/special_bessel_j1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9703131Z copying torch/include/ATen/ops/special_bessel_j1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9704522Z copying torch/include/ATen/ops/special_bessel_y0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9705583Z copying torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9706618Z copying torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9707875Z copying torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9708752Z copying torch/include/ATen/ops/special_bessel_y0_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9710075Z copying torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9711039Z copying torch/include/ATen/ops/special_bessel_y0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9712280Z copying torch/include/ATen/ops/special_bessel_y0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9713176Z copying torch/include/ATen/ops/special_bessel_y1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9714815Z copying torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9716345Z copying torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9718163Z copying torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9719115Z copying torch/include/ATen/ops/special_bessel_y1_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9720559Z copying torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9721573Z copying torch/include/ATen/ops/special_bessel_y1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9722504Z copying torch/include/ATen/ops/special_bessel_y1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9723607Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9724753Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9725783Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9727138Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9727890Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9728927Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9730330Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9731194Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9732191Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9733224Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9734186Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9735677Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9736619Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9737531Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9739544Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9739864Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9740849Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9741920Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9743074Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9744226Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9745679Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9746511Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9747899Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9749368Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9749920Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9751413Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9752252Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9753449Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9755034Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9756121Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9757149Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9758324Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9759871Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9760757Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9761973Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9763200Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9764090Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9765409Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9766513Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9767551Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9769034Z copying torch/include/ATen/ops/special_digamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9770288Z copying torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9771251Z copying torch/include/ATen/ops/special_digamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9772610Z copying torch/include/ATen/ops/special_digamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9773729Z copying torch/include/ATen/ops/special_entr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9775040Z copying torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9775733Z copying torch/include/ATen/ops/special_entr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9777640Z copying torch/include/ATen/ops/special_entr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9778278Z copying torch/include/ATen/ops/special_entr_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9779321Z copying torch/include/ATen/ops/special_entr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9780470Z copying torch/include/ATen/ops/special_entr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9781675Z copying torch/include/ATen/ops/special_entr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9782851Z copying torch/include/ATen/ops/special_erf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9783832Z copying torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9784947Z copying torch/include/ATen/ops/special_erf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9785906Z copying torch/include/ATen/ops/special_erf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9787043Z copying torch/include/ATen/ops/special_erfc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9788221Z copying torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9789185Z copying torch/include/ATen/ops/special_erfc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9790877Z copying torch/include/ATen/ops/special_erfc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9791748Z copying torch/include/ATen/ops/special_erfcx.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9793080Z copying torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9794561Z copying torch/include/ATen/ops/special_erfcx_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9795423Z copying torch/include/ATen/ops/special_erfcx_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9796464Z copying torch/include/ATen/ops/special_erfcx_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9797754Z copying torch/include/ATen/ops/special_erfcx_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9799026Z copying torch/include/ATen/ops/special_erfcx_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9799951Z copying torch/include/ATen/ops/special_erfcx_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9800855Z copying torch/include/ATen/ops/special_erfinv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9802083Z copying torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9802984Z copying torch/include/ATen/ops/special_erfinv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9804156Z copying torch/include/ATen/ops/special_erfinv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9805222Z copying torch/include/ATen/ops/special_exp2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9806279Z copying torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9807526Z copying torch/include/ATen/ops/special_exp2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9808466Z copying torch/include/ATen/ops/special_exp2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9809681Z copying torch/include/ATen/ops/special_expit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9810923Z copying torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9812105Z copying torch/include/ATen/ops/special_expit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9813055Z copying torch/include/ATen/ops/special_expit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9814271Z copying torch/include/ATen/ops/special_expm1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9815374Z copying torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9816553Z copying torch/include/ATen/ops/special_expm1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9817681Z copying torch/include/ATen/ops/special_expm1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9819083Z copying torch/include/ATen/ops/special_gammainc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9820292Z copying torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9821249Z copying torch/include/ATen/ops/special_gammainc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9822575Z copying torch/include/ATen/ops/special_gammainc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9823806Z copying torch/include/ATen/ops/special_gammaincc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9861644Z copying torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9862172Z copying torch/include/ATen/ops/special_gammaincc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9862674Z copying torch/include/ATen/ops/special_gammaincc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9863291Z copying torch/include/ATen/ops/special_gammaln.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9864926Z copying torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9865468Z copying torch/include/ATen/ops/special_gammaln_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9865966Z copying torch/include/ATen/ops/special_gammaln_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9866499Z copying torch/include/ATen/ops/special_hermite_polynomial_h.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9867084Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9867729Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9868452Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9868990Z copying torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9869306Z copying torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9869664Z copying torch/include/ATen/ops/special_hermite_polynomial_h_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9870020Z copying torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9870315Z copying torch/include/ATen/ops/special_hermite_polynomial_h_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9870602Z copying torch/include/ATen/ops/special_hermite_polynomial_h_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9871000Z copying torch/include/ATen/ops/special_hermite_polynomial_he.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9871370Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9871821Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9872184Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9872530Z copying torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9872844Z copying torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9873203Z copying torch/include/ATen/ops/special_hermite_polynomial_he_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9873508Z copying torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9873859Z copying torch/include/ATen/ops/special_hermite_polynomial_he_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9874241Z copying torch/include/ATen/ops/special_hermite_polynomial_he_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9874559Z copying torch/include/ATen/ops/special_i0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9874990Z copying torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9875256Z copying torch/include/ATen/ops/special_i0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9875510Z copying torch/include/ATen/ops/special_i0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9875793Z copying torch/include/ATen/ops/special_i0e.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9876159Z copying torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9876452Z copying torch/include/ATen/ops/special_i0e_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9876748Z copying torch/include/ATen/ops/special_i0e_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9877009Z copying torch/include/ATen/ops/special_i0e_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9877420Z copying torch/include/ATen/ops/special_i0e_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9877698Z copying torch/include/ATen/ops/special_i0e_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9877994Z copying torch/include/ATen/ops/special_i0e_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9878244Z copying torch/include/ATen/ops/special_i1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9878757Z copying torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9879027Z copying torch/include/ATen/ops/special_i1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9879372Z copying torch/include/ATen/ops/special_i1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9879702Z copying torch/include/ATen/ops/special_i1_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9879971Z copying torch/include/ATen/ops/special_i1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9880231Z copying torch/include/ATen/ops/special_i1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9880619Z copying torch/include/ATen/ops/special_i1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9880875Z copying torch/include/ATen/ops/special_i1e.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9881234Z copying torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9881590Z copying torch/include/ATen/ops/special_i1e_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9882742Z copying torch/include/ATen/ops/special_i1e_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9883707Z copying torch/include/ATen/ops/special_i1e_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9885056Z copying torch/include/ATen/ops/special_i1e_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9885877Z copying torch/include/ATen/ops/special_i1e_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9887144Z copying torch/include/ATen/ops/special_i1e_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9888273Z copying torch/include/ATen/ops/special_laguerre_polynomial_l.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9889379Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9890502Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9891353Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9892757Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9893816Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9894743Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9895927Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9896955Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9897900Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9899646Z copying torch/include/ATen/ops/special_legendre_polynomial_p.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9900660Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9902006Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9902920Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9903725Z copying torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9904530Z copying torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9905861Z copying torch/include/ATen/ops/special_legendre_polynomial_p_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9906985Z copying torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9908071Z copying torch/include/ATen/ops/special_legendre_polynomial_p_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9908995Z copying torch/include/ATen/ops/special_legendre_polynomial_p_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9910263Z copying torch/include/ATen/ops/special_log1p.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9911383Z copying torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9912389Z copying torch/include/ATen/ops/special_log1p_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9913756Z copying torch/include/ATen/ops/special_log1p_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9915138Z copying torch/include/ATen/ops/special_log_ndtr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9916515Z copying torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9917463Z copying torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9918812Z copying torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9920096Z copying torch/include/ATen/ops/special_log_ndtr_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9921440Z copying torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9922533Z copying torch/include/ATen/ops/special_log_ndtr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9923902Z copying torch/include/ATen/ops/special_log_ndtr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9925055Z copying torch/include/ATen/ops/special_logit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9926521Z copying torch/include/ATen/ops/special_log_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9927611Z copying torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9929002Z copying torch/include/ATen/ops/special_log_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9930209Z copying torch/include/ATen/ops/special_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9931191Z copying torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9932344Z copying torch/include/ATen/ops/special_logit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9933575Z copying torch/include/ATen/ops/special_logit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9934825Z copying torch/include/ATen/ops/special_logsumexp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9936171Z copying torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9937028Z copying torch/include/ATen/ops/special_logsumexp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9938824Z copying torch/include/ATen/ops/special_logsumexp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9940150Z copying torch/include/ATen/ops/special_modified_bessel_i0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9941587Z copying torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9942295Z copying torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9943972Z copying torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9944849Z copying torch/include/ATen/ops/special_modified_bessel_i0_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9945908Z copying torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9947150Z copying torch/include/ATen/ops/special_modified_bessel_i0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9948520Z copying torch/include/ATen/ops/special_modified_bessel_i0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9949244Z copying torch/include/ATen/ops/special_modified_bessel_i1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9950559Z copying torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9951723Z copying torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9953074Z copying torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9953974Z copying torch/include/ATen/ops/special_modified_bessel_i1_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9955337Z copying torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9956173Z copying torch/include/ATen/ops/special_modified_bessel_i1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9957598Z copying torch/include/ATen/ops/special_modified_bessel_i1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9958637Z copying torch/include/ATen/ops/special_modified_bessel_k0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9959727Z copying torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9960720Z copying torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9961907Z copying torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9963166Z copying torch/include/ATen/ops/special_modified_bessel_k0_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9964446Z copying torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9965758Z copying torch/include/ATen/ops/special_modified_bessel_k0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9966913Z copying torch/include/ATen/ops/special_modified_bessel_k0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9968130Z copying torch/include/ATen/ops/special_modified_bessel_k1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9969464Z copying torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9970692Z copying torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9971671Z copying torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9973100Z copying torch/include/ATen/ops/special_modified_bessel_k1_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9974085Z copying torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9975355Z copying torch/include/ATen/ops/special_modified_bessel_k1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9976546Z copying torch/include/ATen/ops/special_modified_bessel_k1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9977882Z copying torch/include/ATen/ops/special_multigammaln.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9979191Z copying torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9980367Z copying torch/include/ATen/ops/special_multigammaln_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9981619Z copying torch/include/ATen/ops/special_multigammaln_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9982876Z copying torch/include/ATen/ops/special_ndtr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9984298Z copying torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9985616Z copying torch/include/ATen/ops/special_ndtr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9986953Z copying torch/include/ATen/ops/special_ndtr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9987992Z copying torch/include/ATen/ops/special_ndtri.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9989720Z copying torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9990475Z copying torch/include/ATen/ops/special_ndtri_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9991479Z copying torch/include/ATen/ops/special_ndtri_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9992976Z copying torch/include/ATen/ops/special_ndtri_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9993935Z copying torch/include/ATen/ops/special_ndtri_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9995257Z copying torch/include/ATen/ops/special_ndtri_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9996498Z copying torch/include/ATen/ops/special_ndtri_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9997553Z copying torch/include/ATen/ops/special_polygamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9998929Z copying torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:28.9999850Z copying torch/include/ATen/ops/special_polygamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0001210Z copying torch/include/ATen/ops/special_polygamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0002061Z copying torch/include/ATen/ops/special_psi.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0003562Z copying torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0004408Z copying torch/include/ATen/ops/special_psi_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0005637Z copying torch/include/ATen/ops/special_psi_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0006916Z copying torch/include/ATen/ops/special_round.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0008400Z copying torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0009325Z copying torch/include/ATen/ops/special_round_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0011008Z copying torch/include/ATen/ops/special_round_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0011862Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0013330Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0014186Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0015937Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0016817Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0018051Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0019790Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0020470Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0021498Z copying torch/include/ATen/ops/split.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0022511Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0024850Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0025233Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0026309Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0027192Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0028953Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0029643Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0030941Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0031822Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0033475Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0034641Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0035593Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0037713Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0038455Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0039693Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0040641Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0041786Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0042817Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0043579Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0045142Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0046248Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0047373Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0048685Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0049729Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0050712Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0051753Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0053207Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0054131Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0055060Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0056341Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0057966Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0058758Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0059799Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0061289Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0062190Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0063617Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0065098Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0065943Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0067271Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0068264Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0069424Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0070908Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0071483Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0072810Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0073437Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0075062Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0076312Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0077152Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0078388Z copying torch/include/ATen/ops/special_sinc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0079518Z copying torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0080498Z copying torch/include/ATen/ops/special_sinc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0081675Z copying torch/include/ATen/ops/special_sinc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0082531Z copying torch/include/ATen/ops/special_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0084306Z copying torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0085116Z copying torch/include/ATen/ops/special_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0086216Z copying torch/include/ATen/ops/special_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0087233Z copying torch/include/ATen/ops/special_spherical_bessel_j0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0088292Z copying torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0089888Z copying torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0090784Z copying torch/include/ATen/ops/special_xlog1py.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0092137Z copying torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0093175Z copying torch/include/ATen/ops/special_spherical_bessel_j0_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0094258Z copying torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0095782Z copying torch/include/ATen/ops/special_spherical_bessel_j0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0096451Z copying torch/include/ATen/ops/special_spherical_bessel_j0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0097998Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0098852Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0099686Z copying torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0100990Z copying torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0101978Z copying torch/include/ATen/ops/special_xlog1py_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0103172Z copying torch/include/ATen/ops/special_xlog1py_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0104169Z copying torch/include/ATen/ops/special_xlog1py_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0105365Z copying torch/include/ATen/ops/special_xlog1py_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0106485Z copying torch/include/ATen/ops/special_xlogy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0107741Z copying torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0108712Z copying torch/include/ATen/ops/special_xlogy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0110013Z copying torch/include/ATen/ops/special_xlogy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0111011Z copying torch/include/ATen/ops/special_zeta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0112384Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0113459Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0114833Z copying torch/include/ATen/ops/special_zeta_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0116099Z copying torch/include/ATen/ops/special_zeta_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0117227Z copying torch/include/ATen/ops/special_zeta_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0118318Z copying torch/include/ATen/ops/special_zeta_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0119370Z copying torch/include/ATen/ops/special_zeta_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0120552Z copying torch/include/ATen/ops/special_zeta_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0121766Z copying torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0122889Z copying torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0124444Z copying torch/include/ATen/ops/split_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0125838Z copying torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0126673Z copying torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0127679Z copying torch/include/ATen/ops/split_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0128902Z copying torch/include/ATen/ops/split_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0129852Z copying torch/include/ATen/ops/split_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0131061Z copying torch/include/ATen/ops/split_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0132181Z copying torch/include/ATen/ops/split_with_sizes.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0133487Z copying torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0134750Z copying torch/include/ATen/ops/split_with_sizes_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0136027Z copying torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0137488Z copying torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0138494Z copying torch/include/ATen/ops/split_with_sizes_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0139690Z copying torch/include/ATen/ops/split_with_sizes_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0140629Z copying torch/include/ATen/ops/split_with_sizes_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0141713Z copying torch/include/ATen/ops/split_with_sizes_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0142617Z copying torch/include/ATen/ops/sqrt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0144304Z copying torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0145207Z copying torch/include/ATen/ops/sqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0146447Z copying torch/include/ATen/ops/sqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0147383Z copying torch/include/ATen/ops/sqrt_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0148732Z copying torch/include/ATen/ops/sqrt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0149634Z copying torch/include/ATen/ops/sqrt_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0151082Z copying torch/include/ATen/ops/sqrt_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0152037Z copying torch/include/ATen/ops/square.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0153402Z copying torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0154512Z copying torch/include/ATen/ops/square_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0156100Z copying torch/include/ATen/ops/square_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0156908Z copying torch/include/ATen/ops/squeeze.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0158313Z copying torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0159260Z copying torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0160471Z copying torch/include/ATen/ops/squeeze_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0161796Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0162875Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0164522Z copying torch/include/ATen/ops/squeeze_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0165828Z copying torch/include/ATen/ops/squeeze_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0167059Z copying torch/include/ATen/ops/squeeze_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0168261Z copying torch/include/ATen/ops/squeeze_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0169611Z copying torch/include/ATen/ops/sspaddmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0170831Z copying torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0172046Z copying torch/include/ATen/ops/sspaddmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0173364Z copying torch/include/ATen/ops/sspaddmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0174306Z copying torch/include/ATen/ops/sspaddmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0175584Z copying torch/include/ATen/ops/sspaddmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0176850Z copying torch/include/ATen/ops/stack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0178204Z copying torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0179306Z copying torch/include/ATen/ops/stack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0180506Z copying torch/include/ATen/ops/stack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0181733Z copying torch/include/ATen/ops/std.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0183017Z copying torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0184245Z copying torch/include/ATen/ops/std_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0185435Z copying torch/include/ATen/ops/std_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0186654Z copying torch/include/ATen/ops/std_mean.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0187929Z copying torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0189157Z copying torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0190383Z copying torch/include/ATen/ops/std_mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0191590Z copying torch/include/ATen/ops/std_mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0192807Z copying torch/include/ATen/ops/std_mean_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0193994Z copying torch/include/ATen/ops/std_mean_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0195983Z copying torch/include/ATen/ops/std_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0196472Z copying torch/include/ATen/ops/std_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0197952Z copying torch/include/ATen/ops/stft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0198997Z copying torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0199912Z copying torch/include/ATen/ops/stft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0201100Z copying torch/include/ATen/ops/stft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0203010Z copying torch/include/ATen/ops/stride.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0203727Z copying torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0204813Z copying torch/include/ATen/ops/stride_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0205906Z copying torch/include/ATen/ops/stride_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0207001Z copying torch/include/ATen/ops/sub.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0208208Z copying torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0209265Z copying torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0210344Z copying torch/include/ATen/ops/sub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0211370Z copying torch/include/ATen/ops/sub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0212423Z copying torch/include/ATen/ops/sub_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0213776Z copying torch/include/ATen/ops/sub_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0214824Z copying torch/include/ATen/ops/sub_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0215843Z copying torch/include/ATen/ops/sub_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0216954Z copying torch/include/ATen/ops/subtract.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0218279Z copying torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0219272Z copying torch/include/ATen/ops/subtract_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0220431Z copying torch/include/ATen/ops/subtract_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0221845Z copying torch/include/ATen/ops/sum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0222940Z copying torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0223940Z copying torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0224979Z copying torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0226020Z copying torch/include/ATen/ops/sum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0227039Z copying torch/include/ATen/ops/sum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0228424Z copying torch/include/ATen/ops/sum_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0229280Z copying torch/include/ATen/ops/sum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0230343Z copying torch/include/ATen/ops/sum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0231449Z copying torch/include/ATen/ops/sum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0232623Z copying torch/include/ATen/ops/sum_to_size.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0233884Z copying torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0234965Z copying torch/include/ATen/ops/sum_to_size_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0236770Z copying torch/include/ATen/ops/sum_to_size_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0237827Z copying torch/include/ATen/ops/svd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0239064Z copying torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0240703Z copying torch/include/ATen/ops/svd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0242104Z copying torch/include/ATen/ops/svd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0242799Z copying torch/include/ATen/ops/swapaxes.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0243972Z copying torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0244905Z copying torch/include/ATen/ops/swapaxes_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0246658Z copying torch/include/ATen/ops/swapaxes_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0247527Z copying torch/include/ATen/ops/swapdims.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0249074Z copying torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0250370Z copying torch/include/ATen/ops/swapdims_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0251531Z copying torch/include/ATen/ops/swapdims_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0252658Z copying torch/include/ATen/ops/symeig.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0253969Z copying torch/include/ATen/ops/symeig_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0255109Z copying torch/include/ATen/ops/symeig_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0256293Z copying torch/include/ATen/ops/symeig_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0258012Z copying torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0258950Z copying torch/include/ATen/ops/t_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0260192Z copying torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0261474Z copying torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0262452Z copying torch/include/ATen/ops/t_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0263500Z copying torch/include/ATen/ops/t_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0264577Z copying torch/include/ATen/ops/t_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0266136Z copying torch/include/ATen/ops/t_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0267123Z copying torch/include/ATen/ops/take.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0268351Z copying torch/include/ATen/ops/take_along_dim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0269945Z copying torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0270851Z copying torch/include/ATen/ops/take_along_dim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0271970Z copying torch/include/ATen/ops/take_along_dim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0272977Z copying torch/include/ATen/ops/take_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0274646Z copying torch/include/ATen/ops/take_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0275447Z copying torch/include/ATen/ops/take_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0276532Z copying torch/include/ATen/ops/take_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0277441Z copying torch/include/ATen/ops/tan.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0279079Z copying torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0279756Z copying torch/include/ATen/ops/tan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0280669Z copying torch/include/ATen/ops/tan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0281950Z copying torch/include/ATen/ops/tan_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0283168Z copying torch/include/ATen/ops/tan_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0283994Z copying torch/include/ATen/ops/tan_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0285242Z copying torch/include/ATen/ops/tan_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0287239Z copying torch/include/ATen/ops/tanh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0287777Z copying torch/include/ATen/ops/tanh_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0288883Z copying torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0290166Z copying torch/include/ATen/ops/tanh_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0290985Z copying torch/include/ATen/ops/tanh_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0292360Z copying torch/include/ATen/ops/tanh_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0293452Z copying torch/include/ATen/ops/tanh_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0294624Z copying torch/include/ATen/ops/tanh_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0295715Z copying torch/include/ATen/ops/tanh_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0297143Z copying torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0298121Z copying torch/include/ATen/ops/tanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0299512Z copying torch/include/ATen/ops/tanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0300556Z copying torch/include/ATen/ops/tanh_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0301723Z copying torch/include/ATen/ops/tanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0302723Z copying torch/include/ATen/ops/tanh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0303877Z copying torch/include/ATen/ops/tanh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0305092Z copying torch/include/ATen/ops/tensor_split.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0306271Z copying torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0307084Z copying torch/include/ATen/ops/tensor_split_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0308467Z copying torch/include/ATen/ops/tensor_split_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0309436Z copying torch/include/ATen/ops/tensordot.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0310543Z copying torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0312253Z copying torch/include/ATen/ops/tensordot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0312959Z copying torch/include/ATen/ops/tensordot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0314277Z copying torch/include/ATen/ops/tensordot_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0315572Z copying torch/include/ATen/ops/tensordot_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0316633Z copying torch/include/ATen/ops/thnn_conv2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0318407Z copying torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0318927Z copying torch/include/ATen/ops/thnn_conv2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0319915Z copying torch/include/ATen/ops/thnn_conv2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0321116Z copying torch/include/ATen/ops/threshold.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0322351Z copying torch/include/ATen/ops/threshold_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0323461Z copying torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0324521Z copying torch/include/ATen/ops/threshold_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0325687Z copying torch/include/ATen/ops/threshold_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0326656Z copying torch/include/ATen/ops/threshold_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0327780Z copying torch/include/ATen/ops/threshold_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0328879Z copying torch/include/ATen/ops/threshold_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0330083Z copying torch/include/ATen/ops/threshold_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0331354Z copying torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0332306Z copying torch/include/ATen/ops/threshold_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0333464Z copying torch/include/ATen/ops/threshold_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0334453Z copying torch/include/ATen/ops/threshold_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0335622Z copying torch/include/ATen/ops/threshold_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0336717Z copying torch/include/ATen/ops/threshold_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0337836Z copying torch/include/ATen/ops/threshold_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0338938Z copying torch/include/ATen/ops/tile.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0340182Z copying torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0343427Z copying torch/include/ATen/ops/tile_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0343830Z copying torch/include/ATen/ops/tile_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0344412Z copying torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0344900Z copying torch/include/ATen/ops/to_dense.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0345909Z copying torch/include/ATen/ops/to_dense_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0347031Z copying torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0347685Z copying torch/include/ATen/ops/to_dense_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0348780Z copying torch/include/ATen/ops/to_dense_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0349825Z copying torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0350739Z copying torch/include/ATen/ops/to_dense_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0351731Z copying torch/include/ATen/ops/to_dense_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0352845Z copying torch/include/ATen/ops/to_mkldnn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0353932Z copying torch/include/ATen/ops/to_mkldnn_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0355166Z copying torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0356134Z copying torch/include/ATen/ops/to_mkldnn_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0357230Z copying torch/include/ATen/ops/to_mkldnn_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0358355Z copying torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0359398Z copying torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0360596Z copying torch/include/ATen/ops/to_mkldnn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0361720Z copying torch/include/ATen/ops/to_mkldnn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0362979Z copying torch/include/ATen/ops/to_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0363902Z copying torch/include/ATen/ops/to_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0365143Z copying torch/include/ATen/ops/to_padded_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0366287Z copying torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0367303Z copying torch/include/ATen/ops/to_padded_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0368287Z copying torch/include/ATen/ops/to_padded_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0369491Z copying torch/include/ATen/ops/to_sparse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0370465Z copying torch/include/ATen/ops/to_sparse_bsc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0371758Z copying torch/include/ATen/ops/to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0372688Z copying torch/include/ATen/ops/to_sparse_bsc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0373938Z copying torch/include/ATen/ops/to_sparse_bsc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0374864Z copying torch/include/ATen/ops/to_sparse_bsc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0376056Z copying torch/include/ATen/ops/to_sparse_bsc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0377047Z copying torch/include/ATen/ops/to_sparse_bsr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0378499Z copying torch/include/ATen/ops/to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0379378Z copying torch/include/ATen/ops/to_sparse_bsr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0380369Z copying torch/include/ATen/ops/to_sparse_bsr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0381371Z copying torch/include/ATen/ops/to_sparse_bsr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0382383Z copying torch/include/ATen/ops/to_sparse_bsr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0383544Z copying torch/include/ATen/ops/to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0384423Z copying torch/include/ATen/ops/to_sparse_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0386054Z copying torch/include/ATen/ops/to_sparse_csc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0386908Z copying torch/include/ATen/ops/to_sparse_csc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0388643Z copying torch/include/ATen/ops/to_sparse_csc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0389478Z copying torch/include/ATen/ops/to_sparse_csc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0390575Z copying torch/include/ATen/ops/to_sparse_csc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0391765Z copying torch/include/ATen/ops/to_sparse_csc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0393387Z copying torch/include/ATen/ops/to_sparse_csr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0394876Z copying torch/include/ATen/ops/to_sparse_csr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0396997Z copying torch/include/ATen/ops/to_sparse_csr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0398159Z copying torch/include/ATen/ops/to_sparse_csr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0399542Z copying torch/include/ATen/ops/to_sparse_csr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0401437Z copying torch/include/ATen/ops/to_sparse_csr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0402492Z copying torch/include/ATen/ops/to_sparse_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0404247Z copying torch/include/ATen/ops/to_sparse_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0405435Z copying torch/include/ATen/ops/to_sparse_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0407042Z copying torch/include/ATen/ops/topk.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0408462Z copying torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0410110Z copying torch/include/ATen/ops/topk_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0411302Z copying torch/include/ATen/ops/topk_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0412802Z copying torch/include/ATen/ops/topk_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0414027Z copying torch/include/ATen/ops/topk_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0415370Z copying torch/include/ATen/ops/topk_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0417026Z copying torch/include/ATen/ops/topk_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0418588Z copying torch/include/ATen/ops/trace.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0420112Z copying torch/include/ATen/ops/trace_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0421743Z copying torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0422893Z copying torch/include/ATen/ops/trace_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0424623Z copying torch/include/ATen/ops/trace_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0425878Z copying torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0427143Z copying torch/include/ATen/ops/trace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0428691Z copying torch/include/ATen/ops/trace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0430035Z copying torch/include/ATen/ops/trace_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0431571Z copying torch/include/ATen/ops/trace_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0432822Z copying torch/include/ATen/ops/transpose.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0434705Z copying torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0435935Z copying torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0437182Z copying torch/include/ATen/ops/transpose_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0438861Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0440292Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0441680Z copying torch/include/ATen/ops/transpose_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0442955Z copying torch/include/ATen/ops/transpose_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0444494Z copying torch/include/ATen/ops/transpose_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0445983Z copying torch/include/ATen/ops/transpose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0447264Z copying torch/include/ATen/ops/trapezoid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0448855Z copying torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0450158Z copying torch/include/ATen/ops/trapezoid_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0451510Z copying torch/include/ATen/ops/trapezoid_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0453157Z copying torch/include/ATen/ops/trapz.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0454869Z copying torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0456082Z copying torch/include/ATen/ops/trapz_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0457473Z copying torch/include/ATen/ops/trapz_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0459017Z copying torch/include/ATen/ops/triangular_solve.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0460647Z copying torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0461871Z copying torch/include/ATen/ops/triangular_solve_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0463232Z copying torch/include/ATen/ops/triangular_solve_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0464544Z copying torch/include/ATen/ops/triangular_solve_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0466137Z copying torch/include/ATen/ops/triangular_solve_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0467407Z copying torch/include/ATen/ops/triangular_solve_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0469093Z copying torch/include/ATen/ops/triangular_solve_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0470213Z copying torch/include/ATen/ops/tril.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0471925Z copying torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0472975Z copying torch/include/ATen/ops/tril_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0474671Z copying torch/include/ATen/ops/tril_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0475885Z copying torch/include/ATen/ops/tril_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0478198Z copying torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0479195Z copying torch/include/ATen/ops/tril_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0480557Z copying torch/include/ATen/ops/tril_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0482012Z copying torch/include/ATen/ops/tril_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0483295Z copying torch/include/ATen/ops/tril_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0484866Z copying torch/include/ATen/ops/tril_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0486194Z copying torch/include/ATen/ops/tril_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0487506Z copying torch/include/ATen/ops/tril_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0488919Z copying torch/include/ATen/ops/tril_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0490631Z copying torch/include/ATen/ops/triplet_margin_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0491985Z copying torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0493230Z copying torch/include/ATen/ops/triplet_margin_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0494809Z copying torch/include/ATen/ops/triplet_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0495976Z copying torch/include/ATen/ops/triu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0497498Z copying torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0498947Z copying torch/include/ATen/ops/triu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0500209Z copying torch/include/ATen/ops/triu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0502047Z copying torch/include/ATen/ops/triu_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0503416Z copying torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0504540Z copying torch/include/ATen/ops/triu_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0506203Z copying torch/include/ATen/ops/triu_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0507422Z copying torch/include/ATen/ops/triu_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0509155Z copying torch/include/ATen/ops/triu_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0510238Z copying torch/include/ATen/ops/triu_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0511737Z copying torch/include/ATen/ops/triu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0512993Z copying torch/include/ATen/ops/triu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0514491Z copying torch/include/ATen/ops/triu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0515736Z copying torch/include/ATen/ops/true_divide.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0516797Z copying torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0518293Z copying torch/include/ATen/ops/true_divide_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0519242Z copying torch/include/ATen/ops/true_divide_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0520617Z copying torch/include/ATen/ops/trunc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0522084Z copying torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0522893Z copying torch/include/ATen/ops/trunc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0524456Z copying torch/include/ATen/ops/trunc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0525449Z copying torch/include/ATen/ops/trunc_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0527207Z copying torch/include/ATen/ops/trunc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0527828Z copying torch/include/ATen/ops/trunc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0529361Z copying torch/include/ATen/ops/trunc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0530359Z copying torch/include/ATen/ops/type_as.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0531742Z copying torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0532856Z copying torch/include/ATen/ops/type_as_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0533947Z copying torch/include/ATen/ops/type_as_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0535670Z copying torch/include/ATen/ops/unbind.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0536383Z copying torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0538067Z copying torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0538981Z copying torch/include/ATen/ops/unbind_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0540401Z copying torch/include/ATen/ops/unbind_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0541477Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0542912Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0543807Z copying torch/include/ATen/ops/unbind_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0545468Z copying torch/include/ATen/ops/unbind_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0546431Z copying torch/include/ATen/ops/unbind_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0547534Z copying torch/include/ATen/ops/unbind_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0549381Z copying torch/include/ATen/ops/unflatten.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0550434Z copying torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0551746Z copying torch/include/ATen/ops/unflatten_dense_tensors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0552511Z copying torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0554457Z copying torch/include/ATen/ops/unflatten_dense_tensors_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0555017Z copying torch/include/ATen/ops/unflatten_dense_tensors_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0557340Z copying torch/include/ATen/ops/unflatten_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0558305Z copying torch/include/ATen/ops/unflatten_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0559522Z copying torch/include/ATen/ops/unfold.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0560806Z copying torch/include/ATen/ops/unfold_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0563382Z copying torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0564219Z copying torch/include/ATen/ops/unfold_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0565549Z copying torch/include/ATen/ops/unfold_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0566900Z copying torch/include/ATen/ops/unfold_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0568562Z copying torch/include/ATen/ops/unfold_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0569654Z copying torch/include/ATen/ops/unfold_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0571339Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0572795Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0574028Z copying torch/include/ATen/ops/unfold_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0575640Z copying torch/include/ATen/ops/unfold_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0576873Z copying torch/include/ATen/ops/unfold_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0578333Z copying torch/include/ATen/ops/unfold_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0579924Z copying torch/include/ATen/ops/unfold_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0581203Z copying torch/include/ATen/ops/unfold_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0582829Z copying torch/include/ATen/ops/unfold_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0583999Z copying torch/include/ATen/ops/uniform.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0585689Z copying torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0586937Z copying torch/include/ATen/ops/uniform_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0588365Z copying torch/include/ATen/ops/uniform_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0590069Z copying torch/include/ATen/ops/uniform_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0591343Z copying torch/include/ATen/ops/uniform_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0593001Z copying torch/include/ATen/ops/uniform_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0594408Z copying torch/include/ATen/ops/unique_consecutive.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0596287Z copying torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0597447Z copying torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0598840Z copying torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0600235Z copying torch/include/ATen/ops/unique_consecutive_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0601586Z copying torch/include/ATen/ops/unique_consecutive_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0603044Z copying torch/include/ATen/ops/unique_dim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0604496Z copying torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0605839Z copying torch/include/ATen/ops/unique_dim_consecutive.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0607243Z copying torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0608904Z copying torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0609814Z copying torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0611549Z copying torch/include/ATen/ops/unique_dim_consecutive_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0612690Z copying torch/include/ATen/ops/unique_dim_consecutive_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0614110Z copying torch/include/ATen/ops/unique_dim_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0615458Z copying torch/include/ATen/ops/unique_dim_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0616805Z copying torch/include/ATen/ops/unique_dim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0618522Z copying torch/include/ATen/ops/unique_dim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0619693Z copying torch/include/ATen/ops/unsafe_chunk.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0621370Z copying torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0622547Z copying torch/include/ATen/ops/unsafe_chunk_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0623912Z copying torch/include/ATen/ops/unsafe_chunk_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0625502Z copying torch/include/ATen/ops/unsafe_split.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0626847Z copying torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0628101Z copying torch/include/ATen/ops/unsafe_split_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0629758Z copying torch/include/ATen/ops/unsafe_split_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0630919Z copying torch/include/ATen/ops/unsafe_split_with_sizes.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0632636Z copying torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0633919Z copying torch/include/ATen/ops/unsafe_split_with_sizes_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0635323Z copying torch/include/ATen/ops/unsafe_split_with_sizes_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0636687Z copying torch/include/ATen/ops/unsqueeze.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0637847Z copying torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0638616Z copying torch/include/ATen/ops/unsqueeze_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0639992Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0640745Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0642333Z copying torch/include/ATen/ops/unsqueeze_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0642880Z copying torch/include/ATen/ops/unsqueeze_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0644538Z copying torch/include/ATen/ops/unsqueeze_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0645323Z copying torch/include/ATen/ops/unsqueeze_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0646878Z copying torch/include/ATen/ops/upsample_bicubic2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0647595Z copying torch/include/ATen/ops/upsample_bicubic2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0649113Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0650596Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0651753Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0653137Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0654169Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0655094Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0656526Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0658158Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0659109Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0660154Z copying torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0660900Z copying torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0662232Z copying torch/include/ATen/ops/upsample_bicubic2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0662991Z copying torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0664520Z copying torch/include/ATen/ops/upsample_bicubic2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0665725Z copying torch/include/ATen/ops/upsample_bicubic2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0666575Z copying torch/include/ATen/ops/upsample_bilinear2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0668024Z copying torch/include/ATen/ops/upsample_bilinear2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0669450Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0670261Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0671255Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0672506Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0673546Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0675039Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0676056Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0677587Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0678629Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0680060Z copying torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0681260Z copying torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0682910Z copying torch/include/ATen/ops/upsample_bilinear2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0683500Z copying torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0684974Z copying torch/include/ATen/ops/upsample_bilinear2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0685768Z copying torch/include/ATen/ops/upsample_bilinear2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0686973Z copying torch/include/ATen/ops/upsample_linear1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0688437Z copying torch/include/ATen/ops/upsample_linear1d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0689476Z copying torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0690688Z copying torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0692076Z copying torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0692907Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0694294Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0695297Z copying torch/include/ATen/ops/upsample_linear1d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0696266Z copying torch/include/ATen/ops/upsample_linear1d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0697576Z copying torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0698592Z copying torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0699588Z copying torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0700909Z copying torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0701914Z copying torch/include/ATen/ops/upsample_linear1d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0703235Z copying torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0704681Z copying torch/include/ATen/ops/upsample_linear1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0705352Z copying torch/include/ATen/ops/upsample_linear1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0706733Z copying torch/include/ATen/ops/upsample_nearest1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0707761Z copying torch/include/ATen/ops/upsample_nearest1d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0709518Z copying torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0710121Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0711511Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0712702Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0714224Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0715197Z copying torch/include/ATen/ops/upsample_nearest1d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0717441Z copying torch/include/ATen/ops/upsample_nearest1d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0718136Z copying torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0719019Z copying torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0720410Z copying torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0721354Z copying torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0722661Z copying torch/include/ATen/ops/upsample_nearest1d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0723830Z copying torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0724777Z copying torch/include/ATen/ops/upsample_nearest1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0726587Z copying torch/include/ATen/ops/upsample_nearest1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0727574Z copying torch/include/ATen/ops/upsample_nearest2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0728811Z copying torch/include/ATen/ops/upsample_nearest2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0730123Z copying torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0731070Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0732377Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0733356Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0734569Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0735787Z copying torch/include/ATen/ops/upsample_nearest2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0737244Z copying torch/include/ATen/ops/upsample_nearest2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0738272Z copying torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0739350Z copying torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0740358Z copying torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0741336Z copying torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0742224Z copying torch/include/ATen/ops/upsample_nearest2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0743744Z copying torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0744568Z copying torch/include/ATen/ops/upsample_nearest2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0746297Z copying torch/include/ATen/ops/upsample_nearest2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0746912Z copying torch/include/ATen/ops/upsample_nearest3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0748183Z copying torch/include/ATen/ops/upsample_nearest3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0749971Z copying torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0751145Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0752384Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0754030Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0755342Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0756948Z copying torch/include/ATen/ops/upsample_nearest3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0758300Z copying torch/include/ATen/ops/upsample_nearest3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0760000Z copying torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0761239Z copying torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0762859Z copying torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0764126Z copying torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0765473Z copying torch/include/ATen/ops/upsample_nearest3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0767236Z copying torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0768464Z copying torch/include/ATen/ops/upsample_nearest3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0769832Z copying torch/include/ATen/ops/upsample_nearest3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0771426Z copying torch/include/ATen/ops/upsample_trilinear3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0772764Z copying torch/include/ATen/ops/upsample_trilinear3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0774369Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0775723Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0777239Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0778530Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0779981Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0781724Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0783037Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0784502Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0785799Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0787248Z copying torch/include/ATen/ops/values.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0788640Z copying torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0790378Z copying torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0791615Z copying torch/include/ATen/ops/upsample_trilinear3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0792981Z copying torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0794915Z copying torch/include/ATen/ops/upsample_trilinear3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0796040Z copying torch/include/ATen/ops/upsample_trilinear3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0797500Z copying torch/include/ATen/ops/value_selecting_reduction_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0799333Z copying torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0800720Z copying torch/include/ATen/ops/value_selecting_reduction_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0801941Z copying torch/include/ATen/ops/value_selecting_reduction_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0803150Z copying torch/include/ATen/ops/values_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0804845Z copying torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0806207Z copying torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0807465Z copying torch/include/ATen/ops/values_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0808822Z copying torch/include/ATen/ops/values_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0810462Z copying torch/include/ATen/ops/values_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0812051Z copying torch/include/ATen/ops/values_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0813972Z copying torch/include/ATen/ops/vander.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0815281Z copying torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0816539Z copying torch/include/ATen/ops/vander_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0818152Z copying torch/include/ATen/ops/vander_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0819420Z copying torch/include/ATen/ops/var.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0821185Z copying torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0822324Z copying torch/include/ATen/ops/var_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0823729Z copying torch/include/ATen/ops/var_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0825126Z copying torch/include/ATen/ops/var_mean.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0826814Z copying torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0828108Z copying torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0829458Z copying torch/include/ATen/ops/var_mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0830830Z copying torch/include/ATen/ops/var_mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0832468Z copying torch/include/ATen/ops/var_mean_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0833750Z copying torch/include/ATen/ops/var_mean_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0835547Z copying torch/include/ATen/ops/var_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0836656Z copying torch/include/ATen/ops/var_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0838266Z copying torch/include/ATen/ops/vdot.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0839669Z copying torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0841032Z copying torch/include/ATen/ops/vdot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0842395Z copying torch/include/ATen/ops/vdot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0844018Z copying torch/include/ATen/ops/vdot_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0845177Z copying torch/include/ATen/ops/vdot_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0846706Z copying torch/include/ATen/ops/view.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0847988Z copying torch/include/ATen/ops/view_as.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0849534Z copying torch/include/ATen/ops/view_as_complex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0850827Z copying torch/include/ATen/ops/view_as_complex_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0852534Z copying torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0853929Z copying torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0855155Z copying torch/include/ATen/ops/view_as_complex_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0856467Z copying torch/include/ATen/ops/view_as_complex_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0858142Z copying torch/include/ATen/ops/view_as_complex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0859408Z copying torch/include/ATen/ops/view_as_complex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0861186Z copying torch/include/ATen/ops/view_as_complex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0862340Z copying torch/include/ATen/ops/view_as_complex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0863773Z copying torch/include/ATen/ops/view_as_complex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0865315Z copying torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0866636Z copying torch/include/ATen/ops/view_as_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0868102Z copying torch/include/ATen/ops/view_as_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0869647Z copying torch/include/ATen/ops/view_as_real.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0870871Z copying torch/include/ATen/ops/view_as_real_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0872559Z copying torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0874279Z copying torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0875635Z copying torch/include/ATen/ops/view_as_real_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0878126Z copying torch/include/ATen/ops/view_as_real_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0879093Z copying torch/include/ATen/ops/view_as_real_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0880441Z copying torch/include/ATen/ops/view_as_real_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0882109Z copying torch/include/ATen/ops/view_as_real_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0883259Z copying torch/include/ATen/ops/view_as_real_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0884865Z copying torch/include/ATen/ops/view_as_real_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0886580Z copying torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0887668Z copying torch/include/ATen/ops/view_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0889393Z copying torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0890725Z copying torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0891972Z copying torch/include/ATen/ops/view_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0893379Z copying torch/include/ATen/ops/view_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0894957Z copying torch/include/ATen/ops/view_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0896202Z copying torch/include/ATen/ops/view_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0897806Z copying torch/include/ATen/ops/view_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0899332Z copying torch/include/ATen/ops/view_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0900603Z copying torch/include/ATen/ops/view_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0902141Z copying torch/include/ATen/ops/vsplit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0903495Z copying torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0904968Z copying torch/include/ATen/ops/vsplit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0907089Z copying torch/include/ATen/ops/vsplit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0908176Z copying torch/include/ATen/ops/vstack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0910079Z copying torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0911155Z copying torch/include/ATen/ops/vstack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0912761Z copying torch/include/ATen/ops/vstack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0913954Z copying torch/include/ATen/ops/where.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0915554Z copying torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0917292Z copying torch/include/ATen/ops/where_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0918473Z copying torch/include/ATen/ops/where_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0920115Z copying torch/include/ATen/ops/where_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0921257Z copying torch/include/ATen/ops/where_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0922858Z copying torch/include/ATen/ops/xlogy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0924310Z copying torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0925808Z copying torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0927048Z copying torch/include/ATen/ops/xlogy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0928709Z copying torch/include/ATen/ops/xlogy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0929815Z copying torch/include/ATen/ops/xlogy_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0931440Z copying torch/include/ATen/ops/xlogy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0932697Z copying torch/include/ATen/ops/xlogy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0934409Z copying torch/include/ATen/ops/xlogy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0935666Z copying torch/include/ATen/ops/xor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0937467Z copying torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0938786Z copying torch/include/ATen/ops/xor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0940393Z copying torch/include/ATen/ops/xor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0941583Z copying torch/include/ATen/ops/zero.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0943341Z copying torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0944450Z copying torch/include/ATen/ops/zero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0946093Z copying torch/include/ATen/ops/zero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0947231Z copying torch/include/ATen/ops/zero_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0948786Z copying torch/include/ATen/ops/zero_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0950008Z copying torch/include/ATen/ops/zero_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0951586Z copying torch/include/ATen/ops/zeros.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0953022Z copying torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0954703Z copying torch/include/ATen/ops/zeros_like.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0956381Z copying torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0957624Z copying torch/include/ATen/ops/zeros_like_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0959129Z copying torch/include/ATen/ops/zeros_like_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0960788Z copying torch/include/ATen/ops/zeros_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0962292Z copying torch/include/ATen/ops/zeros_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:29.0963733Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.0964514Z copying torch/include/ATen/hip/ApplyGridUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.0966412Z copying torch/include/ATen/hip/AsmUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.0967091Z copying torch/include/ATen/hip/Atomic.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.0968734Z copying torch/include/ATen/hip/DeviceUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.0969168Z copying torch/include/ATen/hip/HIPApplyUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.0970808Z copying torch/include/ATen/hip/HIPGraphsUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.0971812Z copying torch/include/ATen/hip/HIPTensorMethods.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.0972871Z copying torch/include/ATen/hip/NumericLimits.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.0973932Z copying torch/include/ATen/hip/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.0974720Z copying torch/include/ATen/hip/cub.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.0976715Z copying torch/include/ATen/hip/cub_definitions.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.0977282Z copying torch/include/ATen/hip/ATenHIPGeneral.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.0978050Z copying torch/include/ATen/hip/CachingHostAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.0978869Z copying torch/include/ATen/hip/EmptyTensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.0980056Z copying torch/include/ATen/hip/Exceptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.0981497Z copying torch/include/ATen/hip/HIPBlas.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.0982496Z copying torch/include/ATen/hip/HIPConfig.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.0983548Z copying torch/include/ATen/hip/HIPContext.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.0984647Z copying torch/include/ATen/hip/HIPDataType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.0985903Z copying torch/include/ATen/hip/HIPDevice.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.0987163Z copying torch/include/ATen/hip/HIPEvent.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.0988126Z copying torch/include/ATen/hip/HIPGeneratorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.0989583Z copying torch/include/ATen/hip/HIPGraph.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.0990360Z copying torch/include/ATen/hip/HIPSparse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.0991279Z copying torch/include/ATen/hip/HIPSparseBlas.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.0992670Z copying torch/include/ATen/hip/HIPSparseDescriptors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.0993929Z copying torch/include/ATen/hip/HIPUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.0994943Z copying torch/include/ATen/hip/PeerToPeerAccess.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.0995977Z copying torch/include/ATen/hip/PinnedMemoryAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.0996819Z copying torch/include/ATen/hip/Sleep.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.0998079Z copying torch/include/ATen/hip/ThrustAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.0999861Z copying torch/include/ATen/hip/cub.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.1000203Z copying torch/include/ATen/hip/jiterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.1001160Z copying torch/include/ATen/hip/jiterator_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.1002109Z copying torch/include/ATen/hip/llvm_jit_strings.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:29.1004456Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2022-11-23T01:27:29.1005032Z copying torch/include/ATen/hip/detail/IndexUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2022-11-23T01:27:29.1005505Z copying torch/include/ATen/hip/detail/IntegerDivider.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2022-11-23T01:27:29.1006179Z copying torch/include/ATen/hip/detail/OffsetCalculator.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2022-11-23T01:27:29.1007179Z copying torch/include/ATen/hip/detail/PhiloxCudaStateRaw.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2022-11-23T01:27:29.1008318Z copying torch/include/ATen/hip/detail/TensorInfo.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2022-11-23T01:27:29.1009345Z copying torch/include/ATen/hip/detail/UnpackRaw.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2022-11-23T01:27:29.1010373Z copying torch/include/ATen/hip/detail/DeviceThreadHandles.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2022-11-23T01:27:29.1011561Z copying torch/include/ATen/hip/detail/HIPHooks.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2022-11-23T01:27:29.1012726Z copying torch/include/ATen/hip/detail/KernelUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2022-11-23T01:27:29.1013698Z copying torch/include/ATen/hip/detail/LazyNVRTC.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2022-11-23T01:27:29.1014664Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl 2022-11-23T01:27:29.1015565Z copying torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl 2022-11-23T01:27:29.1016766Z copying torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl 2022-11-23T01:27:29.1017542Z copying torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl 2022-11-23T01:27:29.1019442Z copying torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl 2022-11-23T01:27:29.1020835Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2022-11-23T01:27:29.1021186Z copying torch/include/ATen/detail/CUDAHooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2022-11-23T01:27:29.1022579Z copying torch/include/ATen/detail/FunctionTraits.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2022-11-23T01:27:29.1023568Z copying torch/include/ATen/detail/HIPHooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2022-11-23T01:27:29.1024443Z copying torch/include/ATen/detail/ORTHooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2022-11-23T01:27:29.1025140Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1025655Z copying torch/include/ATen/native/Activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1026868Z copying torch/include/ATen/native/AdaptivePooling.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1027864Z copying torch/include/ATen/native/BatchLinearAlgebra.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1029046Z copying torch/include/ATen/native/BinaryOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1029817Z copying torch/include/ATen/native/BucketizationUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1031131Z copying torch/include/ATen/native/CPUBlas.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1032074Z copying torch/include/ATen/native/CPUFallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1032892Z copying torch/include/ATen/native/CanUse32BitIndexMath.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1034636Z copying torch/include/ATen/native/ComplexHelper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1035265Z copying torch/include/ATen/native/CompositeRandomAccessor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1036741Z copying torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1037914Z copying torch/include/ATen/native/ConvUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1038870Z copying torch/include/ATen/native/ConvolutionMM3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1039606Z copying torch/include/ATen/native/Copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1041212Z copying torch/include/ATen/native/Cross.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1041912Z copying torch/include/ATen/native/DilatedConvolutionUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1042891Z copying torch/include/ATen/native/DispatchStub.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1044015Z copying torch/include/ATen/native/Distance.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1044721Z copying torch/include/ATen/native/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1045859Z copying torch/include/ATen/native/Distributions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1047267Z copying torch/include/ATen/native/EmbeddingBag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1047836Z copying torch/include/ATen/native/Fill.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1049340Z copying torch/include/ATen/native/ForeachUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1050017Z copying torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1050888Z copying torch/include/ATen/native/GridSampler.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1052879Z copying torch/include/ATen/native/GridSamplerUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1053174Z copying torch/include/ATen/native/Histogram.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1054769Z copying torch/include/ATen/native/IndexKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1055412Z copying torch/include/ATen/native/IndexingUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1056621Z copying torch/include/ATen/native/Lerp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1057914Z copying torch/include/ATen/native/LinearAlgebra.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1058849Z copying torch/include/ATen/native/LinearAlgebraUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1060730Z copying torch/include/ATen/native/LossMulti.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1061219Z copying torch/include/ATen/native/Math.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1063455Z copying torch/include/ATen/native/MathBitFallThroughLists.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1064616Z copying torch/include/ATen/native/MathBitsFallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1065667Z copying torch/include/ATen/native/MaxPooling.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1066503Z copying torch/include/ATen/native/NonEmptyUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1067290Z copying torch/include/ATen/native/NonSymbolicBC.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1068315Z copying torch/include/ATen/native/Normalization.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1069250Z copying torch/include/ATen/native/PointwiseOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1070229Z copying torch/include/ATen/native/Pool.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1071400Z copying torch/include/ATen/native/Pow.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1072397Z copying torch/include/ATen/native/RNN.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1073501Z copying torch/include/ATen/native/RangeFactories.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1074519Z copying torch/include/ATen/native/ReduceAllOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1075397Z copying torch/include/ATen/native/ReduceOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1076732Z copying torch/include/ATen/native/ReduceOpsUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1077740Z copying torch/include/ATen/native/Repeat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1078511Z copying torch/include/ATen/native/Resize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1079461Z copying torch/include/ATen/native/ResizeCommon.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1081304Z copying torch/include/ATen/native/ScatterGatherChecks.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1081720Z copying torch/include/ATen/native/SegmentReduce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1083269Z copying torch/include/ATen/native/SharedReduceOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1084453Z copying torch/include/ATen/native/SobolEngineOpsUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1085425Z copying torch/include/ATen/native/Sorting.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1086340Z copying torch/include/ATen/native/SortingUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1087489Z copying torch/include/ATen/native/SpectralOpsUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1088399Z copying torch/include/ATen/native/StridedRandomAccessor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1089323Z copying torch/include/ATen/native/TensorAdvancedIndexing.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1090265Z copying torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1091193Z copying torch/include/ATen/native/TensorCompare.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1092140Z copying torch/include/ATen/native/TensorConversions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1093108Z copying torch/include/ATen/native/TensorDimApply.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1094031Z copying torch/include/ATen/native/TensorFactories.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1095012Z copying torch/include/ATen/native/TensorIterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1096094Z copying torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1097026Z copying torch/include/ATen/native/TensorProperties.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1097956Z copying torch/include/ATen/native/TensorShape.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1099000Z copying torch/include/ATen/native/TensorTransformations.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1099846Z copying torch/include/ATen/native/TopKImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1101195Z copying torch/include/ATen/native/TransposeType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1102112Z copying torch/include/ATen/native/TriangularOpsUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1102952Z copying torch/include/ATen/native/TypeProperties.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1104119Z copying torch/include/ATen/native/UnaryOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1105013Z copying torch/include/ATen/native/Unfold2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1106331Z copying torch/include/ATen/native/Unfold3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1107277Z copying torch/include/ATen/native/UnfoldBackward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1108223Z copying torch/include/ATen/native/UpSample.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1109513Z copying torch/include/ATen/native/batch_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1110402Z copying torch/include/ATen/native/group_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1111396Z copying torch/include/ATen/native/im2col.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1112598Z copying torch/include/ATen/native/im2col_shape_check.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1113735Z copying torch/include/ATen/native/layer_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1114845Z copying torch/include/ATen/native/verbose_wrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1116048Z copying torch/include/ATen/native/vol2col.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:29.1116646Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:29.1117353Z copying torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:29.1118946Z copying torch/include/ATen/native/cpu/CatKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:29.1119824Z copying torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:29.1120689Z copying torch/include/ATen/native/cpu/CopyKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:29.1121639Z copying torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:29.1122812Z copying torch/include/ATen/native/cpu/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:29.1123824Z copying torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:29.1124943Z copying torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:29.1125906Z copying torch/include/ATen/native/cpu/Intrinsics.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:29.1126954Z copying torch/include/ATen/native/cpu/IsContiguous.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:29.1127955Z copying torch/include/ATen/native/cpu/Loops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:29.1129157Z copying torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:29.1130174Z copying torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:29.1131224Z copying torch/include/ATen/native/cpu/Reduce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:29.1132689Z copying torch/include/ATen/native/cpu/SerialStackImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:29.1133509Z copying torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:29.1134513Z copying torch/include/ATen/native/cpu/StackKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:29.1135619Z copying torch/include/ATen/native/cpu/WeightNormKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:29.1136486Z copying torch/include/ATen/native/cpu/avx_mathfun.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:29.1137976Z copying torch/include/ATen/native/cpu/mixed_data_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:29.1138868Z copying torch/include/ATen/native/cpu/moments_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:29.1139976Z copying torch/include/ATen/native/cpu/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:29.1141108Z copying torch/include/ATen/native/cpu/zmath.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:29.1142172Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1142854Z copying torch/include/ATen/native/cuda/Activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1143914Z copying torch/include/ATen/native/cuda/BinaryInternal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1145018Z copying torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1145695Z copying torch/include/ATen/native/cuda/Copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1146858Z copying torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1148421Z copying torch/include/ATen/native/cuda/CuFFTUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1149141Z copying torch/include/ATen/native/cuda/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1150557Z copying torch/include/ATen/native/cuda/Distributions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1150987Z copying torch/include/ATen/native/cuda/GridSampler.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1152673Z copying torch/include/ATen/native/cuda/IndexKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1153024Z copying torch/include/ATen/native/cuda/LaunchUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1154881Z copying torch/include/ATen/native/cuda/MiscUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1155495Z copying torch/include/ATen/native/cuda/ReduceOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1156840Z copying torch/include/ATen/native/cuda/Resize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1157419Z copying torch/include/ATen/native/cuda/ScanKernels.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1159470Z copying torch/include/ATen/native/cuda/Sort.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1159973Z copying torch/include/ATen/native/cuda/SortStable.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1161239Z copying torch/include/ATen/native/cuda/Sorting.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1162908Z copying torch/include/ATen/native/cuda/TensorModeKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1164347Z copying torch/include/ATen/native/cuda/TensorTopK.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1164832Z copying torch/include/ATen/native/cuda/jit_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1165931Z copying torch/include/ATen/native/cuda/thread_constants.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1166950Z copying torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1167993Z copying torch/include/ATen/native/cuda/CUDALoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1168971Z copying torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1170160Z copying torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1170692Z copying torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1172588Z copying torch/include/ATen/native/cuda/GridSampler.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1173219Z copying torch/include/ATen/native/cuda/JitLoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1174911Z copying torch/include/ATen/native/cuda/KernelUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1175583Z copying torch/include/ATen/native/cuda/Loops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1177246Z copying torch/include/ATen/native/cuda/Math.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1179436Z copying torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1180251Z copying torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1181726Z copying torch/include/ATen/native/cuda/Normalization.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1183386Z copying torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1184651Z copying torch/include/ATen/native/cuda/Pow.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1185505Z copying torch/include/ATen/native/cuda/ROCmLoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1186954Z copying torch/include/ATen/native/cuda/Randperm.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1187825Z copying torch/include/ATen/native/cuda/Reduce.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1189669Z copying torch/include/ATen/native/cuda/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1190926Z copying torch/include/ATen/native/cuda/SortUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1191914Z copying torch/include/ATen/native/cuda/SortingCommon.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1193263Z copying torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1194645Z copying torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1196472Z copying torch/include/ATen/native/cuda/UniqueCub.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1197209Z copying torch/include/ATen/native/cuda/UpSample.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1198698Z copying torch/include/ATen/native/cuda/block_reduce.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1199533Z copying torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1200957Z copying torch/include/ATen/native/cuda/fused_adam_impl.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1201771Z copying torch/include/ATen/native/cuda/fused_adam_utils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1203195Z copying torch/include/ATen/native/cuda/im2col.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1205691Z copying torch/include/ATen/native/cuda/reduction_template.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1206073Z copying torch/include/ATen/native/cuda/vol2col.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:29.1206331Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1207338Z copying torch/include/ATen/native/hip/Activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1208663Z copying torch/include/ATen/native/hip/BinaryInternal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1210061Z copying torch/include/ATen/native/hip/CompositeRandomAccessor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1211031Z copying torch/include/ATen/native/hip/Copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1213359Z copying torch/include/ATen/native/hip/CuFFTPlanCache.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1213771Z copying torch/include/ATen/native/hip/CuFFTUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1215484Z copying torch/include/ATen/native/hip/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1216178Z copying torch/include/ATen/native/hip/Distributions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1217855Z copying torch/include/ATen/native/hip/GridSampler.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1218736Z copying torch/include/ATen/native/hip/IndexKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1220768Z copying torch/include/ATen/native/hip/LaunchUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1221281Z copying torch/include/ATen/native/hip/MiscUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1222668Z copying torch/include/ATen/native/hip/ReduceOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1223766Z copying torch/include/ATen/native/hip/Resize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1225143Z copying torch/include/ATen/native/hip/ScanKernels.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1226294Z copying torch/include/ATen/native/hip/Sort.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1228031Z copying torch/include/ATen/native/hip/SortStable.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1229091Z copying torch/include/ATen/native/hip/Sorting.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1230628Z copying torch/include/ATen/native/hip/TensorModeKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1231886Z copying torch/include/ATen/native/hip/TensorTopK.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1233157Z copying torch/include/ATen/native/hip/jit_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1234659Z copying torch/include/ATen/native/hip/thread_constants.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1236003Z copying torch/include/ATen/native/hip/DeviceSqrt.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1237346Z copying torch/include/ATen/native/hip/EmbeddingBackwardKernel.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1238553Z copying torch/include/ATen/native/hip/ForeachFunctors.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1240091Z copying torch/include/ATen/native/hip/GridSampler.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1241371Z copying torch/include/ATen/native/hip/HIPJitLoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1242981Z copying torch/include/ATen/native/hip/HIPLoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1244167Z copying torch/include/ATen/native/hip/JitLoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1245731Z copying torch/include/ATen/native/hip/KernelUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1246925Z copying torch/include/ATen/native/hip/Loops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1248107Z copying torch/include/ATen/native/hip/Math.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1250810Z copying torch/include/ATen/native/hip/MemoryAccess.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1251722Z copying torch/include/ATen/native/hip/MultiTensorApply.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1253079Z copying torch/include/ATen/native/hip/Normalization.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1255333Z copying torch/include/ATen/native/hip/PersistentSoftmax.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1256434Z copying torch/include/ATen/native/hip/Pow.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1257799Z copying torch/include/ATen/native/hip/ROCmLoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1259179Z copying torch/include/ATen/native/hip/Randperm.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1260647Z copying torch/include/ATen/native/hip/Reduce.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1262390Z copying torch/include/ATen/native/hip/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1263767Z copying torch/include/ATen/native/hip/SortUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1265117Z copying torch/include/ATen/native/hip/SortingCommon.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1266776Z copying torch/include/ATen/native/hip/SortingRadixSelect.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1267928Z copying torch/include/ATen/native/hip/TensorModeKernel.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1269315Z copying torch/include/ATen/native/hip/UniqueCub.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1271016Z copying torch/include/ATen/native/hip/UpSample.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1272136Z copying torch/include/ATen/native/hip/block_reduce.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1273515Z copying torch/include/ATen/native/hip/fused_adam_amsgrad_impl.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1275100Z copying torch/include/ATen/native/hip/fused_adam_impl.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1276277Z copying torch/include/ATen/native/hip/fused_adam_utils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1277570Z copying torch/include/ATen/native/hip/im2col.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1279725Z copying torch/include/ATen/native/hip/reduction_template.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1280981Z copying torch/include/ATen/native/hip/vol2col.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:29.1282153Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2022-11-23T01:27:29.1282860Z copying torch/include/ATen/native/quantized/AffineQuantizer.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2022-11-23T01:27:29.1284391Z copying torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2022-11-23T01:27:29.1285727Z copying torch/include/ATen/native/quantized/Copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2022-11-23T01:27:29.1286940Z copying torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2022-11-23T01:27:29.1288245Z copying torch/include/ATen/native/quantized/IndexKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2022-11-23T01:27:29.1289498Z copying torch/include/ATen/native/quantized/PackedParams.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2022-11-23T01:27:29.1290746Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:29.1291334Z copying torch/include/ATen/native/quantized/cpu/BinaryOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:29.1292797Z copying torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:29.1293911Z copying torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:29.1295277Z copying torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:29.1296700Z copying torch/include/ATen/native/quantized/cpu/QuantUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:29.1298122Z copying torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:29.1299464Z copying torch/include/ATen/native/quantized/cpu/RuyUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:29.1300747Z copying torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:29.1302134Z copying torch/include/ATen/native/quantized/cpu/conv_serialization.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:29.1303513Z copying torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:29.1305086Z copying torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:29.1306274Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:29.1307618Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:29.1308763Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/quantized 2022-11-23T01:27:29.1309423Z copying torch/include/ATen/quantized/QTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/quantized 2022-11-23T01:27:29.1310950Z copying torch/include/ATen/quantized/Quantizer.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/quantized 2022-11-23T01:27:29.1312488Z creating build/lib.linux-x86_64-cpython-38/torch/include/caffe2 2022-11-23T01:27:29.1312864Z creating build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2022-11-23T01:27:29.1313682Z copying torch/include/caffe2/serialize/crc_alt.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2022-11-23T01:27:29.1315909Z copying torch/include/caffe2/serialize/file_adapter.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2022-11-23T01:27:29.1316916Z copying torch/include/caffe2/serialize/in_memory_adapter.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2022-11-23T01:27:29.1318339Z copying torch/include/caffe2/serialize/inline_container.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2022-11-23T01:27:29.1319577Z copying torch/include/caffe2/serialize/istream_adapter.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2022-11-23T01:27:29.1321187Z copying torch/include/caffe2/serialize/read_adapter_interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2022-11-23T01:27:29.1322209Z copying torch/include/caffe2/serialize/versions.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2022-11-23T01:27:29.1323724Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10 2022-11-23T01:27:29.1324087Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/macros 2022-11-23T01:27:29.1324642Z copying torch/include/c10/macros/Export.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/macros 2022-11-23T01:27:29.1326015Z copying torch/include/c10/macros/Macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/macros 2022-11-23T01:27:29.1327647Z copying torch/include/c10/macros/cmake_macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/macros 2022-11-23T01:27:29.1328835Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1329376Z copying torch/include/c10/core/Allocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1330818Z copying torch/include/c10/core/AutogradState.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1331872Z copying torch/include/c10/core/Backend.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1332987Z copying torch/include/c10/core/CPUAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1334216Z copying torch/include/c10/core/CompileTimeFunctionPointer.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1335586Z copying torch/include/c10/core/CopyBytes.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1336288Z copying torch/include/c10/core/DefaultDtype.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1337575Z copying torch/include/c10/core/DefaultTensorOptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1338469Z copying torch/include/c10/core/Device.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1340109Z copying torch/include/c10/core/DeviceArray.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1340527Z copying torch/include/c10/core/DeviceGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1341991Z copying torch/include/c10/core/DeviceType.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1342821Z copying torch/include/c10/core/DispatchKey.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1344361Z copying torch/include/c10/core/DispatchKeySet.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1345658Z copying torch/include/c10/core/DynamicCast.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1347309Z copying torch/include/c10/core/Event.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1348196Z copying torch/include/c10/core/GeneratorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1348878Z copying torch/include/c10/core/GradMode.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1350039Z copying torch/include/c10/core/InferenceMode.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1351045Z copying torch/include/c10/core/Layout.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1352355Z copying torch/include/c10/core/MemoryFormat.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1353890Z copying torch/include/c10/core/OptionalRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1354833Z copying torch/include/c10/core/PyHandleCache.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1356360Z copying torch/include/c10/core/QEngine.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1357222Z copying torch/include/c10/core/QScheme.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1358428Z copying torch/include/c10/core/SafePyObject.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1359383Z copying torch/include/c10/core/Scalar.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1360896Z copying torch/include/c10/core/ScalarType.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1361997Z copying torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1362857Z copying torch/include/c10/core/Storage.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1364279Z copying torch/include/c10/core/StorageImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1365078Z copying torch/include/c10/core/Stream.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1366560Z copying torch/include/c10/core/StreamGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1367569Z copying torch/include/c10/core/SymFloat.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1368746Z copying torch/include/c10/core/SymInt.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1369950Z copying torch/include/c10/core/SymIntArrayRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1371217Z copying torch/include/c10/core/SymNodeImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1372149Z copying torch/include/c10/core/TensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1373789Z copying torch/include/c10/core/TensorOptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1375130Z copying torch/include/c10/core/UndefinedTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1376037Z copying torch/include/c10/core/WrapDimMinimal.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1377051Z copying torch/include/c10/core/alignment.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1378336Z copying torch/include/c10/core/thread_pool.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:29.1379194Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2022-11-23T01:27:29.1379802Z copying torch/include/ATen/core/boxing/BoxedKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2022-11-23T01:27:29.1381395Z copying torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2022-11-23T01:27:29.1382315Z copying torch/include/ATen/core/boxing/KernelFunction.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2022-11-23T01:27:29.1383950Z copying torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2022-11-23T01:27:29.1384771Z copying torch/include/ATen/core/boxing/OperatorKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2022-11-23T01:27:29.1386356Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl 2022-11-23T01:27:29.1386876Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl 2022-11-23T01:27:29.1388029Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl 2022-11-23T01:27:29.1388939Z copying torch/include/ATen/core/boxing/impl/boxing.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl 2022-11-23T01:27:29.1390126Z copying torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl 2022-11-23T01:27:29.1391446Z copying torch/include/ATen/core/boxing/impl/test_helpers.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl 2022-11-23T01:27:29.1392191Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2022-11-23T01:27:29.1392853Z copying torch/include/ATen/core/dispatch/CppSignature.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2022-11-23T01:27:29.1393890Z copying torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2022-11-23T01:27:29.1395123Z copying torch/include/ATen/core/dispatch/Dispatcher.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2022-11-23T01:27:29.1396453Z copying torch/include/ATen/core/dispatch/ObservedOperators.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2022-11-23T01:27:29.1397251Z copying torch/include/ATen/core/dispatch/OperatorEntry.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2022-11-23T01:27:29.1398474Z copying torch/include/ATen/core/dispatch/OperatorOptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2022-11-23T01:27:29.1399946Z copying torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2022-11-23T01:27:29.1400620Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration 2022-11-23T01:27:29.1400945Z copying torch/include/ATen/core/op_registration/adaption.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration 2022-11-23T01:27:29.1402452Z copying torch/include/ATen/core/op_registration/infer_schema.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration 2022-11-23T01:27:29.1403282Z copying torch/include/ATen/core/op_registration/op_allowlist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration 2022-11-23T01:27:29.1404304Z copying torch/include/ATen/core/op_registration/op_registration.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration 2022-11-23T01:27:29.1405819Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:27:29.1406249Z copying torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:27:29.1407650Z copying torch/include/c10/core/impl/FakeGuardImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:27:29.1407991Z copying torch/include/c10/core/impl/GPUTrace.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:27:29.1408857Z copying torch/include/c10/core/impl/HermeticPyObjectTLS.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:27:29.1410377Z copying torch/include/c10/core/impl/InlineDeviceGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:27:29.1411642Z copying torch/include/c10/core/impl/InlineEvent.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:27:29.1412116Z copying torch/include/c10/core/impl/InlineStreamGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:27:29.1413563Z copying torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:27:29.1414451Z copying torch/include/c10/core/impl/PyInterpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:27:29.1415849Z copying torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:27:29.1416577Z copying torch/include/c10/core/impl/SizesAndStrides.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:27:29.1417893Z copying torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:27:29.1419279Z copying torch/include/c10/core/impl/VirtualGuardImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:27:29.1420495Z copying torch/include/c10/core/impl/alloc_cpu.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:27:29.1421346Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1421830Z copying torch/include/c10/util/AlignOf.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1422658Z copying torch/include/c10/util/Array.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1423295Z copying torch/include/c10/util/ArrayRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1424120Z copying torch/include/c10/util/BFloat16-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1425104Z copying torch/include/c10/util/BFloat16-math.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1426149Z copying torch/include/c10/util/BFloat16.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1427165Z copying torch/include/c10/util/Backtrace.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1428154Z copying torch/include/c10/util/Bitset.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1429065Z copying torch/include/c10/util/C++17.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1430837Z copying torch/include/c10/util/CallOnce.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1431288Z copying torch/include/c10/util/ConstexprCrc.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1432616Z copying torch/include/c10/util/DeadlockDetection.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1433382Z copying torch/include/c10/util/Deprecated.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1434518Z copying torch/include/c10/util/DimVector.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1435555Z copying torch/include/c10/util/Exception.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1437217Z copying torch/include/c10/util/ExclusivelyOwned.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1438463Z copying torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1439328Z copying torch/include/c10/util/Flags.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1440629Z copying torch/include/c10/util/FunctionRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1441772Z copying torch/include/c10/util/Half-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1442965Z copying torch/include/c10/util/Half.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1444267Z copying torch/include/c10/util/IdWrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1445122Z copying torch/include/c10/util/LeftRight.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1446364Z copying torch/include/c10/util/Load.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1447231Z copying torch/include/c10/util/Logging.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1448613Z copying torch/include/c10/util/MathConstants.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1449111Z copying torch/include/c10/util/MaybeOwned.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1450595Z copying torch/include/c10/util/Metaprogramming.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1451271Z copying torch/include/c10/util/Optional.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1453109Z copying torch/include/c10/util/OptionalArrayRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1453831Z copying torch/include/c10/util/Registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1455078Z copying torch/include/c10/util/ScopeExit.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1455953Z copying torch/include/c10/util/SmallBuffer.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1457119Z copying torch/include/c10/util/SmallVector.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1458582Z copying torch/include/c10/util/StringUtil.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1459437Z copying torch/include/c10/util/Synchronized.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1461122Z copying torch/include/c10/util/ThreadLocal.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1461405Z copying torch/include/c10/util/ThreadLocalDebugInfo.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1462581Z copying torch/include/c10/util/Type.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1463873Z copying torch/include/c10/util/TypeCast.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1464766Z copying torch/include/c10/util/TypeIndex.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1465956Z copying torch/include/c10/util/TypeList.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1467178Z copying torch/include/c10/util/TypeSafeSignMath.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1468165Z copying torch/include/c10/util/TypeTraits.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1469113Z copying torch/include/c10/util/Unicode.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1470566Z copying torch/include/c10/util/UniqueVoidPtr.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1471575Z copying torch/include/c10/util/Unroll.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1472766Z copying torch/include/c10/util/accumulate.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1473816Z copying torch/include/c10/util/complex.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1475195Z copying torch/include/c10/util/complex_math.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1476496Z copying torch/include/c10/util/complex_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1477441Z copying torch/include/c10/util/copysign.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1478668Z copying torch/include/c10/util/either.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1479595Z copying torch/include/c10/util/env.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1480862Z copying torch/include/c10/util/flat_hash_map.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1482463Z copying torch/include/c10/util/hash.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1483493Z copying torch/include/c10/util/in_place.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1484365Z copying torch/include/c10/util/int128.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1485690Z copying torch/include/c10/util/intrusive_ptr.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1486920Z copying torch/include/c10/util/irange.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1488177Z copying torch/include/c10/util/llvmMathExtras.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1489394Z copying torch/include/c10/util/logging_is_google_glog.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1490675Z copying torch/include/c10/util/logging_is_not_google_glog.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1491611Z copying torch/include/c10/util/math_compat.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1492759Z copying torch/include/c10/util/numa.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1494143Z copying torch/include/c10/util/order_preserving_flat_hash_map.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1496069Z copying torch/include/c10/util/overloaded.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1496581Z copying torch/include/c10/util/python_stub.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1497485Z copying torch/include/c10/util/qint32.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1498926Z copying torch/include/c10/util/qint8.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1499949Z copying torch/include/c10/util/quint2x4.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1500925Z copying torch/include/c10/util/quint4x2.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1502123Z copying torch/include/c10/util/quint8.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1503273Z copying torch/include/c10/util/reverse_iterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1504518Z copying torch/include/c10/util/safe_numerics.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1505443Z copying torch/include/c10/util/signal_handler.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1506687Z copying torch/include/c10/util/sparse_bitset.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1508228Z copying torch/include/c10/util/strides.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1509301Z copying torch/include/c10/util/string_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1510928Z copying torch/include/c10/util/string_view.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1512228Z copying torch/include/c10/util/strong_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1513547Z copying torch/include/c10/util/tempfile.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1516001Z copying torch/include/c10/util/thread_name.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1517118Z copying torch/include/c10/util/typeid.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1517544Z copying torch/include/c10/util/variant.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1519430Z copying torch/include/c10/util/win32-headers.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:29.1520885Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:27:29.1521242Z copying torch/include/c10/cuda/CUDAAlgorithm.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:27:29.1522095Z copying torch/include/c10/cuda/CUDACachingAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:27:29.1523120Z copying torch/include/c10/cuda/CUDAException.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:27:29.1524036Z copying torch/include/c10/cuda/CUDAFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:27:29.1525298Z copying torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:27:29.1526482Z copying torch/include/c10/cuda/CUDAGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:27:29.1527203Z copying torch/include/c10/cuda/CUDAMacros.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:27:29.1528509Z copying torch/include/c10/cuda/CUDAMathCompat.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:27:29.1529492Z copying torch/include/c10/cuda/CUDAMiscFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:27:29.1530304Z copying torch/include/c10/cuda/CUDAStream.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:27:29.1531655Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/impl 2022-11-23T01:27:29.1531946Z copying torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/impl 2022-11-23T01:27:29.1533165Z copying torch/include/c10/cuda/impl/CUDATest.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/impl 2022-11-23T01:27:29.1533910Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2022-11-23T01:27:29.1534214Z copying torch/include/c10/hip/HIPAlgorithm.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2022-11-23T01:27:29.1535541Z copying torch/include/c10/hip/HIPCachingAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2022-11-23T01:27:29.1536350Z copying torch/include/c10/hip/HIPException.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2022-11-23T01:27:29.1537330Z copying torch/include/c10/hip/HIPFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2022-11-23T01:27:29.1539103Z copying torch/include/c10/hip/HIPGraphsC10Utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2022-11-23T01:27:29.1539458Z copying torch/include/c10/hip/HIPGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2022-11-23T01:27:29.1540229Z copying torch/include/c10/hip/HIPMacros.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2022-11-23T01:27:29.1541112Z copying torch/include/c10/hip/HIPMathCompat.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2022-11-23T01:27:29.1542103Z copying torch/include/c10/hip/HIPMiscFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2022-11-23T01:27:29.1543194Z copying torch/include/c10/hip/HIPStream.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2022-11-23T01:27:29.1544799Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/impl 2022-11-23T01:27:29.1545141Z copying torch/include/c10/hip/impl/HIPGuardImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/impl 2022-11-23T01:27:29.1545910Z copying torch/include/c10/hip/impl/HIPTest.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/impl 2022-11-23T01:27:29.1547363Z copying torch/include/c10/hip/impl/hip_cmake_macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/impl 2022-11-23T01:27:29.1548052Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch 2022-11-23T01:27:29.1548471Z copying torch/include/torch/script.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch 2022-11-23T01:27:29.1549718Z copying torch/include/torch/extension.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch 2022-11-23T01:27:29.1550609Z copying torch/include/torch/custom_class.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch 2022-11-23T01:27:29.1551906Z copying torch/include/torch/library.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch 2022-11-23T01:27:29.1553121Z copying torch/include/torch/custom_class_detail.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch 2022-11-23T01:27:29.1553996Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:29.1554633Z copying torch/include/torch/csrc/CudaIPCTypes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:29.1556134Z copying torch/include/torch/csrc/DataLoader.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:29.1557106Z copying torch/include/torch/csrc/Device.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:29.1558001Z copying torch/include/torch/csrc/Dtype.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:29.1558956Z copying torch/include/torch/csrc/DynamicTypes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:29.1560145Z copying torch/include/torch/csrc/Exceptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:29.1560997Z copying torch/include/torch/csrc/Export.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:29.1562278Z copying torch/include/torch/csrc/Generator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:29.1563394Z copying torch/include/torch/csrc/Layout.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:29.1564342Z copying torch/include/torch/csrc/MemoryFormat.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:29.1565223Z copying torch/include/torch/csrc/Module.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:29.1566608Z copying torch/include/torch/csrc/PythonTypes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:29.1567430Z copying torch/include/torch/csrc/QScheme.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:29.1568699Z copying torch/include/torch/csrc/Size.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:29.1569552Z copying torch/include/torch/csrc/Storage.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:29.1570525Z copying torch/include/torch/csrc/StorageMethods.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:29.1571901Z copying torch/include/torch/csrc/StorageSharing.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:29.1572615Z copying torch/include/torch/csrc/Stream.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:29.1573822Z copying torch/include/torch/csrc/THConcat.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:29.1574686Z copying torch/include/torch/csrc/THP.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:29.1575844Z copying torch/include/torch/csrc/TypeInfo.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:29.1577010Z copying torch/include/torch/csrc/Types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:29.1578892Z copying torch/include/torch/csrc/copy_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:29.1579751Z copying torch/include/torch/csrc/itt_wrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:29.1580795Z copying torch/include/torch/csrc/python_dimname.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:29.1581849Z copying torch/include/torch/csrc/python_headers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:29.1583206Z copying torch/include/torch/csrc/serialization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:29.1584050Z copying torch/include/torch/csrc/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:29.1585446Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api 2022-11-23T01:27:29.1585791Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include 2022-11-23T01:27:29.1586097Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:29.1586818Z copying torch/include/torch/csrc/api/include/torch/all.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:29.1587712Z copying torch/include/torch/csrc/api/include/torch/arg.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:29.1589095Z copying torch/include/torch/csrc/api/include/torch/autograd.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:29.1589765Z copying torch/include/torch/csrc/api/include/torch/cuda.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:29.1595056Z copying torch/include/torch/csrc/api/include/torch/data.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:29.1595650Z copying torch/include/torch/csrc/api/include/torch/enum.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:29.1596211Z copying torch/include/torch/csrc/api/include/torch/expanding_array.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:29.1596523Z copying torch/include/torch/csrc/api/include/torch/fft.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:29.1596959Z copying torch/include/torch/csrc/api/include/torch/imethod.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:29.1597531Z copying torch/include/torch/csrc/api/include/torch/jit.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:29.1598495Z copying torch/include/torch/csrc/api/include/torch/linalg.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:29.1600179Z copying torch/include/torch/csrc/api/include/torch/nested.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:29.1601359Z copying torch/include/torch/csrc/api/include/torch/nn.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:29.1602608Z copying torch/include/torch/csrc/api/include/torch/optim.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:29.1604784Z copying torch/include/torch/csrc/api/include/torch/ordered_dict.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:29.1605374Z copying torch/include/torch/csrc/api/include/torch/python.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:29.1606746Z copying torch/include/torch/csrc/api/include/torch/serialize.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:29.1608129Z copying torch/include/torch/csrc/api/include/torch/sparse.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:29.1609340Z copying torch/include/torch/csrc/api/include/torch/special.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:29.1611582Z copying torch/include/torch/csrc/api/include/torch/torch.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:29.1612252Z copying torch/include/torch/csrc/api/include/torch/types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:29.1613864Z copying torch/include/torch/csrc/api/include/torch/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:29.1615216Z copying torch/include/torch/csrc/api/include/torch/version.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:29.1616437Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:29.1617269Z copying torch/include/torch/csrc/api/include/torch/data/dataloader.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:29.1618765Z copying torch/include/torch/csrc/api/include/torch/data/dataloader_options.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:29.1620910Z copying torch/include/torch/csrc/api/include/torch/data/datasets.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:29.1621502Z copying torch/include/torch/csrc/api/include/torch/data/example.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:29.1623910Z copying torch/include/torch/csrc/api/include/torch/data/iterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:29.1624404Z copying torch/include/torch/csrc/api/include/torch/data/samplers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:29.1625636Z copying torch/include/torch/csrc/api/include/torch/data/transforms.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:29.1626709Z copying torch/include/torch/csrc/api/include/torch/data/worker_exception.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:29.1627568Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T01:27:29.1628241Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/base.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T01:27:29.1629710Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T01:27:29.1630938Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T01:27:29.1633533Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:27:29.1634365Z copying torch/include/torch/csrc/api/include/torch/data/datasets/base.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:27:29.1634770Z copying torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:27:29.1635700Z copying torch/include/torch/csrc/api/include/torch/data/datasets/map.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:27:29.1636716Z copying torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:27:29.1639303Z copying torch/include/torch/csrc/api/include/torch/data/datasets/shared.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:27:29.1639858Z copying torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:27:29.1640440Z copying torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:27:29.1641379Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T01:27:29.1641825Z copying torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T01:27:29.1642836Z copying torch/include/torch/csrc/api/include/torch/data/detail/queue.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T01:27:29.1644563Z copying torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T01:27:29.1645301Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:27:29.1645741Z copying torch/include/torch/csrc/api/include/torch/data/samplers/base.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:27:29.1646864Z copying torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:27:29.1647987Z copying torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:27:29.1649058Z copying torch/include/torch/csrc/api/include/torch/data/samplers/random.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:27:29.1649945Z copying torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:27:29.1651050Z copying torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:27:29.1651969Z copying torch/include/torch/csrc/api/include/torch/data/samplers/stream.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:27:29.1653470Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:27:29.1653979Z copying torch/include/torch/csrc/api/include/torch/data/transforms/base.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:27:29.1655203Z copying torch/include/torch/csrc/api/include/torch/data/transforms/collate.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:27:29.1655995Z copying torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:27:29.1656839Z copying torch/include/torch/csrc/api/include/torch/data/transforms/stack.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:27:29.1659121Z copying torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:27:29.1659422Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T01:27:29.1659840Z copying torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T01:27:29.1660725Z copying torch/include/torch/csrc/api/include/torch/detail/static.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T01:27:29.1661785Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:29.1662895Z copying torch/include/torch/csrc/api/include/torch/nn/cloneable.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:29.1663579Z copying torch/include/torch/csrc/api/include/torch/nn/functional.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:29.1664342Z copying torch/include/torch/csrc/api/include/torch/nn/init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:29.1665519Z copying torch/include/torch/csrc/api/include/torch/nn/module.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:29.1666828Z copying torch/include/torch/csrc/api/include/torch/nn/modules.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:29.1667665Z copying torch/include/torch/csrc/api/include/torch/nn/options.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:29.1668924Z copying torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:29.1669855Z copying torch/include/torch/csrc/api/include/torch/nn/pimpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:29.1670943Z copying torch/include/torch/csrc/api/include/torch/nn/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:29.1672173Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:29.1672537Z copying torch/include/torch/csrc/api/include/torch/nn/functional/activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:29.1674224Z copying torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:29.1675105Z copying torch/include/torch/csrc/api/include/torch/nn/functional/conv.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:29.1676800Z copying torch/include/torch/csrc/api/include/torch/nn/functional/distance.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:29.1677227Z copying torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:29.1678555Z copying torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:29.1679745Z copying torch/include/torch/csrc/api/include/torch/nn/functional/fold.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:29.1680414Z copying torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:29.1681838Z copying torch/include/torch/csrc/api/include/torch/nn/functional/linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:29.1682689Z copying torch/include/torch/csrc/api/include/torch/nn/functional/loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:29.1683721Z copying torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:29.1685244Z copying torch/include/torch/csrc/api/include/torch/nn/functional/padding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:29.1685761Z copying torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:29.1687158Z copying torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:29.1688568Z copying torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:29.1689344Z copying torch/include/torch/csrc/api/include/torch/nn/functional/vision.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:29.1690510Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:29.1690933Z copying torch/include/torch/csrc/api/include/torch/nn/options/activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:29.1692524Z copying torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:29.1693485Z copying torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:29.1694466Z copying torch/include/torch/csrc/api/include/torch/nn/options/conv.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:29.1695890Z copying torch/include/torch/csrc/api/include/torch/nn/options/distance.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:29.1696789Z copying torch/include/torch/csrc/api/include/torch/nn/options/dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:29.1697482Z copying torch/include/torch/csrc/api/include/torch/nn/options/embedding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:29.1699091Z copying torch/include/torch/csrc/api/include/torch/nn/options/fold.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:29.1699831Z copying torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:29.1700805Z copying torch/include/torch/csrc/api/include/torch/nn/options/linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:29.1701778Z copying torch/include/torch/csrc/api/include/torch/nn/options/loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:29.1703252Z copying torch/include/torch/csrc/api/include/torch/nn/options/normalization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:29.1703748Z copying torch/include/torch/csrc/api/include/torch/nn/options/padding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:29.1705240Z copying torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:29.1706050Z copying torch/include/torch/csrc/api/include/torch/nn/options/pooling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:29.1707078Z copying torch/include/torch/csrc/api/include/torch/nn/options/rnn.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:29.1708553Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:29.1709420Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:29.1710945Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:29.1711923Z copying torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:29.1713023Z copying torch/include/torch/csrc/api/include/torch/nn/options/vision.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:29.1714525Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:29.1715191Z copying torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:29.1716051Z copying torch/include/torch/csrc/api/include/torch/nn/modules/activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:29.1717962Z copying torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:29.1718634Z copying torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:29.1719623Z copying torch/include/torch/csrc/api/include/torch/nn/modules/common.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:29.1720883Z copying torch/include/torch/csrc/api/include/torch/nn/modules/conv.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:29.1721647Z copying torch/include/torch/csrc/api/include/torch/nn/modules/distance.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:29.1722993Z copying torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:29.1723749Z copying torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:29.1725048Z copying torch/include/torch/csrc/api/include/torch/nn/modules/fold.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:29.1726026Z copying torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:29.1726965Z copying torch/include/torch/csrc/api/include/torch/nn/modules/linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:29.1727993Z copying torch/include/torch/csrc/api/include/torch/nn/modules/loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:29.1729542Z copying torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:29.1730433Z copying torch/include/torch/csrc/api/include/torch/nn/modules/padding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:29.1731710Z copying torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:29.1733051Z copying torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:29.1733942Z copying torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:29.1735601Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:29.1736144Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:29.1737697Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:29.1738643Z copying torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:29.1739778Z copying torch/include/torch/csrc/api/include/torch/nn/modules/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:29.1741209Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:29.1741773Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:29.1742733Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:29.1743725Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:29.1744720Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:29.1745660Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:29.1746748Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:29.1748060Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:29.1749075Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:29.1749908Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:29.1751269Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:29.1752537Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-11-23T01:27:29.1753002Z copying torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-11-23T01:27:29.1753869Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T01:27:29.1755039Z copying torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T01:27:29.1755691Z copying torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T01:27:29.1756813Z copying torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T01:27:29.1757995Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:29.1758635Z copying torch/include/torch/csrc/api/include/torch/optim/adagrad.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:29.1759770Z copying torch/include/torch/csrc/api/include/torch/optim/adam.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:29.1760716Z copying torch/include/torch/csrc/api/include/torch/optim/adamw.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:29.1761906Z copying torch/include/torch/csrc/api/include/torch/optim/lbfgs.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:29.1762877Z copying torch/include/torch/csrc/api/include/torch/optim/optimizer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:29.1764322Z copying torch/include/torch/csrc/api/include/torch/optim/rmsprop.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:29.1765594Z copying torch/include/torch/csrc/api/include/torch/optim/serialize.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:29.1766313Z copying torch/include/torch/csrc/api/include/torch/optim/sgd.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:29.1767125Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T01:27:29.1767924Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T01:27:29.1768847Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T01:27:29.1769639Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:27:29.1770313Z copying torch/include/torch/csrc/api/include/torch/serialize/archive.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:27:29.1771878Z copying torch/include/torch/csrc/api/include/torch/serialize/input-archive.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:27:29.1772471Z copying torch/include/torch/csrc/api/include/torch/serialize/output-archive.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:27:29.1774149Z copying torch/include/torch/csrc/api/include/torch/serialize/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:27:29.1774950Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1775296Z copying torch/include/torch/csrc/autograd/FunctionsManual.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1777672Z copying torch/include/torch/csrc/autograd/InferenceMode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1778256Z copying torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1779683Z copying torch/include/torch/csrc/autograd/anomaly_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1780431Z copying torch/include/torch/csrc/autograd/autograd.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1781934Z copying torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1782425Z copying torch/include/torch/csrc/autograd/cpp_hook.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1784614Z copying torch/include/torch/csrc/autograd/custom_function.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1785044Z copying torch/include/torch/csrc/autograd/edge.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1785465Z copying torch/include/torch/csrc/autograd/engine.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1786400Z copying torch/include/torch/csrc/autograd/forward_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1787846Z copying torch/include/torch/csrc/autograd/function.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1788714Z copying torch/include/torch/csrc/autograd/function_hook.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1789334Z copying torch/include/torch/csrc/autograd/grad_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1790235Z copying torch/include/torch/csrc/autograd/graph_task.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1791640Z copying torch/include/torch/csrc/autograd/input_buffer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1792670Z copying torch/include/torch/csrc/autograd/input_metadata.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1793594Z copying torch/include/torch/csrc/autograd/jit_decomp_interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1794813Z copying torch/include/torch/csrc/autograd/profiler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1796039Z copying torch/include/torch/csrc/autograd/profiler_kineto.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1797230Z copying torch/include/torch/csrc/autograd/profiler_legacy.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1798270Z copying torch/include/torch/csrc/autograd/profiler_python.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1799520Z copying torch/include/torch/csrc/autograd/python_anomaly_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1800358Z copying torch/include/torch/csrc/autograd/python_autograd.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1801266Z copying torch/include/torch/csrc/autograd/python_cpp_function.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1802503Z copying torch/include/torch/csrc/autograd/python_engine.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1803545Z copying torch/include/torch/csrc/autograd/python_enum_tag.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1804575Z copying torch/include/torch/csrc/autograd/python_fft_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1805698Z copying torch/include/torch/csrc/autograd/python_function.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1806693Z copying torch/include/torch/csrc/autograd/python_hook.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1807747Z copying torch/include/torch/csrc/autograd/python_legacy_variable.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1808912Z copying torch/include/torch/csrc/autograd/python_linalg_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1809906Z copying torch/include/torch/csrc/autograd/python_nested_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1810758Z copying torch/include/torch/csrc/autograd/python_nn_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1812093Z copying torch/include/torch/csrc/autograd/python_return_types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1812969Z copying torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1813987Z copying torch/include/torch/csrc/autograd/python_sparse_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1814966Z copying torch/include/torch/csrc/autograd/python_special_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1815838Z copying torch/include/torch/csrc/autograd/python_torch_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1816767Z copying torch/include/torch/csrc/autograd/python_variable.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1817682Z copying torch/include/torch/csrc/autograd/python_variable_indexing.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1818691Z copying torch/include/torch/csrc/autograd/record_function_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1819620Z copying torch/include/torch/csrc/autograd/saved_variable.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1820638Z copying torch/include/torch/csrc/autograd/saved_variable_hooks.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1821912Z copying torch/include/torch/csrc/autograd/symbolic.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1822708Z copying torch/include/torch/csrc/autograd/variable.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:29.1824345Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2022-11-23T01:27:29.1824982Z copying torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2022-11-23T01:27:29.1825922Z copying torch/include/torch/csrc/autograd/functions/basic_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2022-11-23T01:27:29.1827236Z copying torch/include/torch/csrc/autograd/functions/comm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2022-11-23T01:27:29.1827975Z copying torch/include/torch/csrc/autograd/functions/pybind.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2022-11-23T01:27:29.1828836Z copying torch/include/torch/csrc/autograd/functions/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2022-11-23T01:27:29.1829766Z copying torch/include/torch/csrc/autograd/functions/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2022-11-23T01:27:29.1831365Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated 2022-11-23T01:27:29.1831866Z copying torch/include/torch/csrc/autograd/generated/python_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated 2022-11-23T01:27:29.1832602Z copying torch/include/torch/csrc/autograd/generated/VariableType.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated 2022-11-23T01:27:29.1834416Z copying torch/include/torch/csrc/autograd/generated/Functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated 2022-11-23T01:27:29.1836897Z copying torch/include/torch/csrc/autograd/generated/variable_factories.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated 2022-11-23T01:27:29.1838211Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2022-11-23T01:27:29.1838586Z copying torch/include/torch/csrc/autograd/utils/error_messages.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2022-11-23T01:27:29.1840271Z copying torch/include/torch/csrc/autograd/utils/grad_layout_contract.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2022-11-23T01:27:29.1840847Z copying torch/include/torch/csrc/autograd/utils/lambda_post_hook.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2022-11-23T01:27:29.1841879Z copying torch/include/torch/csrc/autograd/utils/python_arg_parsing.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2022-11-23T01:27:29.1844302Z copying torch/include/torch/csrc/autograd/utils/warnings.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2022-11-23T01:27:29.1844873Z copying torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2022-11-23T01:27:29.1845624Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:27:29.1847786Z copying torch/include/torch/csrc/cuda/Event.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:27:29.1848151Z copying torch/include/torch/csrc/cuda/Module.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:27:29.1848975Z copying torch/include/torch/csrc/cuda/Stream.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:27:29.1850167Z copying torch/include/torch/csrc/cuda/THCP.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:27:29.1851288Z copying torch/include/torch/csrc/cuda/comm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:27:29.1852739Z copying torch/include/torch/csrc/cuda/device_set.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:27:29.1853319Z copying torch/include/torch/csrc/cuda/memory_snapshot.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:27:29.1854088Z copying torch/include/torch/csrc/cuda/nccl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:27:29.1855515Z copying torch/include/torch/csrc/cuda/python_comm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:27:29.1858076Z copying torch/include/torch/csrc/cuda/python_nccl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:27:29.1858352Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed 2022-11-23T01:27:29.1858610Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1858960Z copying torch/include/torch/csrc/distributed/c10d/TraceUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1860241Z copying torch/include/torch/csrc/distributed/c10d/c10d.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1861015Z copying torch/include/torch/csrc/distributed/c10d/debug.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1861630Z copying torch/include/torch/csrc/distributed/c10d/error.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1862708Z copying torch/include/torch/csrc/distributed/c10d/exception.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1863921Z copying torch/include/torch/csrc/distributed/c10d/logging.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1864815Z copying torch/include/torch/csrc/distributed/c10d/python_comm_hook.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1865942Z copying torch/include/torch/csrc/distributed/c10d/socket.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1866992Z copying torch/include/torch/csrc/distributed/c10d/Backend.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1867917Z copying torch/include/torch/csrc/distributed/c10d/FileStore.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1869021Z copying torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1869848Z copying torch/include/torch/csrc/distributed/c10d/HashStore.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1870921Z copying torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1871909Z copying torch/include/torch/csrc/distributed/c10d/Ops.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1872891Z copying torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1873749Z copying torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1875497Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1877092Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1877926Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1878953Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1880210Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1880998Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1882148Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1882979Z copying torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1884133Z copying torch/include/torch/csrc/distributed/c10d/Store.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1884970Z copying torch/include/torch/csrc/distributed/c10d/TCPStore.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1886074Z copying torch/include/torch/csrc/distributed/c10d/Types.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1886837Z copying torch/include/torch/csrc/distributed/c10d/UCCForNCCL.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1887901Z copying torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1888812Z copying torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1889925Z copying torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1890700Z copying torch/include/torch/csrc/distributed/c10d/Utils.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1891977Z copying torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1892961Z copying torch/include/torch/csrc/distributed/c10d/Work.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1893964Z copying torch/include/torch/csrc/distributed/c10d/comm.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1895385Z copying torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1895840Z copying torch/include/torch/csrc/distributed/c10d/logger.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1896882Z copying torch/include/torch/csrc/distributed/c10d/reducer.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1898256Z copying torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1899617Z copying torch/include/torch/csrc/distributed/c10d/sequence_num.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:29.1900273Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:29.1901142Z copying torch/include/torch/csrc/distributed/rpc/agent_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:29.1902009Z copying torch/include/torch/csrc/distributed/rpc/message.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:29.1903434Z copying torch/include/torch/csrc/distributed/rpc/py_rref.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:29.1904298Z copying torch/include/torch/csrc/distributed/rpc/python_call.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:29.1905534Z copying torch/include/torch/csrc/distributed/rpc/python_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:29.1906063Z copying torch/include/torch/csrc/distributed/rpc/python_remote_call.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:29.1907896Z copying torch/include/torch/csrc/distributed/rpc/python_resp.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:29.1908322Z copying torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:29.1909672Z copying torch/include/torch/csrc/distributed/rpc/request_callback.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:29.1910761Z copying torch/include/torch/csrc/distributed/rpc/request_callback_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:29.1911780Z copying torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:29.1912796Z copying torch/include/torch/csrc/distributed/rpc/rpc.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:29.1914329Z copying torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:29.1915350Z copying torch/include/torch/csrc/distributed/rpc/rpc_command_base.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:29.1917062Z copying torch/include/torch/csrc/distributed/rpc/rref_context.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:29.1917799Z copying torch/include/torch/csrc/distributed/rpc/rref_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:29.1919155Z copying torch/include/torch/csrc/distributed/rpc/rref_proto.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:29.1920349Z copying torch/include/torch/csrc/distributed/rpc/script_call.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:29.1921004Z copying torch/include/torch/csrc/distributed/rpc/script_remote_call.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:29.1922014Z copying torch/include/torch/csrc/distributed/rpc/script_resp.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:29.1923085Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:29.1924103Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:29.1925201Z copying torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:29.1926147Z copying torch/include/torch/csrc/distributed/rpc/types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:29.1927446Z copying torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:29.1928040Z copying torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:29.1929069Z copying torch/include/torch/csrc/distributed/rpc/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:29.1930234Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit 2022-11-23T01:27:29.1930508Z copying torch/include/torch/csrc/jit/jit_log.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit 2022-11-23T01:27:29.1931880Z copying torch/include/torch/csrc/jit/jit_opt_limit.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit 2022-11-23T01:27:29.1932821Z copying torch/include/torch/csrc/jit/resource_guard.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit 2022-11-23T01:27:29.1933942Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:29.1934241Z copying torch/include/torch/csrc/jit/backends/backend.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:29.1935212Z copying torch/include/torch/csrc/jit/backends/backend_debug_handler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:29.1936218Z copying torch/include/torch/csrc/jit/backends/backend_debug_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:29.1937287Z copying torch/include/torch/csrc/jit/backends/backend_detail.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:29.1938283Z copying torch/include/torch/csrc/jit/backends/backend_exception.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:29.1939351Z copying torch/include/torch/csrc/jit/backends/backend_init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:29.1940327Z copying torch/include/torch/csrc/jit/backends/backend_interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:29.1941715Z copying torch/include/torch/csrc/jit/backends/backend_preprocess.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:29.1942594Z copying torch/include/torch/csrc/jit/backends/backend_resolver.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:29.1943480Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1944217Z copying torch/include/torch/csrc/jit/passes/add_if_then_else.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1945341Z copying torch/include/torch/csrc/jit/passes/annotate_warns.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1946106Z copying torch/include/torch/csrc/jit/passes/autocast.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1947553Z copying torch/include/torch/csrc/jit/passes/bailout_graph.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1948143Z copying torch/include/torch/csrc/jit/passes/batch_mm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1949511Z copying torch/include/torch/csrc/jit/passes/canonicalize.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1950414Z copying torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1951633Z copying torch/include/torch/csrc/jit/passes/check_strict_fusion.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1952609Z copying torch/include/torch/csrc/jit/passes/clear_profiling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1953447Z copying torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1954886Z copying torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1955507Z copying torch/include/torch/csrc/jit/passes/concat_opt.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1956631Z copying torch/include/torch/csrc/jit/passes/constant_pooling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1958002Z copying torch/include/torch/csrc/jit/passes/constant_propagation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1958942Z copying torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1959907Z copying torch/include/torch/csrc/jit/passes/create_functional_graphs.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1961253Z copying torch/include/torch/csrc/jit/passes/cuda_graph_fuser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1962102Z copying torch/include/torch/csrc/jit/passes/dead_code_elimination.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1963529Z copying torch/include/torch/csrc/jit/passes/decompose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1964518Z copying torch/include/torch/csrc/jit/passes/device_type_analysis.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1965429Z copying torch/include/torch/csrc/jit/passes/dtype_analysis.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1966467Z copying torch/include/torch/csrc/jit/passes/eliminate_no_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1967469Z copying torch/include/torch/csrc/jit/passes/erase_number_types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1968396Z copying torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1969334Z copying torch/include/torch/csrc/jit/passes/fold_conv_bn.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1970313Z copying torch/include/torch/csrc/jit/passes/freeze_module.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1971416Z copying torch/include/torch/csrc/jit/passes/frozen_concat_linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1972314Z copying torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1973187Z copying torch/include/torch/csrc/jit/passes/frozen_conv_folding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1974129Z copying torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1975091Z copying torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1975869Z copying torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1977005Z copying torch/include/torch/csrc/jit/passes/fuse_linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1977923Z copying torch/include/torch/csrc/jit/passes/fuse_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1979191Z copying torch/include/torch/csrc/jit/passes/graph_fuser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1980482Z copying torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1981453Z copying torch/include/torch/csrc/jit/passes/guard_elimination.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1982485Z copying torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1983575Z copying torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1984583Z copying torch/include/torch/csrc/jit/passes/inline_fork_wait.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1985601Z copying torch/include/torch/csrc/jit/passes/inline_forked_closures.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1986690Z copying torch/include/torch/csrc/jit/passes/inliner.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1987655Z copying torch/include/torch/csrc/jit/passes/inplace_check.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1988704Z copying torch/include/torch/csrc/jit/passes/insert_guards.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1989878Z copying torch/include/torch/csrc/jit/passes/integer_value_refinement.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1990826Z copying torch/include/torch/csrc/jit/passes/lift_closures.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1991934Z copying torch/include/torch/csrc/jit/passes/liveness.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1993368Z copying torch/include/torch/csrc/jit/passes/loop_unrolling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1994581Z copying torch/include/torch/csrc/jit/passes/lower_grad_of.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1995813Z copying torch/include/torch/csrc/jit/passes/lower_graph.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1996993Z copying torch/include/torch/csrc/jit/passes/lower_tuples.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1997802Z copying torch/include/torch/csrc/jit/passes/metal_rewrite.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1999284Z copying torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.1999849Z copying torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.2000795Z copying torch/include/torch/csrc/jit/passes/normalize_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.2002029Z copying torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.2002961Z copying torch/include/torch/csrc/jit/passes/onnx.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.2004379Z copying torch/include/torch/csrc/jit/passes/pass_manager.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.2005036Z copying torch/include/torch/csrc/jit/passes/peephole.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.2006440Z copying torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.2007421Z copying torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.2008297Z copying torch/include/torch/csrc/jit/passes/peephole_list_idioms.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.2009707Z copying torch/include/torch/csrc/jit/passes/peephole_non_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.2010407Z copying torch/include/torch/csrc/jit/passes/prepack_folding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.2012192Z copying torch/include/torch/csrc/jit/passes/refine_tuple_types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.2012753Z copying torch/include/torch/csrc/jit/passes/remove_dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.2013491Z copying torch/include/torch/csrc/jit/passes/remove_exceptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.2014358Z copying torch/include/torch/csrc/jit/passes/remove_expands.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.2015366Z copying torch/include/torch/csrc/jit/passes/remove_inplace_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.2016665Z copying torch/include/torch/csrc/jit/passes/remove_mutation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.2017928Z copying torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.2018914Z copying torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.2020156Z copying torch/include/torch/csrc/jit/passes/requires_grad_analysis.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.2021172Z copying torch/include/torch/csrc/jit/passes/restore_mutation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.2022497Z copying torch/include/torch/csrc/jit/passes/shape_analysis.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.2023737Z copying torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.2024670Z copying torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.2025961Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.2026975Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.2028277Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.2029411Z copying torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.2030868Z copying torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.2031939Z copying torch/include/torch/csrc/jit/passes/value_refinement_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.2032817Z copying torch/include/torch/csrc/jit/passes/variadic_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.2034235Z copying torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.2035337Z copying torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:29.2037625Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:29.2037992Z copying torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:29.2039098Z copying torch/include/torch/csrc/jit/passes/quantization/finalize.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:29.2040161Z copying torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:29.2041285Z copying torch/include/torch/csrc/jit/passes/quantization/helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:29.2042791Z copying torch/include/torch/csrc/jit/passes/quantization/insert_observers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:29.2043645Z copying torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:29.2044884Z copying torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:29.2046457Z copying torch/include/torch/csrc/jit/passes/quantization/quantization_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:29.2047179Z copying torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:29.2048130Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:27:29.2048795Z copying torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:27:29.2049705Z copying torch/include/torch/csrc/jit/passes/utils/memory_dag.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:27:29.2051140Z copying torch/include/torch/csrc/jit/passes/utils/op_registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:27:29.2052080Z copying torch/include/torch/csrc/jit/passes/utils/optimization_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:27:29.2053076Z copying torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:27:29.2053703Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:29.2054393Z copying torch/include/torch/csrc/jit/runtime/argument_spec.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:29.2055716Z copying torch/include/torch/csrc/jit/runtime/autodiff.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:29.2056756Z copying torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:29.2058156Z copying torch/include/torch/csrc/jit/runtime/custom_operator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:29.2058890Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:29.2060181Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:29.2061196Z copying torch/include/torch/csrc/jit/runtime/exception_message.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:29.2062167Z copying torch/include/torch/csrc/jit/runtime/graph_executor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:29.2063407Z copying torch/include/torch/csrc/jit/runtime/graph_executor_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:29.2064409Z copying torch/include/torch/csrc/jit/runtime/graph_iterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:29.2065478Z copying torch/include/torch/csrc/jit/runtime/instruction.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:29.2066628Z copying torch/include/torch/csrc/jit/runtime/interpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:29.2067364Z copying torch/include/torch/csrc/jit/runtime/jit_exception.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:29.2068957Z copying torch/include/torch/csrc/jit/runtime/jit_trace.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:29.2069830Z copying torch/include/torch/csrc/jit/runtime/logging.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:29.2070488Z copying torch/include/torch/csrc/jit/runtime/operator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:29.2071928Z copying torch/include/torch/csrc/jit/runtime/operator_options.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:29.2072468Z copying torch/include/torch/csrc/jit/runtime/print_handler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:29.2073917Z copying torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:29.2074831Z copying torch/include/torch/csrc/jit/runtime/profiling_record.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:29.2075709Z copying torch/include/torch/csrc/jit/runtime/register_ops_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:29.2077253Z copying torch/include/torch/csrc/jit/runtime/script_profile.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:29.2078025Z copying torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:29.2079094Z copying torch/include/torch/csrc/jit/runtime/shape_function_registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:29.2080225Z copying torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:29.2081072Z copying torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:29.2082127Z copying torch/include/torch/csrc/jit/runtime/symbolic_script.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:29.2082623Z copying torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:29.2083942Z copying torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:29.2084928Z copying torch/include/torch/csrc/jit/runtime/vararg_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:29.2086179Z copying torch/include/torch/csrc/jit/runtime/variable_tensor_list.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:29.2087652Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:29.2088112Z copying torch/include/torch/csrc/jit/ir/alias_analysis.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:29.2089079Z copying torch/include/torch/csrc/jit/ir/attributes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:29.2090795Z copying torch/include/torch/csrc/jit/ir/constants.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:29.2091775Z copying torch/include/torch/csrc/jit/ir/graph_node_list.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:29.2092882Z copying torch/include/torch/csrc/jit/ir/ir.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:29.2094754Z copying torch/include/torch/csrc/jit/ir/ir_views.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:29.2095874Z copying torch/include/torch/csrc/jit/ir/irparser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:29.2096727Z copying torch/include/torch/csrc/jit/ir/named_value.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:29.2098041Z copying torch/include/torch/csrc/jit/ir/node_hashing.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:29.2098814Z copying torch/include/torch/csrc/jit/ir/scope.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:29.2100763Z copying torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:29.2101248Z copying torch/include/torch/csrc/jit/ir/type_hashing.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:29.2102586Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:29.2103000Z copying torch/include/torch/csrc/jit/frontend/builtin_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:29.2104302Z copying torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:29.2105314Z copying torch/include/torch/csrc/jit/frontend/concrete_module_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:29.2106066Z copying torch/include/torch/csrc/jit/frontend/convert_to_ssa.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:29.2106829Z copying torch/include/torch/csrc/jit/frontend/edit_distance.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:29.2107716Z copying torch/include/torch/csrc/jit/frontend/error_report.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:29.2108623Z copying torch/include/torch/csrc/jit/frontend/exit_transforms.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:29.2109704Z copying torch/include/torch/csrc/jit/frontend/function_schema_parser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:29.2110760Z copying torch/include/torch/csrc/jit/frontend/inline_loop_condition.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:29.2111682Z copying torch/include/torch/csrc/jit/frontend/ir_emitter.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:29.2112723Z copying torch/include/torch/csrc/jit/frontend/lexer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:29.2114727Z copying torch/include/torch/csrc/jit/frontend/mini_environment.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:29.2115336Z copying torch/include/torch/csrc/jit/frontend/name_mangler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:29.2117342Z copying torch/include/torch/csrc/jit/frontend/parse_string_literal.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:29.2117819Z copying torch/include/torch/csrc/jit/frontend/parser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:29.2119338Z copying torch/include/torch/csrc/jit/frontend/parser_constants.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:29.2120206Z copying torch/include/torch/csrc/jit/frontend/resolver.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:29.2121796Z copying torch/include/torch/csrc/jit/frontend/schema_matching.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:29.2122806Z copying torch/include/torch/csrc/jit/frontend/schema_type_parser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:29.2124074Z copying torch/include/torch/csrc/jit/frontend/script_type_parser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:29.2125381Z copying torch/include/torch/csrc/jit/frontend/source_range.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:29.2126695Z copying torch/include/torch/csrc/jit/frontend/source_ref.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:29.2128046Z copying torch/include/torch/csrc/jit/frontend/strtod.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:29.2129821Z copying torch/include/torch/csrc/jit/frontend/sugared_value.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:29.2131194Z copying torch/include/torch/csrc/jit/frontend/tracer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:29.2132644Z copying torch/include/torch/csrc/jit/frontend/tree.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:29.2133907Z copying torch/include/torch/csrc/jit/frontend/tree_views.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:29.2135315Z copying torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:29.2136821Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api 2022-11-23T01:27:29.2137228Z copying torch/include/torch/csrc/jit/api/compilation_unit.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api 2022-11-23T01:27:29.2138453Z copying torch/include/torch/csrc/jit/api/function_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api 2022-11-23T01:27:29.2139705Z copying torch/include/torch/csrc/jit/api/method.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api 2022-11-23T01:27:29.2140836Z copying torch/include/torch/csrc/jit/api/module.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api 2022-11-23T01:27:29.2142441Z copying torch/include/torch/csrc/jit/api/object.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api 2022-11-23T01:27:29.2143027Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:29.2144097Z copying torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:29.2144827Z copying torch/include/torch/csrc/jit/serialization/export.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:29.2145885Z copying torch/include/torch/csrc/jit/serialization/export_bytecode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:29.2147458Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:29.2148018Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:29.2149476Z copying torch/include/torch/csrc/jit/serialization/import.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:29.2150308Z copying torch/include/torch/csrc/jit/serialization/import_export_constants.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:29.2151899Z copying torch/include/torch/csrc/jit/serialization/import_export_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:29.2152823Z copying torch/include/torch/csrc/jit/serialization/import_export_helpers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:29.2154701Z copying torch/include/torch/csrc/jit/serialization/import_legacy.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:29.2155441Z copying torch/include/torch/csrc/jit/serialization/import_read.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:29.2156452Z copying torch/include/torch/csrc/jit/serialization/import_source.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:29.2158472Z copying torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:29.2159330Z copying torch/include/torch/csrc/jit/serialization/onnx.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:29.2160408Z copying torch/include/torch/csrc/jit/serialization/pickle.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:29.2161294Z copying torch/include/torch/csrc/jit/serialization/pickler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:29.2162631Z copying torch/include/torch/csrc/jit/serialization/python_print.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:29.2163863Z copying torch/include/torch/csrc/jit/serialization/source_range_serialization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:29.2164982Z copying torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:29.2165532Z copying torch/include/torch/csrc/jit/serialization/storage_context.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:29.2167117Z copying torch/include/torch/csrc/jit/serialization/type_name_uniquer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:29.2167777Z copying torch/include/torch/csrc/jit/serialization/unpickler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:29.2168770Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:27:29.2169301Z copying torch/include/torch/csrc/jit/python/init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:27:29.2170534Z copying torch/include/torch/csrc/jit/python/module_python.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:27:29.2171651Z copying torch/include/torch/csrc/jit/python/pybind.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:27:29.2172722Z copying torch/include/torch/csrc/jit/python/pybind_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:27:29.2174223Z copying torch/include/torch/csrc/jit/python/python_arg_flatten.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:27:29.2175041Z copying torch/include/torch/csrc/jit/python/python_custom_class.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:27:29.2176224Z copying torch/include/torch/csrc/jit/python/python_dict.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:27:29.2177826Z copying torch/include/torch/csrc/jit/python/python_ir.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:27:29.2178742Z copying torch/include/torch/csrc/jit/python/python_ivalue.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:27:29.2179790Z copying torch/include/torch/csrc/jit/python/python_list.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:27:29.2180874Z copying torch/include/torch/csrc/jit/python/python_sugared_value.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:27:29.2181913Z copying torch/include/torch/csrc/jit/python/python_tracer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:27:29.2183056Z copying torch/include/torch/csrc/jit/python/python_tree_views.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:27:29.2184053Z copying torch/include/torch/csrc/jit/python/script_init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:27:29.2185194Z copying torch/include/torch/csrc/jit/python/update_graph_executor_opt.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:27:29.2186275Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:29.2186562Z copying torch/include/torch/csrc/jit/mobile/code.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:29.2187858Z copying torch/include/torch/csrc/jit/mobile/debug_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:29.2188829Z copying torch/include/torch/csrc/jit/mobile/file_format.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:29.2189975Z copying torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:29.2191386Z copying torch/include/torch/csrc/jit/mobile/frame.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:29.2192424Z copying torch/include/torch/csrc/jit/mobile/function.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:29.2193350Z copying torch/include/torch/csrc/jit/mobile/import.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:29.2194628Z copying torch/include/torch/csrc/jit/mobile/import_data.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:29.2195762Z copying torch/include/torch/csrc/jit/mobile/import_export_common.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:29.2197530Z copying torch/include/torch/csrc/jit/mobile/interpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:29.2198379Z copying torch/include/torch/csrc/jit/mobile/method.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:29.2199433Z copying torch/include/torch/csrc/jit/mobile/module.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:29.2200502Z copying torch/include/torch/csrc/jit/mobile/observer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:29.2201740Z copying torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:29.2202847Z copying torch/include/torch/csrc/jit/mobile/parse_operators.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:29.2203956Z copying torch/include/torch/csrc/jit/mobile/prim_ops_registery.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:29.2205041Z copying torch/include/torch/csrc/jit/mobile/profiler_edge.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:29.2206753Z copying torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:29.2207761Z copying torch/include/torch/csrc/jit/mobile/quantization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:29.2208915Z copying torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:29.2209888Z copying torch/include/torch/csrc/jit/mobile/type_parser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:29.2211542Z copying torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:29.2212775Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/testing 2022-11-23T01:27:29.2213135Z copying torch/include/torch/csrc/jit/testing/file_check.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/testing 2022-11-23T01:27:29.2214425Z copying torch/include/torch/csrc/jit/testing/hooks_for_testing.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/testing 2022-11-23T01:27:29.2215295Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2215615Z copying torch/include/torch/csrc/jit/tensorexpr/analysis.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2216984Z copying torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2217964Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2219049Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2220375Z copying torch/include/torch/csrc/jit/tensorexpr/codegen.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2221304Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2222537Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2223291Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2224616Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2225241Z copying torch/include/torch/csrc/jit/tensorexpr/eval.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2226333Z copying torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2227485Z copying torch/include/torch/csrc/jit/tensorexpr/expr.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2228844Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2229627Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2230687Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2231737Z copying torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2233082Z copying torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2234308Z copying torch/include/torch/csrc/jit/tensorexpr/half_support.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2235249Z copying torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2236692Z copying torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2237623Z copying torch/include/torch/csrc/jit/tensorexpr/ir.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2239201Z copying torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2240159Z copying torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2241071Z copying torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2242322Z copying torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2243365Z copying torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2244425Z copying torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2245391Z copying torch/include/torch/csrc/jit/tensorexpr/kernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2246674Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2248047Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2248974Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2250348Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2251081Z copying torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2252058Z copying torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2253220Z copying torch/include/torch/csrc/jit/tensorexpr/reduction.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2254908Z copying torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2255980Z copying torch/include/torch/csrc/jit/tensorexpr/stmt.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2257325Z copying torch/include/torch/csrc/jit/tensorexpr/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2258482Z copying torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2259608Z copying torch/include/torch/csrc/jit/tensorexpr/types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2260851Z copying torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2261933Z copying torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:29.2263230Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:29.2263676Z copying torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:29.2264948Z copying torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:29.2266194Z copying torch/include/torch/csrc/jit/tensorexpr/operators/misc.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:29.2267754Z copying torch/include/torch/csrc/jit/tensorexpr/operators/norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:29.2268416Z copying torch/include/torch/csrc/jit/tensorexpr/operators/operators.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:29.2269660Z copying torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:29.2270997Z copying torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:29.2272428Z copying torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:29.2273550Z copying torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:29.2274883Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen 2022-11-23T01:27:29.2275463Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2276157Z copying torch/include/torch/csrc/jit/codegen/cuda/arith.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2277979Z copying torch/include/torch/csrc/jit/codegen/cuda/codegen.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2279119Z copying torch/include/torch/csrc/jit/codegen/cuda/compute_at.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2280427Z copying torch/include/torch/csrc/jit/codegen/cuda/compute_at_map.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2282113Z copying torch/include/torch/csrc/jit/codegen/cuda/contiguity.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2283405Z copying torch/include/torch/csrc/jit/codegen/cuda/disjoint_set.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2284674Z copying torch/include/torch/csrc/jit/codegen/cuda/dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2286133Z copying torch/include/torch/csrc/jit/codegen/cuda/dynamic_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2287461Z copying torch/include/torch/csrc/jit/codegen/cuda/evaluator_common.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2288789Z copying torch/include/torch/csrc/jit/codegen/cuda/executor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2290194Z copying torch/include/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2291707Z copying torch/include/torch/csrc/jit/codegen/cuda/executor_launch_params.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2292867Z copying torch/include/torch/csrc/jit/codegen/cuda/executor_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2294256Z copying torch/include/torch/csrc/jit/codegen/cuda/expr_evaluator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2295527Z copying torch/include/torch/csrc/jit/codegen/cuda/fusion.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2296973Z copying torch/include/torch/csrc/jit/codegen/cuda/fusion_segmenter.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2299104Z copying torch/include/torch/csrc/jit/codegen/cuda/grouped_reduction.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2300357Z copying torch/include/torch/csrc/jit/codegen/cuda/index_compute.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2301788Z copying torch/include/torch/csrc/jit/codegen/cuda/inlining.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2303134Z copying torch/include/torch/csrc/jit/codegen/cuda/instrumentation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2304383Z copying torch/include/torch/csrc/jit/codegen/cuda/interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2305703Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_all_nodes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2307018Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_base_nodes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2308455Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_builder.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2309774Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_cloner.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2311107Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_container.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2312482Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_graphviz.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2313880Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2316436Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2317897Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_iostream.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2319188Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_printer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2320212Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2323450Z copying torch/include/torch/csrc/jit/codegen/cuda/iter_visitor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2323759Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2324214Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_cache.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2324999Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2326017Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_ir.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2327945Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2328419Z copying torch/include/torch/csrc/jit/codegen/cuda/lower2device.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2330023Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_alias_memory.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2331244Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_allocation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2332559Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_bank_conflict.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2333734Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_divisible_split.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2335054Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_double_buffer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2336377Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_expr_sort.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2337787Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2339297Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2340486Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_index.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2341895Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_index_compute.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2343268Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_index_hoist.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2344709Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2345874Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_instrument.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2347278Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_loops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2348501Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_magic_zero.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2349881Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2351226Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_predicate.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2352557Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2353900Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_replace_size.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2355452Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_shift.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2357856Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_sync_information.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2358754Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2360122Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2361461Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2362655Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_unroll.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2363978Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2365427Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_validation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2366760Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2368086Z copying torch/include/torch/csrc/jit/codegen/cuda/manager.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2369316Z copying torch/include/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2371022Z copying torch/include/torch/csrc/jit/codegen/cuda/mma_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2372260Z copying torch/include/torch/csrc/jit/codegen/cuda/mutator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2373602Z copying torch/include/torch/csrc/jit/codegen/cuda/non_divisible_split.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2374987Z copying torch/include/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2376382Z copying torch/include/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2377758Z copying torch/include/torch/csrc/jit/codegen/cuda/parser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2379186Z copying torch/include/torch/csrc/jit/codegen/cuda/partial_split_map.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2380540Z copying torch/include/torch/csrc/jit/codegen/cuda/partition.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2381856Z copying torch/include/torch/csrc/jit/codegen/cuda/predicate_compute.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2383266Z copying torch/include/torch/csrc/jit/codegen/cuda/root_domain_map.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2384709Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_iter.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2386146Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_replay.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2387622Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_rfactor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2388998Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_view.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2390368Z copying torch/include/torch/csrc/jit/codegen/cuda/type.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2391703Z copying torch/include/torch/csrc/jit/codegen/cuda/type_inference.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2392973Z copying torch/include/torch/csrc/jit/codegen/cuda/type_promotion.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2394536Z copying torch/include/torch/csrc/jit/codegen/cuda/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2395949Z copying torch/include/torch/csrc/jit/codegen/cuda/vectorization_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:29.2397154Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:27:29.2397790Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/alias.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:27:29.2399480Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/all_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:27:29.2400295Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/composite.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:27:29.2401871Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/normalization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:27:29.2402991Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:29.2403680Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:29.2404758Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:29.2406135Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:29.2406990Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:29.2408419Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/matmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:29.2409046Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:29.2410304Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/normalization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:29.2411036Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:29.2412082Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:29.2413118Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:29.2414210Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:29.2414937Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:29.2415916Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:29.2417190Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:29.2418045Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:29.2419324Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:29.2420316Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:29.2421543Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:29.2422233Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/onnx 2022-11-23T01:27:29.2422859Z copying torch/include/torch/csrc/onnx/init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/onnx 2022-11-23T01:27:29.2423826Z copying torch/include/torch/csrc/onnx/onnx.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/onnx 2022-11-23T01:27:29.2424908Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:27:29.2425560Z copying torch/include/torch/csrc/profiler/api.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:27:29.2426315Z copying torch/include/torch/csrc/profiler/collection.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:27:29.2427473Z copying torch/include/torch/csrc/profiler/containers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:27:29.2428679Z copying torch/include/torch/csrc/profiler/data_flow.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:27:29.2429498Z copying torch/include/torch/csrc/profiler/events.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:27:29.2430431Z copying torch/include/torch/csrc/profiler/kineto_shim.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:27:29.2431641Z copying torch/include/torch/csrc/profiler/perf-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:27:29.2432676Z copying torch/include/torch/csrc/profiler/perf.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:27:29.2433823Z copying torch/include/torch/csrc/profiler/util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:27:29.2435202Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/orchestration 2022-11-23T01:27:29.2436214Z copying torch/include/torch/csrc/profiler/orchestration/observer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/orchestration 2022-11-23T01:27:29.2436675Z copying torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/orchestration 2022-11-23T01:27:29.2437690Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/stubs 2022-11-23T01:27:29.2438008Z copying torch/include/torch/csrc/profiler/stubs/base.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/stubs 2022-11-23T01:27:29.2439287Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2439818Z copying torch/include/torch/csrc/utils/auto_gil.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2440631Z copying torch/include/torch/csrc/utils/byte_order.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2441738Z copying torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2442733Z copying torch/include/torch/csrc/utils/cuda_enabled.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2443693Z copying torch/include/torch/csrc/utils/cuda_lazy_init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2444711Z copying torch/include/torch/csrc/utils/disable_torch_function.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2445571Z copying torch/include/torch/csrc/utils/init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2446681Z copying torch/include/torch/csrc/utils/invalid_arguments.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2447610Z copying torch/include/torch/csrc/utils/memory.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2448597Z copying torch/include/torch/csrc/utils/nested.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2449689Z copying torch/include/torch/csrc/utils/numpy_stub.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2450606Z copying torch/include/torch/csrc/utils/object_ptr.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2451528Z copying torch/include/torch/csrc/utils/out_types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2452604Z copying torch/include/torch/csrc/utils/pybind.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2453656Z copying torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2454540Z copying torch/include/torch/csrc/utils/python_arg_parser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2456104Z copying torch/include/torch/csrc/utils/python_compat.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2457333Z copying torch/include/torch/csrc/utils/python_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2458259Z copying torch/include/torch/csrc/utils/python_numbers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2459813Z copying torch/include/torch/csrc/utils/python_scalars.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2460868Z copying torch/include/torch/csrc/utils/python_strings.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2461816Z copying torch/include/torch/csrc/utils/python_stub.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2462887Z copying torch/include/torch/csrc/utils/python_symnode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2463822Z copying torch/include/torch/csrc/utils/python_torch_function_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2471937Z copying torch/include/torch/csrc/utils/python_tuples.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2472995Z copying torch/include/torch/csrc/utils/schema_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2474199Z copying torch/include/torch/csrc/utils/six.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2475368Z copying torch/include/torch/csrc/utils/structseq.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2476575Z copying torch/include/torch/csrc/utils/tensor_apply.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2477608Z copying torch/include/torch/csrc/utils/tensor_dtypes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2478724Z copying torch/include/torch/csrc/utils/tensor_flatten.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2479735Z copying torch/include/torch/csrc/utils/tensor_layouts.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2480881Z copying torch/include/torch/csrc/utils/tensor_list.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2481691Z copying torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2482803Z copying torch/include/torch/csrc/utils/tensor_new.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2483825Z copying torch/include/torch/csrc/utils/tensor_numpy.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2484453Z copying torch/include/torch/csrc/utils/tensor_qschemes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2486017Z copying torch/include/torch/csrc/utils/tensor_types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2486825Z copying torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2488298Z copying torch/include/torch/csrc/utils/throughput_benchmark.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2489237Z copying torch/include/torch/csrc/utils/torch_dispatch_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2490203Z copying torch/include/torch/csrc/utils/variadic.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:29.2491041Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/tensor 2022-11-23T01:27:29.2491952Z copying torch/include/torch/csrc/tensor/python_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/tensor 2022-11-23T01:27:29.2493757Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy 2022-11-23T01:27:29.2494190Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend 2022-11-23T01:27:29.2494705Z copying torch/include/torch/csrc/lazy/backend/backend_data.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend 2022-11-23T01:27:29.2495464Z copying torch/include/torch/csrc/lazy/backend/backend_device.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend 2022-11-23T01:27:29.2496441Z copying torch/include/torch/csrc/lazy/backend/backend_interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend 2022-11-23T01:27:29.2497550Z copying torch/include/torch/csrc/lazy/backend/lowering_context.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend 2022-11-23T01:27:29.2498257Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:29.2499146Z copying torch/include/torch/csrc/lazy/core/cache.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:29.2500180Z copying torch/include/torch/csrc/lazy/core/config.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:29.2501319Z copying torch/include/torch/csrc/lazy/core/debug_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:29.2502780Z copying torch/include/torch/csrc/lazy/core/dynamic_ir.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:29.2503751Z copying torch/include/torch/csrc/lazy/core/hash.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:29.2505134Z copying torch/include/torch/csrc/lazy/core/helpers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:29.2506439Z copying torch/include/torch/csrc/lazy/core/ir.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:29.2507651Z copying torch/include/torch/csrc/lazy/core/ir_builder.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:29.2509236Z copying torch/include/torch/csrc/lazy/core/ir_dump_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:29.2510357Z copying torch/include/torch/csrc/lazy/core/ir_metadata.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:29.2511595Z copying torch/include/torch/csrc/lazy/core/ir_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:29.2512905Z copying torch/include/torch/csrc/lazy/core/lazy_graph_executor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:29.2514421Z copying torch/include/torch/csrc/lazy/core/metrics.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:29.2516079Z copying torch/include/torch/csrc/lazy/core/multi_wait.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:29.2518159Z copying torch/include/torch/csrc/lazy/core/permutation_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:29.2519208Z copying torch/include/torch/csrc/lazy/core/shape.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:29.2520407Z copying torch/include/torch/csrc/lazy/core/shape_inference.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:29.2522055Z copying torch/include/torch/csrc/lazy/core/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:29.2523423Z copying torch/include/torch/csrc/lazy/core/tensor_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:29.2524816Z copying torch/include/torch/csrc/lazy/core/tensor_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:29.2526131Z copying torch/include/torch/csrc/lazy/core/thread_pool.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:29.2527319Z copying torch/include/torch/csrc/lazy/core/trie.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:29.2528670Z copying torch/include/torch/csrc/lazy/core/unique.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:29.2529944Z copying torch/include/torch/csrc/lazy/core/util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:29.2531489Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/internal_ops 2022-11-23T01:27:29.2532086Z copying torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/internal_ops 2022-11-23T01:27:29.2533516Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ops 2022-11-23T01:27:29.2534122Z copying torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ops 2022-11-23T01:27:29.2535752Z copying torch/include/torch/csrc/lazy/core/ops/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ops 2022-11-23T01:27:29.2536697Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:29.2537010Z copying torch/include/torch/csrc/lazy/ts_backend/config.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:29.2538596Z copying torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:29.2539489Z copying torch/include/torch/csrc/lazy/ts_backend/ir_builder.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:29.2540892Z copying torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:29.2542424Z copying torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:29.2543269Z copying torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:29.2544525Z copying torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:29.2546046Z copying torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:29.2546473Z copying torch/include/torch/csrc/lazy/ts_backend/ts_node.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:29.2548027Z copying torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:29.2548828Z creating build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:29.2549672Z copying torch/include/pybind11/attr.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:29.2551300Z copying torch/include/pybind11/buffer_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:29.2552453Z copying torch/include/pybind11/cast.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:29.2554990Z copying torch/include/pybind11/chrono.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:29.2555595Z copying torch/include/pybind11/common.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:29.2556886Z copying torch/include/pybind11/complex.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:29.2558019Z copying torch/include/pybind11/eigen.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:29.2559719Z copying torch/include/pybind11/embed.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:29.2560811Z copying torch/include/pybind11/eval.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:29.2562112Z copying torch/include/pybind11/functional.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:29.2563655Z copying torch/include/pybind11/gil.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:29.2564905Z copying torch/include/pybind11/iostream.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:29.2566249Z copying torch/include/pybind11/numpy.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:29.2579577Z copying torch/include/pybind11/operators.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:29.2580310Z copying torch/include/pybind11/options.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:29.2580769Z copying torch/include/pybind11/pybind11.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:29.2581221Z copying torch/include/pybind11/pytypes.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:29.2581777Z copying torch/include/pybind11/stl.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:29.2582246Z copying torch/include/pybind11/stl_bind.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:29.2582587Z creating build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2022-11-23T01:27:29.2583083Z copying torch/include/pybind11/detail/class.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2022-11-23T01:27:29.2583566Z copying torch/include/pybind11/detail/common.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2022-11-23T01:27:29.2584060Z copying torch/include/pybind11/detail/descr.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2022-11-23T01:27:29.2584541Z copying torch/include/pybind11/detail/init.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2022-11-23T01:27:29.2585052Z copying torch/include/pybind11/detail/internals.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2022-11-23T01:27:29.2586522Z copying torch/include/pybind11/detail/type_caster_base.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2022-11-23T01:27:29.2594631Z copying torch/include/pybind11/detail/typeid.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2022-11-23T01:27:29.2594975Z creating build/lib.linux-x86_64-cpython-38/torch/include/THH 2022-11-23T01:27:29.2595327Z copying torch/include/THH/THHAtomics.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/THH 2022-11-23T01:27:29.2595677Z copying torch/include/THH/THHDeviceUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/THH 2022-11-23T01:27:29.2596050Z copying torch/_inductor/codegen/cpp_prefix.h -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:27:29.2596450Z copying torch/_inductor/codegen/triton_conv_delta_x.j2 -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:27:29.2603006Z copying torch/_inductor/codegen/triton_conv_delta_x_hwc.j2 -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:27:29.2610427Z copying torch/_inductor/codegen/triton_mm.j2 -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:27:29.2656195Z creating build/lib.linux-x86_64-cpython-38/torch/share 2022-11-23T01:27:29.2656560Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake 2022-11-23T01:27:29.2656924Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/ATen 2022-11-23T01:27:29.2657336Z copying torch/share/cmake/ATen/ATenConfig.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/ATen 2022-11-23T01:27:29.2658024Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2 2022-11-23T01:27:29.2658633Z copying torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2 2022-11-23T01:27:29.2659738Z copying torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2 2022-11-23T01:27:29.2660782Z copying torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2 2022-11-23T01:27:29.2662157Z copying torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2 2022-11-23T01:27:29.2663174Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:27:29.2663474Z copying torch/share/cmake/Caffe2/public/cuda.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:27:29.2665017Z copying torch/share/cmake/Caffe2/public/glog.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:27:29.2666374Z copying torch/share/cmake/Caffe2/public/gflags.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:27:29.2667540Z copying torch/share/cmake/Caffe2/public/mkl.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:27:29.2669056Z copying torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:27:29.2670465Z copying torch/share/cmake/Caffe2/public/protobuf.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:27:29.2671626Z copying torch/share/cmake/Caffe2/public/threads.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:27:29.2672915Z copying torch/share/cmake/Caffe2/public/utils.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:27:29.2678365Z copying torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:27:29.2678740Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T01:27:29.2679326Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T01:27:29.2679921Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T01:27:29.2680364Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:27:29.2681050Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:27:29.2682157Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:27:29.2684533Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:27:29.2685606Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:27:29.2686719Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:27:29.2687347Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:27:29.2688781Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:27:29.2689495Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:27:29.2691344Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:27:29.2692540Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Tensorpipe 2022-11-23T01:27:29.2693483Z copying torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Tensorpipe 2022-11-23T01:27:29.2694229Z copying torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Tensorpipe 2022-11-23T01:27:29.2694838Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Torch 2022-11-23T01:27:29.2695941Z copying torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Torch 2022-11-23T01:27:29.2697446Z copying torch/share/cmake/Torch/TorchConfig.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Torch 2022-11-23T01:27:29.2698206Z copying torch/utils/benchmark/utils/timeit_template.cpp -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:27:29.2699906Z copying torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:27:29.2700354Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:27:29.2702068Z copying torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:27:29.2703056Z copying torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:27:29.2706662Z copying torch/utils/model_dump/skeleton.html -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2022-11-23T01:27:29.2743971Z copying torch/utils/model_dump/code.js -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2022-11-23T01:27:29.2794706Z copying torch/utils/model_dump/htm.mjs -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2022-11-23T01:27:29.2800295Z copying torch/utils/model_dump/preact.mjs -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2022-11-23T01:27:29.2814054Z creating build/lib.linux-x86_64-cpython-38/torchgen/packaged 2022-11-23T01:27:29.2814369Z creating build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen 2022-11-23T01:27:29.2814996Z creating build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/native 2022-11-23T01:27:29.2815359Z copying torchgen/packaged/ATen/native/native_functions.yaml -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/native 2022-11-23T01:27:29.2820380Z copying torchgen/packaged/ATen/native/tags.yaml -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/native 2022-11-23T01:27:29.2822511Z creating build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2822865Z copying torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2824361Z copying torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2825349Z copying torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2827082Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2827829Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2829418Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2829982Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2831217Z copying torchgen/packaged/ATen/templates/Function.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2832069Z copying torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2833164Z copying torchgen/packaged/ATen/templates/Functions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2834293Z copying torchgen/packaged/ATen/templates/Functions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2835464Z copying torchgen/packaged/ATen/templates/LazyIr.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2836278Z copying torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2837847Z copying torchgen/packaged/ATen/templates/MethodOperators.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2838860Z copying torchgen/packaged/ATen/templates/NativeFunction.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2839783Z copying torchgen/packaged/ATen/templates/NativeFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2841017Z copying torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2841786Z copying torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2842718Z copying torchgen/packaged/ATen/templates/Operator.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2843605Z copying torchgen/packaged/ATen/templates/Operators.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2844731Z copying torchgen/packaged/ATen/templates/Operators.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2846238Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2846608Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2847972Z copying torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2848843Z copying torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2849851Z copying torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2850779Z copying torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2851982Z copying torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2853400Z copying torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2854102Z copying torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2855100Z copying torchgen/packaged/ATen/templates/TensorBody.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2856580Z copying torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2857409Z copying torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2858750Z copying torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2859573Z copying torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2860896Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2861752Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2862840Z copying torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.2863886Z copying torchgen/packaged/ATen/templates/enum_tag.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:29.3132359Z running build_ext 2022-11-23T01:27:29.3178848Z -- Building with NumPy bindings 2022-11-23T01:27:29.3179054Z -- Not using cuDNN 2022-11-23T01:27:29.3179243Z -- Not using CUDA 2022-11-23T01:27:29.3179427Z -- Using MKLDNN 2022-11-23T01:27:29.3179670Z -- Not using Compute Library for the Arm architecture with MKLDNN 2022-11-23T01:27:29.3179790Z -- Not using CBLAS in MKLDNN 2022-11-23T01:27:29.3179959Z -- Using system provided NCCL library at False, False 2022-11-23T01:27:29.3180097Z -- Building with distributed package: 2022-11-23T01:27:29.3180210Z -- USE_TENSORPIPE=True 2022-11-23T01:27:29.3180294Z -- USE_GLOO=True 2022-11-23T01:27:29.3180391Z -- USE_MPI=False 2022-11-23T01:27:29.3180481Z -- Using ITT 2022-11-23T01:27:29.4946621Z Copying functorch._C from functorch/functorch.so to /var/lib/jenkins/workspace/build/lib.linux-x86_64-cpython-38/functorch/_C.cpython-38-x86_64-linux-gnu.so 2022-11-23T01:27:29.4947252Z copying functorch/functorch.so -> /var/lib/jenkins/workspace/build/lib.linux-x86_64-cpython-38/functorch/_C.cpython-38-x86_64-linux-gnu.so 2022-11-23T01:27:29.4954542Z building 'torch._C' extension 2022-11-23T01:27:29.4955357Z creating build/temp.linux-x86_64-cpython-38 2022-11-23T01:27:29.4955929Z creating build/temp.linux-x86_64-cpython-38/torch 2022-11-23T01:27:29.4956396Z creating build/temp.linux-x86_64-cpython-38/torch/csrc 2022-11-23T01:27:29.4957606Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/include/python3.8 -c torch/csrc/stub.c -o build/temp.linux-x86_64-cpython-38/torch/csrc/stub.o -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces 2022-11-23T01:27:29.6212000Z gcc -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-38/torch/csrc/stub.o -L/var/lib/jenkins/workspace/torch/lib -ltorch_python -o build/lib.linux-x86_64-cpython-38/torch/_C.cpython-38-x86_64-linux-gnu.so -Wl,-rpath,$ORIGIN/lib 2022-11-23T01:27:29.7075390Z building 'torch._C_flatbuffer' extension 2022-11-23T01:27:29.7077784Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/include/python3.8 -c torch/csrc/stub_with_flatbuffer.c -o build/temp.linux-x86_64-cpython-38/torch/csrc/stub_with_flatbuffer.o -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces 2022-11-23T01:27:29.7966335Z gcc -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-38/torch/csrc/stub_with_flatbuffer.o -L/var/lib/jenkins/workspace/torch/lib -ltorch_python -o build/lib.linux-x86_64-cpython-38/torch/_C_flatbuffer.cpython-38-x86_64-linux-gnu.so -Wl,-rpath,$ORIGIN/lib 2022-11-23T01:27:29.8470536Z /opt/conda/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-11-23T01:27:29.8470957Z warnings.warn( 2022-11-23T01:27:29.8630030Z installing to build/bdist.linux-x86_64/wheel 2022-11-23T01:27:29.8630448Z running install 2022-11-23T01:27:29.8685205Z running install_lib 2022-11-23T01:27:29.8869525Z creating build/bdist.linux-x86_64 2022-11-23T01:27:29.8869925Z creating build/bdist.linux-x86_64/wheel 2022-11-23T01:27:29.8870271Z creating build/bdist.linux-x86_64/wheel/functorch 2022-11-23T01:27:29.8870887Z copying build/lib.linux-x86_64-cpython-38/functorch/__init__.py -> build/bdist.linux-x86_64/wheel/functorch 2022-11-23T01:27:29.8872970Z creating build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:27:29.8873588Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:27:29.8874844Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/aot_autograd.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:27:29.8876006Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/benchmark_utils.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:27:29.8876923Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/compile_utils.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:27:29.8877481Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/compilers.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:27:29.8878778Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/config.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:27:29.8879693Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/eager_transforms.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:27:29.8881812Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/fx_minifier.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:27:29.8882410Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/make_functional.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:27:29.8883396Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/named_members_polyfill.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:27:29.8883923Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/partitioners.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:27:29.8885925Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/python_key.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:27:29.8886599Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/pytree_hacks.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:27:29.8887782Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/top_operators_github_usage.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:27:29.8888977Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/vmap.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:27:29.8890360Z creating build/bdist.linux-x86_64/wheel/functorch/compile 2022-11-23T01:27:29.8891245Z copying build/lib.linux-x86_64-cpython-38/functorch/compile/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/compile 2022-11-23T01:27:29.8892605Z creating build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:27:29.8893427Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:27:29.8894607Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/batch_tensor.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:27:29.8895710Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/delayed_mul_tensor.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:27:29.8896754Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/dim.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:27:29.8897985Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/magic_trace.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:27:29.8899068Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/op_properties.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:27:29.8900040Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/reference.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:27:29.8900882Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/tree_map.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:27:29.8902069Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/wrap_type.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:27:29.8903677Z creating build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:27:29.8904283Z copying build/lib.linux-x86_64-cpython-38/functorch/experimental/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:27:29.8905273Z copying build/lib.linux-x86_64-cpython-38/functorch/experimental/_map.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:27:29.8906255Z copying build/lib.linux-x86_64-cpython-38/functorch/experimental/batch_norm_replacement.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:27:29.8907503Z copying build/lib.linux-x86_64-cpython-38/functorch/experimental/cond.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:27:29.8908474Z copying build/lib.linux-x86_64-cpython-38/functorch/experimental/control_flow.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:27:29.8909410Z copying build/lib.linux-x86_64-cpython-38/functorch/experimental/ops.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:27:29.8910294Z copying build/lib.linux-x86_64-cpython-38/functorch/_C.cpython-38-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/functorch 2022-11-23T01:27:29.8914013Z creating build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8914574Z copying build/lib.linux-x86_64-cpython-38/torch/_VF.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8915601Z copying build/lib.linux-x86_64-cpython-38/torch/__config__.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8916444Z copying build/lib.linux-x86_64-cpython-38/torch/__future__.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8917420Z copying build/lib.linux-x86_64-cpython-38/torch/__init__.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8918817Z copying build/lib.linux-x86_64-cpython-38/torch/_appdirs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8920671Z copying build/lib.linux-x86_64-cpython-38/torch/_classes.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8921164Z copying build/lib.linux-x86_64-cpython-38/torch/_deploy.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8921611Z copying build/lib.linux-x86_64-cpython-38/torch/_jit_internal.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8922715Z copying build/lib.linux-x86_64-cpython-38/torch/_linalg_utils.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8923565Z copying build/lib.linux-x86_64-cpython-38/torch/_lobpcg.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8924547Z copying build/lib.linux-x86_64-cpython-38/torch/_lowrank.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8925521Z copying build/lib.linux-x86_64-cpython-38/torch/_meta_registrations.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8926998Z copying build/lib.linux-x86_64-cpython-38/torch/_namedtensor_internals.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8927658Z copying build/lib.linux-x86_64-cpython-38/torch/_ops.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8928826Z copying build/lib.linux-x86_64-cpython-38/torch/_python_dispatcher.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8929701Z copying build/lib.linux-x86_64-cpython-38/torch/_six.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8931154Z copying build/lib.linux-x86_64-cpython-38/torch/_sources.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8931844Z copying build/lib.linux-x86_64-cpython-38/torch/_storage_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8932745Z copying build/lib.linux-x86_64-cpython-38/torch/_tensor.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8934137Z copying build/lib.linux-x86_64-cpython-38/torch/_tensor_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8936320Z copying build/lib.linux-x86_64-cpython-38/torch/_tensor_str.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8936945Z copying build/lib.linux-x86_64-cpython-38/torch/_torch_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8940978Z copying build/lib.linux-x86_64-cpython-38/torch/_utils.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8942134Z copying build/lib.linux-x86_64-cpython-38/torch/_utils_internal.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8943135Z copying build/lib.linux-x86_64-cpython-38/torch/_vmap_internals.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8943959Z copying build/lib.linux-x86_64-cpython-38/torch/_weights_only_unpickler.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8944925Z copying build/lib.linux-x86_64-cpython-38/torch/functional.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8946431Z copying build/lib.linux-x86_64-cpython-38/torch/hub.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8947361Z copying build/lib.linux-x86_64-cpython-38/torch/library.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8948197Z copying build/lib.linux-x86_64-cpython-38/torch/overrides.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8949938Z copying build/lib.linux-x86_64-cpython-38/torch/quasirandom.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8950636Z copying build/lib.linux-x86_64-cpython-38/torch/random.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8952026Z copying build/lib.linux-x86_64-cpython-38/torch/return_types.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8952953Z copying build/lib.linux-x86_64-cpython-38/torch/serialization.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8954217Z copying build/lib.linux-x86_64-cpython-38/torch/storage.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8955397Z copying build/lib.linux-x86_64-cpython-38/torch/torch_version.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8956107Z copying build/lib.linux-x86_64-cpython-38/torch/types.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8957121Z copying build/lib.linux-x86_64-cpython-38/torch/version.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:29.8958528Z creating build/bdist.linux-x86_64/wheel/torch/_decomp 2022-11-23T01:27:29.8959069Z copying build/lib.linux-x86_64-cpython-38/torch/_decomp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2022-11-23T01:27:29.8959769Z copying build/lib.linux-x86_64-cpython-38/torch/_decomp/decompositions.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2022-11-23T01:27:29.8961639Z copying build/lib.linux-x86_64-cpython-38/torch/_decomp/decompositions_for_jvp.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2022-11-23T01:27:29.8962783Z creating build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-11-23T01:27:29.8963337Z copying build/lib.linux-x86_64-cpython-38/torch/_dispatch/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-11-23T01:27:29.8964192Z copying build/lib.linux-x86_64-cpython-38/torch/_dispatch/python.py -> build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-11-23T01:27:29.8966274Z creating build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:29.8966907Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:29.8967847Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/allowed_functions.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:29.8968817Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/bytecode_analysis.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:29.8970023Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/bytecode_transformation.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:29.8971134Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/codegen.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:29.8972110Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/config.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:29.8973155Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/convert_frame.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:29.8974405Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/debug_utils.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:29.8975695Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/eval_frame.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:29.8976801Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/exc.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:29.8977936Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/guards.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:29.8979304Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/logging.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:29.8980343Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/mutation_guard.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:29.8981360Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/output_graph.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:29.8982479Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/profiler.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:29.8983640Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/replay_record.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:29.8985024Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/resume_execution.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:29.8986033Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/side_effects.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:29.8987212Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/skipfiles.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:29.8988368Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/source.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:29.8989435Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/symbolic_convert.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:29.8991041Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/test_case.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:29.8992280Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/test_minifier_common.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:29.8993373Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/testing.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:29.8994579Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/utils.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:29.8996546Z creating build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:27:29.8997418Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:27:29.8998398Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations/analysis.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:27:29.8999510Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations/backends.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:27:29.9000704Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations/distributed.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:27:29.9001949Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations/inference.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:27:29.9002969Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations/log_args.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:27:29.9003798Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations/normalize.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:27:29.9004873Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations/subgraph.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:27:29.9005972Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations/torchxla_integration.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:27:29.9007122Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations/training.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:27:29.9008560Z creating build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:27:29.9009194Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:27:29.9009969Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/base.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:27:29.9010784Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/builder.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:27:29.9012196Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/builtin.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:27:29.9013143Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/constant.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:27:29.9014038Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/dicts.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:27:29.9015044Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/functions.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:27:29.9016089Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/lists.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:27:29.9017171Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/misc.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:27:29.9018306Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/nn_module.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:27:29.9019411Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/tensor.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:27:29.9020433Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/torch.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:27:29.9021569Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/user_defined.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:27:29.9022734Z creating build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T01:27:29.9023344Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T01:27:29.9024438Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/pyfunctorch.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T01:27:29.9025411Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/utils.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T01:27:29.9026492Z creating build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:29.9027138Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:29.9027908Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codecache.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:29.9029133Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/compile_fx.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:29.9029609Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/config.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:29.9030513Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/cuda_properties.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:29.9031261Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/debug.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:29.9032400Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/decomposition.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:29.9033568Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/dependencies.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:29.9034652Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/exc.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:29.9035921Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/graph.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:29.9036916Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/ir.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:29.9038523Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/lowering.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:29.9040162Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/metrics.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:29.9040935Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/overrides.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:29.9042212Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/scheduler.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:29.9043733Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/sizevars.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:29.9044397Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/utils.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:29.9045211Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/virtualized.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:29.9047261Z creating build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:27:29.9047876Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:27:29.9048759Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/autotuner.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:27:29.9049407Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/common.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:27:29.9050404Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cpp.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:27:29.9051499Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/triton.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:27:29.9052546Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/triton_template.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:27:29.9053566Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/wrapper.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:27:29.9054672Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cpp_prefix.h -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:27:29.9055493Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/triton_conv_delta_x.j2 -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:27:29.9056314Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/triton_conv_delta_x_hwc.j2 -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:27:29.9056960Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/triton_mm.j2 -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:27:29.9057895Z creating build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:27:29.9058641Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:27:29.9059461Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops/autotune.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:27:29.9060233Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops/batched_matmul.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:27:29.9061478Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops/conv.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:27:29.9062538Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops/conv1x1.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:27:29.9063488Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops/conv_perf_model.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:27:29.9064405Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops/matmul.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:27:29.9065099Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops/mm_perf_model.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:27:29.9065779Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops/utils.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:27:29.9066915Z creating build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:27:29.9067391Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:27:29.9068514Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/closure.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:27:29.9069216Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/computation.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:27:29.9069894Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/config.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:27:29.9070942Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/debug.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:27:29.9071858Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/device_context.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:27:29.9072751Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/extract_compiled_graph.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:27:29.9073610Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/ir_cache.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:27:29.9074568Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/metrics.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:27:29.9075739Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/tensor_factory_functions.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:27:29.9076290Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/ts_backend.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:27:29.9077134Z creating build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:27:29.9077538Z copying build/lib.linux-x86_64-cpython-38/torch/_prims/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:27:29.9079259Z copying build/lib.linux-x86_64-cpython-38/torch/_prims/context.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:27:29.9080103Z copying build/lib.linux-x86_64-cpython-38/torch/_prims/executor.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:27:29.9081579Z copying build/lib.linux-x86_64-cpython-38/torch/_prims/nvfuser_executor.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:27:29.9082131Z copying build/lib.linux-x86_64-cpython-38/torch/_prims/nvfuser_prims.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:27:29.9083011Z creating build/bdist.linux-x86_64/wheel/torch/_prims_common 2022-11-23T01:27:29.9084875Z copying build/lib.linux-x86_64-cpython-38/torch/_prims_common/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_prims_common 2022-11-23T01:27:29.9085486Z copying build/lib.linux-x86_64-cpython-38/torch/_prims_common/wrappers.py -> build/bdist.linux-x86_64/wheel/torch/_prims_common 2022-11-23T01:27:29.9086246Z creating build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T01:27:29.9086913Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T01:27:29.9088887Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/_conversions.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T01:27:29.9089594Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/fft.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T01:27:29.9091433Z creating build/bdist.linux-x86_64/wheel/torch/_refs/linalg 2022-11-23T01:27:29.9092166Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/linalg/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/linalg 2022-11-23T01:27:29.9094872Z creating build/bdist.linux-x86_64/wheel/torch/_refs/nn 2022-11-23T01:27:29.9095473Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/nn 2022-11-23T01:27:29.9096112Z creating build/bdist.linux-x86_64/wheel/torch/_refs/nn/functional 2022-11-23T01:27:29.9096646Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/nn/functional/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/nn/functional 2022-11-23T01:27:29.9097511Z creating build/bdist.linux-x86_64/wheel/torch/_refs/special 2022-11-23T01:27:29.9098154Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/special/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/special 2022-11-23T01:27:29.9098857Z creating build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T01:27:29.9099493Z copying build/lib.linux-x86_64-cpython-38/torch/_subclasses/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T01:27:29.9100215Z copying build/lib.linux-x86_64-cpython-38/torch/_subclasses/fake_tensor.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T01:27:29.9100860Z copying build/lib.linux-x86_64-cpython-38/torch/_subclasses/fake_utils.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T01:27:29.9102199Z copying build/lib.linux-x86_64-cpython-38/torch/_subclasses/meta_utils.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T01:27:29.9103126Z creating build/bdist.linux-x86_64/wheel/torch/amp 2022-11-23T01:27:29.9103637Z copying build/lib.linux-x86_64-cpython-38/torch/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/amp 2022-11-23T01:27:29.9104664Z copying build/lib.linux-x86_64-cpython-38/torch/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/amp 2022-11-23T01:27:29.9105758Z creating build/bdist.linux-x86_64/wheel/torch/ao 2022-11-23T01:27:29.9106263Z copying build/lib.linux-x86_64-cpython-38/torch/ao/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao 2022-11-23T01:27:29.9107302Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn 2022-11-23T01:27:29.9108044Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn 2022-11-23T01:27:29.9108928Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic 2022-11-23T01:27:29.9109702Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic 2022-11-23T01:27:29.9111035Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/modules 2022-11-23T01:27:29.9111921Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/modules 2022-11-23T01:27:29.9112883Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/modules/fused.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/modules 2022-11-23T01:27:29.9113684Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat 2022-11-23T01:27:29.9114723Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat 2022-11-23T01:27:29.9116139Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:27:29.9117173Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:27:29.9118050Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules/conv_fused.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:27:29.9119097Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules/linear_fused.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:27:29.9120148Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:27:29.9120663Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized 2022-11-23T01:27:29.9121409Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized 2022-11-23T01:27:29.9121990Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic 2022-11-23T01:27:29.9122515Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic 2022-11-23T01:27:29.9123627Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:27:29.9124414Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:27:29.9125168Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:27:29.9126204Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:27:29.9127124Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:27:29.9128239Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules/bn_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:27:29.9129196Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules/conv_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:27:29.9129912Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:27:29.9130587Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat 2022-11-23T01:27:29.9131000Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat 2022-11-23T01:27:29.9132283Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic 2022-11-23T01:27:29.9132957Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic 2022-11-23T01:27:29.9134022Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic/modules 2022-11-23T01:27:29.9135357Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic/modules 2022-11-23T01:27:29.9136364Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic/modules 2022-11-23T01:27:29.9137199Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-11-23T01:27:29.9138032Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-11-23T01:27:29.9138920Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-11-23T01:27:29.9139875Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-11-23T01:27:29.9140768Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-11-23T01:27:29.9141596Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable 2022-11-23T01:27:29.9142352Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable 2022-11-23T01:27:29.9143156Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-11-23T01:27:29.9143953Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-11-23T01:27:29.9144967Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-11-23T01:27:29.9145768Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-11-23T01:27:29.9147244Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized 2022-11-23T01:27:29.9147754Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized 2022-11-23T01:27:29.9148677Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/functional.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized 2022-11-23T01:27:29.9150299Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic 2022-11-23T01:27:29.9150927Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic 2022-11-23T01:27:29.9151855Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:27:29.9152533Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:27:29.9153347Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:27:29.9154439Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:27:29.9155229Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:27:29.9156770Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:27:29.9157611Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:27:29.9158455Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:27:29.9159353Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:27:29.9160058Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:27:29.9161094Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/dropout.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:27:29.9162001Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:27:29.9162857Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/functional_modules.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:27:29.9164227Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:27:29.9165137Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/normalization.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:27:29.9166088Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:27:29.9167308Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:27:29.9168040Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference 2022-11-23T01:27:29.9168835Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference 2022-11-23T01:27:29.9169757Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T01:27:29.9170321Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T01:27:29.9171150Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T01:27:29.9171967Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T01:27:29.9173016Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T01:27:29.9174238Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules/sparse.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T01:27:29.9175040Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T01:27:29.9175939Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse 2022-11-23T01:27:29.9176422Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse 2022-11-23T01:27:29.9177842Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-11-23T01:27:29.9178481Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-11-23T01:27:29.9179389Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-11-23T01:27:29.9180166Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-11-23T01:27:29.9181238Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T01:27:29.9181920Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T01:27:29.9182765Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/dynamic/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T01:27:29.9183747Z creating build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-11-23T01:27:29.9184200Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-11-23T01:27:29.9185187Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/_numeric_suite.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-11-23T01:27:29.9186254Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/_numeric_suite_fx.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-11-23T01:27:29.9187489Z creating build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:27:29.9188209Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:27:29.9189094Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/graph_matcher.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:27:29.9190074Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/graph_passes.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:27:29.9190965Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:27:29.9191809Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/n_shadows_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:27:29.9193348Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/ns_types.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:27:29.9193881Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/pattern_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:27:29.9195316Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/qconfig_multi_mapping.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:27:29.9196230Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:27:29.9197310Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/weight_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:27:29.9198735Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning 2022-11-23T01:27:29.9199505Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning 2022-11-23T01:27:29.9200427Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning 2022-11-23T01:27:29.9201448Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental 2022-11-23T01:27:29.9202235Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental 2022-11-23T01:27:29.9203476Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T01:27:29.9204501Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/activation_sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T01:27:29.9205500Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T01:27:29.9206581Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T01:27:29.9207543Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_scheduler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T01:27:29.9208701Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T01:27:29.9209709Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:27:29.9210489Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:27:29.9211227Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:27:29.9212037Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:27:29.9212725Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:27:29.9213482Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning 2022-11-23T01:27:29.9214133Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning 2022-11-23T01:27:29.9214927Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:27:29.9215676Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:27:29.9216682Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:27:29.9217712Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:27:29.9218672Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2022-11-23T01:27:29.9219868Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2022-11-23T01:27:29.9221207Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner/base_pruner.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2022-11-23T01:27:29.9222367Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner/parametrization.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2022-11-23T01:27:29.9223219Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T01:27:29.9224083Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T01:27:29.9225131Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler/base_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T01:27:29.9226140Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler/cubic_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T01:27:29.9227286Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler/lambda_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T01:27:29.9228087Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T01:27:29.9228968Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T01:27:29.9230008Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier/base_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T01:27:29.9231112Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T01:27:29.9232213Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T01:27:29.9232859Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier/weight_norm_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T01:27:29.9234445Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:29.9235097Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:29.9236090Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/_correct_bias.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:29.9237272Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/_equalize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:29.9238403Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/_learnable_fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:29.9239381Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:29.9240396Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fuse_modules.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:29.9241380Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fuser_method_mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:29.9242434Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/observer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:29.9244445Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/qconfig.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:29.9245570Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/qconfig_mapping.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:29.9246596Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/qconfig_mapping_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:29.9247513Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quant_type.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:29.9248519Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantization_mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:29.9249323Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:29.9249984Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantize_fx.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:29.9250957Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantize_jit.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:29.9251977Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/stubs.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:29.9252940Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:29.9254534Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:27:29.9255118Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:27:29.9256563Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/_common_operator_config_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:27:29.9257811Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/backend_config.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:27:29.9258952Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/executorch.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:27:29.9260139Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/fbgemm.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:27:29.9261244Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/native.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:27:29.9262332Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/observation_type.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:27:29.9263433Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/qnnpack.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:27:29.9264533Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/tensorrt.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:27:29.9265634Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:27:29.9266681Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/x86.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:27:29.9267475Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:29.9268312Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:29.9269304Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_decomposed.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:29.9270292Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_equalize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:29.9271963Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_lower_to_native_backend.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:29.9273031Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/backend_config_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:29.9274008Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/convert.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:29.9275529Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/custom_config.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:29.9276675Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/fuse.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:29.9277795Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/fusion_patterns.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:29.9278938Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:29.9280057Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/lower_to_fbgemm.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:29.9281045Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/lower_to_qnnpack.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:29.9282026Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/match_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:29.9282995Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/pattern_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:29.9284436Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/prepare.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:29.9286346Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:29.9287337Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/quantization_patterns.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:29.9288104Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/tracer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:29.9288640Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:29.9289885Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T01:27:29.9290476Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T01:27:29.9291331Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report/detector.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T01:27:29.9292558Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report/model_report.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T01:27:29.9293731Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report/model_report_observer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T01:27:29.9294814Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report/model_report_visualizer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T01:27:29.9296080Z creating build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:27:29.9296560Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:27:29.9297542Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/anomaly_mode.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:27:29.9298468Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/forward_ad.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:27:29.9299564Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/function.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:27:29.9300843Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/functional.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:27:29.9302099Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/grad_mode.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:27:29.9303203Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/gradcheck.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:27:29.9304832Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/graph.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:27:29.9306770Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/profiler.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:27:29.9307707Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/profiler_legacy.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:27:29.9308840Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/profiler_util.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:27:29.9309947Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/variable.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:27:29.9311192Z creating build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-11-23T01:27:29.9312055Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/_functions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-11-23T01:27:29.9313040Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/_functions/tensor.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-11-23T01:27:29.9314314Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/_functions/utils.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-11-23T01:27:29.9315347Z creating build/bdist.linux-x86_64/wheel/torch/backends 2022-11-23T01:27:29.9316182Z copying build/lib.linux-x86_64-cpython-38/torch/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends 2022-11-23T01:27:29.9317633Z creating build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2022-11-23T01:27:29.9318214Z copying build/lib.linux-x86_64-cpython-38/torch/backends/_coreml/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2022-11-23T01:27:29.9319164Z copying build/lib.linux-x86_64-cpython-38/torch/backends/_coreml/preprocess.py -> build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2022-11-23T01:27:29.9320021Z creating build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-11-23T01:27:29.9320872Z copying build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-11-23T01:27:29.9321761Z copying build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi/prepare.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-11-23T01:27:29.9322736Z copying build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi/serializer.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-11-23T01:27:29.9323934Z creating build/bdist.linux-x86_64/wheel/torch/backends/cuda 2022-11-23T01:27:29.9324645Z copying build/lib.linux-x86_64-cpython-38/torch/backends/cuda/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/cuda 2022-11-23T01:27:29.9325727Z creating build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2022-11-23T01:27:29.9326314Z copying build/lib.linux-x86_64-cpython-38/torch/backends/cudnn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2022-11-23T01:27:29.9327336Z copying build/lib.linux-x86_64-cpython-38/torch/backends/cudnn/rnn.py -> build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2022-11-23T01:27:29.9328110Z creating build/bdist.linux-x86_64/wheel/torch/backends/mkl 2022-11-23T01:27:29.9328603Z copying build/lib.linux-x86_64-cpython-38/torch/backends/mkl/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mkl 2022-11-23T01:27:29.9330128Z creating build/bdist.linux-x86_64/wheel/torch/backends/mkldnn 2022-11-23T01:27:29.9330706Z copying build/lib.linux-x86_64-cpython-38/torch/backends/mkldnn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mkldnn 2022-11-23T01:27:29.9331141Z creating build/bdist.linux-x86_64/wheel/torch/backends/mps 2022-11-23T01:27:29.9331677Z copying build/lib.linux-x86_64-cpython-38/torch/backends/mps/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mps 2022-11-23T01:27:29.9332830Z creating build/bdist.linux-x86_64/wheel/torch/backends/openmp 2022-11-23T01:27:29.9333635Z copying build/lib.linux-x86_64-cpython-38/torch/backends/openmp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/openmp 2022-11-23T01:27:29.9334352Z creating build/bdist.linux-x86_64/wheel/torch/backends/opt_einsum 2022-11-23T01:27:29.9335288Z copying build/lib.linux-x86_64-cpython-38/torch/backends/opt_einsum/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/opt_einsum 2022-11-23T01:27:29.9336024Z creating build/bdist.linux-x86_64/wheel/torch/backends/quantized 2022-11-23T01:27:29.9336775Z copying build/lib.linux-x86_64-cpython-38/torch/backends/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/quantized 2022-11-23T01:27:29.9337590Z creating build/bdist.linux-x86_64/wheel/torch/backends/xeon 2022-11-23T01:27:29.9338397Z copying build/lib.linux-x86_64-cpython-38/torch/backends/xeon/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/xeon 2022-11-23T01:27:29.9339466Z copying build/lib.linux-x86_64-cpython-38/torch/backends/xeon/run_cpu.py -> build/bdist.linux-x86_64/wheel/torch/backends/xeon 2022-11-23T01:27:29.9340173Z creating build/bdist.linux-x86_64/wheel/torch/backends/xnnpack 2022-11-23T01:27:29.9341001Z copying build/lib.linux-x86_64-cpython-38/torch/backends/xnnpack/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/xnnpack 2022-11-23T01:27:29.9341713Z creating build/bdist.linux-x86_64/wheel/torch/contrib 2022-11-23T01:27:29.9342547Z copying build/lib.linux-x86_64-cpython-38/torch/contrib/__init__.py -> build/bdist.linux-x86_64/wheel/torch/contrib 2022-11-23T01:27:29.9343424Z copying build/lib.linux-x86_64-cpython-38/torch/contrib/_tensorboard_vis.py -> build/bdist.linux-x86_64/wheel/torch/contrib 2022-11-23T01:27:29.9344101Z creating build/bdist.linux-x86_64/wheel/torch/cpu 2022-11-23T01:27:29.9344831Z copying build/lib.linux-x86_64-cpython-38/torch/cpu/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cpu 2022-11-23T01:27:29.9345480Z creating build/bdist.linux-x86_64/wheel/torch/cpu/amp 2022-11-23T01:27:29.9346238Z copying build/lib.linux-x86_64-cpython-38/torch/cpu/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cpu/amp 2022-11-23T01:27:29.9347146Z copying build/lib.linux-x86_64-cpython-38/torch/cpu/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/cpu/amp 2022-11-23T01:27:29.9347822Z creating build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:27:29.9348713Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:27:29.9349450Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/_dynamo_graphs.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:27:29.9350366Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/_memory_viz.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:27:29.9351258Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/_sanitizer.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:27:29.9352533Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/_utils.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:27:29.9353248Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/comm.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:27:29.9353948Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/error.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:27:29.9354828Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/graphs.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:27:29.9355793Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/jiterator.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:27:29.9356605Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/memory.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:27:29.9357851Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/nccl.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:27:29.9358567Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/nvtx.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:27:29.9359265Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/profiler.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:27:29.9360726Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/random.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:27:29.9361480Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/sparse.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:27:29.9362478Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/streams.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:27:29.9363862Z creating build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T01:27:29.9364637Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T01:27:29.9365626Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T01:27:29.9366550Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/amp/common.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T01:27:29.9367497Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/amp/grad_scaler.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T01:27:29.9368440Z creating build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:27:29.9369067Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:27:29.9370064Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/argparse_util.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:27:29.9370764Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/c10d_error_logger.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:27:29.9371696Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/constants.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:27:29.9372473Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/distributed_c10d.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:27:29.9374116Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/launch.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:27:29.9374925Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/logging_handlers.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:27:29.9375717Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/remote_device.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:27:29.9376535Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:27:29.9377464Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/run.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:27:29.9378483Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:27:29.9379587Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:27:29.9380572Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:27:29.9381176Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/_ddp.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:27:29.9382652Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/checkpoint_activation.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:27:29.9383449Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/contract.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:27:29.9384913Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fully_shard.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:27:29.9385604Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/replicate.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:27:29.9386320Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:27:29.9386865Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:27:29.9387908Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:27:29.9388577Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:27:29.9389512Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/common_op_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:27:29.9390497Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/metadata.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:27:29.9391206Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/op_registry_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:27:29.9391888Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/partial_tensor.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:27:29.9393192Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/replicated_tensor.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:27:29.9393956Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharder.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:27:29.9395093Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-11-23T01:27:29.9396008Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/checkpoint/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-11-23T01:27:29.9397205Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_optim 2022-11-23T01:27:29.9398032Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_optim 2022-11-23T01:27:29.9398824Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_optim/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_optim 2022-11-23T01:27:29.9399797Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T01:27:29.9400390Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T01:27:29.9401345Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T01:27:29.9402533Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/metadata.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T01:27:29.9403402Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/reshard.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T01:27:29.9404227Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/shard.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T01:27:29.9404978Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T01:27:29.9406123Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:29.9407285Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:29.9408243Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/_common.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:29.9409347Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:29.9410129Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/chunk.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:29.9411083Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:29.9412121Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/init.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:29.9412743Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/math_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:29.9413515Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:29.9414211Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:29.9414843Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:29.9415684Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_plan 2022-11-23T01:27:29.9416623Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_plan/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_plan 2022-11-23T01:27:29.9417721Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_plan/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_plan 2022-11-23T01:27:29.9418291Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-11-23T01:27:29.9419245Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-11-23T01:27:29.9420081Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/_internals.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-11-23T01:27:29.9420998Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-11-23T01:27:29.9421778Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-11-23T01:27:29.9423256Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:29.9424506Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:29.9425881Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:29.9427250Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:29.9428626Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:29.9430058Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/linear.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:29.9431400Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/math_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:29.9432742Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/matrix_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:29.9434236Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/softmax.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:29.9435195Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_sharded_tensor 2022-11-23T01:27:29.9436195Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_sharded_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_sharded_tensor 2022-11-23T01:27:29.9437015Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_sharding_spec 2022-11-23T01:27:29.9437950Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_sharding_spec/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_sharding_spec 2022-11-23T01:27:29.9438732Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2022-11-23T01:27:29.9439557Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2022-11-23T01:27:29.9440539Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/comm_tensor.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2022-11-23T01:27:29.9441306Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:27:29.9442163Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:27:29.9443130Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:27:29.9444124Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/device_mesh.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:27:29.9445128Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/dispatch.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:27:29.9446141Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/placement_types.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:27:29.9447161Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/redistribute.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:27:29.9448143Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:27:29.9448929Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:27:29.9449819Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:27:29.9450852Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/common_rules.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:27:29.9451863Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/math_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:27:29.9452916Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/matrix_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:27:29.9454028Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/pointwise_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:27:29.9455063Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/tensor_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:27:29.9456086Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/tp_sharding_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:27:29.9457189Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:27:29.9458210Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/view_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:27:29.9459018Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:27:29.9459946Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:27:29.9461120Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel/_view_with_dim_change.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:27:29.9462209Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:27:29.9463282Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel/fsdp.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:27:29.9464402Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel/multihead_attention_tp.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:27:29.9465503Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel/style.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:27:29.9466571Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:27:29.9467369Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2022-11-23T01:27:29.9468265Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2022-11-23T01:27:29.9469244Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/join.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2022-11-23T01:27:29.9470073Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_checkpoint 2022-11-23T01:27:29.9471061Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_checkpoint/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_checkpoint 2022-11-23T01:27:29.9472243Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_checkpoint 2022-11-23T01:27:29.9473123Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_comm_hooks 2022-11-23T01:27:29.9474185Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_comm_hooks/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_comm_hooks 2022-11-23T01:27:29.9475334Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_comm_hooks 2022-11-23T01:27:29.9476238Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T01:27:29.9477278Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T01:27:29.9478612Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T01:27:29.9479546Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_quantization 2022-11-23T01:27:29.9480546Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_quantization 2022-11-23T01:27:29.9481713Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_quantization/quantization.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_quantization 2022-11-23T01:27:29.9482608Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:29.9483631Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:29.9484847Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:29.9486043Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:29.9487215Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:29.9488447Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:29.9489669Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:29.9490859Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:29.9492097Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:29.9492973Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-11-23T01:27:29.9493974Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-11-23T01:27:29.9495167Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging/averagers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-11-23T01:27:29.9496430Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-11-23T01:27:29.9497696Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-11-23T01:27:29.9498505Z creating build/bdist.linux-x86_64/wheel/torch/distributed/autograd 2022-11-23T01:27:29.9499380Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/autograd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/autograd 2022-11-23T01:27:29.9500162Z creating build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:27:29.9501057Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:27:29.9502126Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:27:29.9503181Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/dedup_tensors.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:27:29.9504269Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/default_planner.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:27:29.9505318Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/filesystem.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:27:29.9506365Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/metadata.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:27:29.9507382Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/planner.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:27:29.9508445Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/planner_helpers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:27:29.9509536Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/resharding.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:27:29.9510581Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/state_dict_loader.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:27:29.9511651Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/state_dict_saver.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:27:29.9512690Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/storage.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:27:29.9513717Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/traverse.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:27:29.9514837Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:27:29.9515616Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic 2022-11-23T01:27:29.9516497Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic 2022-11-23T01:27:29.9517245Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent 2022-11-23T01:27:29.9518166Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent 2022-11-23T01:27:29.9518975Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-11-23T01:27:29.9519965Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-11-23T01:27:29.9521070Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-11-23T01:27:29.9522210Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server/local_elastic_agent.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-11-23T01:27:29.9523064Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-11-23T01:27:29.9523988Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-11-23T01:27:29.9525182Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-11-23T01:27:29.9526223Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events/handlers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-11-23T01:27:29.9527100Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/metrics 2022-11-23T01:27:29.9528028Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/metrics/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/metrics 2022-11-23T01:27:29.9529102Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/metrics/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/metrics 2022-11-23T01:27:29.9529947Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-11-23T01:27:29.9531033Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-11-23T01:27:29.9532189Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-11-23T01:27:29.9533352Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/redirects.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-11-23T01:27:29.9534608Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/tail_log.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-11-23T01:27:29.9535501Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:27:29.9536558Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:27:29.9537857Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:27:29.9539127Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:27:29.9540042Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:27:29.9540980Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:27:29.9542050Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:27:29.9543207Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:27:29.9544392Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:27:29.9545545Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:27:29.9546698Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:27:29.9547844Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/etcd_server.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:27:29.9548960Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/etcd_store.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:27:29.9550075Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/registry.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:27:29.9551290Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:27:29.9552403Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:27:29.9553216Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-11-23T01:27:29.9554228Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-11-23T01:27:29.9555250Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-11-23T01:27:29.9556344Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer/file_based_local_timer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-11-23T01:27:29.9557431Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer/local_timer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-11-23T01:27:29.9558297Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T01:27:29.9559189Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T01:27:29.9560238Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T01:27:29.9561325Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/distributed.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T01:27:29.9562396Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/log_level.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T01:27:29.9563449Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/logging.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T01:27:29.9564488Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/store.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T01:27:29.9565312Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-11-23T01:27:29.9566259Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-11-23T01:27:29.9567383Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data/cycling_iterator.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-11-23T01:27:29.9568547Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-11-23T01:27:29.9569390Z creating build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:29.9570235Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:29.9571224Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_common_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:29.9572189Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_exec_order_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:29.9573202Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_fsdp_extensions.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:29.9574248Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_init_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:29.9575230Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_limiter_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:29.9576265Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_optim_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:29.9577308Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_runtime_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:29.9578293Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_shard_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:29.9579302Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_state_dict_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:29.9580293Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_symbolic_trace.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:29.9581446Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_unshard_param_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:29.9582460Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:29.9583446Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_wrap_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:29.9584421Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:29.9585363Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/flat_param.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:29.9586396Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:29.9587434Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/sharded_grad_scaler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:29.9588412Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/wrap.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:29.9589160Z creating build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2022-11-23T01:27:29.9590034Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/launcher/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2022-11-23T01:27:29.9591008Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/launcher/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2022-11-23T01:27:29.9591739Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn 2022-11-23T01:27:29.9592534Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn 2022-11-23T01:27:29.9593463Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/functional.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn 2022-11-23T01:27:29.9594325Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/api 2022-11-23T01:27:29.9595166Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/api/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/api 2022-11-23T01:27:29.9596161Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/api/remote_module.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/api 2022-11-23T01:27:29.9596934Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit 2022-11-23T01:27:29.9597767Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit 2022-11-23T01:27:29.9598776Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/instantiator.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit 2022-11-23T01:27:29.9599571Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit/templates 2022-11-23T01:27:29.9600582Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/templates/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit/templates 2022-11-23T01:27:29.9601684Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/templates/remote_module_template.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit/templates 2022-11-23T01:27:29.9602497Z creating build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:27:29.9603325Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:27:29.9604359Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/apply_optimizer_in_backward.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:27:29.9605426Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_adadelta.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:27:29.9606477Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_adagrad.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:27:29.9607538Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_adam.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:27:29.9608578Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_adamax.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:27:29.9609599Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_adamw.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:27:29.9610634Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_rmsprop.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:27:29.9611650Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_rprop.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:27:29.9612664Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_sgd.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:27:29.9613671Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:27:29.9614707Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/post_localSGD_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:27:29.9615696Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:27:29.9616726Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/zero_redundancy_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:27:29.9617613Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline 2022-11-23T01:27:29.9618498Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline 2022-11-23T01:27:29.9619276Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:27:29.9620196Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:27:29.9621243Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:27:29.9622320Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/checkpoint.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:27:29.9623333Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/copy.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:27:29.9624403Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/dependency.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:27:29.9625540Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/microbatch.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:27:29.9626596Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/phony.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:27:29.9627640Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/pipe.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:27:29.9628662Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/pipeline.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:27:29.9629727Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/stream.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:27:29.9630781Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:27:29.9631871Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/worker.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:27:29.9632697Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-11-23T01:27:29.9633661Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-11-23T01:27:29.9634922Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance/blockpartition.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-11-23T01:27:29.9636077Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance/profile.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-11-23T01:27:29.9636932Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T01:27:29.9637880Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T01:27:29.9639002Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip/layout.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T01:27:29.9640099Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip/namespace.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T01:27:29.9641223Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip/portal.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T01:27:29.9642324Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip/skippable.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T01:27:29.9643447Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip/tracker.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T01:27:29.9644249Z creating build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:27:29.9645067Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:27:29.9646006Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:27:29.9646940Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:27:29.9647913Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/backend_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:27:29.9648972Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/constants.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:27:29.9649928Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/functions.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:27:29.9650897Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/internal.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:27:29.9651861Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/options.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:27:29.9652822Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/rref_proxy.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:27:29.9653844Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/server_process_global_profiler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:27:29.9654658Z creating build/bdist.linux-x86_64/wheel/torch/distributed/rpc/_testing 2022-11-23T01:27:29.9655544Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/_testing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc/_testing 2022-11-23T01:27:29.9656699Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc/_testing 2022-11-23T01:27:29.9657551Z creating build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9658372Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9659306Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9660367Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/beta.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9661307Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/binomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9662401Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9663350Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/cauchy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9664270Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/chi2.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9665223Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/constraint_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9666203Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/constraints.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9667193Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/continuous_bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9668164Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/dirichlet.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9669094Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/distribution.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9670045Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/exp_family.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9670997Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/exponential.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9671989Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/fishersnedecor.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9672939Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/gamma.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9673956Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/geometric.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9674997Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/gumbel.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9675936Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/half_cauchy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9676848Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/half_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9677809Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/independent.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9678714Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/kl.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9679659Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/kumaraswamy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9680575Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/laplace.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9681610Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/lkj_cholesky.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9682546Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/log_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9683511Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/logistic_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9684501Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/lowrank_multivariate_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9685552Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/mixture_same_family.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9686527Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/multinomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9687510Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/multivariate_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9688472Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/negative_binomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9689422Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9690407Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/one_hot_categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9691459Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/pareto.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9692394Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/poisson.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9693371Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/relaxed_bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9694360Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/relaxed_categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9695327Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/studentT.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9696318Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/transformed_distribution.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9697335Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/transforms.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9698282Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/uniform.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9699284Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9700220Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/von_mises.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9701136Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/weibull.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9702058Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/wishart.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:29.9702750Z creating build/bdist.linux-x86_64/wheel/torch/fft 2022-11-23T01:27:29.9703452Z copying build/lib.linux-x86_64-cpython-38/torch/fft/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fft 2022-11-23T01:27:29.9704105Z creating build/bdist.linux-x86_64/wheel/torch/futures 2022-11-23T01:27:29.9704855Z copying build/lib.linux-x86_64-cpython-38/torch/futures/__init__.py -> build/bdist.linux-x86_64/wheel/torch/futures 2022-11-23T01:27:29.9705516Z creating build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:27:29.9706249Z copying build/lib.linux-x86_64-cpython-38/torch/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:27:29.9707093Z copying build/lib.linux-x86_64-cpython-38/torch/fx/_compatibility.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:27:29.9707921Z copying build/lib.linux-x86_64-cpython-38/torch/fx/_pytree.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:27:29.9708790Z copying build/lib.linux-x86_64-cpython-38/torch/fx/_symbolic_trace.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:27:29.9709596Z copying build/lib.linux-x86_64-cpython-38/torch/fx/annotate.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:27:29.9710426Z copying build/lib.linux-x86_64-cpython-38/torch/fx/graph.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:27:29.9711254Z copying build/lib.linux-x86_64-cpython-38/torch/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:27:29.9712133Z copying build/lib.linux-x86_64-cpython-38/torch/fx/immutable_collections.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:27:29.9712970Z copying build/lib.linux-x86_64-cpython-38/torch/fx/interpreter.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:27:29.9713784Z copying build/lib.linux-x86_64-cpython-38/torch/fx/node.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:27:29.9714717Z copying build/lib.linux-x86_64-cpython-38/torch/fx/operator_schemas.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:27:29.9715361Z copying build/lib.linux-x86_64-cpython-38/torch/fx/proxy.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:27:29.9715924Z copying build/lib.linux-x86_64-cpython-38/torch/fx/subgraph_rewriter.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:27:29.9716442Z copying build/lib.linux-x86_64-cpython-38/torch/fx/tensor_type.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:27:29.9716982Z copying build/lib.linux-x86_64-cpython-38/torch/fx/traceback.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:27:29.9717398Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:27:29.9717942Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:27:29.9718612Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/accelerator_partitioner.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:27:29.9719379Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/const_fold.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:27:29.9720005Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/debug.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:27:29.9720711Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/graph_gradual_typechecker.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:27:29.9721544Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/merge_matmul.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:27:29.9722250Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/meta_tracer.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:27:29.9723226Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/normalize.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:27:29.9723994Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/optimization.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:27:29.9724917Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/partitioner_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:27:29.9725842Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/proxy_tensor.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:27:29.9726634Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/refinement_types.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:27:29.9727261Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/rewriter.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:27:29.9728019Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/schema_type_annotation.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:27:29.9728768Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/symbolic_shapes.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:27:29.9729350Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unify_refinements.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:27:29.9729819Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:29.9730538Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:29.9731244Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/constraint.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:29.9732198Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:29.9733027Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:29.9733816Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/operation.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:29.9734797Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/transform_to_z3.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:29.9735553Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/util.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:29.9736486Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/z3_types.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:29.9737207Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:27:29.9737895Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:27:29.9738717Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/core.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:27:29.9739529Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/dispatch.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:27:29.9740199Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/match.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:27:29.9740913Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/more.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:27:29.9741773Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/unification_tools.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:27:29.9742464Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:27:29.9743215Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/variable.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:27:29.9743836Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:27:29.9744607Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:27:29.9745429Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch/conflict.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:27:29.9746362Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch/core.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:27:29.9747315Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:27:29.9748276Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch/utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:27:29.9749193Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch/variadic.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:27:29.9749873Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:27:29.9750314Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:27:29.9750982Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/fake_tensor_prop.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:27:29.9751529Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/graph_drawer.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:27:29.9752162Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/graph_manipulation.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:27:29.9752734Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/net_min_base.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:27:29.9753335Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/operator_support.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:27:29.9753995Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/param_fetch.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:27:29.9754684Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/pass_manager.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:27:29.9755214Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/reinplace.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:27:29.9755985Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/shape_prop.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:27:29.9756571Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/split_module.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:27:29.9757187Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/split_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:27:29.9757796Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/splitter_base.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:27:29.9758417Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/tools_common.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:27:29.9758911Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2022-11-23T01:27:29.9759378Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2022-11-23T01:27:29.9760127Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/backends/cudagraphs.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2022-11-23T01:27:29.9760690Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect 2022-11-23T01:27:29.9761301Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect 2022-11-23T01:27:29.9761833Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect/common 2022-11-23T01:27:29.9762377Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect/common/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect/common 2022-11-23T01:27:29.9763161Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect/common/cse_pass.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect/common 2022-11-23T01:27:29.9763655Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-11-23T01:27:29.9764156Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-11-23T01:27:29.9764735Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra/partitioner.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-11-23T01:27:29.9765308Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra/pass_base.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-11-23T01:27:29.9765846Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra/pass_manager.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-11-23T01:27:29.9766425Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/tests 2022-11-23T01:27:29.9766869Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/tests/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/tests 2022-11-23T01:27:29.9768164Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/tests/test_pass_manager.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/tests 2022-11-23T01:27:29.9768844Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-11-23T01:27:29.9769695Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-11-23T01:27:29.9770515Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils/common.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-11-23T01:27:29.9771420Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils/fuser_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-11-23T01:27:29.9772228Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils/matcher_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-11-23T01:27:29.9773593Z creating build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:29.9774158Z copying build/lib.linux-x86_64-cpython-38/torch/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:29.9775445Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_async.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:29.9776172Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_builtins.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:29.9777473Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_check.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:29.9778441Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_dataclass_impls.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:29.9779443Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_decomposition_utils.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:29.9780217Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_decompositions.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:29.9780975Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_freeze.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:29.9781903Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_fuser.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:29.9782608Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_ir_utils.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:29.9783793Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_logging.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:29.9784460Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_monkeytype_config.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:29.9785548Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_pickle.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:29.9787103Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_recursive.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:29.9788192Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_script.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:29.9789633Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_serialization.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:29.9790701Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_shape_functions.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:29.9792181Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_state.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:29.9792618Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_trace.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:29.9793991Z copying build/lib.linux-x86_64-cpython-38/torch/jit/annotations.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:29.9794855Z copying build/lib.linux-x86_64-cpython-38/torch/jit/frontend.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:29.9796507Z copying build/lib.linux-x86_64-cpython-38/torch/jit/generate_bytecode.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:29.9797499Z copying build/lib.linux-x86_64-cpython-38/torch/jit/quantized.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:29.9798449Z copying build/lib.linux-x86_64-cpython-38/torch/jit/supported_ops.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:29.9799376Z copying build/lib.linux-x86_64-cpython-38/torch/jit/unsupported_tensor_ops.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:29.9800483Z creating build/bdist.linux-x86_64/wheel/torch/jit/_passes 2022-11-23T01:27:29.9801098Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_passes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit/_passes 2022-11-23T01:27:29.9801928Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_passes/_property_propagation.py -> build/bdist.linux-x86_64/wheel/torch/jit/_passes 2022-11-23T01:27:29.9803075Z creating build/bdist.linux-x86_64/wheel/torch/jit/mobile 2022-11-23T01:27:29.9803638Z copying build/lib.linux-x86_64-cpython-38/torch/jit/mobile/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit/mobile 2022-11-23T01:27:29.9804931Z creating build/bdist.linux-x86_64/wheel/torch/linalg 2022-11-23T01:27:29.9805384Z copying build/lib.linux-x86_64-cpython-38/torch/linalg/__init__.py -> build/bdist.linux-x86_64/wheel/torch/linalg 2022-11-23T01:27:29.9807666Z creating build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T01:27:29.9808203Z copying build/lib.linux-x86_64-cpython-38/torch/masked/__init__.py -> build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T01:27:29.9809202Z copying build/lib.linux-x86_64-cpython-38/torch/masked/_docs.py -> build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T01:27:29.9810720Z copying build/lib.linux-x86_64-cpython-38/torch/masked/_ops.py -> build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T01:27:29.9812782Z creating build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:27:29.9813320Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:27:29.9814137Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/_ops_refs.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:27:29.9814922Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/binary.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:27:29.9816499Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/core.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:27:29.9817576Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/creation.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:27:29.9818589Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/passthrough.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:27:29.9819593Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/reductions.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:27:29.9820586Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/unary.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:27:29.9821316Z creating build/bdist.linux-x86_64/wheel/torch/monitor 2022-11-23T01:27:29.9822056Z copying build/lib.linux-x86_64-cpython-38/torch/monitor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/monitor 2022-11-23T01:27:29.9822772Z creating build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:27:29.9823597Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:27:29.9824568Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/_atfork.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:27:29.9825528Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/pool.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:27:29.9826445Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/queue.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:27:29.9827419Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/reductions.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:27:29.9828386Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/spawn.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:27:29.9829111Z creating build/bdist.linux-x86_64/wheel/torch/nested 2022-11-23T01:27:29.9829589Z copying build/lib.linux-x86_64-cpython-38/torch/nested/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nested 2022-11-23T01:27:29.9830000Z creating build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:27:29.9830501Z copying build/lib.linux-x86_64-cpython-38/torch/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:27:29.9831285Z copying build/lib.linux-x86_64-cpython-38/torch/nn/_reduction.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:27:29.9832003Z copying build/lib.linux-x86_64-cpython-38/torch/nn/common_types.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:27:29.9832742Z copying build/lib.linux-x86_64-cpython-38/torch/nn/cpp.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:27:29.9833620Z copying build/lib.linux-x86_64-cpython-38/torch/nn/functional.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:27:29.9836653Z copying build/lib.linux-x86_64-cpython-38/torch/nn/grad.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:27:29.9837269Z copying build/lib.linux-x86_64-cpython-38/torch/nn/init.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:27:29.9838149Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parameter.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:27:29.9839070Z creating build/bdist.linux-x86_64/wheel/torch/nn/backends 2022-11-23T01:27:29.9839786Z copying build/lib.linux-x86_64-cpython-38/torch/nn/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/backends 2022-11-23T01:27:29.9840731Z copying build/lib.linux-x86_64-cpython-38/torch/nn/backends/thnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/backends 2022-11-23T01:27:29.9843799Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic 2022-11-23T01:27:29.9844232Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic 2022-11-23T01:27:29.9844650Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/modules 2022-11-23T01:27:29.9845080Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/modules 2022-11-23T01:27:29.9845495Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/modules/fused.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/modules 2022-11-23T01:27:29.9846299Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat 2022-11-23T01:27:29.9846781Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat 2022-11-23T01:27:29.9848165Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-11-23T01:27:29.9848659Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-11-23T01:27:29.9850218Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules/conv_fused.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-11-23T01:27:29.9850543Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules/linear_fused.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-11-23T01:27:29.9851333Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-11-23T01:27:29.9852411Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized 2022-11-23T01:27:29.9853000Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized 2022-11-23T01:27:29.9854244Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic 2022-11-23T01:27:29.9854728Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic 2022-11-23T01:27:29.9855520Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:27:29.9855898Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:27:29.9857493Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:27:29.9858671Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-11-23T01:27:29.9859303Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-11-23T01:27:29.9860328Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-11-23T01:27:29.9860923Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-11-23T01:27:29.9861711Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-11-23T01:27:29.9862433Z creating build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:29.9863001Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:29.9864672Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/_functions.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:29.9865014Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:29.9866519Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/adaptive.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:29.9866942Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:29.9869046Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/channelshuffle.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:29.9869426Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/container.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:29.9870336Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:29.9871918Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/distance.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:29.9872649Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/dropout.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:29.9873606Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/flatten.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:29.9874992Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/fold.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:29.9875768Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/instancenorm.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:29.9877319Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/lazy.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:29.9878010Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:29.9878945Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/loss.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:29.9881178Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/module.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:29.9882468Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/normalization.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:29.9883397Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/padding.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:29.9884357Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/pixelshuffle.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:29.9885111Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/pooling.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:29.9886018Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:29.9887036Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/sparse.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:29.9888104Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/transformer.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:29.9889803Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/upsampling.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:29.9890236Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:29.9891615Z creating build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:27:29.9892026Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:27:29.9892765Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/_functions.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:27:29.9893850Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/_replicated_tensor_ddp_interop.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:27:29.9894610Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/_replicated_tensor_ddp_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:27:29.9895227Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/comm.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:27:29.9896678Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/data_parallel.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:27:29.9897242Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/distributed.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:27:29.9898901Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/parallel_apply.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:27:29.9899440Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/replicate.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:27:29.9900867Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/scatter_gather.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:27:29.9901421Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:27:29.9902153Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/common_types.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:27:29.9902982Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/data_parallel.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:27:29.9903804Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/parallel_apply.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:27:29.9904878Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/replicate.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:27:29.9905981Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/scatter_gather.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:27:29.9906656Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat 2022-11-23T01:27:29.9907342Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat 2022-11-23T01:27:29.9908590Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic 2022-11-23T01:27:29.9909015Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic 2022-11-23T01:27:29.9910276Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic/modules 2022-11-23T01:27:29.9910755Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic/modules 2022-11-23T01:27:29.9911268Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic/modules 2022-11-23T01:27:29.9912867Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-11-23T01:27:29.9913319Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-11-23T01:27:29.9914524Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-11-23T01:27:29.9915317Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-11-23T01:27:29.9917191Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-11-23T01:27:29.9918105Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantizable 2022-11-23T01:27:29.9918386Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable 2022-11-23T01:27:29.9920274Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-11-23T01:27:29.9920817Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-11-23T01:27:29.9921712Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-11-23T01:27:29.9922513Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-11-23T01:27:29.9923148Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized 2022-11-23T01:27:29.9923830Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized 2022-11-23T01:27:29.9924816Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/functional.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized 2022-11-23T01:27:29.9926392Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference 2022-11-23T01:27:29.9927008Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference 2022-11-23T01:27:29.9927660Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T01:27:29.9928321Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T01:27:29.9929071Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T01:27:29.9930341Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T01:27:29.9931084Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T01:27:29.9932038Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules/sparse.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T01:27:29.9932741Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T01:27:29.9933760Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic 2022-11-23T01:27:29.9934437Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic 2022-11-23T01:27:29.9935416Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-11-23T01:27:29.9936074Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-11-23T01:27:29.9937152Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-11-23T01:27:29.9938026Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-11-23T01:27:29.9938838Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-11-23T01:27:29.9939434Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:27:29.9939993Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:27:29.9941469Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:27:29.9941968Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:27:29.9942842Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:27:29.9943751Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/dropout.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:27:29.9944531Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:27:29.9945567Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/functional_modules.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:27:29.9946189Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:27:29.9947050Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/normalization.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:27:29.9947685Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:27:29.9948644Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:27:29.9950125Z creating build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:27:29.9950564Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:27:29.9951652Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_deprecation_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:27:29.9952356Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_per_sample_grad.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:27:29.9953213Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_stateless.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:27:29.9954275Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/clip_grad.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:27:29.9955051Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/convert_parameters.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:27:29.9955942Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/fusion.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:27:29.9956441Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/init.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:27:29.9957592Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/memory_format.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:27:29.9958433Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/parametrizations.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:27:29.9959509Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/parametrize.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:27:29.9960751Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/prune.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:27:29.9962532Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:27:29.9963574Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/spectral_norm.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:27:29.9965673Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/stateless.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:27:29.9966175Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/weight_norm.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:27:29.9968146Z creating build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:27:29.9968729Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:27:29.9969640Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:27:29.9970211Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/conv_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:27:29.9971204Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:27:29.9971970Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:27:29.9973753Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:27:29.9974154Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:27:29.9974982Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:27:29.9975554Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:27:29.9976473Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:27:29.9977395Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parameter.pyi -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:27:29.9978408Z copying build/lib.linux-x86_64-cpython-38/torch/nn/functional.pyi -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:27:29.9979843Z creating build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:29.9980488Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:29.9981229Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_constants.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:29.9982182Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_deprecation.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:29.9983080Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_experimental.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:29.9983933Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_exporter_states.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:29.9984818Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_globals.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:29.9985772Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_onnx_supported_ops.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:29.9986570Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_patch_torch.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:29.9987449Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_type_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:29.9988377Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/errors.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:29.9989375Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/operators.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:29.9990309Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_caffe2.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:29.9991176Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_helper.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:29.9992326Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset10.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:29.9993477Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset11.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:29.9995195Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset12.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:29.9996151Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset13.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:29.9997231Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset14.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:29.9998141Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset15.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:29.9998947Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset16.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:29.9999911Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset17.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:30.0000932Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset7.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:30.0001755Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset8.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:30.0003158Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset9.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:30.0005322Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:30.0006744Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/verification.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:30.0008222Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T01:27:30.0008784Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T01:27:30.0009447Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/_beartype.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T01:27:30.0010247Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/jit_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T01:27:30.0011193Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/onnx_proto_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T01:27:30.0012093Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/registration.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T01:27:30.0013498Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2022-11-23T01:27:30.0014382Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2022-11-23T01:27:30.0015038Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/_diagnostic.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2022-11-23T01:27:30.0015845Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/_rules.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2022-11-23T01:27:30.0017463Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:27:30.0018029Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:27:30.0018845Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/_infra.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:27:30.0019929Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/engine.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:27:30.0020913Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/formatter.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:27:30.0021901Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:27:30.0024087Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0024619Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0025425Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_address.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0026413Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0027330Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0028131Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0029295Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0030484Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0031566Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0032517Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0033712Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0034624Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_edge.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0035761Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0036515Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_exception.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0037795Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0039239Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0040343Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0041313Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_fix.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0042572Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_graph.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0043521Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0044601Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0045764Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0046827Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0048122Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0048956Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_message.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0049875Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0051708Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_node.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0052438Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_notification.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0053196Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0054136Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0055076Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0056227Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_region.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0057249Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0058383Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0080232Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0081239Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0082022Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0082830Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_result.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0083559Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0084229Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_run.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0084958Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0085648Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0086354Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0087048Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_stack.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0087737Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0088431Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0089118Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0089855Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0090522Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_tool.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0091233Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0091947Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0092767Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0093492Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0094182Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0094886Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0095553Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/version.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:30.0095837Z creating build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0096392Z copying build/lib.linux-x86_64-cpython-38/torch/optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0096898Z copying build/lib.linux-x86_64-cpython-38/torch/optim/_functional.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0097446Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adadelta.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0097914Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adagrad.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0098376Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0098874Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adamax.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0099353Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adamw.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0099816Z copying build/lib.linux-x86_64-cpython-38/torch/optim/asgd.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0100285Z copying build/lib.linux-x86_64-cpython-38/torch/optim/lbfgs.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0100762Z copying build/lib.linux-x86_64-cpython-38/torch/optim/lr_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0101230Z copying build/lib.linux-x86_64-cpython-38/torch/optim/nadam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0101715Z copying build/lib.linux-x86_64-cpython-38/torch/optim/optimizer.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0102177Z copying build/lib.linux-x86_64-cpython-38/torch/optim/radam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0102626Z copying build/lib.linux-x86_64-cpython-38/torch/optim/rmsprop.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0103084Z copying build/lib.linux-x86_64-cpython-38/torch/optim/rprop.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0103572Z copying build/lib.linux-x86_64-cpython-38/torch/optim/sgd.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0104071Z copying build/lib.linux-x86_64-cpython-38/torch/optim/sparse_adam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0104557Z copying build/lib.linux-x86_64-cpython-38/torch/optim/swa_utils.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0104898Z creating build/bdist.linux-x86_64/wheel/torch/optim/_multi_tensor 2022-11-23T01:27:30.0105438Z copying build/lib.linux-x86_64-cpython-38/torch/optim/_multi_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/optim/_multi_tensor 2022-11-23T01:27:30.0105939Z copying build/lib.linux-x86_64-cpython-38/torch/optim/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0106958Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adadelta.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0107922Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adagrad.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0108959Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0110111Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adamax.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0111174Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adamw.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0112295Z copying build/lib.linux-x86_64-cpython-38/torch/optim/asgd.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0113191Z copying build/lib.linux-x86_64-cpython-38/torch/optim/lbfgs.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0114366Z copying build/lib.linux-x86_64-cpython-38/torch/optim/lr_scheduler.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0116192Z copying build/lib.linux-x86_64-cpython-38/torch/optim/nadam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0117613Z copying build/lib.linux-x86_64-cpython-38/torch/optim/optimizer.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0118637Z copying build/lib.linux-x86_64-cpython-38/torch/optim/radam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0119822Z copying build/lib.linux-x86_64-cpython-38/torch/optim/rmsprop.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0120849Z copying build/lib.linux-x86_64-cpython-38/torch/optim/rprop.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0121685Z copying build/lib.linux-x86_64-cpython-38/torch/optim/sgd.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0122871Z copying build/lib.linux-x86_64-cpython-38/torch/optim/sparse_adam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0123870Z copying build/lib.linux-x86_64-cpython-38/torch/optim/swa_utils.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:30.0125587Z creating build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:27:30.0126262Z copying build/lib.linux-x86_64-cpython-38/torch/package/__init__.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:27:30.0126984Z copying build/lib.linux-x86_64-cpython-38/torch/package/_digraph.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:27:30.0128241Z copying build/lib.linux-x86_64-cpython-38/torch/package/_directory_reader.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:27:30.0128990Z copying build/lib.linux-x86_64-cpython-38/torch/package/_importlib.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:27:30.0130736Z copying build/lib.linux-x86_64-cpython-38/torch/package/_mangling.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:27:30.0131201Z copying build/lib.linux-x86_64-cpython-38/torch/package/_mock.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:27:30.0132139Z copying build/lib.linux-x86_64-cpython-38/torch/package/_package_pickler.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:27:30.0132814Z copying build/lib.linux-x86_64-cpython-38/torch/package/_package_unpickler.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:27:30.0133979Z copying build/lib.linux-x86_64-cpython-38/torch/package/_stdlib.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:27:30.0134987Z copying build/lib.linux-x86_64-cpython-38/torch/package/file_structure_representation.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:27:30.0135937Z copying build/lib.linux-x86_64-cpython-38/torch/package/find_file_dependencies.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:27:30.0137016Z copying build/lib.linux-x86_64-cpython-38/torch/package/glob_group.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:27:30.0137690Z copying build/lib.linux-x86_64-cpython-38/torch/package/importer.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:27:30.0139056Z copying build/lib.linux-x86_64-cpython-38/torch/package/package_exporter.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:27:30.0140566Z copying build/lib.linux-x86_64-cpython-38/torch/package/package_importer.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:27:30.0142268Z creating build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-11-23T01:27:30.0142581Z copying build/lib.linux-x86_64-cpython-38/torch/package/analyze/__init__.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-11-23T01:27:30.0143616Z copying build/lib.linux-x86_64-cpython-38/torch/package/analyze/find_first_use_of_broken_modules.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-11-23T01:27:30.0144448Z copying build/lib.linux-x86_64-cpython-38/torch/package/analyze/is_from_package.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-11-23T01:27:30.0146011Z copying build/lib.linux-x86_64-cpython-38/torch/package/analyze/trace_dependencies.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-11-23T01:27:30.0146771Z creating build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:27:30.0147213Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:27:30.0148494Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/_memory_profiler.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:27:30.0149488Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/_pattern_matcher.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:27:30.0150709Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/_utils.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:27:30.0151868Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/itt.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:27:30.0152778Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/profiler.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:27:30.0154527Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/python_tracer.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:27:30.0156975Z creating build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:27:30.0157526Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:27:30.0158795Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/_numeric_suite.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:27:30.0159803Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/_numeric_suite_fx.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:27:30.0160567Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:27:30.0161726Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fuse_modules.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:27:30.0162723Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fuser_method_mappings.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:27:30.0163864Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/observer.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:27:30.0164851Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/qconfig.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:27:30.0165946Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/quant_type.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:27:30.0166904Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/quantization_mappings.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:27:30.0167876Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/quantize.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:27:30.0168954Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/quantize_fx.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:27:30.0170041Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/quantize_jit.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:27:30.0170922Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/stubs.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:27:30.0172155Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:27:30.0173689Z creating build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:27:30.0174359Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:27:30.0175511Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/_equalize.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:27:30.0176649Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/convert.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:27:30.0177414Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/fuse.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:27:30.0178628Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/fusion_patterns.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:27:30.0179674Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:27:30.0180561Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/match_utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:27:30.0181786Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/pattern_utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:27:30.0183098Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/prepare.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:27:30.0183662Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/quantization_patterns.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:27:30.0184779Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/quantization_types.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:27:30.0185969Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:27:30.0187432Z creating build/bdist.linux-x86_64/wheel/torch/signal 2022-11-23T01:27:30.0187920Z copying build/lib.linux-x86_64-cpython-38/torch/signal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/signal 2022-11-23T01:27:30.0189055Z creating build/bdist.linux-x86_64/wheel/torch/signal/windows 2022-11-23T01:27:30.0189786Z copying build/lib.linux-x86_64-cpython-38/torch/signal/windows/__init__.py -> build/bdist.linux-x86_64/wheel/torch/signal/windows 2022-11-23T01:27:30.0190980Z copying build/lib.linux-x86_64-cpython-38/torch/signal/windows/windows.py -> build/bdist.linux-x86_64/wheel/torch/signal/windows 2022-11-23T01:27:30.0192634Z creating build/bdist.linux-x86_64/wheel/torch/sparse 2022-11-23T01:27:30.0192934Z copying build/lib.linux-x86_64-cpython-38/torch/sparse/__init__.py -> build/bdist.linux-x86_64/wheel/torch/sparse 2022-11-23T01:27:30.0194291Z creating build/bdist.linux-x86_64/wheel/torch/special 2022-11-23T01:27:30.0194592Z copying build/lib.linux-x86_64-cpython-38/torch/special/__init__.py -> build/bdist.linux-x86_64/wheel/torch/special 2022-11-23T01:27:30.0196315Z creating build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T01:27:30.0196619Z copying build/lib.linux-x86_64-cpython-38/torch/testing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T01:27:30.0197824Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_comparison.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T01:27:30.0199008Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_creation.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T01:27:30.0199897Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_deprecated.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T01:27:30.0201247Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:30.0201560Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:30.0202389Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/autocast_test_lists.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:30.0203718Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/check_kernel_launches.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:30.0204586Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_cuda.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:30.0205341Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_device_type.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:30.0206851Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_distributed.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:30.0208426Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_dtype.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:30.0208974Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_fsdp.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:30.0210386Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_jit.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:30.0211558Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_methods_invocations.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:30.0217990Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_modules.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:30.0219518Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_nn.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:30.0222213Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_quantization.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:30.0223742Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_quantized.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:30.0224712Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_subclass.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:30.0225908Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:30.0228473Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/composite_compliance.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:30.0229179Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/dist_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:30.0230200Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/hypothesis_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:30.0231250Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/inductor_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:30.0232157Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/jit_metaprogramming_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:30.0233213Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/jit_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:30.0234491Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/logging_tensor.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:30.0235514Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/quantization_torch_package_models.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:30.0236154Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/schema_check_mode.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:30.0238037Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/codegen 2022-11-23T01:27:30.0238398Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/codegen/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/codegen 2022-11-23T01:27:30.0238951Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/codegen/random_topo_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/codegen 2022-11-23T01:27:30.0240368Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-11-23T01:27:30.0240936Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-11-23T01:27:30.0241649Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data/network1.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-11-23T01:27:30.0242466Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data/network2.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-11-23T01:27:30.0243380Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T01:27:30.0244245Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T01:27:30.0245001Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T01:27:30.0245886Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/distributed_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T01:27:30.0249555Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/distributed_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T01:27:30.0250147Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/multi_threaded_pg.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T01:27:30.0251010Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/pipe_with_ddp_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T01:27:30.0252023Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T01:27:30.0253276Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard 2022-11-23T01:27:30.0253963Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard 2022-11-23T01:27:30.0254751Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/test_common.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard 2022-11-23T01:27:30.0255588Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T01:27:30.0256497Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T01:27:30.0257049Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T01:27:30.0257990Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T01:27:30.0259239Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T01:27:30.0260200Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T01:27:30.0260909Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor/common_dtensor.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T01:27:30.0261916Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor/dtensor_lagging_op_db.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T01:27:30.0263049Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor/gen_dtensor_lagging_op_db.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T01:27:30.0263969Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn 2022-11-23T01:27:30.0264682Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn 2022-11-23T01:27:30.0265630Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn/api 2022-11-23T01:27:30.0266317Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn/api/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn/api 2022-11-23T01:27:30.0267092Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn/api/remote_module_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn/api 2022-11-23T01:27:30.0268294Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/pipeline 2022-11-23T01:27:30.0268938Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/pipeline/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/pipeline 2022-11-23T01:27:30.0269674Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:30.0270371Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:30.0271260Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:30.0272994Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:30.0273831Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:30.0275721Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:30.0277226Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:30.0277705Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:30.0280570Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:30.0281792Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2022-11-23T01:27:30.0282438Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/examples/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2022-11-23T01:27:30.0282972Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2022-11-23T01:27:30.0283968Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2022-11-23T01:27:30.0285578Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:27:30.0285971Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:27:30.0286831Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:27:30.0287757Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:27:30.0288824Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:27:30.0290135Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/generated 2022-11-23T01:27:30.0290625Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/generated/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/generated 2022-11-23T01:27:30.0291015Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/generated/annotated_fn_args.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/generated 2022-11-23T01:27:30.0294917Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-11-23T01:27:30.0295510Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-11-23T01:27:30.0296489Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/core.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-11-23T01:27:30.0298166Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/refs.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-11-23T01:27:30.0299214Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-11-23T01:27:30.0300156Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T01:27:30.0301104Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T01:27:30.0301818Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions/_masked.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T01:27:30.0303221Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions/fft.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T01:27:30.0303886Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions/linalg.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T01:27:30.0305635Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions/signal.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T01:27:30.0306431Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions/special.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T01:27:30.0307753Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-11-23T01:27:30.0308311Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-11-23T01:27:30.0308834Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module/future_div.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-11-23T01:27:30.0309851Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module/no_future_div.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-11-23T01:27:30.0311173Z creating build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:30.0311461Z copying build/lib.linux-x86_64-cpython-38/torch/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:30.0312096Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_cpp_extension_versioner.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:30.0313188Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_crash_handler.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:30.0313817Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_cuda_trace.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:30.0315184Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_freeze.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:30.0316035Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_mode_utils.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:30.0317080Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_python_dispatch.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:30.0317782Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_pytree.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:30.0318562Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_zip.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:30.0319429Z copying build/lib.linux-x86_64-cpython-38/torch/utils/backend_registration.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:30.0320034Z copying build/lib.linux-x86_64-cpython-38/torch/utils/bundled_inputs.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:30.0321208Z copying build/lib.linux-x86_64-cpython-38/torch/utils/checkpoint.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:30.0322333Z copying build/lib.linux-x86_64-cpython-38/torch/utils/collect_env.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:30.0323258Z copying build/lib.linux-x86_64-cpython-38/torch/utils/cpp_backtrace.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:30.0324224Z copying build/lib.linux-x86_64-cpython-38/torch/utils/cpp_extension.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:30.0325798Z copying build/lib.linux-x86_64-cpython-38/torch/utils/dlpack.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:30.0326692Z copying build/lib.linux-x86_64-cpython-38/torch/utils/file_baton.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:30.0327264Z copying build/lib.linux-x86_64-cpython-38/torch/utils/hooks.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:30.0328884Z copying build/lib.linux-x86_64-cpython-38/torch/utils/mkldnn.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:30.0329599Z copying build/lib.linux-x86_64-cpython-38/torch/utils/mobile_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:30.0330282Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_zoo.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:30.0331192Z copying build/lib.linux-x86_64-cpython-38/torch/utils/show_pickle.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:30.0332035Z copying build/lib.linux-x86_64-cpython-38/torch/utils/throughput_benchmark.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:30.0333415Z creating build/bdist.linux-x86_64/wheel/torch/utils/backcompat 2022-11-23T01:27:30.0333851Z copying build/lib.linux-x86_64-cpython-38/torch/utils/backcompat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/backcompat 2022-11-23T01:27:30.0334799Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark 2022-11-23T01:27:30.0335594Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark 2022-11-23T01:27:30.0336376Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:27:30.0337898Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:27:30.0338432Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/blas_compare.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:27:30.0339041Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/blas_compare_setup.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:27:30.0339488Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/compare.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:27:30.0340992Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/end_to_end.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:27:30.0341711Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/fuzzer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:27:30.0342538Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/op_benchmark.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:27:30.0343596Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/simple_timeit.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:27:30.0344253Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:27:30.0345257Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T01:27:30.0345840Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T01:27:30.0346834Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers/binary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T01:27:30.0347486Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T01:27:30.0348289Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T01:27:30.0349520Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers/spectral.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T01:27:30.0350005Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers/unary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T01:27:30.0351510Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:27:30.0351888Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:27:30.0352435Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/_stubs.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:27:30.0353703Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/common.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:27:30.0354741Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/compare.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:27:30.0355705Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/cpp_jit.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:27:30.0356749Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/fuzzer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:27:30.0357497Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/sparse_fuzzer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:27:30.0358217Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/timer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:27:30.0359988Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:27:30.0360436Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:27:30.0361284Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:27:30.0362632Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:27:30.0363617Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:27:30.0364332Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:27:30.0364948Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:27:30.0368553Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/timeit_template.cpp -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:27:30.0369567Z creating build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2022-11-23T01:27:30.0370266Z copying build/lib.linux-x86_64-cpython-38/torch/utils/bottleneck/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2022-11-23T01:27:30.0371006Z copying build/lib.linux-x86_64-cpython-38/torch/utils/bottleneck/__main__.py -> build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2022-11-23T01:27:30.0372313Z creating build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:27:30.0372711Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:27:30.0373977Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/backward_compatibility.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:27:30.0374652Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/dataloader.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:27:30.0375993Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/dataset.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:27:30.0376879Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/distributed.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:27:30.0377846Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:27:30.0378626Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/graph_settings.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:27:30.0379550Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/sampler.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:27:30.0380994Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T01:27:30.0381669Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T01:27:30.0382253Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils/collate.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T01:27:30.0382984Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils/fetch.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T01:27:30.0383872Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils/pin_memory.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T01:27:30.0384869Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils/serialization.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T01:27:30.0385568Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils/signal_handling.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T01:27:30.0386130Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils/worker.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T01:27:30.0387757Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T01:27:30.0388115Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T01:27:30.0389081Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/_decorator.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T01:27:30.0389770Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/_hook_iterator.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T01:27:30.0390545Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/_typing.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T01:27:30.0391535Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/datapipe.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T01:27:30.0392470Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/gen_pyi.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T01:27:30.0393841Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T01:27:30.0394451Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T01:27:30.0395481Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T01:27:30.0397186Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe/dataframes.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T01:27:30.0397714Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe/datapipes.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T01:27:30.0398092Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe/structures.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T01:27:30.0399043Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:27:30.0399505Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:27:30.0400526Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/callable.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:27:30.0401317Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/combinatorics.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:27:30.0402114Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/combining.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:27:30.0403239Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/filelister.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:27:30.0403951Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/fileopener.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:27:30.0404927Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/grouping.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:27:30.0405519Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/routeddecoder.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:27:30.0406975Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/selecting.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:27:30.0407432Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/streamreader.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:27:30.0408462Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/utils.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:27:30.0409594Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T01:27:30.0410139Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T01:27:30.0411251Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map/callable.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T01:27:30.0411922Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map/combinatorics.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T01:27:30.0412910Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map/combining.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T01:27:30.0413531Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map/grouping.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T01:27:30.0414356Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map/utils.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T01:27:30.0415570Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-11-23T01:27:30.0416053Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-11-23T01:27:30.0417038Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils/common.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-11-23T01:27:30.0417683Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils/decoder.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-11-23T01:27:30.0418728Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils/snapshot.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-11-23T01:27:30.0419202Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/datapipe.pyi -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T01:27:30.0421114Z creating build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T01:27:30.0421487Z copying build/lib.linux-x86_64-cpython-38/torch/utils/hipify/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T01:27:30.0422414Z copying build/lib.linux-x86_64-cpython-38/torch/utils/hipify/constants.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T01:27:30.0423659Z copying build/lib.linux-x86_64-cpython-38/torch/utils/hipify/cuda_to_hip_mappings.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T01:27:30.0426615Z copying build/lib.linux-x86_64-cpython-38/torch/utils/hipify/hipify_python.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T01:27:30.0427670Z copying build/lib.linux-x86_64-cpython-38/torch/utils/hipify/version.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T01:27:30.0428780Z creating build/bdist.linux-x86_64/wheel/torch/utils/jit 2022-11-23T01:27:30.0429191Z copying build/lib.linux-x86_64-cpython-38/torch/utils/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/jit 2022-11-23T01:27:30.0429976Z copying build/lib.linux-x86_64-cpython-38/torch/utils/jit/log_extract.py -> build/bdist.linux-x86_64/wheel/torch/utils/jit 2022-11-23T01:27:30.0430864Z creating build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T01:27:30.0431695Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_dump/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T01:27:30.0432768Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_dump/__main__.py -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T01:27:30.0433749Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_dump/skeleton.html -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T01:27:30.0434629Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_dump/code.js -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T01:27:30.0435921Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_dump/htm.mjs -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T01:27:30.0437203Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_dump/preact.mjs -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T01:27:30.0438877Z creating build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:27:30.0439281Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:27:30.0439663Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/_caffe2_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:27:30.0440447Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/_convert_np.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:27:30.0441806Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/_embedding.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:27:30.0442506Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/_onnx_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:27:30.0443313Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/_proto_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:27:30.0444061Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/_pytorch_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:27:30.0444871Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/_utils.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:27:30.0445647Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/summary.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:27:30.0446689Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/writer.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:27:30.0447745Z copying build/lib.linux-x86_64-cpython-38/torch/py.typed -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:30.0448725Z creating build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:27:30.0449263Z copying build/lib.linux-x86_64-cpython-38/torch/bin/protoc-3.13.0.0 -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:27:30.0482390Z copying build/lib.linux-x86_64-cpython-38/torch/bin/protoc -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:27:30.0515205Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_jit -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:27:30.0559374Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_tensorexpr -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:27:30.0623133Z copying build/lib.linux-x86_64-cpython-38/torch/bin/tutorial_tensorexpr -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:27:30.0625171Z copying build/lib.linux-x86_64-cpython-38/torch/bin/FileStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:27:30.0629696Z copying build/lib.linux-x86_64-cpython-38/torch/bin/TCPStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:27:30.0635016Z copying build/lib.linux-x86_64-cpython-38/torch/bin/HashStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:27:30.0640217Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_dist_autograd -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:27:30.0645011Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_cpp_rpc -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:27:30.0651091Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_api -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:27:30.0743713Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_mobile_nnc -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:27:30.0748830Z copying build/lib.linux-x86_64-cpython-38/torch/bin/aot_model_compiler_test -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:27:30.0750244Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_lazy -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:27:30.0782728Z copying build/lib.linux-x86_64-cpython-38/torch/bin/torch_shm_manager -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:27:30.0785018Z creating build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0786038Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_CompileTimeFunctionPointer_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0791101Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_DeviceGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0796832Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Device_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0801645Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_DispatchKeySet_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0806822Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_StreamGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0810969Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_SymInt_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0815130Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_InlineDeviceGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0820015Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_InlineStreamGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0824589Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_SizesAndStrides_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0829420Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Array_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0833823Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Bitset_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0838922Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_C++17_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0843647Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_ConstexprCrc_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0847920Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_DeadlockDetection_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0852297Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Half_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0856546Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_LeftRight_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0861528Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Metaprogramming_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0867302Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_SmallVectorTest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0881692Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Synchronized_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0885849Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_ThreadLocal_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0890726Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_TypeIndex_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0895349Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_TypeList_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0899851Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_TypeTraits_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0904124Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_accumulate_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0908511Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_bfloat16_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0913232Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_complex_math_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0918051Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_complex_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0922778Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_either_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0933334Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_exception_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0938088Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_flags_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0942497Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_intrusive_ptr_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0958229Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_irange_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0962507Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_logging_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0967526Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_optional_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0973967Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_ordered_preserving_dict_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0979344Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_registry_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0983873Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_string_view_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0988971Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_tempfile_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0993392Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_typeid_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.0998443Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_intrusive_ptr_benchmark -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1002455Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_hip_HIPTest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1006742Z copying build/lib.linux-x86_64-cpython-38/torch/test/Dict_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1013115Z copying build/lib.linux-x86_64-cpython-38/torch/test/Dimname_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1017631Z copying build/lib.linux-x86_64-cpython-38/torch/test/MaybeOwned_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1023394Z copying build/lib.linux-x86_64-cpython-38/torch/test/NamedTensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1028250Z copying build/lib.linux-x86_64-cpython-38/torch/test/apply_utils_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1034055Z copying build/lib.linux-x86_64-cpython-38/torch/test/atest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1038752Z copying build/lib.linux-x86_64-cpython-38/torch/test/basic -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1044059Z copying build/lib.linux-x86_64-cpython-38/torch/test/broadcast_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1048780Z copying build/lib.linux-x86_64-cpython-38/torch/test/cpu_generator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1054047Z copying build/lib.linux-x86_64-cpython-38/torch/test/cpu_profiling_allocator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1058620Z copying build/lib.linux-x86_64-cpython-38/torch/test/cpu_rng_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1066308Z copying build/lib.linux-x86_64-cpython-38/torch/test/dispatch_key_set_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1070837Z copying build/lib.linux-x86_64-cpython-38/torch/test/dlconvertor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1075536Z copying build/lib.linux-x86_64-cpython-38/torch/test/extension_backend_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1080531Z copying build/lib.linux-x86_64-cpython-38/torch/test/half_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1085366Z copying build/lib.linux-x86_64-cpython-38/torch/test/ivalue_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1092954Z copying build/lib.linux-x86_64-cpython-38/torch/test/lazy_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1097492Z copying build/lib.linux-x86_64-cpython-38/torch/test/math_kernel_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1102392Z copying build/lib.linux-x86_64-cpython-38/torch/test/memory_format_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1107099Z copying build/lib.linux-x86_64-cpython-38/torch/test/memory_overlapping_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1111800Z copying build/lib.linux-x86_64-cpython-38/torch/test/mobile_memory_cleanup -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1116611Z copying build/lib.linux-x86_64-cpython-38/torch/test/native_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1121598Z copying build/lib.linux-x86_64-cpython-38/torch/test/operator_name_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1126254Z copying build/lib.linux-x86_64-cpython-38/torch/test/operators_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1130927Z copying build/lib.linux-x86_64-cpython-38/torch/test/packedtensoraccessor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1135672Z copying build/lib.linux-x86_64-cpython-38/torch/test/pow_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1141451Z copying build/lib.linux-x86_64-cpython-38/torch/test/quantized_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1146866Z copying build/lib.linux-x86_64-cpython-38/torch/test/reduce_ops_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1150969Z copying build/lib.linux-x86_64-cpython-38/torch/test/reportMemoryUsage_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1155582Z copying build/lib.linux-x86_64-cpython-38/torch/test/scalar_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1160551Z copying build/lib.linux-x86_64-cpython-38/torch/test/scalar_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1165576Z copying build/lib.linux-x86_64-cpython-38/torch/test/stride_properties_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1170234Z copying build/lib.linux-x86_64-cpython-38/torch/test/tensor_iterator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1177565Z copying build/lib.linux-x86_64-cpython-38/torch/test/test_parallel -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1182333Z copying build/lib.linux-x86_64-cpython-38/torch/test/thread_init_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1183615Z copying build/lib.linux-x86_64-cpython-38/torch/test/type_ptr_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1188492Z copying build/lib.linux-x86_64-cpython-38/torch/test/type_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1193720Z copying build/lib.linux-x86_64-cpython-38/torch/test/undefined_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1198434Z copying build/lib.linux-x86_64-cpython-38/torch/test/variant_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1202877Z copying build/lib.linux-x86_64-cpython-38/torch/test/verify_api_visibility -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1203830Z copying build/lib.linux-x86_64-cpython-38/torch/test/vmap_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1209854Z copying build/lib.linux-x86_64-cpython-38/torch/test/weakref_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1214730Z copying build/lib.linux-x86_64-cpython-38/torch/test/wrapdim_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1219397Z copying build/lib.linux-x86_64-cpython-38/torch/test/xla_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1223936Z copying build/lib.linux-x86_64-cpython-38/torch/test/IListRef_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1229237Z copying build/lib.linux-x86_64-cpython-38/torch/test/List_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1239159Z copying build/lib.linux-x86_64-cpython-38/torch/test/KernelFunction_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1244945Z copying build/lib.linux-x86_64-cpython-38/torch/test/kernel_function_legacy_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1255411Z copying build/lib.linux-x86_64-cpython-38/torch/test/kernel_function_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1263795Z copying build/lib.linux-x86_64-cpython-38/torch/test/kernel_lambda_legacy_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1275496Z copying build/lib.linux-x86_64-cpython-38/torch/test/kernel_lambda_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1285364Z copying build/lib.linux-x86_64-cpython-38/torch/test/kernel_stackbased_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1290913Z copying build/lib.linux-x86_64-cpython-38/torch/test/make_boxed_from_unboxed_functor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1299294Z copying build/lib.linux-x86_64-cpython-38/torch/test/CppSignature_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1304018Z copying build/lib.linux-x86_64-cpython-38/torch/test/backend_fallback_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1308901Z copying build/lib.linux-x86_64-cpython-38/torch/test/op_allowlist_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1313819Z copying build/lib.linux-x86_64-cpython-38/torch/test/op_registration_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1343404Z copying build/lib.linux-x86_64-cpython-38/torch/test/inline_container_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1347913Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_apply_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1352531Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_complex_math_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1357430Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_complex_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1362058Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_distributions_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1366385Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_dlconvertor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1371093Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_generator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1375456Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_half_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1380118Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_integer_divider_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1384571Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_optional_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1389131Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_packedtensoraccessor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1393507Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_vectorized_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:30.1398769Z creating build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:30.1400519Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_autograd.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:30.1401176Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_cudnn.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:30.1402222Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_distributed_autograd.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:30.1403011Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_distributed_c10d.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:30.1404347Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_distributed_rpc.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:30.1405342Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_distributed_rpc_testing.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:30.1406299Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_functions.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:30.1407350Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_functorch.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:30.1408360Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_itt.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:30.1409395Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_lazy.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:30.1410466Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_lazy_ts_backend.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:30.1411456Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_monitor.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:30.1412543Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_nvtx.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:30.1413491Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_onnx.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:30.1414600Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_profiler.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:30.1416190Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_verbose.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:30.1416786Z copying build/lib.linux-x86_64-cpython-38/torch/_C/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:30.1419381Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_VariableFunctions.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:30.1421499Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_nn.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:30.1422599Z creating build/bdist.linux-x86_64/wheel/torch/_C_flatbuffer 2022-11-23T01:27:30.1423795Z copying build/lib.linux-x86_64-cpython-38/torch/_C_flatbuffer/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/_C_flatbuffer 2022-11-23T01:27:30.1425272Z creating build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:27:30.1425863Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libc10.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:27:30.1431975Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libc10_hip.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:27:30.1435866Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libcaffe2_nvrtc.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:27:30.1436544Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libtorch_cpu.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:27:30.3428109Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libtorch_hip.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:27:30.4516665Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libtorch.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:27:30.4517940Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libtorch_global_deps.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:27:30.4518515Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libtorchbind_test.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:27:30.4523854Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libjitbackend_test.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:27:30.4526327Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libbackend_with_compiler.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:27:30.4529289Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libtorch_python.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:27:30.4669320Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libshm.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:27:30.4670322Z creating build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:30.4671050Z copying build/lib.linux-x86_64-cpython-38/torch/include/pthreadpool.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:30.4672893Z copying build/lib.linux-x86_64-cpython-38/torch/include/fxdiv.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:30.4673845Z copying build/lib.linux-x86_64-cpython-38/torch/include/cpuinfo.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:30.4675311Z copying build/lib.linux-x86_64-cpython-38/torch/include/clog.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:30.4675912Z copying build/lib.linux-x86_64-cpython-38/torch/include/qnnpack.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:30.4682194Z copying build/lib.linux-x86_64-cpython-38/torch/include/psimd.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:30.4683304Z copying build/lib.linux-x86_64-cpython-38/torch/include/fp16.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:30.4684207Z copying build/lib.linux-x86_64-cpython-38/torch/include/qnnpack_func.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:30.4684996Z copying build/lib.linux-x86_64-cpython-38/torch/include/nnpack.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:30.4685610Z copying build/lib.linux-x86_64-cpython-38/torch/include/xnnpack.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:30.4686110Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:30.4686973Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_config.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:30.4687733Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_debug.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:30.4688227Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_ocl.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:30.4688735Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_sycl.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:30.4689308Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_sycl_types.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:30.4689982Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_threadpool.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:30.4690465Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_types.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:30.4690999Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_version.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:30.4691845Z copying build/lib.linux-x86_64-cpython-38/torch/include/sleef.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:30.4694314Z copying build/lib.linux-x86_64-cpython-38/torch/include/libshm.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:30.4695985Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4696766Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ATen.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4698050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/AccumulateType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4699727Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4700401Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Backend.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4701178Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Backtrace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4701975Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/BatchedFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4703128Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/BatchedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4704151Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CPUApplyUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4705889Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CPUFixedAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4706725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CPUGeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4707436Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CollapseDims.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4708255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Config.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4708934Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Context.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4709926Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/DLConvertor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4710767Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Device.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4711734Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/DeviceGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4712713Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/DimVector.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4713775Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Dimname.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4714810Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4715855Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/DynamicLibrary.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4716947Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/EmptyTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4718000Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ExpandBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4718998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ExpandUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4720146Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Formatting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4721131Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/FuncTorchTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4722386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/FunctionalStorageImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4723429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/FunctionalTensorWrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4724600Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4725558Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/InferSize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4726604Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/InitialTensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4727339Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Layout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4728081Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/LinalgBackend.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4729234Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/MapAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4730695Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/MatrixRef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4731453Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/MemoryOverlap.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4732117Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/NamedTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4733330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/NamedTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4734998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/NestedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4735614Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/NumericUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4736587Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/OpMathType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4737404Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/OpaqueTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4738400Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/PTThreadPool.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4739679Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/PadNd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4740837Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Parallel-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4741547Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Parallel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4742424Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ParallelFuture.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4743441Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ParallelNative.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4744290Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ParallelNativeTBB.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4745143Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ParallelOpenMP.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4746484Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/PythonTorchFunctionTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4747408Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/SavedTensorHooks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4748282Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Scalar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4749207Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ScalarOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4749841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ScalarType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4751023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/SequenceNumber.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4751758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/SmallVector.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4752718Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/SparseCsrTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4753699Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/SparseCsrTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4754792Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/SparseTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4755815Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/SparseTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4756966Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Storage.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4757797Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4758735Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4759634Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorGeometry.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4760829Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorIndexing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4761893Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorIterator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4763273Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorIteratorInternal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4764252Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorMeta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4765133Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorNames.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4768348Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorOperators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4769274Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4769924Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorSubclassLikeUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4770521Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4771105Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ThreadLocalState.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4771626Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TracerMode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4772497Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TypeDefault.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4773352Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4774374Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Version.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4775302Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/VmapMode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4776170Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/VmapTransforms.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4777271Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/WrapDimUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4778364Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/WrapDimUtilsMulti.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4779355Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/autocast_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4780289Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ceil_div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4781353Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/code_template.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4782422Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpp_custom_type_hack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4783362Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/div_rtn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4784387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/dlpack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4785331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/jit_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4786318Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/jiterator_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4787496Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/record_function.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4788682Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CPUFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4789701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CPUFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4790856Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4792015Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4792960Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4793988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4795403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4796730Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4797897Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4799268Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4800254Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Functions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4801140Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/MetaFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4802333Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/MetaFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4803697Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/MethodOperators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4804882Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/NativeFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4805868Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/NativeMetaFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4807143Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Operators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4808448Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/RedispatchFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4821642Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/RegistrationDeclarations.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4827640Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/VmapGeneratedPlumbing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4839033Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CUDAFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4839953Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CUDAFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:30.4841114Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2022-11-23T01:27:30.4841908Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/FlushDenormal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2022-11-23T01:27:30.4842941Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vml.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2022-11-23T01:27:30.4844063Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T01:27:30.4845112Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:30.4845849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:30.4846932Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:30.4847918Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:30.4848908Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:30.4850013Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:30.4850944Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:30.4851815Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:30.4853839Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:30.4854781Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:30.4855569Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_int.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:30.4856424Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:30.4858700Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:30.4859550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:30.4860537Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:30.4861641Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:30.4862837Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:30.4863723Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:30.4864926Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:30.4865867Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_int.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:30.4867380Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:30.4869594Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T01:27:30.4870358Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/functional_base.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T01:27:30.4871079Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T01:27:30.4872068Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/intrinsics.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T01:27:30.4872994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T01:27:30.4874377Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec_base.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T01:27:30.4876010Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4876933Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ATenGeneral.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4877999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ATenOpList.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4878896Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ATen_fwd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4879917Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ATen_pch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4880783Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Array.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4881820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Backtrace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4882769Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/CheckMemoryFormat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4883758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/DeprecatedTypeProperties.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4884968Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4885918Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Dict.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4886801Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Dict_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4887691Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/DimVector.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4888597Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Dimname.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4889512Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/DistributionsHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4890616Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Formatting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4891527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4892553Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/IListRef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4893443Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/IListRef_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4894610Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/LegacyTypeDispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4895528Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/List.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4896420Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/List_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4897537Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/MT19937RNGEngine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4898461Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/NamedTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4899519Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/PhiloxRNGEngine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4900498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/PythonFallbackKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4901599Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/PythonOpRegistrationTrampoline.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4902596Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/QuantizerBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4903499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Range.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4904385Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4905282Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Scalar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4906181Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ScalarType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4907068Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4907968Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/TensorAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4908893Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/TensorBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4909834Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/TorchDispatchUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4911356Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/TransformationHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4912326Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/UndefinedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4913256Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/UnsafeFromTH.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4914387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/VariableHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4915340Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Variadic.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4916231Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Vitals.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4917124Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/alias_info.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4918092Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/blob.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4918999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/builtin_function.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4919914Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/class_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4920819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/custom_class.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4921731Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dynamic_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4922538Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/enum_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4923378Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/function.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4924297Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/function_schema.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4925135Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/function_schema_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4925921Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4926686Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/grad_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4927432Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/interned_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4928460Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/interned_strings_class.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4929355Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ivalue.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4930355Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ivalue_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4932742Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ivalue_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4933608Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/jit_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4934823Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/jit_type_base.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4935721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/operator_name.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4936585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/qualified_name.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4937658Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/rref_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4939462Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4940451Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/symbol.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4941225Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/type_factory.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4942031Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/type_ptr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4942926Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/typeid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4943599Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/TensorBody.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4946144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/aten_interned_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4947278Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/enum_tag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:30.4948879Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T01:27:30.4949568Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/BoxedKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T01:27:30.4950495Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T01:27:30.4951337Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/KernelFunction.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T01:27:30.4952296Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T01:27:30.4953442Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/OperatorKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T01:27:30.4954432Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T01:27:30.4955718Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T01:27:30.4956661Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T01:27:30.4957423Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl/boxing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T01:27:30.4958962Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T01:27:30.4960217Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl/test_helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T01:27:30.4961048Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T01:27:30.4962000Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch/CppSignature.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T01:27:30.4963120Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T01:27:30.4964209Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch/Dispatcher.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T01:27:30.4965486Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch/ObservedOperators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T01:27:30.4966538Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch/OperatorEntry.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T01:27:30.4967812Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch/OperatorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T01:27:30.4968766Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T01:27:30.4969916Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-11-23T01:27:30.4970517Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration/adaption.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-11-23T01:27:30.4971802Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration/infer_schema.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-11-23T01:27:30.4972836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration/op_allowlist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-11-23T01:27:30.4973612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration/op_registration.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-11-23T01:27:30.4974372Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.4975087Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.4975971Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/AsmUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.4976585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/Atomic.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.4978647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.4979392Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.4980119Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.4980992Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/DeviceUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.4982320Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/NumericLimits.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.4983151Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/ScanUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.4983860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/cub.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.4984939Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/cub_definitions.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.4985788Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.4986436Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDABlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.4987665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAConfig.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.4988373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAContext.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.4989627Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDADataType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.4990370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDADevice.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.4991419Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAEvent.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.4992194Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.4993263Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAGraph.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.4994064Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDASparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.4995021Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDASparseBlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.4996033Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.4997139Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.4998080Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CachingHostAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.4999075Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/EmptyTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.4999802Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/Exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.5001012Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/PeerToPeerAccess.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.5001775Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.5002884Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/Sleep.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.5003817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/ThrustAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.5004565Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/cub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.5005651Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/jiterator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.5006454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/jiterator_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.5007531Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/llvm_jit_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:30.5008560Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:27:30.5009636Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:27:30.5010375Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:27:30.5011502Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:27:30.5012586Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:27:30.5013474Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:27:30.5014587Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:27:30.5015524Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/CUDAHooks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:27:30.5016311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:27:30.5017336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/KernelUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:27:30.5018074Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:27:30.5019779Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T01:27:30.5020291Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn/Descriptors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T01:27:30.5021314Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn/Exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T01:27:30.5022263Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn/Handle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T01:27:30.5022943Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn/Handles.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T01:27:30.5024154Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn/Types.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T01:27:30.5025134Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn/Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T01:27:30.5026075Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn/cudnn-wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T01:27:30.5026961Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:27:30.5027837Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/ADInterpreters.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:27:30.5028877Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/BatchRulesHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:27:30.5029928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/BatchedFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:27:30.5031002Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/BatchedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:27:30.5032084Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:27:30.5033154Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/DynamicLayer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:27:30.5034370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:27:30.5035455Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/Interpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:27:30.5036529Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:27:30.5037583Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/Macros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:27:30.5038584Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/PlumbingHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:27:30.5039801Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/TensorWrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:27:30.5040713Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/VmapInterpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:27:30.5064931Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5065791Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/from_blob.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5066723Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5067693Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5068858Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5070055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5071230Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5072325Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5073409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5074629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5075792Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5076904Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5077945Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5078988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5080018Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5081020Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5082015Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5083192Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5084358Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5085469Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5086660Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5087712Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5088848Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5089931Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5090984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5092029Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5093104Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5094094Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_batch_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5095182Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5096252Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_batch_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5097288Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_batch_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5098245Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5099318Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5100379Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_relu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5101357Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_relu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5102344Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5103291Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5104272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_addmm_activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5105459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5106606Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5107656Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5108674Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_addmm_activation_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5109770Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_addmm_activation_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5110807Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_addmm_activation_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5111805Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_addmm_activation_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5112757Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_aminmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5113822Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5114992Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_aminmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5115989Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_aminmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5117084Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_aminmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5118056Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_aminmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5119093Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5120309Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5121517Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5122636Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5123729Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5124733Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_update_scale.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5125817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5126913Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5127961Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5128966Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_update_scale_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5129945Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_update_scale_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5130919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_async.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5131898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_async_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5132992Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_async_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5133978Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_async_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5134933Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_async_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5135915Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_tensor_metadata.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5137033Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5138196Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_tensor_metadata_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5139206Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_tensor_metadata_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5140280Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_autocast_to_full_precision.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5141435Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5142555Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_autocast_to_full_precision_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5143579Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_autocast_to_full_precision_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5144577Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_autocast_to_reduced_precision.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5145734Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5146876Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_autocast_to_reduced_precision_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5147906Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5148856Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5149928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5150981Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5151917Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5152893Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_impl_index.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5153884Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_impl_index_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5154950Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5155902Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5156930Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5158038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5159117Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_impl_index_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5160130Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_impl_index_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5161075Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Byte.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5162148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5163105Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Byte_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5163994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Byte_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5164880Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Char.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5165838Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5166776Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Char_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5167652Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Char_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5168496Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5169476Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5170399Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Double_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5171275Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Double_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5172147Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5173115Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5174042Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Float_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5174909Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Float_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5175757Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Half.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5176758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5177832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Half_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5178681Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Half_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5179527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Int.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5180497Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5181430Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Int_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5182285Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Int_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5183133Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Long.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5184162Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5185148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Long_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5186025Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Long_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5186912Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Short.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5187918Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5188905Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Short_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5189825Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Short_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5190713Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5191731Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5192742Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5193707Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5194754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5195694Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5196592Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5197595Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5198598Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5199655Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5200598Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5201514Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5202428Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cholesky_solve_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5203490Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5204545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5205590Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5206584Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cholesky_solve_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5207539Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cholesky_solve_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5208471Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_choose_qparams_per_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5209536Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5210612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_choose_qparams_per_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5211597Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5212503Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5213499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5214476Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5215368Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5216242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesced.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5217327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5218334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesced_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5219261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesced_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5220178Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesced_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5221137Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_compute_linear_combination.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5222253Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5223307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5224343Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_compute_linear_combination_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5225341Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_compute_linear_combination_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5226262Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5227230Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5228290Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5228949Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5229670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5230197Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5230737Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5231264Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5231792Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5232331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_physical.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5232991Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5233538Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_physical_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5234150Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_physical_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5234705Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conv_depthwise2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5235295Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5235853Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conv_depthwise2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5236373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5236931Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conv_depthwise2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5237517Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5238404Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5239010Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5239637Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5240231Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5240855Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5241523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5242115Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5242689Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5243466Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5244088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5244724Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5245303Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5245926Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5246534Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5247120Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5247780Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5248427Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5249003Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_double_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5249704Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5250301Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_double_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5250938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_double_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5251487Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5252170Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5252722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_mode_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5253279Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_mode_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5253830Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5254434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5254968Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_copy_from.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5255506Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_copy_from_and_resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5256186Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5256755Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_copy_from_and_resize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5257398Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_copy_from_and_resize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5258056Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5258591Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_copy_from_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5259115Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_copy_from_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5259604Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5260147Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5260808Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5261380Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5261958Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5262522Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5263077Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5263716Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5264329Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5264894Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5265431Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5265938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5266484Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_ctc_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5267146Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5267757Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5268312Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_ctc_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5268856Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_ctc_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5269422Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_init_dropout_state.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5270123Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5270740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5271313Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_init_dropout_state_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5271902Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5272421Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5272972Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5273640Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5274303Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5274760Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5275208Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5275707Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5276162Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5276694Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5277233Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5277724Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5278226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5278687Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5279138Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5279727Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5280267Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_clear_plan_cache.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5280958Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5281536Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_clear_plan_cache_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5282116Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5282700Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5283295Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5284003Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5284611Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5285180Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_get_plan_cache_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5286213Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5286799Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5287391Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5287991Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5288699Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5289320Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5289969Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5290523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummax_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5291310Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5292161Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5292822Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummax_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5293247Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummax_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5294200Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummin_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5295026Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5295649Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5296411Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummin_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5297480Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummin_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5298098Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_debug_has_internal_overlap.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5299152Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5299794Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_debug_has_internal_overlap_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5300638Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_debug_has_internal_overlap_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5301270Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dimI.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5302201Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dimI_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5302956Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dimI_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5303834Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dimV.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5304707Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dimV_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5305358Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dimV_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5306343Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dim_arange.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5307817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5308317Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dim_arange_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5309235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dim_arange_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5309851Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dirichlet_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5311147Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5312581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5313066Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5313973Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dirichlet_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5314662Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dirichlet_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5316034Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficient_attention_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5316612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5317025Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficient_attention_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5320441Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficient_attention_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5321040Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficient_attention_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5321688Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5322339Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficient_attention_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5322753Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficient_attention_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5323346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficientzerotensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5323912Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5325063Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5325626Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5326263Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficientzerotensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5327806Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficientzerotensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5328547Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5328979Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5330016Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5331046Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5332280Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5333435Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5334454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5335578Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5336753Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_dense_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5337993Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5339147Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5340290Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5341330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_dense_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5342464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5343591Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_forward_only.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5344667Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5346012Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5346998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5348059Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_forward_only_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5348911Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_forward_only_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5350399Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5351122Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5352277Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5353685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5354971Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5356017Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5356877Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_sparse_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5358087Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5359334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5360468Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5361339Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5362429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5363596Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_affine_quantized.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5364924Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5365936Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5366964Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_affine_quantized_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5368045Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_affine_quantized_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5369028Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_per_channel_affine_quantized.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5370352Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5371357Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5372491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5373473Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5374487Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_euclidean_dist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5375760Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5376759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_euclidean_dist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5377841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_euclidean_dist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5378942Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5380257Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5381346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5382542Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5383513Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5384463Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5385455Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5386510Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5387283Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5388395Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5389540Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5390427Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5391525Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5392480Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5393470Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5394400Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5395541Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5396576Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5398027Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5399013Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5400189Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5401237Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5402429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5403793Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5404717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5405465Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5407102Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5407613Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5408467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2c.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5409593Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5410658Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5412256Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2c_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5413001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2c_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5413979Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2r.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5415291Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5416226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5417449Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2r_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5418430Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2r_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5419500Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_r2c.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5420640Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5421776Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5422820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_r2c_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5423832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_r2c_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5424941Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_flash_attention_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5426537Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5427492Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_flash_attention_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5428230Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_flash_attention_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5430921Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foobar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5431743Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5432987Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foobar_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5433370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foobar_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5433783Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foobar_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5434349Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_abs.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5435714Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5437467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5438289Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5439104Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_abs_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5439736Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_abs_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5440991Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_acos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5441607Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5442695Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5443782Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5444687Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_acos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5445630Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_acos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5446786Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_add.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5447477Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5448273Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_add_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5449168Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_add_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5451055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_add_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5451378Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_add_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5452207Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcdiv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5453433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5454503Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5455267Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5456219Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcdiv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5457003Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcdiv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5457879Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5460180Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5460858Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5461496Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5462212Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5463084Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5465255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_asin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5466576Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5467095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5468122Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5469209Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_asin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5470188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_asin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5471160Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_atan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5472455Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5473542Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5474620Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5475592Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_atan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5476719Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_atan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5477804Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_ceil.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5479019Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5481159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5481605Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5482365Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_ceil_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5483198Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_ceil_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5484228Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5485069Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5486038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5487141Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5490171Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5490487Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5490898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cosh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5491435Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5492420Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5494084Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5494471Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cosh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5495690Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cosh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5496720Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5497740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5498866Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_div_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5500163Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_div_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5501057Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_div_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5501622Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_div_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5503341Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5504013Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5505003Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5506079Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5507392Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5508099Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5509317Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erfc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5510565Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5511446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5512135Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5512998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erfc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5513781Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erfc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5515528Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_exp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5516154Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5517088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5517689Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5518649Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_exp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5519512Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_exp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5520113Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_expm1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5520898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5521833Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5522579Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5523505Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_expm1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5524565Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_expm1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5525251Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_floor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5526167Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5526797Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5527633Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5529086Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5529827Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_floor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5530939Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_floor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5531717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_frac.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5532821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5533613Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5534445Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5535375Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_frac_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5536121Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_frac_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5537179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_lgamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5538188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5538978Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5539965Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5540712Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_lgamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5541629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_lgamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5542479Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5543316Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log10.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5544442Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5545173Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5546112Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5546963Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log10_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5547895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log10_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5548836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log1p.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5549681Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5550519Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5551346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5552335Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log1p_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5553051Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log1p_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5554022Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5555108Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5555993Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5556732Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5557669Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5558466Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5559634Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5560698Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5561468Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5562161Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5563059Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5564003Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_maximum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5565168Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5566059Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5567029Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5567819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_maximum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5568872Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_maximum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5569858Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_minimum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5570835Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5571726Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5572797Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5573503Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_minimum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5574578Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_minimum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5575525Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_mul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5576608Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5577416Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5578714Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5579375Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_mul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5580516Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_mul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5581455Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_neg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5582433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5583311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5584137Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5585001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_neg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5585786Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_neg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5586887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5588213Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5588923Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5590019Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5590738Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5591555Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5593210Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_reciprocal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5593925Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5594711Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5595820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5596621Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_reciprocal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5597440Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_reciprocal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5598291Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_round.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5599341Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5600269Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_round_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5601323Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_round_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5602023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_round_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5603126Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_round_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5603839Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5605036Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5605760Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5606686Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5607768Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sigmoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5608805Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sigmoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5609744Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5610874Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5611774Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5612731Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5613749Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5614815Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5615897Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5616972Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sinh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5617957Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5618911Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5619807Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5620679Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sinh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5621624Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sinh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5622530Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sqrt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5623584Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5624432Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5625406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5626281Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sqrt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5627215Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sqrt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5628172Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5629231Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5630029Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5631047Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5632011Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sub_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5633096Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sub_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5633855Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5635111Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5635926Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5636891Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5637780Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5638785Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5639771Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5640958Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5642405Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5642918Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5643524Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5644287Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5645264Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_trunc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5646368Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5647424Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5648311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5650220Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_trunc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5650713Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_trunc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5652755Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_zero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5653336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5653832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5654327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5654924Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_zero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5655626Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_zero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5656515Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_adam.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5658077Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5658736Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_adam_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5660179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_adam_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5661263Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_adam_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5661760Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5662949Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5663611Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5664742Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5666523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5667106Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5668277Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5669265Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5670374Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5671148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5672893Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5673397Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_sdp_choice.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5674836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5675416Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5677620Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5678612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_sdp_choice_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5679313Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_sdp_choice_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5680776Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5681999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5682396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5683901Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5684712Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5685672Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5686704Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5687889Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5688890Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_gather_sparse_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5689861Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5690720Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_gather_sparse_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5691849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_gather_sparse_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5692862Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5694119Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5694773Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5695716Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5696729Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5698011Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5699199Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5700510Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5701550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_has_compatible_shallow_copy_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5702744Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5703620Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5704519Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5705888Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_has_same_storage_numel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5706593Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5707955Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_has_same_storage_numel_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5709127Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_has_same_storage_numel_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5709974Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_bin_edges.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5710854Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5712304Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5712977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_bin_edges_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5714447Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_bin_edges_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5715365Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_cts.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5717863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5718322Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5718903Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5720153Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5721389Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5722537Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5723415Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5724518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5725774Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5726901Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_index_put_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5728059Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5729034Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5730709Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5731747Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_index_put_impl_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5732600Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_index_put_impl_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5733895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_index_put_impl_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5734996Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5736217Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5737337Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5738448Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5739405Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5741307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5742289Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5743381Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_is_zerotensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5744651Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5745598Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_is_zerotensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5746584Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_is_zerotensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5747821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_check_errors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5749019Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5750169Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_check_errors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5751175Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_check_errors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5752380Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_det.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5753544Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5754708Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_det_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5755863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_det_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5756936Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_det_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5758099Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_det_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5759168Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_det_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5760265Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_det_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5761539Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5762886Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5764555Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5765187Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5766088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5767404Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5768486Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5769695Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5770599Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_slogdet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5771979Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5772998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5774459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5775414Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_slogdet_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5776348Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5777572Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_slogdet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5778579Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_slogdet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5779905Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_solve_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5781253Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5782227Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5783550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5784608Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_solve_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5785663Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5787004Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_solve_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5788127Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_solve_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5789135Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_svd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5791525Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5792274Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5793341Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5794582Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_svd_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5795593Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_svd_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5796729Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_svd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5797999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_svd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5799056Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eq.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5800305Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_local_scalar_dense.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5802641Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5803259Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5804398Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_local_scalar_dense_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5805581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_local_scalar_dense_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5806655Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5807882Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_backward_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5809293Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5810287Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5811289Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5812392Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_backward_data_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5813541Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5814656Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_backward_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5815819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_backward_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5818583Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5819204Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5819819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5820633Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5821578Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5822603Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5826361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5826964Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_logcumsumexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5827330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5827721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5828044Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_logcumsumexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5828564Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_logcumsumexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5830366Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lstm_mps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5831099Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5831743Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lstm_mps_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5833455Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lstm_mps_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5834447Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lu_with_info.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5835581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5836658Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lu_with_info_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5837756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lu_with_info_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5838766Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5839977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5841114Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5842376Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5843478Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5844422Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5845754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5846997Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5847988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5849308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_channel_quantized_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5850492Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5851509Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5852791Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5853873Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5854919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5856041Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5857380Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5858471Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5859722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5860835Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5861876Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5863183Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_scale.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5865296Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5866154Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_scale_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5867100Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_scale_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5868244Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_scale_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5869323Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5870608Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5872089Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5873138Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5874039Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5875403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5877888Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5878502Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5879858Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5880553Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5881500Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5882828Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5883911Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_reshape.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5885397Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5886294Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_reshape_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5887426Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_reshape_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5888280Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5889693Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5890779Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5891430Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5892782Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5893809Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5895058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5896094Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5897513Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5898639Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_convolution_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5899989Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5901010Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_convolution_transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5902032Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_convolution_transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5902984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5904331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_max_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5905598Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5906406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5908314Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_decoder_only_multi_head_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5909447Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_decoder_only_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5910541Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5911578Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5912653Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_decoder_only_multi_head_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5913797Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_decoder_only_multi_head_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5915047Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_multi_head_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5916361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5917682Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5918699Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5919820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_multi_head_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5921282Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_multi_head_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5922006Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5923006Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5924564Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5925694Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5928952Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5929379Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5929749Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5930065Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5930946Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5931846Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5933622Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded_and_nested_example.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5934513Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5935271Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5936328Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5937202Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5938607Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5939324Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5940893Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5941406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5942634Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_select_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5943529Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_select_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5944813Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_select_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5945411Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_sum_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5947389Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_sum_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5947994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_sum_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5948825Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5949896Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5950890Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5951978Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5952472Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5954744Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5955385Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5955981Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5956923Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5957846Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5958596Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5959617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_tensor_list.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5960748Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5961557Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5962815Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5963621Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_offsets.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5964754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_offsets_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5965690Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_offsets_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5966181Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5967819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5968471Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5969690Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5970474Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5971803Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5973097Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5973980Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_strides.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5975260Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5975981Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_strides_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5976671Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_strides_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5978040Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5978990Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ge.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5980017Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5981284Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5982314Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5983234Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5984329Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5985324Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5986391Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5987274Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5988510Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5989502Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5990635Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5992259Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5992826Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5994432Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnpack_available.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5995904Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5996811Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnpack_available_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5997427Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnpack_available_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5998051Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnpack_spatial_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.5999086Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6000144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnpack_spatial_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6001114Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6002072Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnz.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6003285Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnz_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6005138Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnz_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6006223Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pack_padded_sequence.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6007286Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pack_padded_sequence_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6008620Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6009567Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pack_padded_sequence_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6010660Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6012171Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6034875Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pack_padded_sequence_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6086485Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pack_padded_sequence_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6088485Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_circular.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6089092Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6089475Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_circular_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6090021Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_circular_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6090565Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_enum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6091255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6091807Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_enum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6092315Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_enum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6092876Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_packed_sequence.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6093618Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6094222Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_packed_sequence_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6094833Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_packed_sequence_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6095351Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6095779Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6096108Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6096536Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6096993Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6097434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6097784Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6098164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6098603Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6098969Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6099311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6099689Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6099987Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pin_memory.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6100414Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6100765Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pin_memory_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6101134Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pin_memory_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6101442Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pin_memory_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6101793Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_remove_batch_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6102171Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6102552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_remove_batch_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6102866Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_remove_batch_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6103230Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6103550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6103962Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6104388Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6104776Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6105134Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6105512Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6105840Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6106224Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6106539Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6106905Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6107211Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6107670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6107975Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6108347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6108663Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_from_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6109103Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6109436Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_from_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6109788Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_resize_output.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6110110Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_from_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6110543Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6110872Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_resize_output_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6111218Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_resize_output_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6111559Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_resize_output_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6111892Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_rowwise_prune.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6112268Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6112598Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_rowwise_prune_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6112950Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_rowwise_prune_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6113292Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sample_dirichlet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6113741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6151085Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6151620Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6152024Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sample_dirichlet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6152459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sample_dirichlet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6153092Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_saturate_weight_to_fp16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6153595Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6153967Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_saturate_weight_to_fp16_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6154492Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6154822Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6155219Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6155640Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_attention_math.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6156236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6156658Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6157047Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6157514Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6158036Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6158558Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6159251Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6159818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6160437Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6160946Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6161401Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6161947Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6162333Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6162749Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_flash_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6163212Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6163717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6164059Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6164474Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_segment_reduce_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6165048Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6165559Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6165942Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6166330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_segment_reduce_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6166694Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_segment_reduce_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6167242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_shape_as_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6167856Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6168466Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_shape_as_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6168959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_shape_as_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6169568Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6170047Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6170440Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6170836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6171205Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6171632Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6172028Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6172367Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6172880Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6173359Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6173730Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6174171Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_draw.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6174610Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6175034Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_draw_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6175443Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_draw_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6175887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_ff.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6176317Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6176718Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_ff_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6177238Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_ff_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6177636Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_initialize_state.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6178123Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6178494Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_initialize_state_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6178930Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6179263Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_scramble.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6179730Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6180172Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_scramble_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6180537Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_scramble_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6180961Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6181292Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6181666Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_backward_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6182210Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6182664Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6183049Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6183429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_backward_data_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6183914Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6184324Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_backward_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6184757Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_backward_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6185225Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6185546Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6185914Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6186310Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6186683Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6187070Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6187425Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6187890Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_addmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6188331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6188756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_addmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6189219Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_addmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6189620Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_broadcast_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6190077Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_broadcast_to_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6190571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6191182Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6191673Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6192161Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6192626Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_broadcast_to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6193015Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_broadcast_to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6193438Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6193921Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6194476Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6194834Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6195180Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6195663Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6196013Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6196464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6196937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6197485Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6197935Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6198441Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6198782Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6199284Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6199719Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6200109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6200585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6200995Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6201514Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6202010Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6202535Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6202943Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6203432Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6203995Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6204392Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6204722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6205079Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6205670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6206092Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6206490Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6206881Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_prod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6207421Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6207911Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_prod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6208275Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_prod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6208764Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_sum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6209272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6209678Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_sum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6209991Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_sum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6210458Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6210859Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6211374Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6211795Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6212234Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_log_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6212666Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_log_softmax_backward_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6213230Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6213773Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6214396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6215122Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6215695Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_spdiags.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6216259Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6216883Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_log_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6217351Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_log_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6217669Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mask_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6218103Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mask_helper_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6218577Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mask_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6218979Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mask_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6219529Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6219982Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6220459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6220915Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6221353Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax_backward_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6221843Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6222376Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax_backward_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6222841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6223286Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6223664Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6224117Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6225066Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6225835Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sparse_matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6226866Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6227656Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sparse_matmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6228365Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sparse_matmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6229315Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6230286Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6230966Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6231767Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6232530Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6233303Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6234378Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6235269Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6236070Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6237212Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6237938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_spdiags_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6238959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_spdiags_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6240082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_spdiags_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6240853Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6241941Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6242968Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_stack_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6243893Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_stack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6244909Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_stack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6246375Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6247310Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6248116Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6248808Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6249729Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6250734Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6251672Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6252724Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6253411Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6254630Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6255523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6257523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6257901Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_symeig_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6258751Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_symeig_helper_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6259832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_symeig_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6260782Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_symeig_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6261928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_symeig_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6262930Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_symeig_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6264124Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_ambiguous_defaults.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6265280Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6266266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_ambiguous_defaults_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6267442Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_ambiguous_defaults_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6268645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6270017Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6271216Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6272066Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6273153Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6274377Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6315020Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6315452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6316076Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6316658Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6317284Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6317729Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6318197Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6318619Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6319058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_filled_intlist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6319579Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_floatlist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6320073Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6320537Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6320907Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_filled_intlist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6321408Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_filled_intlist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6321925Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6322428Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6322821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_floatlist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6323222Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_floatlist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6323656Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_intlist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6324121Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6324613Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6325004Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_intlist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6325406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_intlist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6325838Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_serialization_subcmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6326336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6326836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_serialization_subcmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6327242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_serialization_subcmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6327637Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_string_default.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6328167Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6328575Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_string_default_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6328997Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_string_default_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6329410Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_warn_in_autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6329915Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6330389Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_warn_in_autograd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6330791Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_warn_in_autograd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6331269Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6331757Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6332302Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6332728Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6333228Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6333706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6334167Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6334682Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6335060Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6335457Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6335916Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6336441Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6336879Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6337316Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6337898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6338246Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6338711Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6339132Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6339505Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6340039Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6340609Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6341085Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6341594Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6342152Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6342562Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6343078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6343555Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6344005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6344591Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6345038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6345546Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6345904Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6346362Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6346849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6347308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6347740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6348084Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_cpu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6348556Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6348897Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_cpu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6349275Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_cpu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6349692Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_dense.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6350066Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6350486Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_dense_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6351344Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_dense_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6352409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transform_bias_rescale_qkv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6354040Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6354584Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6355946Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6357067Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6358217Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6359339Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6360639Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6361819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6362890Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6363868Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6365088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6366143Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_encoder_layer_fwd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6367481Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6368633Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6369750Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6370993Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6372076Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6372969Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_trilinear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6374265Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6375495Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6377258Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_trilinear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6378232Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_trilinear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6379477Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_multi_head_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6380849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6381907Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6382996Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_multi_head_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6384109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_multi_head_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6385263Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_scaled_dot_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6386650Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6387742Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6388780Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_scaled_dot_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6389899Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6390902Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6392061Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6393234Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6394482Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6395609Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6396914Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6397871Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6399151Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6400164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6401222Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6402370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6403375Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6404552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unpack_dual.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6405939Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6406911Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unpack_dual_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6408128Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unpack_dual_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6409153Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unsafe_view.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6410367Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6411407Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unsafe_view_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6412539Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unsafe_view_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6413786Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6414979Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6416239Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6417358Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6418581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6419718Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6420844Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6422203Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6423069Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6424357Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6425339Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6426250Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6427442Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6428632Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6429692Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6430886Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6432043Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6433158Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6434424Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6435919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6437117Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6438155Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6439221Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6440477Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6441555Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6442778Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6444108Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6445020Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6446291Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6447459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6448706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6449368Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6451393Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6451888Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6453140Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6454098Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6455128Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6456688Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6457831Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6458724Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6459608Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6460855Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6461995Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6463208Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6464346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6466236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6466913Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6467381Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6468385Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6470394Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6471170Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6471813Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6472523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6473780Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6474621Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6475581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6477563Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6478361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6479101Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6480150Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6481476Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6481996Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6484040Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6484467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6484944Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6486059Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6486722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6487784Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6488868Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6490089Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6491235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6492204Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6493307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6494296Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6495448Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6496314Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6497626Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6498660Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6499644Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6500590Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6501495Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6502794Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6503836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6505152Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6505966Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6507232Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_use_cudnn_ctc_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6508277Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6509312Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6510690Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6511550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6512622Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6513870Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6515193Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6515876Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_compressed_sparse_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6516991Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6517702Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6519373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6520369Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6521657Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6522715Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6523492Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6524655Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6525342Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6526524Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6527365Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6528401Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6529382Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6530577Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6531284Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6532216Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6533107Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6534285Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6535095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6536291Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6537157Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6538056Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6538947Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6540061Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6541012Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6541846Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6542454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6543575Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6544311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_values.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6545127Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_values_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6546133Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6547057Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6547781Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_values_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6548585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_values_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6549450Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_values_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6550316Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_values_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6551041Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_version.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6552149Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6553040Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_version_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6554691Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_version_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6555687Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6556809Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6557568Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_differentiable_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6558445Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6559244Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6560184Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6560880Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6562010Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6563130Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6563904Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6564809Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6565630Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6566577Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6567391Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6568199Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6569046Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6569935Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6570661Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6571547Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6572329Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6573222Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/abs.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6574311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6574787Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/abs_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6576071Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/abs_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6576690Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/abs_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6577796Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/abs_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6579233Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/absolute.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6580178Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6581010Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/absolute_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6582067Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/absolute_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6582931Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6583923Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6584941Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acos_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6586922Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acos_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6587387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acos_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6588274Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acos_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6588676Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6590151Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6590947Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acosh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6592191Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6592793Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acosh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6594958Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acosh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6595306Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acosh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6596214Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acosh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6596759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acosh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6598074Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acosh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6598821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6600417Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6601064Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6602142Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6602994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6604066Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6604962Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6605778Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6606562Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6607704Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6608423Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6609494Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6610484Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6611383Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6612200Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6613254Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6614245Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6615208Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6616033Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6616899Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6617777Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6618656Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6619534Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6620956Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6621748Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6622697Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6623573Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6624717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6625601Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6626647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6627923Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6628844Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6629959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6630900Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6632855Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6633349Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6634394Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6635061Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6636697Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6637497Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6638200Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6639271Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6640385Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6641649Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6643059Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6644290Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6645491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6646663Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6647777Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6649053Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6650309Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6651438Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6652470Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6653702Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6654941Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6655907Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6657032Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6658228Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6659526Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6660726Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6661651Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6662779Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6664792Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6665387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6666275Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6667346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6668472Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addbmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6669735Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addbmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6670988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addbmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6672182Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addbmm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6673088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addbmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6674303Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addbmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6675243Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcdiv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6676761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6677874Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcdiv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6679108Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcdiv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6680291Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcdiv_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6681430Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcdiv_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6682435Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcdiv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6683504Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcdiv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6684666Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6685865Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6686965Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcmul_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6688148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcmul_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6689278Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcmul_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6690456Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcmul_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6691747Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6692891Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6693964Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6695444Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6696373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6697458Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6698797Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6699923Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6700849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6702134Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6703193Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6704501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6705665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6706649Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6707654Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmv_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6708719Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmv_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6709858Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6711143Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6712329Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6713540Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6714761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6715745Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6717727Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6718545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6719535Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adjoint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6720912Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6721900Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adjoint_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6723112Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adjoint_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6724278Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/affine_grid_generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6725499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/affine_grid_generator_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6726656Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6727788Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/affine_grid_generator_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6728895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/affine_grid_generator_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6730212Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6731197Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/affine_grid_generator_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6732121Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/affine_grid_generator_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6733270Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6736727Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6737359Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6738064Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6738835Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6739429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6740002Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6741030Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6741865Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6742997Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6744303Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6745343Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6746513Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6747710Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6748898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6749929Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6751027Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6752173Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6753457Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6754683Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6755855Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6756963Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6758242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6759473Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6760569Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6761686Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6762691Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6763860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6764961Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6766081Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6767438Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/allclose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6768661Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6769736Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/allclose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6770756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/allclose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6771838Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alpha_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6773147Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6774243Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alpha_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6775403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alpha_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6776315Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6777794Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6778850Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6780110Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6781285Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6782372Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6783374Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6784519Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6785658Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6787022Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6787977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6789172Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6790899Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6792058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6793113Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6794361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6795439Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/aminmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6798143Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6798742Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/aminmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6799900Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/aminmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6800829Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/aminmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6802196Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/aminmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6803424Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/aminmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6804450Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/aminmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6805559Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/and.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6806920Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6807896Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/and_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6808944Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/and_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6810031Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/angle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6811367Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/angle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6812569Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/angle_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6813588Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/angle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6814676Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/angle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6815908Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6817502Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6818624Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6819629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6820649Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6821938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6823235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6824247Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6825334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6826511Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arange.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6827888Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6829014Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arange_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6830185Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arange_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6831247Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arange_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6832267Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arange_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6833415Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arange_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6835006Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arccos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6836186Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6837275Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arccos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6838311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arccos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6839330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arccosh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6840633Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6841715Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arccosh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6842808Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arccosh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6843881Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arcsin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6844981Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6846059Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arcsin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6847142Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arcsin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6848286Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arcsinh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6849610Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6850713Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arcsinh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6851782Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arcsinh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6852779Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6854007Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctan2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6855364Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6856377Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctan2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6857587Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctan2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6858813Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6860679Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6861248Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6862170Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6863383Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6864503Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6866142Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6867303Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6868700Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6869602Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6870672Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6871781Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6872981Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6874986Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6875484Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6876228Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6877272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6878261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6878771Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6880149Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6880750Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6882279Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6883143Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6884282Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argsort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6885580Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6886598Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6887711Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argsort_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6888739Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argsort_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6889810Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argsort_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6890919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argsort_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6892183Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argwhere.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6893475Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6894469Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argwhere_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6895461Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argwhere_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6896652Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6898154Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6899128Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6900449Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6901756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6902556Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6903341Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6904803Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6905771Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6906995Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6908049Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6909150Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6910255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6911652Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6912516Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6913617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6914897Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6916332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6917420Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6918619Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6919766Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6920839Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6922042Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6923179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6924256Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asinh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6925515Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6926475Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asinh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6927630Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asinh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6928753Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asinh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6929995Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asinh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6931133Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asinh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6932310Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asinh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6933419Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6934475Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6935801Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6936772Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6938964Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6939571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan2_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6940927Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan2_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6941868Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6942983Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6944439Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6945281Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6946397Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6947462Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6948847Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6949918Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6950970Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6952899Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6953654Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6954620Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atanh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6955652Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atanh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6956769Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atanh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6957930Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atanh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6959038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6960169Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6961272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6962649Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6963656Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6964828Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6966130Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6967215Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6968266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6969264Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6970638Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6971919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6972878Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6973980Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6975082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6976290Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6977517Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6978761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6979929Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6980919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6982311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6983385Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6984479Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6985644Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6986762Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6987819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6988977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6990278Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6991332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6992519Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6993501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6994813Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6995971Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6997081Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6998216Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.6999525Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7000861Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7001900Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7002998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7004093Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7005365Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7006408Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7007602Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7009013Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7010099Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7011042Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7012866Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7013910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7014983Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7016126Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7017369Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/baddbmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7018753Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7019869Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/baddbmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7020867Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/baddbmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7022000Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/baddbmm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7023142Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/baddbmm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7024337Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/baddbmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7025334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/baddbmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7026402Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bartlett_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7027875Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7028844Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bartlett_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7029938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bartlett_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7031280Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7032700Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_elemt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7033864Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7034882Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7037154Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_elemt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7037969Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_elemt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7040932Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7041681Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7042362Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7043017Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_reduce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7043420Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7044242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7045092Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_elemt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7046082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7046886Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_elemt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7047732Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_elemt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7049566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7050140Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7051075Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7051533Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7052629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7053286Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7054153Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7054998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7055853Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7056880Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7057395Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7058587Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7059531Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_stats.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7061213Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7061800Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7062429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_stats_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7063531Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_stats_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7064444Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_update_stats.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7065581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7066384Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7067937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7068536Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_update_stats_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7069402Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_update_stats_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7070332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bernoulli.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7071282Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7072349Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7073237Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bernoulli_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7074817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bernoulli_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7075652Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bernoulli_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7076407Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bernoulli_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7077252Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bernoulli_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7078010Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bilinear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7079792Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7080511Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bilinear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7081390Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bilinear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7082306Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7083267Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7084207Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7084946Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7085564Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7087488Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7088084Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7089615Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7090139Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7090782Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7091569Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_with_logits.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7092784Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7093652Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7094609Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7095412Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bincount.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7096403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7097224Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bincount_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7098279Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bincount_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7099088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bincount_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7099842Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bincount_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7100745Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binomial.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7101710Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7102497Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binomial_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7103240Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binomial_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7104093Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binomial_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7105016Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binomial_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7105924Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7107047Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7108157Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7108977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7110236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7110565Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7111772Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7112436Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7113545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7114930Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7115583Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7116619Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7117750Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7118308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7119159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7119949Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7120985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7121578Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7122217Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7123246Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_not.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7124208Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7124631Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_not_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7125400Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_not_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7126208Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_not_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7127103Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_not_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7127941Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_not_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7128789Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_not_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7129720Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7130624Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7131654Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7132385Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7133246Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7133965Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7134886Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7135806Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7137358Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7137864Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7138924Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7140197Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7141078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7141964Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7143058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7143670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7144781Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7145703Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7146490Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7147741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7148873Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7149709Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7150664Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7151482Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7152599Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7153559Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7154666Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7155606Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7157298Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7158273Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/blackman_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7159254Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7160082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/blackman_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7161185Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/blackman_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7161632Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/block_diag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7163069Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7163719Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/block_diag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7164637Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/block_diag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7165855Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7166782Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7168281Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7168809Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7169762Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bmm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7170634Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bmm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7171760Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7172669Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7173587Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/broadcast_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7174328Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7175887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/broadcast_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7176979Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/broadcast_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7177854Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/broadcast_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7179080Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7180060Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/broadcast_to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7181329Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/broadcast_to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7182458Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bucketize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7183560Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7184605Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bucketize_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7185752Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bucketize_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7186941Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bucketize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7188052Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bucketize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7189217Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/can_cast.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7190521Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7191659Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/can_cast_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7192666Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/can_cast_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7193981Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cartesian_prod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7195422Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7196549Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cartesian_prod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7197630Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cartesian_prod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7200087Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7200846Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7201523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7202074Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7203009Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7204839Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7205846Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7207101Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7208134Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7209345Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cauchy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7210664Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7211666Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cauchy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7212675Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cauchy_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7213974Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cauchy_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7215007Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cauchy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7216176Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cauchy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7217530Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ccol_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7218525Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ccol_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7220014Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7221490Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7222446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ccol_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7223634Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ccol_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7225059Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ccol_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7226159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ccol_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7227255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cdist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7228553Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7229588Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cdist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7230647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7231848Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cdist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7232920Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ceil.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7234497Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7235513Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ceil_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7236743Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ceil_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7237908Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ceil_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7239003Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ceil_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7240085Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ceil_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7241239Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ceil_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7242261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/celu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7243726Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7244757Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/celu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7245840Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/celu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7246887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chain_matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7248370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7249351Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chain_matmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7250388Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chain_matmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7251616Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chalf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7252910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7253878Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chalf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7254985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chalf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7256274Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/channel_shuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7257486Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7258655Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7259867Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/channel_shuffle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7261045Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/channel_shuffle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7262125Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7263331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7264496Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7265544Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_inverse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7266624Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7267697Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7268849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_inverse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7270000Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_inverse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7271201Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7272230Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7273375Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7274821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7275835Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7276934Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7278157Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/choose_qparams_optimized.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7280211Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7281108Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/choose_qparams_optimized_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7282169Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/choose_qparams_optimized_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7283335Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chunk.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7284436Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7285482Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chunk_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7286213Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chunk_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7287668Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7288892Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7289820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7290949Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7292048Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_max.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7293458Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7294516Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_max_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7295613Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_max_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7296708Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_max_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7297865Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_max_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7299006Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_max_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7300081Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_max_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7301305Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7302623Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7303695Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_min.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7305021Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7306199Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_min_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7307357Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_min_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7308355Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_min_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7309676Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_min_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7310538Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_min_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7311584Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_min_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7312743Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7313821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7315842Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clip.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7317627Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7318648Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clip_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7319765Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clip_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7321080Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clone.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7322423Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7323333Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clone_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7324592Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clone_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7325743Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/coalesce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7326980Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7327929Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/coalesce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7329129Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/coalesce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7330171Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col2im.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7331401Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col2im_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7332541Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col2im_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7333653Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col2im_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7334905Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col2im_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7335962Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7337167Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7338487Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7339769Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7340954Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7342127Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7343238Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7345196Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7345767Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/column_stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7346755Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7347974Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/column_stack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7348928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/column_stack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7350061Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/combinations.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7351337Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7352253Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/combinations_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7353342Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/i0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7355512Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/combinations_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7356610Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/complex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7357975Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7359032Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/complex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7360023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/complex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7361192Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/complex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7362324Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/complex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7363578Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/concat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7364735Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7365765Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/concat_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7367022Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/concat_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7368338Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/concatenate.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7369674Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7370635Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/concatenate_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7371808Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/concatenate_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7372869Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7374236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7375158Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7376157Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7377607Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_physical.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7378808Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7380000Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7381305Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_physical_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7382260Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_physical_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7383349Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_physical_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7384578Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_physical_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7385581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/constant_pad_nd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7386850Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7387852Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/constant_pad_nd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7389084Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/constant_pad_nd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7390241Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/contiguous.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7391414Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7392527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/contiguous_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7393606Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/contiguous_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7394909Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7396088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7397170Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7398163Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7399247Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7400451Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7401568Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7402727Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7403854Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7405222Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7406295Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7407388Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7409809Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_depthwise3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7410676Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7411321Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7412080Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_depthwise3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7413287Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_depthwise3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7414217Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_tbc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7415417Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_tbc_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7416698Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7417681Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_tbc_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7418927Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_tbc_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7420399Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7421397Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_tbc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7422501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_tbc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7423649Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7424865Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7425849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7426945Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7428121Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7430188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7430949Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7432070Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7433270Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7434714Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7435706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7436995Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7438021Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7439543Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7440541Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7441452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7442521Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7444086Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7444784Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward_overrideable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7446117Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7446871Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward_overrideable_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7447832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward_overrideable_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7448817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7450354Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7450837Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7451551Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_overrideable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7452509Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7453342Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_overrideable_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7454294Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_overrideable_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7455145Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7456318Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7457469Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7458260Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7459230Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7460237Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_sparse_to_sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7461300Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_sparse_to_sparse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7462351Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7463497Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7464331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_sparse_to_sparse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7465725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7466433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7467532Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7468446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7469081Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7469561Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7470942Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7471732Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7472083Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7473496Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/corrcoef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7474408Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7475134Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/corrcoef_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7476638Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/corrcoef_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7477304Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7478427Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7479152Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cos_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7480136Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cos_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7481116Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cos_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7482031Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cos_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7482968Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7483842Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7484840Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7486118Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7486778Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7487781Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7488680Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7489805Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7490542Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7491746Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7492569Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosine_embedding_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7494514Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7495074Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosine_embedding_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7495937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosine_embedding_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7496919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosine_similarity.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7498233Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7499326Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosine_similarity_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7500328Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosine_similarity_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7501465Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/count_nonzero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7502793Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7503753Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/count_nonzero_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7504916Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/count_nonzero_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7506008Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/count_nonzero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7507051Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/count_nonzero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7508247Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cov.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7509510Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7510466Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cov_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7511656Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cov_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7512840Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cross.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7514267Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7515347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cross_entropy_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7517548Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7518173Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cross_entropy_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7518743Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cross_entropy_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7519901Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cross_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7521189Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cross_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7521859Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/crow_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7522921Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/crow_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7523724Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7524767Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7525771Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/crow_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7526251Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/crow_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7527600Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/crow_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7528164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/crow_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7529187Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ctc_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7530490Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7531462Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ctc_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7532163Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ctc_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7533354Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7534162Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7535331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7536206Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7536890Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7537945Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7539016Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7539887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7540664Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7542370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7542879Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7543620Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7544538Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7545093Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7546451Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7547111Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7548439Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7549076Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7550291Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7551185Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7552560Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7553724Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_add_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7555150Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7556371Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7557531Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_add_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7559554Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7560272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7561403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7562608Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7563648Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7564740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7566029Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7567211Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7568311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7569351Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7570444Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7571663Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7572848Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7573922Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7575017Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7576096Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7577336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7578541Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7579686Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7580843Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7582029Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7583235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7584254Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7585434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7586468Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7587792Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_is_acceptable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7589098Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7590213Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_is_acceptable_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7591280Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_is_acceptable_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7592178Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7593391Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7594804Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7595831Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7596879Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7598070Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummaxmin_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7599316Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7600412Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummaxmin_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7601469Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummaxmin_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7602481Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7603837Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7605052Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7606084Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7607128Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7608291Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7609346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7610645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7611673Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7612820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7614087Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7615149Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7616202Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7617498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7618512Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7619613Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7620806Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7622014Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7623135Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7624592Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7625552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7626668Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7627893Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7628961Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7630048Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7631164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7632319Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7633535Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumulative_trapezoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7635775Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7636709Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumulative_trapezoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7637720Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumulative_trapezoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7638780Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7640074Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7641078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7642174Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7643316Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/deg2rad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7644585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7645828Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/deg2rad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7646884Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/deg2rad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7648028Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dense_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7649161Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dense_dim_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7650447Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dense_dim_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7651525Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dense_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7652607Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dense_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7654659Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dequantize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7655452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7656000Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dequantize_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7656981Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dequantize_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7658139Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dequantize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7659235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dequantize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7660634Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/det.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7661336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7662840Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/det_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7663346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/det_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7664741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7665717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7666599Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7668007Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7668908Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7669838Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7670883Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7671998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7673036Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7673987Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7675085Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7677205Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag_embed.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7678437Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7679429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7680258Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag_embed_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7681524Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag_embed_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7682527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7683617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7684722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagflat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7686077Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7687119Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagflat_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7688525Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagflat_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7689403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7690564Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7691875Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7692905Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7694110Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7695328Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7696456Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7697529Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7698979Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7700146Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7701020Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7702081Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7703282Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7704466Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7705542Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7706742Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7708368Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7709350Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7710562Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diff.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7711923Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7712868Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diff_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7714319Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diff_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7715533Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/digamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7716777Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7717743Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/digamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7718801Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/digamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7719923Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/digamma_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7721066Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/digamma_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7722344Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/digamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7723358Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/digamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7725304Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7725820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7726890Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7727545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7728268Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7729829Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7730719Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7731699Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7732684Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7733637Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7734717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7735665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7736622Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7738088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/divide.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7738704Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7740030Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/divide_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7740955Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/divide_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7742327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7742951Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7744012Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dot_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7745623Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dot_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7746245Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7747241Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7748118Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7750102Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7750514Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7751625Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7752558Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dsplit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7754258Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7755004Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dsplit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7756185Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dsplit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7757235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dstack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7758606Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7759330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dstack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7760685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dstack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7761888Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/einsum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7763048Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7764090Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/einsum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7765023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/einsum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7766471Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7767411Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7768811Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7769844Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7770957Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7771972Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7773109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7774207Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7775405Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7776467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7777783Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7779801Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7780708Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7781794Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7782938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7784929Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7785484Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7786501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7787799Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7789051Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7790000Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7791836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_bag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7792539Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7793420Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_bag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7794799Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_bag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7795942Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7796989Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_dense_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7798331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7799390Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7800671Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7801747Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_dense_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7802928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_dense_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7803997Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7805113Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7806331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_renorm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7807521Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7808608Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7809624Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7810777Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_renorm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7811959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_renorm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7813138Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_renorm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7814330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_sparse_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7815671Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7816698Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_sparse_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7817835Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_sparse_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7818855Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7820351Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7821517Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7822558Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7823818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7824868Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7826158Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7827219Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7828334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7829508Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7830572Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7831707Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7833067Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_quantized.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7834307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7835353Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_quantized_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7837501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_quantized_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7838261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_strided.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7839633Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7840651Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_strided_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7841859Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_strided_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7843150Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_strided_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7844261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_strided_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7845311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_strided_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7846576Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7847506Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eq_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7848725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eq_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7849927Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eq_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7851069Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eq_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7852085Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eq_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7853229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eq_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7855306Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/equal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7856241Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/equal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7857414Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/equal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7858605Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/equal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7859716Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/equal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7860879Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7862204Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7863276Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7864363Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7865411Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erf_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7866563Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erf_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7867696Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7868770Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7869912Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7871235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7872442Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7873414Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7874715Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfc_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7875877Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfc_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7877024Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7878066Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7879395Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfinv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7880572Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7881805Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfinv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7882937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfinv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7883975Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfinv_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7885185Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfinv_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7886522Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfinv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7887498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfinv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7888694Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7889741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7891072Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7892024Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7894133Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7894696Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp2_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7895511Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp2_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7896648Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7897738Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/le.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7898915Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7900527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7901457Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7902574Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7903720Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7904823Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7905928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7907161Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7908326Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7909502Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7910819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7911941Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7913045Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7914436Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7915417Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7916687Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7917976Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7918990Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7920098Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7921204Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7922235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7923289Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expm1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7924668Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7925631Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expm1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7927119Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expm1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7927883Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expm1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7929894Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expm1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7930744Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expm1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7931892Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expm1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7932917Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exponential.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7934234Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7935264Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exponential_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7936445Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exponential_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7937546Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exponential_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7938762Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exponential_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7939832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exponential_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7940962Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eye.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7942254Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7943365Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eye_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7944434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eye_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7945622Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eye_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7946668Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eye_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7947879Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eye_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7949043Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7950299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7951438Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7953922Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7954576Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7955314Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7955977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7957035Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7957764Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7958826Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7959872Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7960915Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7961924Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7962987Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7963967Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7965050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7966133Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7967256Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7968227Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7969186Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7970318Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7971250Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7972316Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7973320Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7974404Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7975485Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7976506Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7977487Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7978528Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_fp16_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7979670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7980648Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7981776Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7982735Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7983720Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7984733Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7985647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/feature_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7986768Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7987838Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_int8_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7989052Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7989989Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7991179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7992165Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7993734Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7994437Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7995334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7996242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_quantize_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7997272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7998924Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.7999649Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8000368Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8001593Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8002516Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8003495Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8004484Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8005585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8006566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8007327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8008288Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/feature_alpha_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8009460Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8010314Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/feature_alpha_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8011091Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/feature_alpha_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8012461Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8013163Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/feature_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8014027Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/feature_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8014777Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8015643Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8016771Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8017557Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8018348Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8019436Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8020200Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8021710Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8022327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftfreq.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8023661Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8024418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftfreq_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8025171Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftfreq_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8026301Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8027401Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8028265Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8029403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8030141Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftshift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8031189Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8032111Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftshift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8033353Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftshift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8035152Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8035564Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8037650Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8038191Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8039517Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8040496Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8041350Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8042305Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8043174Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8045210Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8045594Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8046483Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8047334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8048555Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8049944Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8050519Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8051565Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8052496Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8053432Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8054700Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8055593Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8056667Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8057457Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8058313Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8059139Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifftshift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8060200Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8061057Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifftshift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8062398Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifftshift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8063227Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8064020Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8065045Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8065867Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8066837Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8067812Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8068430Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8069658Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8070418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8071422Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8072331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8073099Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8074740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8075723Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8076643Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8077569Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8078602Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8079518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8081269Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8081663Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8082509Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8083739Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8084616Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8085466Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8086651Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8087652Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8088342Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8089444Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8091070Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8091556Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8092457Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8093321Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8094008Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfftfreq.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8095096Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8095915Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfftfreq_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8096849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfftfreq_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8097457Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8099034Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8099566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8100524Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8101268Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8102404Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8103141Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8104139Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8104979Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_diagonal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8105721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8106697Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_diagonal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8107384Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_diagonal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8108369Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8109269Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8110155Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8111164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fix.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8112355Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8113159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fix_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8114003Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fix_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8115198Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flatten.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8116097Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8117068Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flatten_dense_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8118065Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8119024Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flatten_dense_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8119908Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flatten_dense_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8120773Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flatten_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8121507Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flatten_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8122990Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flip.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8123816Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8124741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flip_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8125598Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flip_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8126348Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flip_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8127347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flip_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8128892Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fliplr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8129764Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8130596Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fliplr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8131410Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fliplr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8132439Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flipud.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8133254Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8134187Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flipud_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8134879Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flipud_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8135891Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/float_power.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8136850Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8137656Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/float_power_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8138858Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/float_power_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8139567Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8140640Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8141418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8142340Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8143232Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_divide.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8144394Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_divide_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8145114Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_divide_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8145812Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_divide_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8146819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_divide_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8147893Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_divide_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8148551Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_divide_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8150361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8150977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8151817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8152604Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8153650Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8154792Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8155788Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8156530Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8157571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8158274Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8159083Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8160119Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8161184Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8162485Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8163396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8164406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8165185Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8165984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8166891Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8167981Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8168897Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8169952Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8171107Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8171816Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8172718Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8173537Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8175065Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8175774Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8176685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8178340Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frac.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8179567Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8180140Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frac_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8180645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frac_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8181723Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frac_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8182808Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frac_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8184427Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frac_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8185023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frac_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8185988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8186863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8188208Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8188664Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8189735Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8190736Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8191701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8192769Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8193786Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8195320Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8197396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8198340Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8199433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8200694Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8201765Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8203162Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8204209Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8205514Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8206547Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8207937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8208943Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8209955Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8211304Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8212249Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8213422Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8214535Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8215891Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8216999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8218235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8219338Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8220681Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8221842Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frexp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8222890Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frexp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8223922Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8225188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8226411Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frobenius_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8227476Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8228747Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frobenius_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8229765Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frobenius_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8230864Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/from_file.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8232179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8233351Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/from_file_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8234581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/from_file_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8235561Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/from_file_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8236975Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/full.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8238303Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8239330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/full_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8240606Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8241604Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/full_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8242726Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/full_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8244008Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/full_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8245027Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/full_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8246229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8247511Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8248731Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8249788Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8251105Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8252086Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8253459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8254543Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8255868Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8256982Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8258580Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8259759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8260892Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8262031Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8263349Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8264376Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8265447Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8266678Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gcd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8268025Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8268995Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gcd_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8270224Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gcd_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8271251Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gcd_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8272367Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gcd_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8273495Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gcd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8274761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gcd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8276097Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8277186Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ge_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8278551Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ge_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8279470Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ge_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8280687Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ge_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8281929Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ge_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8282845Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ge_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8284836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8285422Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8286499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8287117Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8288121Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8289297Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8290254Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8291098Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8291958Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8293282Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8294138Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8294919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8295635Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8296402Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8297454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8298638Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8299570Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8300487Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geometric.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8301550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8302344Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geometric_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8303291Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geometric_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8304146Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geometric_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8305236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geometric_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8306046Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geometric_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8306928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geqrf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8307842Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geqrf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8308773Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geqrf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8309673Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geqrf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8310730Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geqrf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8311569Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ger.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8312636Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8313374Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ger_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8314434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ger_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8315601Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8316632Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8317684Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8318846Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8319693Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_jvp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8320816Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8321444Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8322468Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8323233Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_jvp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8325016Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_jvp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8325817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8326579Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8327712Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8328509Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8329572Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8330372Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_jvp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8331502Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8332346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_jvp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8333291Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_jvp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8334185Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_jvp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8335117Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_jvp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8336037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8337007Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8337994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8338974Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8339922Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gradient.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8341021Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8341811Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gradient_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8343126Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gradient_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8344204Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/greater.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8345324Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8345969Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/greater_equal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8347047Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8347933Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/greater_equal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8348644Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/greater_equal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8349613Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/greater_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8350363Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/greater_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8351421Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8352171Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8353022Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8354032Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8354984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8356518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8357270Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8358093Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8359123Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8359773Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8360596Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8361413Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8362303Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8363043Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8363929Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8364847Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8365708Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8366429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8367390Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8368142Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8369216Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8369907Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8370873Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8371837Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8372655Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8373641Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8374460Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8375364Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8376261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/group_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8377380Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8378235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/group_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8379018Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/group_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8379937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gru.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8380965Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gru_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8381804Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8383072Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gru_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8384093Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gru_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8384949Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8385781Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gru_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8386562Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gru_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8387571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8388244Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8389041Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8389859Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gt_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8390685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gt_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8391544Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8392323Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8393317Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hamming_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8394383Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8396423Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hamming_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8396923Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hamming_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8397897Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hann_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8398397Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8399179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hann_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8399992Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hann_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8402003Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8402425Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8403343Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8403991Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8404883Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8405598Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8406614Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8407551Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8408313Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8410318Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8410670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8411215Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8412372Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8413199Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8414455Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8415400Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8416769Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8417693Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8418840Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8419491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8420849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8421627Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8422819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8423482Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8424373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8426121Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8426695Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8427787Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8428608Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8430027Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8430502Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8431448Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8432523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8433158Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8435237Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8435730Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8436269Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8437342Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8438366Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8439392Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8440352Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8441207Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8442307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8480574Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8483176Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8483622Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8484013Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8484479Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8484973Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8485411Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8485794Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8486207Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8486622Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8487083Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8487492Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8487829Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/heaviside.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8488334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8488725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/heaviside_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8489119Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/heaviside_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8489494Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/heaviside_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8489990Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/heaviside_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8490316Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/heaviside_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8490718Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/heaviside_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8491129Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hinge_embedding_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8491617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8492012Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hinge_embedding_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8492484Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hinge_embedding_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8492899Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8493293Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8493655Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8494059Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8494536Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8494885Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histogram.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8495266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histogram_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8495637Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histogram_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8496018Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histogram_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8496467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histogramdd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8496927Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8497402Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mH.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8497878Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histogramdd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8498254Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histogramdd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8498709Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hsplit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8499211Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8499668Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hsplit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8500169Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hsplit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8500571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hspmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8501016Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hspmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8501394Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hspmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8501780Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hstack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8502234Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8502586Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hstack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8503024Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hstack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8503455Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8503858Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8504300Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8504653Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8505199Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8505608Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8506104Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8506430Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8506885Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8507302Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8507606Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8507901Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hypot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8508403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8508721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hypot_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8509148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hypot_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8509585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hypot_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8509905Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hypot_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8510289Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hypot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8510766Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hypot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8511573Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8512277Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/i0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8513305Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/i0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8514704Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/i0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8515582Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/i0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8517304Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/i0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8518134Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/i0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8519129Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8520079Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8520952Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8521946Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8523465Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igamma_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8523861Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igamma_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8524853Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8525567Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8526408Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igammac.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8527501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8528396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igammac_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8529325Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igammac_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8530475Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igammac_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8531398Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igammac_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8532350Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igammac_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8533301Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igammac_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8534161Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/im2col.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8535387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/im2col_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8536268Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/im2col_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8537575Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/im2col_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8538509Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/im2col_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8539329Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/imag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8540800Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8541319Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/imag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8542378Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/imag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8543154Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8544041Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8545075Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8546557Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8547283Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8548379Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8548748Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8550156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8550861Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8551364Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8552219Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8553569Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8554059Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8556550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8557057Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8557859Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8558605Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8559953Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8560525Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8561577Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8562897Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8564071Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8565012Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_fill.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8566301Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8567872Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8568789Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_fill_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8569453Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_fill_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8571354Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_fill_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8571851Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_fill_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8572820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_fill_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8574276Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8575307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8576226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8577507Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8579279Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_put.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8579834Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8580839Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_put_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8581678Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_put_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8582732Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8583857Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8584567Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_reduce_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8585445Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_reduce_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8586414Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_reduce_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8587507Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_reduce_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8588522Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_reduce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8589871Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8590588Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8591376Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8592844Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8593431Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8594568Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8595564Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8596259Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8597574Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8598187Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8599044Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8599955Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8601000Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8601953Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8602922Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8603761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8604714Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8605675Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8606610Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8607639Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8608736Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8609599Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8610546Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8611438Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/inner.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8612455Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8613355Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/inner_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8614292Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/inner_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8615246Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/instance_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8616275Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8617223Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/instance_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8618160Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/instance_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8619122Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/int_repr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8620146Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8621040Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/int_repr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8622027Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/int_repr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8622992Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/inverse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8623990Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8624894Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/inverse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8625837Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/inverse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8626840Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_coalesced.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8627808Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_coalesced_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8628767Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_coalesced_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8629737Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_complex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8630807Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8631653Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_complex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8632665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_complex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8633588Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_conj.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8634715Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8635601Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_conj_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8637132Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_conj_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8638545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_distributed.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8639148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8640530Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_distributed_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8641255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_distributed_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8642967Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_floating_point.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8643484Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8644400Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_floating_point_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8645190Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_floating_point_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8646521Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8646990Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8648005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_inference_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8648984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_inference_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8649959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_leaf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8651003Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8651961Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_leaf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8652988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_leaf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8654349Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_neg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8655088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8656021Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_neg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8656936Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_neg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8657834Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_nonzero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8659636Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8660037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_nonzero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8660680Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_nonzero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8661710Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_pinned.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8662718Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8663688Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_pinned_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8664213Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_pinned_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8665762Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_pinned_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8666490Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_same_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8667672Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8668465Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_same_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8669371Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_same_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8670345Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_set_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8671307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_set_to_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8672225Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_set_to_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8673572Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_set_to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8674820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_set_to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8675519Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_signed.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8677520Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8678352Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_signed_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8680353Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_signed_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8680768Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_vulkan_available.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8681600Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8682194Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_vulkan_available_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8684202Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_vulkan_available_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8684545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isclose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8685662Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8686650Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isclose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8688177Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isclose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8688765Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isfinite.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8689920Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8690739Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isfinite_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8691649Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isfinite_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8692494Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8693731Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8694418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8695421Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8696126Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8696871Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8697943Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8698779Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8700219Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isinf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8701605Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8702417Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isinf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8703170Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isinf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8704612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isnan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8705587Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8706387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isnan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8707573Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isnan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8708719Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isnan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8709491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isnan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8710282Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isneginf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8711180Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8712078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isneginf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8713006Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isneginf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8713980Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isneginf_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8715081Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isneginf_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8715963Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isneginf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8717186Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isneginf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8717939Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isposinf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8719219Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8719964Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isposinf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8721675Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isposinf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8722151Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isposinf_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8722917Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isposinf_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8723775Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isposinf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8724839Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isposinf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8725844Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isreal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8726798Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8727583Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isreal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8728728Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isreal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8729406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/istft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8730349Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8731125Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/istft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8731895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/istft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8732902Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/item.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8734109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8734789Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/item_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8735701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/item_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8736318Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kaiser_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8737754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8738173Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kaiser_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8739104Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kaiser_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8739977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kl_div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8741696Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8742052Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kl_div_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8743236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kl_div_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8743848Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kron.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8744970Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8745727Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kron_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8746411Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kron_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8747279Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kthvalue.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8748553Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8749388Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8750386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kthvalue_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8751198Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kthvalue_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8752079Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kthvalue_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8753181Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kthvalue_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8754293Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/l1_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8755464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8756250Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/l1_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8757166Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/l1_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8758198Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/layer_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8759283Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8759975Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/layer_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8760766Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/layer_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8762195Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lcm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8762842Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8763604Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lcm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8764912Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lcm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8765668Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lcm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8766511Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lcm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8767219Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lcm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8768209Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lcm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8769275Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ldexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8770624Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8771582Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ldexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8772368Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ldexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8773957Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8774708Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/le_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8775322Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/le_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8776525Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/le_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8777399Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/le_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8778347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/le_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8779466Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/le_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8780261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8781380Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8782460Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8783646Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8785215Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8785954Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8786862Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8787709Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8788887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8790454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8791216Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8792302Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8793387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8795537Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8795919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8797038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8797582Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lerp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8798814Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8799779Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lerp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8800494Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lerp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8801497Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lerp_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8802436Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lerp_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8803987Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lerp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8804685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lerp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8805495Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/less.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8806468Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8807289Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/less_equal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8808360Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8809210Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/less_equal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8810144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/less_equal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8811012Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/less_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8812032Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/less_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8813091Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lgamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8814535Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8815155Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lgamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8816993Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lgamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8817511Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lgamma_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8818239Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lgamma_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8818853Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lgamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8820015Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lgamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8820767Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8821741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8823221Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8823661Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8824488Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8826370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8827220Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8828140Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8828831Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8829896Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8830863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8831830Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8832899Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8833493Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8834673Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8835666Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8836793Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8837753Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8840808Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8841254Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8841644Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8842090Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8842618Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8843405Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8844630Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8845449Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cond.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8846546Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8847483Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cond_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8848508Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cond_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8849408Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cross.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8851756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8852403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cross_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8853029Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cross_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8854140Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cross_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8855219Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cross_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8856330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cross_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8857617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cross_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8858651Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_det.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8859908Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8860916Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_det_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8862015Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_det_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8863162Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_diagonal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8864504Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8865504Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_diagonal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8866878Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_diagonal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8867925Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eig.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8869071Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eig_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8870200Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eig_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8871386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eig_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8872537Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eig_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8873646Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8874939Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8877103Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8878067Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8879110Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigvals.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8880500Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8881782Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigvals_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8882893Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigvals_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8883932Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigvalsh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8885250Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8886350Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigvalsh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8887430Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigvalsh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8888625Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_householder_product.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8889886Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8891084Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8892236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_householder_product_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8893507Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_householder_product_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8894586Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8895695Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mT.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8897669Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8899082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8899712Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8900764Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8901702Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8902556Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8903492Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8904960Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8905489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8906347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8908275Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8908713Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8909577Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8910449Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8911053Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8912491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8913275Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8914252Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8915288Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8916377Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8917279Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8918542Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8919133Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8920182Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8921316Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8921923Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8922763Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8923765Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_solve_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8924562Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8925324Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8926684Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8927287Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lstsq.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8928452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8929702Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8930202Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8931604Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lstsq_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8932310Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lstsq_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8933327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8934113Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8934989Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8935785Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8936517Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8937540Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8938446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8939460Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8940370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8941266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8942128Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8943069Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8943992Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8944896Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8945794Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8946704Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8947611Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8948425Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8949677Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8950541Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8951546Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8952559Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8953396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8954455Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8955376Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_solve_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8956190Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8957250Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8958741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8959545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8960697Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8961354Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8962309Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8963109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_exp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8964128Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8964864Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8974670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8975829Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_exp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8976549Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_exp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8977595Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8978716Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8979403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8980214Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8981266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_power.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8982036Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8983210Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_power_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8984319Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_power_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8985317Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_rank.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8986347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8987550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_rank_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8988331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_rank_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8989758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_multi_dot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8990573Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_multi_dot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8991641Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8992564Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_multi_dot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8993886Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8995128Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8995730Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8997156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8997936Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_pinv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.8998916Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9000029Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9001026Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9001797Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_pinv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9002815Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_pinv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9003689Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_qr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9004468Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9005311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_qr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9006436Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_qr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9007058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_qr_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9008174Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_qr_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9008823Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_qr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9009807Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_qr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9011351Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_slogdet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9011977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9012724Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_slogdet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9013561Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_slogdet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9014687Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9015717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9016552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9017648Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9018376Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9020151Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9020711Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9021385Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9021992Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_triangular.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9023049Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9023902Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9024767Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_triangular_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9025747Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_triangular_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9026654Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_svd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9027663Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9029156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_svd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9030069Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_svd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9031008Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_svdvals.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9032052Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9033001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_svdvals_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9033924Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_svdvals_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9035093Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_tensorinv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9036821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9037713Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_tensorinv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9038664Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_tensorinv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9039676Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_tensorsolve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9040728Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9041646Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_tensorsolve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9042642Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_tensorsolve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9043629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vander.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9044673Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9045589Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vander_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9046561Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vander_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9047565Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vecdot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9048609Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9049516Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vecdot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9050911Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vecdot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9051865Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vector_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9052957Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9053984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9054782Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9055704Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vector_norm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9056741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9058627Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vector_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9059394Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vector_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9060361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9061254Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9065843Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9066218Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9067398Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9068310Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9069783Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9070580Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9071973Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9072278Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linspace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9077143Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9077949Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linspace_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9078647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linspace_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9079668Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linspace_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9080571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linspace_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9081628Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linspace_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9082849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9084986Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log10.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9086226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9089276Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log10_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9090618Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log10_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9091913Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log10_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9092821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log10_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9094022Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log10_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9094991Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log10_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9096336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log1p.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9097206Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9098206Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log1p_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9101570Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log1p_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9102467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log1p_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9103553Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log1p_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9104440Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log1p_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9105428Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log1p_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9106406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9108744Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9109673Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9110321Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9111265Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log2_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9112273Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log2_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9113040Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9114063Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9115322Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9116330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9117205Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9118229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9119220Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9120281Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9121081Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_normal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9122626Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9123568Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_normal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9124396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_normal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9125404Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_normal_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9126494Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_normal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9127326Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_normal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9128138Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9129005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9130250Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9130964Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9132139Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9132913Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9133939Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9135020Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9135673Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9136917Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9138243Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9138847Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9140017Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9140828Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9141905Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9143016Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9143918Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9145056Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9145648Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9146858Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9147806Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9148846Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9150110Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9150991Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9152122Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9153119Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp2_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9154509Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp2_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9155633Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9156372Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9157979Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9158833Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9160084Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9160881Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9161969Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9162910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9163951Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9164740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logcumsumexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9165967Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9167284Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9168235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logcumsumexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9169195Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logcumsumexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9169890Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logdet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9171467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9172198Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logdet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9173349Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logdet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9174084Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_and.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9175730Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9176624Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_and_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9177825Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_and_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9178652Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_and_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9179645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_and_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9180349Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_not.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9181524Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9182513Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_not_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9183312Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_not_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9184394Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_not_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9185122Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_not_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9186123Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_or.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9187092Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9188041Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_or_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9189075Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_or_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9189819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_or_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9190916Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_or_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9191887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_xor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9192997Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9193959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_xor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9195118Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_xor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9196860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_xor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9197935Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_xor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9198877Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9199903Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9200985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9201894Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9202931Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9203797Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9205114Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9205863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9206789Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9207565Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9208613Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9209324Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9210357Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9211123Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9212090Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logspace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9212959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9213891Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logspace_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9214726Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logspace_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9215578Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logspace_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9216433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logspace_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9217326Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logspace_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9218418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logsumexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9219200Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9220270Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9221191Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9221972Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logsumexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9222656Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logsumexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9223571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lshift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9224376Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9225389Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lshift_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9226118Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lshift_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9227148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lshift_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9227878Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lshift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9228825Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lshift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9229625Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9230479Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9231352Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9232179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9233174Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9234779Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9235705Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_mps_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9236736Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9237750Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_mps_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9238572Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_mps_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9239774Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9240619Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9241960Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9242766Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9243813Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9244486Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lt_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9245481Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lt_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9246151Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9247051Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9247866Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9248956Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9249972Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9250913Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9251670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_unpack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9252785Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9253566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_unpack_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9254525Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_unpack_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9255430Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_unpack_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9256405Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_unpack_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9257353Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_unpack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9258276Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_unpack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9259314Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9260233Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mH_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9261152Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mH_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9262189Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9263094Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mT_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9263983Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mT_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9264983Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/margin_ranking_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9265990Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9266969Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/margin_ranking_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9268027Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/margin_ranking_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9268964Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_fill.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9269842Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9270931Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_fill_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9271974Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_fill_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9272697Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_fill_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9273430Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_fill_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9274959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_fill_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9275963Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9276980Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9278083Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_scatter_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9278881Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_scatter_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9279883Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_scatter_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9280876Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9281562Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9282156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9282822Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9283847Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9284760Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9285785Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9286701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9287700Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9288745Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9289739Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9290457Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9291301Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matmul_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9292494Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9293477Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matmul_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9294398Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matmul_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9296646Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9297392Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9298247Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9299007Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_H.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9300040Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9300732Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_H_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9302697Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_H_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9303340Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_exp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9304110Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_exp_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9305308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9306580Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_exp_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9307632Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_exp_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9308749Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9309825Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_exp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9310809Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_exp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9312072Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_power.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9312831Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9314579Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_power_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9315322Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_power_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9315991Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9316865Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9318451Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9319459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9320458Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9321427Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9322396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9323354Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9324307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9325241Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9326324Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9327398Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9328361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9329364Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool1d_with_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9330526Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9331773Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool1d_with_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9332812Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool1d_with_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9333788Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9334880Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9335930Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9336905Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9338041Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9339105Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9340371Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9341606Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9342868Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9343967Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9345064Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9346148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9347223Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9348468Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9349651Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9350727Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9351778Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9352832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9353881Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9355089Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9356081Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9357162Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9358214Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9359173Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9360177Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9361348Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9362440Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9363541Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9364656Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9365747Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9366812Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9367874Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9368935Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9369986Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9370983Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9371982Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9373018Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9374037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9375024Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9375998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9377001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9378093Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9379181Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9380147Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9381085Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/maximum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9382231Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9383351Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/maximum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9384350Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/maximum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9385382Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/maximum_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9386359Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/maximum_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9387350Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/maximum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9388315Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/maximum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9389255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9390299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9391551Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9392746Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9393758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9394819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9395811Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9396759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9397733Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9398695Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9399625Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9400563Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/median.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9401643Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9402866Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9403931Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/median_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9404935Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/median_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9405927Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/median_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9406853Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/median_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9407783Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/meshgrid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9408879Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9409990Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/meshgrid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9410960Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/meshgrid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9411882Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9412988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9414188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9415241Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9416213Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9417221Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9418195Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9419156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9420098Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9421046Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/minimum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9422194Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9423316Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/minimum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9424317Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/minimum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9425301Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/minimum_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9426269Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/minimum_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9427441Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/minimum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9428403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/minimum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9429386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9430386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9431559Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9432718Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9433831Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9434968Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9436107Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9437229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9438259Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9439271Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9440273Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9441292Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_add_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9442410Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9443482Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_add_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9444529Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_add_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9445689Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9446827Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9447873Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9448891Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9449887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9451024Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9452090Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9453140Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9454143Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9455336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9456533Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9457758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9458838Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9459867Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_depthwise_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9461121Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9462306Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9463408Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_depthwise_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9464460Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_depthwise_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9465457Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9466425Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9467561Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9468704Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9469750Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9470774Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9471872Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9472952Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9473926Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9475083Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9476032Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9476980Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9478071Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9479177Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9480219Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9481287Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9482272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9483426Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9484550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9485543Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9486512Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9487474Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9488429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9489391Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9490363Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9491415Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9492433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9493606Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9494785Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9495874Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9496935Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9498069Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9499297Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9500390Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9501397Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9502381Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9503370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9504525Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9505691Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_input.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9506849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9508004Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_input_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9509067Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9510117Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9511144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9512186Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_weights.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9513366Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9514615Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9515716Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9516849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9517931Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9518922Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9519914Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9520922Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9522079Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9523280Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9524349Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9525498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9526574Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9527570Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9528631Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9529650Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9530786Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9531904Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9532974Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9534124Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9535204Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9536210Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9537304Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9538482Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9539641Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9540701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9541740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9542910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9544074Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9545134Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9546358Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9547459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9548458Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9549416Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9550354Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9551336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9552286Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9553257Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9554390Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9555535Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9556595Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mode_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9557581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mode_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9558583Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mode_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9559270Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mode_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9559780Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/moveaxis.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9560433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9561063Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/moveaxis_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9561579Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/moveaxis_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9562153Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/movedim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9562728Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9563352Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/movedim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9563919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/movedim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9564459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_convolution_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9565139Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9565874Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_convolution_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9566429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_convolution_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9567056Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_convolution_transpose_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9567753Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9568435Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_convolution_transpose_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9569074Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9584634Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_max_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9587329Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9588369Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_max_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9589403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_max_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9590314Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9591078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9591997Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9592674Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9593347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9593938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9594777Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9595564Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9596357Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9597180Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9597809Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9598659Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9599477Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9600112Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/msort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9600942Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9601658Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/msort_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9602349Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/msort_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9602957Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9603913Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9604698Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9605453Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9606114Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9606512Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9606926Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9607290Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9607706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9608073Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9608520Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9608985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9609340Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9609746Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9610194Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9610587Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9611049Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9611430Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9611790Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9612164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9612546Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9612950Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9613403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9613748Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9614183Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9614627Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9615115Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9615470Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9615931Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9616278Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9616720Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9617169Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9617536Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9617981Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multinomial.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9618360Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multinomial_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9618820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multinomial_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9619208Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multinomial_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9619566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multinomial_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9619996Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multiply.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9620446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9621019Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multiply_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9621334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multiply_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9621690Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9622171Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9622534Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9623001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9623322Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mvlgamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9623839Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9624218Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mvlgamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9624594Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mvlgamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9626053Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mvlgamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9626464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mvlgamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9627311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nan_to_num.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9628057Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9629068Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nan_to_num_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9629899Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nan_to_num_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9630630Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nan_to_num_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9631515Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nan_to_num_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9632325Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmean.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9633246Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9634273Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmean_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9635057Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9636065Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmedian.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9637092Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9637898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9638767Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmedian_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9639512Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmedian_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9640343Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmedian_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9641433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmedian_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9642248Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanquantile.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9643810Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9644540Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanquantile_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9645213Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanquantile_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9646467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nansum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9647020Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nansum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9648023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nansum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9648639Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nansum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9650056Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nansum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9650487Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9651865Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9653097Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9654381Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow_copy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9655440Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9656710Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9657877Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9659116Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9660355Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9661417Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9662620Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9663852Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9664993Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9666065Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9667201Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9669118Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9669763Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9670763Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9671847Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9673072Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9675312Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_channel_shuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9677693Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9678458Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9679481Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_channel_shuffle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9680574Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_channel_shuffle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9681759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9682921Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9684298Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9685379Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9686389Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9687647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9688866Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9690088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9691096Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9692240Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9693346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9694610Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9695912Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9696861Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9698241Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9699535Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9700608Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9701669Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9702799Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9704022Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9705137Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9706325Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9707412Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9708565Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9709701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9710901Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9712345Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9713459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9714968Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9715959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9717340Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9718626Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9719736Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9720963Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9722144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9723211Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9724332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9726307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9726921Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9727400Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9728198Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ne.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9729228Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9729972Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ne_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9730709Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ne_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9732719Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ne_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9733272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ne_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9733984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ne_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9734700Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ne_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9735813Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/neg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9736998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9737912Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/neg_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9738920Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/neg_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9739928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/neg_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9740814Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/neg_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9743854Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/neg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9744421Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/neg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9744970Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/negative.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9745439Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9746130Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/negative_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9747157Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/negative_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9748015Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nested_to_padded_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9748971Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9749801Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nested_to_padded_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9750572Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nested_to_padded_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9751346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9752417Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9753239Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9754335Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9755365Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty_strided.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9756343Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty_strided_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9757185Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/or.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9758256Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9760112Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9760826Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty_strided_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9761526Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_full.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9762672Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9763426Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_full_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9764188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_full_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9765137Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_ones.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9766289Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9767102Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_ones_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9768174Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_ones_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9769201Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_zeros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9770026Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9771149Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_zeros_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9771861Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_zeros_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9772871Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nextafter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9774022Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9774721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nextafter_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9775662Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nextafter_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9776506Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nextafter_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9777617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nextafter_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9778566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nextafter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9779418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nextafter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9780665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9781606Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9782674Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9783453Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9784617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9785391Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9786392Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9787148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9787979Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9789047Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9789871Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9790613Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9791675Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9792347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9793525Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9794484Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9795938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9796694Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9798276Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9798688Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9799707Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9800471Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9801134Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9802179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9803365Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9804571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9805412Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9806343Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9807287Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_forward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9808530Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9809539Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9810393Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9811499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9812095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_nd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9813220Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9814131Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_nd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9815086Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_nd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9816802Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9817634Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9818661Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9819370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9820487Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9821298Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_numpy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9822405Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9823082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_numpy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9824159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_numpy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9825268Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9825931Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9827411Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9828177Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9829347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9830077Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9830936Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9832635Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_except_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9833361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9834352Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_except_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9835979Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_except_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9836833Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9837910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9838759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9839739Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9840746Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/normal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9841799Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9842877Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/normal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9843985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/normal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9844929Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/normal_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9846086Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/normal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9846677Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/normal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9848344Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/not_equal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9849204Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9849843Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/not_equal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9850971Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/not_equal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9851844Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nuclear_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9852818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9853640Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nuclear_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9854652Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nuclear_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9855605Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/numpy_T.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9856949Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9857652Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/numpy_T_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9858570Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/numpy_T_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9859376Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/one_hot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9860426Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9862502Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/one_hot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9863076Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/one_hot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9863565Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ones.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9864475Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9865326Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ones_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9866480Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9867151Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ones_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9868155Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ones_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9869064Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ones_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9870025Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ones_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9871109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9872525Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/or_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9873345Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/or_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9874480Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/orgqr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9875617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9876335Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/orgqr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9877312Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/orgqr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9878289Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ormqr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9879321Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ormqr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9880378Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ormqr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9881110Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ormqr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9883044Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ormqr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9883454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/outer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9884208Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9885153Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/outer_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9885867Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/outer_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9886801Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/output_nr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9888060Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9888841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/output_nr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9889835Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/output_nr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9890624Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9891734Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9892928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9894040Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9894751Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pad_sequence.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9895975Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9896725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pad_sequence_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9897611Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pad_sequence_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9898520Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pairwise_distance.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9899587Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9900367Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pairwise_distance_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9901505Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pairwise_distance_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9902364Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pdist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9903436Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9904336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pdist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9905287Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pdist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9906192Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9907187Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9908112Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9909241Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9910263Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9911005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9912021Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9912923Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9913937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9914949Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pin_memory.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9916045Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9916843Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pin_memory_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9918187Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pin_memory_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9919279Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pinverse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9920405Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9921414Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pinverse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9922330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pinverse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9923333Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_shuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9924389Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9925545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9926493Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9928246Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_shuffle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9928633Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_shuffle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9929481Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_unshuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9930204Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9931451Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9932334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9933257Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_unshuffle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9934413Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_unshuffle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9935738Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9937415Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9937982Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9938622Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9941247Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9941785Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_nll_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9942380Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9943177Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_nll_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9943642Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_nll_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9944165Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9945686Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9946398Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9947145Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polar_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9948007Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polar_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9948963Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polar_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9949731Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polar_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9950885Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9951594Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9952700Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9953358Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9955012Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/qr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9956322Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9957705Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9959020Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9959545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9960814Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9961656Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/positive.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9962670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9963603Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/positive_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9964560Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/positive_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9965585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pow.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9967606Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9967947Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pow_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9968651Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pow_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9969337Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pow_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9971422Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pow_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9971874Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pow_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9972462Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pow_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9974010Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9974573Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9976046Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9976566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9977667Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9978735Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9979349Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9980892Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9981338Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9982327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9983446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9984177Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9985037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9986442Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9987382Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9988209Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9989051Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9990130Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9990993Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9991984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9992959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9993851Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9994772Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/promote_types.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9995577Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9996496Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/promote_types_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9997892Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/promote_types_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9999156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/put.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:30.9999753Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0001151Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/put_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0002058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/put_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0003548Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/put_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0004034Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/put_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0005282Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/put_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0006312Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_axis.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0007613Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_axis_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0008993Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_axis_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0009709Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_scales.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0010814Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0011439Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_scales_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0012360Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_scales_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0013434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_zero_points.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0014372Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0015946Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_zero_points_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0016342Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_zero_points_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0017042Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_scale.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0018065Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_scale_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0018924Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_scale_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0019960Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_zero_point.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0020909Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_zero_point_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0021826Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_zero_point_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0022645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0023549Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/qr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0024459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/qr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0025523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/qscheme.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0026241Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/qscheme_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0027228Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/qscheme_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0028082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantile.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0028983Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0029943Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantile_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0031196Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantile_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0032207Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_channel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0034020Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0034552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0035251Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0035866Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_channel_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0037830Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_channel_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0038190Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0039193Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0040116Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0041030Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0042050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_dynamic.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0043203Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0044485Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0045125Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0045727Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0047192Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0047933Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0048897Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0050324Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0051123Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0052037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0054025Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0054580Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_gru_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0055287Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0056277Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_gru_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0057460Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_gru_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0058402Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_lstm_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0060265Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0060703Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_lstm_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0061340Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_lstm_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0062947Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0063950Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0065384Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0066005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0066583Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0067997Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0068819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0069687Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0070612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_rnn_relu_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0071602Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0072222Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_rnn_relu_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0073023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0073990Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_rnn_tanh_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0074936Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0076306Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0077193Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0078060Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rad2deg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0079172Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0080287Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rad2deg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0081394Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rad2deg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0082490Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0084038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0085311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0086321Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0087596Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0088910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0090077Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0091195Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0092305Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0093502Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0095235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0096234Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randint_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0097616Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0098731Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randint_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0099948Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randint_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0101309Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randint_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0102450Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randint_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0103584Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0105210Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0106387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0107360Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0108565Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0109647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0110875Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0111912Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0113062Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0114403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/random.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0115605Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0117841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/random_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0118885Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/random_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0120034Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/random_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0121117Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/random_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0122249Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/random_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0123627Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randperm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0124916Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0125928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randperm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0126999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randperm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0128343Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randperm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0129491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randperm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0130601Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/range.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0131863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0133047Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/range_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0134067Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/range_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0135189Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/range_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0137007Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/range_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0138172Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/range_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0139344Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ravel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0141031Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0141763Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ravel_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0142827Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ravel_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0144108Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/real.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0145512Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0146774Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/real_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0148040Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/real_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0148974Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reciprocal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0150217Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0151356Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reciprocal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0152546Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reciprocal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0153726Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reciprocal_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0154973Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reciprocal_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0156089Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reciprocal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0157393Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reciprocal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0158478Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/record_stream.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0159765Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/record_stream_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0160889Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/record_stream_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0161859Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/record_stream_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0163090Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/refine_names.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0164450Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0165697Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/refine_names_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0166684Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/refine_names_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0167846Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0168987Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0170316Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0171913Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0173056Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0174176Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0175508Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0176492Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0177746Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0178992Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0180986Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0181466Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0181981Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0182979Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0183785Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0185016Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0185756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0186813Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0188147Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0188939Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0190187Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0191207Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0192054Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0193020Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0194276Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0194728Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0196545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0197303Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0198427Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0199561Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0200546Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0201560Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0202591Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0203570Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0204732Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0205672Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0206954Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0208018Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0209662Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0210432Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0211435Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0212466Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0213298Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0214253Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu6.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0215150Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0216040Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu6_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0217513Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu6_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0218506Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0219336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0220379Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0221454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0222348Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0223082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0224066Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0225139Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0226087Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0227121Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0228098Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0228958Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0229930Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0230909Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0231870Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0233027Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rename.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0233966Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0238906Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rename_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0239265Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rename_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0239647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/renorm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0240176Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0240537Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/renorm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0240922Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/renorm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0241430Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/renorm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0242403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/renorm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0244069Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/renorm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0244487Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/renorm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0245460Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0246210Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0247383Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_interleave.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0247981Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0249122Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0249919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0250754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0252183Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_interleave_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0253052Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_interleave_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0253977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0255011Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0255908Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0256733Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0258426Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0259415Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0260622Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0262209Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0262875Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0264115Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0265188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0266514Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0267572Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0268831Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0269801Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0270906Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0272712Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0273121Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0275073Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0275999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0276935Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0277706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0278716Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0279607Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0281401Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0282055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0282657Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0283372Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0284165Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0285137Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0285896Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0286775Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0287777Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0288706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0289547Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0290458Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0291381Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0292447Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0293694Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0294618Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0295269Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0296126Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0297216Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0344814Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0345501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/requires_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0346218Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0346835Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/requires_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0347406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/requires_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0347963Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0348508Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0349187Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0350038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0350665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0351224Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0351898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0352598Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0353162Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0353832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0354497Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0355053Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0355734Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0356315Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0356870Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0357456Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as_sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0358158Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0358775Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0359346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as_sparse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0359931Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as_sparse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0360607Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0361188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0361779Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0362347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0362907Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0363457Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0364123Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resolve_conj.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0364789Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0365377Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resolve_conj_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0365922Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resolve_conj_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0366480Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resolve_neg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0367154Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0367740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resolve_neg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0368398Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resolve_neg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0368954Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/result_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0369635Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0370208Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/result_type_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0370774Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/result_type_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0371336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/retain_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0372043Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0372608Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/retain_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0373174Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/retain_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0373714Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/retains_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0374409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0375008Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/retains_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0375576Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/retains_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0376120Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0376673Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_relu_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0377424Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0378079Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_relu_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0378658Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_relu_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0379223Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0379907Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0380445Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0380997Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_tanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0381553Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_tanh_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0382326Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0382911Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_tanh_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0383482Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_tanh_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0384160Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0384721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_tanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0385299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_tanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0385837Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/roll.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0386516Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0387075Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/roll_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0387657Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/roll_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0388201Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/roll_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0388756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/roll_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0389323Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rot90.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0389990Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0390513Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rot90_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0391060Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rot90_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0391587Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/round.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0392407Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0392998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/round_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0393580Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/round_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0394249Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/round_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0394828Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/round_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0395386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/round_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0396283Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/round_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0397368Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0398592Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0399681Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0400995Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0402040Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0403064Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0404131Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0405496Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0406567Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0408033Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0409162Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_stack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0410193Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_stack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0411322Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0412744Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0413819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0414727Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0415978Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0417237Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0418628Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0420447Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0421557Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0422765Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0423960Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0424986Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0426161Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0427208Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0428433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rshift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0429716Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0430777Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rshift_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0431934Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rshift_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0433270Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rshift_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0434508Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rshift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0435677Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rshift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0438111Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsqrt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0439240Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0439960Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsqrt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0440896Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsqrt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0441772Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsqrt_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0442642Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsqrt_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0443523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsqrt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0444153Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsqrt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0445658Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0446621Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0447476Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsub_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0448354Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsub_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0449252Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsub_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0450179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsub_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0450921Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scalar_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0451995Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0452678Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scalar_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0453604Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scalar_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0454571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0455912Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0456906Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0457700Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0459172Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0460177Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0461172Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0462150Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0463274Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0464142Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0465455Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0467149Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0467622Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0468282Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0469165Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0470450Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0471033Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0472519Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0473258Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0474928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0475622Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0476540Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_reduce_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0477814Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0478793Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_reduce_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0479782Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_reduce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0480712Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0481859Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/searchsorted.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0483301Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/searchsorted_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0483772Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/searchsorted_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0484781Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/searchsorted_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0486038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/searchsorted_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0487374Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/searchsorted_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0488916Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/segment_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0489767Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0490743Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/segment_reduce_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0491690Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/segment_reduce_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0492189Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/segment_reduce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0493750Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/segment_reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0494319Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0495352Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0496284Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0497849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0498608Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0499240Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0500072Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0500842Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0501714Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0502847Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0504148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0504888Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0506427Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0506915Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0507864Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0508841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0510066Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0510691Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0511987Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0512839Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/selu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0513967Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0515296Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/selu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0516168Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/selu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0516992Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0518935Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0519699Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0520813Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0521662Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0522752Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0523644Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0524589Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0525796Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0526738Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0528001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0528849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0530004Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sgn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0531065Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0531961Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sgn_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0533186Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sgn_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0533977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sgn_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0535263Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sgn_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0536095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sgn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0537870Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sgn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0538951Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0540052Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0541477Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0542408Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0543476Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0544617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0545999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0547050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0548236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0549475Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0550503Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0551639Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0552840Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0553941Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0555246Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0557077Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0558084Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sign.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0559582Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0560599Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sign_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0561606Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sign_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0562641Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sign_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0563832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sign_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0564914Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sign_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0566115Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sign_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0567213Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/signbit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0568653Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0569625Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/signbit_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0570869Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/signbit_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0571928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/signbit_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0573050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/signbit_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0574316Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/signbit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0575407Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/signbit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0576556Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0577747Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0579504Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0580572Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0581611Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0582754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0583822Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0584968Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0586094Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0587302Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0588610Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0589928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0590933Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0592308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0593301Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0594614Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0595819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0597714Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0598998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0599966Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0601092Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0602397Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0603371Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0604607Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0605689Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0606972Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0608383Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0609387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0610677Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0611464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinc_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0612736Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinc_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0613859Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0615001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0616176Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0617524Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0618580Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0619943Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0621158Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0622202Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0623399Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0624651Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0625470Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0627140Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0628128Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0629229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0630413Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0631638Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0633841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0635060Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0635695Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0637530Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0638363Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0639899Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0640887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0641816Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0642937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0644064Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0645233Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0646399Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0647812Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0648738Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0650033Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0651286Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slogdet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0652383Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0653486Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slogdet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0655334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slogdet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0655897Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0657245Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0658303Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv3d_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0659588Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0660924Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv3d_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0662077Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv3d_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0663278Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0664480Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0665610Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0666883Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0667931Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0669074Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0670233Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0671377Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0672681Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0673943Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0675397Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0676443Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0677485Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0679192Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0679789Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0681173Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0682324Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0683277Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0684601Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0685732Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0686770Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0687977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0689109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0690531Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0691449Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0692612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0693664Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0694829Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0696011Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0697320Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0698217Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0699600Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0700879Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0702281Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0703356Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0704480Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0705393Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0706665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0708297Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0710268Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0711306Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0712188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0713297Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0714770Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0715589Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0716920Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0718018Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/soft_margin_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0719193Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/soft_margin_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0721817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0722441Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/soft_margin_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0723067Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/soft_margin_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0723765Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0724792Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/soft_margin_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0725831Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/soft_margin_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0726845Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0728298Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0729518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0730537Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0731618Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0732735Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0733972Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0735313Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0736341Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0737522Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0739604Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0740243Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0741166Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0742217Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0743632Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0744692Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0745794Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0746858Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0748093Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0749297Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0750312Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0751517Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0752679Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0754008Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0755065Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0757322Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0758338Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0759485Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0760666Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0761682Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0763056Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0764158Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0765323Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0766380Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0767467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0768651Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0769831Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0771119Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0772456Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0773624Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0774721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0775812Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0776953Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0778189Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0779440Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0780562Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0781847Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0783123Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_bsc_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0785214Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0787417Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_bsc_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0788033Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_bsc_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0788613Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_bsr_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0790023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0790625Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_bsr_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0791666Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_bsr_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0793147Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_compressed_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0794427Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_compressed_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0795388Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_compressed_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0796562Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_compressed_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0798581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_coo_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0799309Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0800226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0801409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_coo_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0802504Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_coo_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0803602Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_csc_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0804891Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0805948Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_csc_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0807020Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_csc_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0808167Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_csr_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0809531Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0810557Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_csr_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0811611Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_csr_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0812713Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0813974Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0815282Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_dim_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0816492Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_dim_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0817750Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0818814Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0820159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_mask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0821313Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0822496Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_mask_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0823731Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_mask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0824860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0825909Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_and_clear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0827277Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0828485Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0829583Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_and_clear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0830680Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_and_clear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0832011Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0833193Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0834493Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0835473Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0836695Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_sampled_addmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0837804Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_sampled_addmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0839003Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_sampled_addmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0840085Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_airy_ai.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0841508Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0842429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0843563Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0844698Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_airy_ai_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0845916Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_airy_ai_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0846940Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_airy_ai_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0848119Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_airy_ai_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0849275Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0850690Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0851586Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0852846Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0853847Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0855103Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0856254Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0857420Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0858556Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0859954Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0861740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0862894Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0864138Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0865362Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0867474Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0868086Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0868821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0870055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0871253Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0872122Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0873461Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0874874Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0875854Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0877100Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0878150Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0879544Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0880579Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0881645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0882883Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0884077Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0885117Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0886329Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0887509Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0888948Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0890217Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0891255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0892033Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0893109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0894262Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0895372Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0896435Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0897938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0898859Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0900175Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0901546Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0902728Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0903848Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0905077Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0906189Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0907265Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0908326Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0909698Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0910838Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0912073Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0913286Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0914486Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0915472Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0917870Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0918799Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0920079Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0921161Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0922197Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0923339Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0924743Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0925976Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0927022Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0927923Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0929114Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0930334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0931580Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0932702Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0933808Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0934948Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_digamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0936230Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0938020Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_digamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0939164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_digamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0940281Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_entr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0941836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0942878Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_entr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0944147Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_entr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0945132Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_entr_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0946405Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_entr_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0947458Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_entr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0948568Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_entr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0949667Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0951063Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0952035Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0953408Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0954642Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0955753Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0956984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0958133Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0959255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfcx.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0960603Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0961519Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfcx_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0962874Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfcx_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0963813Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfcx_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0965008Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfcx_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0966128Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfcx_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0967284Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfcx_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0968415Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfinv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0969813Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0970913Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfinv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0971994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfinv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0973178Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_exp2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0974397Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0975450Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_exp2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0976571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_exp2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0977871Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_expit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0979062Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0980158Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_expit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0981259Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_expit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0982499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_expm1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0983761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0984913Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_expm1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0986069Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_expm1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0987345Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammainc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0988653Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0989663Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammainc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0990793Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammainc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0991896Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammaincc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0993261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0994396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammaincc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0995616Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammaincc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0996737Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammaln.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.0998329Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1000599Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammaln_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1001196Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammaln_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1001826Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1002616Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1003436Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1004700Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1005785Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1007110Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1007778Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1009119Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1009867Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1011220Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1012772Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1013499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1015185Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1015746Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1017057Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1017684Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1019118Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1020124Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1021305Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1022644Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1023776Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1025071Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1026082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1027246Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1028552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0e.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1030557Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1031192Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0e_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1031937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0e_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1033061Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0e_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1034400Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0e_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1036232Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0e_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1037879Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0e_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1038446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1039280Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1040171Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1041511Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1042438Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1043735Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1044684Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1045817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1046925Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1e.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1048407Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1049360Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1e_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1050490Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1e_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1051549Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1e_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1052752Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1e_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1053903Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1e_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1054999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1e_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1056145Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1057506Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1058653Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1059695Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1060799Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1062157Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1063297Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1064573Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1065437Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1066566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1067701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1068910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1070202Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1071291Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1072447Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1073698Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1074828Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1076847Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1077973Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1079213Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1080196Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log1p.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1081604Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1082725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log1p_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1083693Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log1p_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1084814Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_ndtr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1086191Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1087689Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1088854Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1090108Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_ndtr_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1091374Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1092337Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_ndtr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1093436Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_ndtr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1094564Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_logit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1095717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1097217Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1098281Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1099445Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1100690Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1101741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_logit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1102985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_logit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1104111Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_logsumexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1105319Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1106425Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_logsumexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1107463Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_logsumexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1108738Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1110092Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1111096Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1112216Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1113341Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1114530Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1115630Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1116815Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1117912Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1119317Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1120305Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1121388Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1122706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1123769Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1124737Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1125950Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1127008Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1128539Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1129407Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1130523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1131579Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1132795Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1133913Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1135017Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1136229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1137763Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1138759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1140481Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1141101Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1142309Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1143393Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1144429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1145657Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_multigammaln.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1146915Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1148057Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_multigammaln_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1149032Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_multigammaln_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1150093Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1151453Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1152483Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1153496Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1154784Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtri.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1156119Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1157251Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtri_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1158440Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtri_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1159442Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtri_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1160731Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtri_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1162222Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtri_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1163507Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtri_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1164495Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_polygamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1165798Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1166826Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_polygamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1168000Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_polygamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1169087Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_psi.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1170243Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1171439Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_psi_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1172539Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_psi_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1173701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_round.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1174872Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1175960Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_round_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1177140Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_round_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1178390Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1179931Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1180861Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1182253Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1183499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1184580Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1185584Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1186757Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1187787Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1188916Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1190687Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1191687Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1192739Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1193902Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1195191Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1196380Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1197501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1198607Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1199894Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1201158Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1202205Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1203406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1204509Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1205560Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1206739Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1207844Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1208942Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1210111Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1211413Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1212678Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1213826Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1214782Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1215937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1217316Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1218428Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1219626Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1220727Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1222063Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1223268Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1224505Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1225552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1226690Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1227696Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1228829Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1229986Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1231169Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1232227Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1233379Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1234810Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1236060Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1237634Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1238726Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1239818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1241027Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1242155Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1243290Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1244426Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1245566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_sinc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1246775Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1247839Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_sinc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1248898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_sinc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1250179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1251323Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1252392Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1253489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1254684Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_spherical_bessel_j0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1256014Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1257038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1258122Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1259489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1260712Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_spherical_bessel_j0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1262031Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1263171Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_spherical_bessel_j0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1264271Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_spherical_bessel_j0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1265491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1266711Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1267614Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1268769Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1269830Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1271018Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1272100Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1273257Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1274530Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlogy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1276693Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1277683Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlogy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1278934Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlogy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1280177Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1281352Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1282568Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1283468Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1284574Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1285663Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1286830Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1287923Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1289039Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1290354Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1291549Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1292661Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1293799Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1295137Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1295991Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1297278Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1298371Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1299406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1300535Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1301904Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1303078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1304432Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1305674Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1306612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1307667Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1308817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1309890Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1310979Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sqrt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1312813Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1313787Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sqrt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1315181Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sqrt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1316313Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sqrt_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1317469Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sqrt_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1318599Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sqrt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1319699Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sqrt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1320827Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/square.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1322076Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1323045Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/square_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1324326Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/square_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1325373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1326682Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1327814Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1328934Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1330155Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1331268Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1332243Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1333394Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1334508Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1335759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1336935Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sspaddmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1338168Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1339323Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sspaddmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1340396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sspaddmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1341674Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sspaddmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1342793Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sspaddmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1343983Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1345232Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1346988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1347725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1348687Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1349966Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1350920Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1352179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1353327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_mean.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1354649Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1355971Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1357157Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_mean_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1358174Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_mean_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1359266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_mean_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1360348Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_mean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1361553Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1362701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1363993Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1365226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1366332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1367436Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1368562Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stride.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1369866Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1370986Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stride_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1372257Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stride_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1373458Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1374787Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1375982Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1376978Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1378292Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1379445Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1380552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1381774Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1383023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1384157Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/subtract.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1385627Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1386646Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/subtract_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1388594Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/subtract_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1389627Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1390915Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1392265Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1393235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1394454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1395727Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1396856Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1398014Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1399108Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1400383Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1401631Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_to_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1402931Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1403991Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_to_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1405086Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_to_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1406231Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/svd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1407631Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1408540Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/svd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1409740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/svd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1411048Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/swapaxes.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1412205Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1413415Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/swapaxes_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1414301Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/swapaxes_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1415495Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/swapdims.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1416799Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1417929Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/swapdims_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1419014Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/swapdims_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1420151Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/symeig.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1421469Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/symeig_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1422864Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/symeig_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1423940Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/symeig_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1425248Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1426233Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1427533Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1428737Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1429739Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1430818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1431994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1433095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1434245Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1436056Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take_along_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1437832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1439604Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take_along_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1440181Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take_along_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1441368Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1442703Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1444038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1445264Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1446462Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1447771Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1448829Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1449900Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1450974Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tan_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1452202Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tan_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1453380Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1454544Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1455645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1456858Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1458228Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1459253Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1460406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1461415Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1462644Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1464005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1465827Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1467036Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1468071Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1469189Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1470264Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1471587Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1472648Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1473771Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1475231Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensor_split.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1476433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1477567Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensor_split_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1478825Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensor_split_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1480037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensordot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1481252Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1482375Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensordot_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1483467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensordot_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1484643Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensordot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1485779Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensordot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1487004Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/thnn_conv2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1488260Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1489252Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/thnn_conv2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1490370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/thnn_conv2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1491582Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1492805Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1494048Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1495079Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1496207Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1497434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1498733Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1499812Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1501122Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1502486Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1503699Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1504781Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1505981Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1507057Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1508249Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1509330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1510573Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tile.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1511842Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1512859Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tile_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1514306Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tile_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1515494Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1516596Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_dense.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1517710Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_dense_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1519063Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1520150Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_dense_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1521272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_dense_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1522613Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1523661Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_dense_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1524814Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_dense_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1525999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1527158Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1528386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1529378Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1530589Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1531961Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1532809Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1533992Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1535142Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1536219Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1537434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1539443Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_padded_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1540157Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1541508Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_padded_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1542729Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_padded_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1543796Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1545237Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1546721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1547716Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1548966Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1550007Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1551012Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1552266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1553783Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1554809Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1555917Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1557027Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1558186Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1559500Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1560583Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1561669Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1562976Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1564055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1565211Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1566329Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1567587Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1568655Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1569977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csr_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1571001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1572181Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1573255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1574431Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1575676Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1576672Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1577973Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1579136Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/topk.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1580615Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1581550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/topk_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1582632Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/topk_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1583857Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/topk_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1585109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/topk_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1586252Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/topk_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1587530Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/topk_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1588730Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1589835Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1591261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1592416Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1593514Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1594824Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1596857Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1598009Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1599112Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1600239Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1601543Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1602793Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1603985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1604917Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1606170Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1608219Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1608908Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1609642Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1610699Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1611862Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1613027Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trapezoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1614299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1615388Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trapezoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1616473Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trapezoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1618576Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trapz.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1619943Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1620979Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trapz_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1622050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trapz_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1623190Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triangular_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1624487Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1625606Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triangular_solve_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1626857Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triangular_solve_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1628013Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triangular_solve_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1629276Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triangular_solve_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1630364Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triangular_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1631510Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triangular_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1632563Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1633990Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1635106Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1636439Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1637473Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1638687Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1640038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1641080Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1642238Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1643335Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1644469Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1645604Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1646826Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1648003Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1649015Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triplet_margin_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1650459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1651366Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triplet_margin_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1652540Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triplet_margin_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1653836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1655355Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1656493Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1657617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1658878Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1660196Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1661099Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1662725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1663668Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1664795Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1666224Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1667606Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1668572Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1669400Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1670895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/true_divide.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1671475Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1673146Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/true_divide_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1673699Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/true_divide_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1675604Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trunc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1676010Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1676916Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trunc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1677741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trunc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1678843Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trunc_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1680206Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trunc_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1680914Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trunc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1681845Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trunc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1682853Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/type_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1683920Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1684825Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/type_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1685876Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/type_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1686807Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1687583Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1688513Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1689478Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1691223Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1691838Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1692588Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1693337Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1694171Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1695058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1696079Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1696780Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unflatten.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1698016Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1698920Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unflatten_dense_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1699916Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1701082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unflatten_dense_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1702073Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unflatten_dense_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1702912Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unflatten_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1704016Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unflatten_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1704946Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1705996Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1707206Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1708049Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1709048Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1710000Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1711082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1711991Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1713185Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1714277Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1715214Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1718459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1719107Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1720407Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1721334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1722303Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1723377Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1724163Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/uniform.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1725288Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1726083Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/uniform_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1726995Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/uniform_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1728438Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/uniform_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1728963Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/uniform_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1730388Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/uniform_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1731804Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_consecutive.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1732552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1733545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1734310Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1735424Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_consecutive_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1736217Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_consecutive_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1737325Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1738385Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1739330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_consecutive.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1740424Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1741372Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1742370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1743296Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_consecutive_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1744412Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_consecutive_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1745447Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1746227Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1747345Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1748286Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1749235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_chunk.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1750291Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1751204Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_chunk_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1752275Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_chunk_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1753064Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_split.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1754601Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1755340Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_split_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1757654Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_split_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1758513Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_split_with_sizes.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1759752Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1760619Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_split_with_sizes_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1761412Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_split_with_sizes_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1762461Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1763395Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1764242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1765547Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1766390Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1767312Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1768302Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1769266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1770232Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1771148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1771988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1773460Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1774127Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1775245Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1776087Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1777448Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1778637Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1779447Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1780668Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1781826Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1782655Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1783653Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1784472Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1786190Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1786685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1787099Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1788158Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1789337Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1790605Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1791399Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1792409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1793323Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1794244Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1795306Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1796251Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1797928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1799125Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1799774Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1800685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1801661Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1803014Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1804307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1805260Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1806545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1807950Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1809436Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1810451Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1811560Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1812802Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1814076Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1815243Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1816421Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1817817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1818974Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1819996Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1821774Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1822458Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1823412Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1824423Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1826516Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1827216Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1829129Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1830069Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1830728Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1833023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1833692Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1834366Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1835360Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1836283Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1837575Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1838304Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1839390Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1840416Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1841766Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1842361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1843418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1844136Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1845087Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1846533Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1847576Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1848503Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1849592Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1850588Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1851639Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1852848Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1853357Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1854472Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1855325Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1856347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1859209Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1860195Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1860843Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1861474Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1862061Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1863143Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1864424Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1865858Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1866814Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1868058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1869252Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1870297Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1871383Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1872563Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1873918Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1874977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1877393Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1878305Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1879414Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1880605Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1882005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1883079Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1884263Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1885570Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1887043Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1888166Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1889374Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1891107Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1891760Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1892761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1893853Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1895367Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1896396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1897541Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/values.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1899541Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1900678Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1901818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1903011Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1905142Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1905765Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1906523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/value_selecting_reduction_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1907852Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1908753Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/value_selecting_reduction_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1909897Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/value_selecting_reduction_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1911067Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/values_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1912354Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1913606Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1914770Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/values_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1915827Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/values_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1917054Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/values_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1918335Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/values_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1919374Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vander.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1920719Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1921856Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vander_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1922905Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vander_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1924120Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1925491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1926679Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1928070Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1929164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_mean.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1930524Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1931527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1932597Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_mean_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1933698Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_mean_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1934881Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_mean_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1936100Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_mean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1937381Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1938523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1939817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vdot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1941068Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1942066Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vdot_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1943160Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vdot_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1944316Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vdot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1945552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vdot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1946678Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1947791Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1949192Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1950276Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1952368Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1953177Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1953918Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1955282Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1956325Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1957448Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1958670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1959741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1960882Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1962245Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1963423Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1964510Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1965757Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1967190Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1968444Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1969597Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1970460Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1971584Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1973395Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1974200Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1975687Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1976929Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1978062Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1979394Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1980484Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1981706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1982915Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1983849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1985010Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1986100Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1987889Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1988589Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1989799Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1990785Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1991959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vsplit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1993246Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1994441Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vsplit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1995558Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vsplit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1996689Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vstack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1998072Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.1999229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vstack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2000230Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vstack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2001409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/where.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2002982Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2003940Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/where_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2005024Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/where_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2006074Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/where_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2007379Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/where_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2008543Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2009845Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2011063Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2012078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2013262Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2014307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2015429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2016606Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2017950Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2019191Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2020479Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2021537Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2022641Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2023816Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2025072Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2026150Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zero_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2027318Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zero_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2028410Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zero_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2029495Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2030699Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2031804Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zeros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2033179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2034454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zeros_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2035854Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2036859Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zeros_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2038030Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zeros_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2039138Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zeros_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2040203Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zeros_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:31.2046132Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2046738Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/ApplyGridUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2047594Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/AsmUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2048801Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/Atomic.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2050196Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/DeviceUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2051341Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPApplyUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2052701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPGraphsUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2053707Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPTensorMethods.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2054742Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/NumericLimits.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2055818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/ScanUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2056800Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/cub.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2057989Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/cub_definitions.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2059140Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/ATenHIPGeneral.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2060222Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/CachingHostAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2061257Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/EmptyTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2061975Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/Exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2081507Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPBlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2087488Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPConfig.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2088173Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPContext.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2088756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPDataType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2089304Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPDevice.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2089867Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPEvent.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2090464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPGeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2091010Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPGraph.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2091580Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPSparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2092262Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPSparseBlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2092862Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPSparseDescriptors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2093417Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2094005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/PeerToPeerAccess.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2094632Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/PinnedMemoryAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2095176Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/Sleep.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2095768Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/ThrustAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2096316Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/cub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2096870Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/jiterator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2097694Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/jiterator_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2098674Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/llvm_jit_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:31.2100120Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/detail 2022-11-23T01:27:31.2100870Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail/IndexUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/detail 2022-11-23T01:27:31.2102085Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail/IntegerDivider.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/detail 2022-11-23T01:27:31.2103735Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail/OffsetCalculator.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/detail 2022-11-23T01:27:31.2104401Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail/PhiloxCudaStateRaw.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/detail 2022-11-23T01:27:31.2105168Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail/TensorInfo.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/detail 2022-11-23T01:27:31.2105983Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail/UnpackRaw.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/detail 2022-11-23T01:27:31.2106667Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail/DeviceThreadHandles.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/detail 2022-11-23T01:27:31.2107628Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail/HIPHooks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/detail 2022-11-23T01:27:31.2108465Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail/KernelUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/detail 2022-11-23T01:27:31.2109259Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail/LazyNVRTC.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/detail 2022-11-23T01:27:31.2110989Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-11-23T01:27:31.2111476Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-11-23T01:27:31.2112344Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-11-23T01:27:31.2113012Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-11-23T01:27:31.2114430Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-11-23T01:27:31.2115919Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-11-23T01:27:31.2116343Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail/CUDAHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-11-23T01:27:31.2117035Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail/FunctionTraits.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-11-23T01:27:31.2117902Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail/HIPHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-11-23T01:27:31.2118664Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail/ORTHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-11-23T01:27:31.2120281Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2120634Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2121715Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/AdaptivePooling.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2122422Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/BatchLinearAlgebra.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2123397Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/BinaryOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2124232Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/BucketizationUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2124997Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/CPUBlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2126052Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/CPUFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2126946Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/CanUse32BitIndexMath.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2127827Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ComplexHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2128870Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/CompositeRandomAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2129907Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2130949Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ConvUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2132422Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ConvolutionMM3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2132833Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2250717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Cross.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2251837Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/DilatedConvolutionUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2252631Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/DispatchStub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2253536Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Distance.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2254114Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/DistributionTemplates.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2255995Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Distributions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2256501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/EmbeddingBag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2257346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Fill.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2258346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ForeachUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2259114Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2260023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/GridSampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2260794Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/GridSamplerUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2261701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Histogram.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2262544Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/IndexKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2263563Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/IndexingUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2265174Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Lerp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2265679Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/LinearAlgebra.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2266630Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/LinearAlgebraUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2267816Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/LossMulti.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2268513Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Math.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2270577Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/MathBitFallThroughLists.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2271603Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/MathBitsFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2272728Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/MaxPooling.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2273606Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/NonEmptyUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2274664Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/NonSymbolicBC.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2276667Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2277462Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/PointwiseOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2278099Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Pool.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2279109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Pow.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2279990Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/RNN.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2281056Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/RangeFactories.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2282346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ReduceAllOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2283157Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ReduceOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2283668Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ReduceOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2284794Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Repeat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2285868Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2286564Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ResizeCommon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2287945Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ScatterGatherChecks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2288592Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/SegmentReduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2289322Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/SharedReduceOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2290113Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/SobolEngineOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2290990Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Sorting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2291651Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/SortingUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2292738Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/SpectralOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2294132Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/StridedRandomAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2294865Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorAdvancedIndexing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2295832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2296580Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorCompare.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2297686Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorConversions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2298319Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorDimApply.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2299294Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorFactories.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2299984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorIterator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2301496Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2302513Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorProperties.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2303423Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorShape.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2304400Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorTransformations.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2305452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TopKImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2306498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TransposeType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2307670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TriangularOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2308799Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TypeProperties.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2309804Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/UnaryOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2310966Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Unfold2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2311958Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Unfold3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2312978Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/UnfoldBackward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2314269Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/UpSample.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2315307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2316426Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/group_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2317724Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/im2col.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2318749Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/im2col_shape_check.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2320083Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/layer_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2321082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/verbose_wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2321997Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/vol2col.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:31.2323956Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:31.2324534Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:31.2325387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/CatKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:31.2326692Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:31.2327066Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/CopyKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:31.2327926Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:31.2328823Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/DistributionTemplates.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:31.2329851Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:31.2330601Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:31.2331491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/Intrinsics.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:31.2332297Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/IsContiguous.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:31.2333332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/Loops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:31.2334452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:31.2335400Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:31.2336175Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/Reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:31.2458111Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/SerialStackImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:31.2458670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:31.2459876Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/StackKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:31.2460903Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/WeightNormKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:31.2461481Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/avx_mathfun.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:31.2462512Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/mixed_data_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:31.2463349Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/moments_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:31.2464264Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:31.2465042Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/zmath.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:31.2466802Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2467136Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2614191Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/BinaryInternal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2614624Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2615668Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2616657Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2617924Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/CuFFTUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2618643Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/DistributionTemplates.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2619625Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Distributions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2620778Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/GridSampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2621460Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/IndexKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2622471Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/LaunchUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2623288Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/MiscUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2624288Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/ReduceOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2625336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2626115Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/ScanKernels.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2627269Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Sort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2628113Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/SortStable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2630032Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Sorting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2630496Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/TensorModeKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2631039Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/TensorTopK.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2631725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/jit_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2633090Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/thread_constants.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2634253Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2635079Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/CUDALoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2636208Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2637239Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2638504Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2639450Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/GridSampler.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2640144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/JitLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2641047Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/KernelUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2641929Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Loops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2642907Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Math.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2645319Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2645730Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2646542Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Normalization.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2647985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2649031Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Pow.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2650083Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/ROCmLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2651141Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Randperm.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2651845Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Reduce.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2653293Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/ScanUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2654280Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/SortUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2655189Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/SortingCommon.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2656103Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2656957Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2658368Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/UniqueCub.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2658965Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/UpSample.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2660107Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/block_reduce.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2660937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2661999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/fused_adam_impl.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2662561Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/fused_adam_utils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2664027Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/im2col.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2664774Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/reduction_template.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2666156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/vol2col.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:31.2667509Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2668491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2669376Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/BinaryInternal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2670449Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/CompositeRandomAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2671365Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2672455Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/CuFFTPlanCache.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2673733Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/CuFFTUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2675041Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/DistributionTemplates.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2676151Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Distributions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2677307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/GridSampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2678499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/IndexKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2679410Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/LaunchUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2680440Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/MiscUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2681594Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/ReduceOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2682513Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2683457Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/ScanKernels.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2684329Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Sort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2772332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/SortStable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2772922Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Sorting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2773919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/TensorModeKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2775033Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/TensorTopK.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2776000Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/jit_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2777254Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/thread_constants.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2778272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/DeviceSqrt.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2779384Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/EmbeddingBackwardKernel.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2780426Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/ForeachFunctors.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2781617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/GridSampler.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2782826Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/HIPJitLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2783977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/HIPLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2785014Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/JitLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2786116Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/KernelUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2787222Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Loops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2788361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Math.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2790795Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/MemoryAccess.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2791859Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/MultiTensorApply.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2792857Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Normalization.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2794946Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/PersistentSoftmax.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2795971Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Pow.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2797111Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/ROCmLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2798324Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Randperm.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2799334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Reduce.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2800711Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/ScanUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2801927Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/SortUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2803263Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/SortingCommon.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2804403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/SortingRadixSelect.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2805473Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/TensorModeKernel.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2807236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/UniqueCub.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2808364Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/UpSample.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2809480Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/block_reduce.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2810570Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/fused_adam_amsgrad_impl.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2811610Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/fused_adam_impl.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2812640Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/fused_adam_utils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2813604Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/im2col.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2814695Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/reduction_template.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2816228Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/vol2col.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:31.2817473Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T01:27:31.2818671Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/AffineQuantizer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T01:27:31.2819780Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T01:27:31.2820964Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/Copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T01:27:31.2821909Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T01:27:31.2822881Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/IndexKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T01:27:31.2823927Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/PackedParams.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T01:27:31.2825399Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:31.2826153Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/BinaryOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:31.2827341Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:31.2828597Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:31.2829665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:31.2830783Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/QuantUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:31.2831984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:31.2832914Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/RuyUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:31.2833945Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:31.2835256Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/conv_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:31.2836256Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:31.2837434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:31.2838659Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:31.2839632Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:31.2840745Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/quantized 2022-11-23T01:27:31.2841944Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/quantized/QTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/quantized 2022-11-23T01:27:31.2842990Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/quantized/Quantizer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/quantized 2022-11-23T01:27:31.2846093Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2 2022-11-23T01:27:31.2846470Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T01:27:31.2847655Z copying build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize/crc_alt.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T01:27:31.2849488Z copying build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize/file_adapter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T01:27:31.2850112Z copying build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize/in_memory_adapter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T01:27:31.2851500Z copying build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize/inline_container.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T01:27:31.2852515Z copying build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize/istream_adapter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T01:27:31.2853426Z copying build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize/read_adapter_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T01:27:31.2854197Z copying build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize/versions.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T01:27:31.2855552Z creating build/bdist.linux-x86_64/wheel/torch/include/c10 2022-11-23T01:27:31.2856301Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-11-23T01:27:31.2857271Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/macros/Export.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-11-23T01:27:31.2857936Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/macros/Macros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-11-23T01:27:31.2859332Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/macros/cmake_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-11-23T01:27:31.2860648Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.2860958Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Allocator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.2863066Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/AutogradState.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.2863462Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Backend.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.2863827Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/CPUAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.2865248Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/CompileTimeFunctionPointer.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.2865699Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/CopyBytes.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.2866824Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DefaultDtype.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.2867622Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DefaultTensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.2868206Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Device.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.2869395Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DeviceArray.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.3008038Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DeviceGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.3008743Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DeviceType.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.3009650Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DispatchKey.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.3010854Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DispatchKeySet.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.3011779Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DynamicCast.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.3012876Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Event.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.3013717Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/GeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.3014379Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/GradMode.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.3015338Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/InferenceMode.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.3016308Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Layout.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.3017330Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/MemoryFormat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.3018273Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/OptionalRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.3019066Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/PyHandleCache.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.3020145Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/QEngine.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.3021117Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/QScheme.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.3022156Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/SafePyObject.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.3023215Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Scalar.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.3024300Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/ScalarType.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.3025993Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.3026757Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Storage.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.3027905Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/StorageImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.3028904Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Stream.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.3030204Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/StreamGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.3031285Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/SymFloat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.3032348Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/SymInt.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.3033355Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/SymIntArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.3034566Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/SymNodeImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.3035484Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/TensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.3038117Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/TensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.3038998Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/UndefinedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.3039855Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/WrapDimMinimal.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.3040951Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/alignment.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.3042293Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/thread_pool.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:31.3043706Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:27:31.3044613Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:27:31.3045752Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/FakeGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:27:31.3046887Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/GPUTrace.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:27:31.3047910Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/HermeticPyObjectTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:27:31.3049936Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/InlineDeviceGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:27:31.3050539Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/InlineEvent.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:27:31.3051282Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/InlineStreamGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:27:31.3052269Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:27:31.3053323Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/PyInterpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:27:31.3054397Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:27:31.3055422Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/SizesAndStrides.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:27:31.3056483Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:27:31.3057507Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/VirtualGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:27:31.3058933Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/alloc_cpu.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:27:31.3060878Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3061754Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/AlignOf.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3062700Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Array.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3063664Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3065602Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/BFloat16-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3066235Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/BFloat16-math.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3066926Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/BFloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3067974Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Backtrace.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3068665Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Bitset.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3069689Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/C++17.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3070603Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/CallOnce.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3071619Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ConstexprCrc.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3072629Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/DeadlockDetection.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3073413Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Deprecated.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3074564Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/DimVector.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3075216Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Exception.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3076730Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ExclusivelyOwned.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3077613Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3174070Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Flags.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3174669Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/FunctionRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3175494Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Half-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3176082Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Half.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3177355Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/IdWrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3178234Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/LeftRight.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3178936Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Load.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3180484Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Logging.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3181359Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/MathConstants.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3182231Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/MaybeOwned.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3183153Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Metaprogramming.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3184190Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Optional.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3185218Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/OptionalArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3186178Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Registry.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3186952Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ScopeExit.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3188028Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/SmallBuffer.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3188728Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/SmallVector.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3190787Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/StringUtil.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3191393Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Synchronized.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3191987Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ThreadLocal.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3193011Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ThreadLocalDebugInfo.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3193951Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Type.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3194727Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/TypeCast.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3196426Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/TypeIndex.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3196908Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/TypeList.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3198380Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/TypeSafeSignMath.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3199276Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/TypeTraits.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3199967Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Unicode.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3201148Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/UniqueVoidPtr.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3202016Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Unroll.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3202752Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/accumulate.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3203905Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/complex.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3205074Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/complex_math.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3206383Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/complex_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3207300Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/copysign.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3208447Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/either.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3209602Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/env.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3210678Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/flat_hash_map.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3212420Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/hash.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3214361Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/in_place.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3214892Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/int128.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3215621Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/intrusive_ptr.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3217300Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/irange.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3218412Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/llvmMathExtras.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3219674Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/logging_is_google_glog.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3220754Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/logging_is_not_google_glog.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3221826Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/math_compat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3222894Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/numa.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3224176Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/order_preserving_flat_hash_map.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3225563Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/overloaded.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3226933Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/python_stub.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3228041Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/qint32.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3229026Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/qint8.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3230070Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/quint2x4.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3231157Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/quint4x2.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3232241Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/quint8.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3233326Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/reverse_iterator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3234665Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/safe_numerics.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3235571Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/signal_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3236777Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/sparse_bitset.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3238028Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/strides.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3239212Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/string_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3240163Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/string_view.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3241444Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/strong_type.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3243089Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/tempfile.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3244084Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/thread_name.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3245157Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/typeid.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3246651Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/variant.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3248671Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/win32-headers.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:31.3250038Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:27:31.3250877Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAAlgorithm.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:27:31.3252081Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDACachingAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:27:31.3253214Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAException.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:27:31.3254344Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:27:31.3255612Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:27:31.3256550Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:27:31.3257656Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAMacros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:27:31.3258497Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAMathCompat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:27:31.3259553Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAMiscFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:27:31.3260703Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAStream.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:27:31.3263000Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2022-11-23T01:27:31.3263868Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2022-11-23T01:27:31.3264431Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/impl/CUDATest.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2022-11-23T01:27:31.3265558Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2022-11-23T01:27:31.3266123Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/HIPAlgorithm.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2022-11-23T01:27:31.3267471Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/HIPCachingAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2022-11-23T01:27:31.3268586Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/HIPException.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2022-11-23T01:27:31.3269925Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/HIPFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2022-11-23T01:27:31.3271617Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/HIPGraphsC10Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2022-11-23T01:27:31.3272179Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/HIPGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2022-11-23T01:27:31.3272919Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/HIPMacros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2022-11-23T01:27:31.3274049Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/HIPMathCompat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2022-11-23T01:27:31.3275294Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/HIPMiscFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2022-11-23T01:27:31.3276265Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/HIPStream.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2022-11-23T01:27:31.3277659Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/hip/impl 2022-11-23T01:27:31.3278400Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/impl/HIPGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip/impl 2022-11-23T01:27:31.3279487Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/impl/HIPTest.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip/impl 2022-11-23T01:27:31.3280388Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/impl/hip_cmake_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip/impl 2022-11-23T01:27:31.3281987Z creating build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T01:27:31.3283058Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/script.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T01:27:31.3283788Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/extension.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T01:27:31.3284267Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/custom_class.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T01:27:31.3285624Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/library.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T01:27:31.3287026Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/custom_class_detail.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T01:27:31.3288326Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:31.3288720Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/CudaIPCTypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:31.3290852Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/DataLoader.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:31.3291440Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Device.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:31.3292520Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Dtype.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:31.3293429Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/DynamicTypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:31.3294269Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:31.3294756Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Export.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:31.3295779Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Generator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:31.3296847Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Layout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:31.3297426Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/MemoryFormat.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:31.3298364Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:31.3299301Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/PythonTypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:31.3300115Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/QScheme.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:31.3301485Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Size.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:31.3302215Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Storage.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:31.3302769Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/StorageMethods.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:31.3303647Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/StorageSharing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:31.3304653Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Stream.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:31.3306377Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/THConcat.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:31.3306890Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/THP.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:31.3307289Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/TypeInfo.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:31.3308443Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:31.3309157Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/copy_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:31.3310220Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/itt_wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:31.3311293Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/python_dimname.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:31.3312044Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/python_headers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:31.3312781Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:31.3313365Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:31.3314882Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api 2022-11-23T01:27:31.3315319Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include 2022-11-23T01:27:31.3316426Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:31.3317051Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/all.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:31.3317916Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/arg.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:31.3318884Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:31.3319772Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/cuda.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:31.3320716Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:31.3321542Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/enum.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:31.3322804Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/expanding_array.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:31.3410054Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/fft.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:31.3410801Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/imethod.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:31.3411662Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/jit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:31.3412672Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/linalg.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:31.3414021Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nested.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:31.3414802Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:31.3415781Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:31.3416603Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/ordered_dict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:31.3417747Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:31.3418787Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:31.3419501Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:31.3420379Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/special.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:31.3421433Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/torch.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:31.3422367Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:31.3423594Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:31.3424382Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/version.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:31.3425859Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:31.3426312Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:31.3428136Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:31.3428801Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:31.3429513Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/example.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:31.3430343Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/iterator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:31.3431187Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:31.3431846Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:31.3432691Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/worker_exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:31.3434249Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T01:27:31.3434738Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T01:27:31.3435870Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T01:27:31.3436679Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T01:27:31.3438030Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:27:31.3438635Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:27:31.3439448Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:27:31.3440537Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets/map.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:27:31.3441156Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:27:31.3442369Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets/shared.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:27:31.3443381Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:27:31.3444036Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:27:31.3445602Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T01:27:31.3446338Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T01:27:31.3447167Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/detail/queue.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T01:27:31.3561887Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T01:27:31.3562353Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:27:31.3563196Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:27:31.3564316Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:27:31.3565239Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:27:31.3566184Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers/random.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:27:31.3566972Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:27:31.3567956Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:27:31.3568583Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers/stream.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:27:31.3570002Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:27:31.3570565Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:27:31.3571736Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms/collate.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:27:31.3572628Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:27:31.3573492Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms/stack.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:27:31.3575599Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:27:31.3576022Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T01:27:31.3576747Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T01:27:31.3577546Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/detail/static.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T01:27:31.3578370Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:31.3579188Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/cloneable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:31.3580135Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:31.3580959Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:31.3581720Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:31.3583641Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:31.3584161Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:31.3584891Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:31.3586021Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/pimpl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:31.3589268Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:31.3589654Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:31.3590050Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/activation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:31.3591889Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:31.3592446Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/conv.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:31.3593045Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/distance.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:31.3593705Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:31.3594433Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:31.3595093Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/fold.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:31.3595961Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:31.3596650Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:31.3597476Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/loss.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:31.3598715Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:31.3599746Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:31.3600736Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:31.3601415Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:31.3603052Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:31.3603649Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/vision.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:31.3605103Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:31.3605604Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/activation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:31.3606969Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:31.3607738Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:31.3608759Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/conv.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:31.3609384Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/distance.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:31.3735660Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:31.3736399Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/embedding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:31.3737518Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/fold.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:31.3738448Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:31.3739123Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:31.3739945Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/loss.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:31.3741172Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:31.3741979Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/padding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:31.3742804Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:31.3743569Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/pooling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:31.3745067Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:31.3745552Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/transformer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:31.3746898Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:31.3747468Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:31.3748617Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:31.3750174Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/vision.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:31.3751320Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:31.3752088Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:31.3753067Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/activation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:31.3754486Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:31.3755592Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:31.3756696Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/common.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:31.3757745Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/conv.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:31.3758670Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/distance.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:31.3759861Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:31.3760976Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:31.3761962Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/fold.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:31.3762804Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:31.3907378Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:31.3908161Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/loss.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:31.3909304Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:31.3910421Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/padding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:31.3911341Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:31.3912272Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:31.3913265Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:31.3913917Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:31.3916050Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:31.3916867Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:31.3917592Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:31.3918510Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:31.3920141Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:31.3920628Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:31.3921902Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:31.3923044Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:31.3923831Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:31.3924732Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:31.3925733Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:31.3926801Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:31.3927706Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:31.3928448Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:31.3929307Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:31.3930568Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-11-23T01:27:31.4078593Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-11-23T01:27:31.4079223Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T01:27:31.4079834Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T01:27:31.4081137Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T01:27:31.4082091Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T01:27:31.4083676Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:31.4084203Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/adagrad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:31.4085986Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/adam.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:31.4086475Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/adamw.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:31.4087169Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/lbfgs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:31.4087663Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/optimizer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:31.4088744Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/rmsprop.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:31.4089569Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/serialize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:31.4090452Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/sgd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:31.4091408Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T01:27:31.4092199Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T01:27:31.4146705Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T01:27:31.4147746Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:27:31.4148545Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize/archive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:27:31.4149437Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize/input-archive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:27:31.4150242Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize/output-archive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:27:31.4151068Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:27:31.4151969Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4152693Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/FunctionsManual.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4153997Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/InferenceMode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4154929Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4156239Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/anomaly_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4157333Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4158197Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4158950Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/cpp_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4159736Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/custom_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4194400Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/edge.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4195160Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/engine.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4195747Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/forward_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4196346Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4196974Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/function_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4197540Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/grad_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4198112Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/graph_task.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4306551Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/input_buffer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4307273Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/input_metadata.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4308495Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/jit_decomp_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4309615Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/profiler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4310706Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/profiler_kineto.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4311964Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/profiler_legacy.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4313058Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/profiler_python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4314325Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_anomaly_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4315418Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4316522Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_cpp_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4317768Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_engine.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4318852Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_enum_tag.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4319947Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_fft_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4321052Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4322122Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4323244Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_legacy_variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4324384Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_linalg_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4325492Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_nested_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4326591Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_nn_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4327699Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_return_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4328825Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4329977Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_sparse_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4331031Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_special_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4332128Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_torch_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4333248Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4334499Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_variable_indexing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4335735Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/record_function_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4336801Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/saved_variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4337954Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/saved_variable_hooks.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4339001Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/symbolic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4340028Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:31.4340868Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T01:27:31.4341967Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T01:27:31.4343114Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions/basic_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T01:27:31.4344256Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions/comm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T01:27:31.4345403Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions/pybind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T01:27:31.4346499Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T01:27:31.4347318Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T01:27:31.4347797Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-11-23T01:27:31.4348350Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated/python_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-11-23T01:27:31.4466728Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated/VariableType.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-11-23T01:27:31.4467832Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated/Functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-11-23T01:27:31.4470470Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated/variable_factories.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-11-23T01:27:31.4471913Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T01:27:31.4472926Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils/error_messages.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T01:27:31.4473874Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils/grad_layout_contract.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T01:27:31.4475210Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils/lambda_post_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T01:27:31.4476346Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils/python_arg_parsing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T01:27:31.4477436Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils/warnings.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T01:27:31.4478175Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T01:27:31.4479834Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:27:31.4480517Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/Event.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:27:31.4481258Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/Module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:27:31.4482194Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/Stream.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:27:31.4483350Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/THCP.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:27:31.4484376Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/comm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:27:31.4485328Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/device_set.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:27:31.4486579Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/memory_snapshot.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:27:31.4487396Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/nccl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:27:31.4488081Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/python_comm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:27:31.4488994Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/python_nccl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:27:31.4489639Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed 2022-11-23T01:27:31.4490702Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4491685Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/TraceUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4492396Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/c10d.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4493719Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/debug.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4494383Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/error.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4495277Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4496089Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/logging.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4497171Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/python_comm_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4498003Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/socket.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4499904Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/Backend.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4500868Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/FileStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4501837Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4502665Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/HashStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4503380Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4504166Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/Ops.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4504994Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4506012Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4506907Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4619818Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4620728Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4622034Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4623312Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4624536Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4625788Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4627039Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4628200Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/Store.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4629356Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/TCPStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4630477Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/Types.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4631755Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/UCCForNCCL.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4632908Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4634048Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4635383Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4636484Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/Utils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4637658Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4638919Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/Work.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4640027Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/comm.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4641207Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4642332Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/logger.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4643419Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/reducer.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4644578Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4645743Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/sequence_num.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:31.4646633Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:31.4647609Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/agent_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:31.4648733Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/message.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:31.4649877Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/py_rref.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:31.4650631Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/python_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:31.4651371Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/python_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:31.4652006Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/python_remote_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:31.4652627Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/python_resp.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:31.4666895Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:31.4668091Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/request_callback.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:31.4669244Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/request_callback_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:31.4670553Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:31.4671852Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/rpc.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:31.4673017Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:31.4674327Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/rpc_command_base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:31.4675466Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/rref_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:31.4676596Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/rref_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:31.4677746Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/rref_proto.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:31.4678901Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/script_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:31.4680049Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/script_remote_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:31.4681207Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/script_resp.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:31.4682452Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:31.4683634Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:31.4684847Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:31.4685989Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:31.4687093Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:31.4688226Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:31.4689403Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:31.4690327Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-11-23T01:27:31.4691208Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/jit_log.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-11-23T01:27:31.4692180Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/jit_opt_limit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-11-23T01:27:31.4693194Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/resource_guard.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-11-23T01:27:31.4693986Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:31.4694915Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:31.4696058Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_debug_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:31.4697377Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_debug_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:31.4698511Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_detail.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:31.4699644Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:31.4700762Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:31.4701847Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:31.4702963Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_preprocess.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:31.4704084Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_resolver.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:31.4704942Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4705906Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/add_if_then_else.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4707014Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/annotate_warns.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4708101Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/autocast.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4709205Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/bailout_graph.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4710288Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/batch_mm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4711379Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/canonicalize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4712521Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4713759Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/check_strict_fusion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4715020Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/clear_profiling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4715890Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4716577Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4717207Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/concat_opt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4717847Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/constant_pooling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4724803Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/constant_propagation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4725996Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4727168Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/create_functional_graphs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4728296Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/cuda_graph_fuser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4729441Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/dead_code_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4730562Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/decompose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4731686Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/device_type_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4732808Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/dtype_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4733993Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/eliminate_no_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4735096Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/erase_number_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4736233Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4737416Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/fold_conv_bn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4738508Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/freeze_module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4739615Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/frozen_concat_linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4740765Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4742016Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/frozen_conv_folding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4743262Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4744433Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4745559Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4746674Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/fuse_linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4747843Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/fuse_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4749072Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/graph_fuser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4750185Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4751304Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/guard_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4752455Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4753742Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4755049Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/inline_fork_wait.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4756159Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/inline_forked_closures.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4757260Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/inliner.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4758372Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/inplace_check.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4759484Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/insert_guards.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4760722Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/integer_value_refinement.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4761897Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/lift_closures.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4762943Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/liveness.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4764045Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/loop_unrolling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4765141Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/lower_grad_of.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4766332Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/lower_graph.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4767408Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/lower_tuples.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4768488Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/metal_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4769590Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4770674Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4771758Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/normalize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4772971Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4774068Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/onnx.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4775152Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/pass_manager.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4776237Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/peephole.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4777421Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4778575Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4779706Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/peephole_list_idioms.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4780855Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/peephole_non_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4781957Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/prepack_folding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4783071Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/refine_tuple_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4784196Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/remove_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4785320Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/remove_exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4786432Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/remove_expands.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4787537Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/remove_inplace_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4788659Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/remove_mutation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4789890Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4791076Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4792223Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/requires_grad_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4793317Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/restore_mutation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4794568Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/shape_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4795811Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4796955Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4798077Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4799168Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4800316Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4801458Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4802671Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4803813Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/value_refinement_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4804913Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/variadic_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4805971Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4807025Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:31.4807879Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:31.4808797Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:31.4809457Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/finalize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:31.4810124Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:31.4810863Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/helper.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:31.4811523Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/insert_observers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:31.4812177Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:31.4812852Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:31.4813519Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/quantization_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:31.4814238Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:31.4877346Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:27:31.4878346Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:27:31.4879505Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils/memory_dag.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:27:31.4880643Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils/op_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:27:31.4881763Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils/optimization_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:27:31.4882889Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:27:31.4883708Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:31.4884856Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/argument_spec.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:31.4885935Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/autodiff.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:31.4887053Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:31.4888199Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/custom_operator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:31.4889316Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:31.4890482Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:31.4891613Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/exception_message.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:31.4892721Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/graph_executor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:31.4893935Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/graph_executor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:31.4895021Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/graph_iterator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:31.4895778Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/instruction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:31.4896378Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/interpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:31.4896971Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/jit_exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:31.4907389Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/jit_trace.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:31.4908573Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/logging.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:31.4909653Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/operator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:31.4910747Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/operator_options.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:31.4911845Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/print_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:31.4912965Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:31.4914274Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/profiling_record.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:31.4915337Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/register_ops_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:31.4916447Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/script_profile.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:31.4917600Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:31.4918786Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/shape_function_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:31.4919941Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:31.4922252Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:31.4923390Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/symbolic_script.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:31.4924523Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:31.4925630Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:31.4926853Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/vararg_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:31.4927981Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/variable_tensor_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:31.4929177Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:31.4930077Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/alias_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:31.4930756Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/attributes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:31.4931474Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/constants.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:31.4932278Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/graph_node_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:31.4932882Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:31.4933661Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/ir_views.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:31.4934237Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/irparser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:31.4935349Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/named_value.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:31.4936076Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/node_hashing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:31.4936762Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/scope.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:31.4937678Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:31.4938893Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/type_hashing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:31.4940187Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:31.4941390Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/builtin_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:31.4942607Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:31.4943771Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/concrete_module_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:31.4944888Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/convert_to_ssa.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:31.4946014Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/edit_distance.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:31.4947136Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/error_report.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:31.4948364Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/exit_transforms.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:31.4949511Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/function_schema_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:31.4950649Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/inline_loop_condition.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:31.4951772Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/ir_emitter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:31.4952820Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/lexer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:31.4953888Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/mini_environment.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:31.4955316Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/name_mangler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:31.4956434Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/parse_string_literal.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:31.4957554Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:31.4958674Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/parser_constants.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:31.4959800Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/resolver.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:31.4960908Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/schema_matching.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:31.4962000Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/schema_type_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:31.4963132Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/script_type_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:31.4964246Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/source_range.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:31.4965321Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/source_ref.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:31.4966401Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/strtod.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:31.4967474Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/sugared_value.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:31.4968544Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/tracer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:31.4969601Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/tree.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:31.4970645Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/tree_views.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:31.4971849Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:31.4972668Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T01:27:31.4973596Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api/compilation_unit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T01:27:31.4974670Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api/function_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T01:27:31.4975698Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api/method.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T01:27:31.4976679Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api/module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T01:27:31.4977863Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api/object.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T01:27:31.4978916Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:31.4979672Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:31.4980956Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/export.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:31.4982146Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/export_bytecode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:31.4983370Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:31.4984619Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:31.4985787Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/import.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:31.4986972Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/import_export_constants.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:31.4988204Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/import_export_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:31.4989396Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/import_export_helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:31.4990568Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/import_legacy.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:31.4991621Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/import_read.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:31.4992726Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/import_source.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:31.4993903Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:31.4995346Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/onnx.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:31.4996486Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/pickle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:31.4997605Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/pickler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:31.4998776Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/python_print.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:31.4999991Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/source_range_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:31.5001374Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:31.5002571Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/storage_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:31.5003730Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/type_name_uniquer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:31.5004868Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/unpickler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:31.5005741Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:27:31.5006677Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:27:31.5007766Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/module_python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:27:31.5008820Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/pybind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:27:31.5009911Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/pybind_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:27:31.5011007Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_arg_flatten.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:27:31.5012137Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_custom_class.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:27:31.5013235Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_dict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:27:31.5014299Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:27:31.5015368Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_ivalue.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:27:31.5016469Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:27:31.5017660Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_sugared_value.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:27:31.5018745Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_tracer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:27:31.5019410Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_tree_views.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:27:31.5019999Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/script_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:27:31.5020606Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/update_graph_executor_opt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:27:31.5032118Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:31.5033103Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/code.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:31.5033963Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/debug_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:31.5035108Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/file_format.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:31.5036082Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:31.5037128Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/frame.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:31.5037765Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:31.5039224Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/import.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:31.5039958Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/import_data.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:31.5040665Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/import_export_common.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:31.5048477Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/interpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:31.5049459Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/method.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:31.5050423Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:31.5051657Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/observer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:31.5052891Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:31.5053630Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/parse_operators.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:31.5054231Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/prim_ops_registery.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:31.5054813Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/profiler_edge.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:31.5055935Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:31.5057147Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/quantization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:31.5057897Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:31.5058872Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/type_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:31.5059910Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:31.5061095Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/testing 2022-11-23T01:27:31.5062243Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/testing/file_check.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/testing 2022-11-23T01:27:31.5063346Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/testing/hooks_for_testing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/testing 2022-11-23T01:27:31.5064187Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5065123Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5066477Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5067251Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5068388Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5069211Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5070403Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5071343Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5072411Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5073502Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5074591Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/eval.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5075929Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5077439Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/expr.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5078271Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5079443Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5080131Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5081811Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5082820Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5083890Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/half_support.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5086303Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5087492Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5088545Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5089668Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5090722Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5091678Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5092734Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5093908Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5094801Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5095841Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/kernel.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5096944Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5098151Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5099203Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5100180Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5101255Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5102150Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5102978Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5103766Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5104569Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/stmt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5105309Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5106042Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5106648Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5107467Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5108201Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:31.5108758Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:31.5109766Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:31.5110797Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:31.5112013Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/misc.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:31.5113105Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/norm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:31.5113937Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/operators.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:31.5114902Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:31.5115711Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:31.5116587Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:31.5117493Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:31.5118066Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen 2022-11-23T01:27:31.5118670Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5119363Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/arith.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5120121Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5120851Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/compute_at.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5121602Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/compute_at_map.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5122664Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/contiguity.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5123808Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/disjoint_set.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5230304Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5231184Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/dynamic_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5231935Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/evaluator_common.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5232761Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/executor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5234784Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5235654Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/executor_launch_params.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5236304Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/executor_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5237102Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/expr_evaluator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5237945Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/fusion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5239179Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/fusion_segmenter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5240721Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/grouped_reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5241956Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/index_compute.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5243161Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/inlining.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5244352Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/instrumentation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5245684Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5246881Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ir_all_nodes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5248081Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ir_base_nodes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5249486Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ir_builder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5250612Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ir_cloner.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5251852Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ir_container.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5252985Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ir_graphviz.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5254101Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5255263Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5256403Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ir_iostream.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5257584Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ir_printer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5258687Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ir_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5259365Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/iter_visitor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5260027Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/kernel.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5261052Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/kernel_cache.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5262148Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5263204Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/kernel_ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5264484Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5265502Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower2device.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5266713Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_alias_memory.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5267786Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_allocation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5268723Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_bank_conflict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5269983Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_divisible_split.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5271059Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_double_buffer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5272033Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_expr_sort.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5273148Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5274375Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5275284Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_index.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5276408Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_index_compute.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5277559Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_index_hoist.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5278768Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5279782Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_instrument.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5280837Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_loops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5281764Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_magic_zero.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5282933Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5283960Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_predicate.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5285032Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5286121Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_replace_size.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5287078Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_shift.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5288277Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_sync_information.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5289454Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5290479Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5291590Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5292570Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_unroll.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5293715Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5295042Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_validation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5296012Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5297168Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/manager.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5298181Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5299458Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/mma_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5300971Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/mutator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5302048Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/non_divisible_split.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5303268Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5304250Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5305341Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5306377Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/partial_split_map.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5308274Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/partition.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5308974Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/predicate_compute.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5309794Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/root_domain_map.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5311004Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/transform_iter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5312186Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/transform_replay.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5313409Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/transform_rfactor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5314560Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/transform_view.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5315348Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5316697Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/type_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5317867Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/type_promotion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5319428Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5320103Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/vectorization_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:31.5321552Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:27:31.5322420Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ops/alias.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:27:31.5323446Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ops/all_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:27:31.5324576Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ops/composite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:27:31.5325603Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ops/normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:27:31.5327208Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:31.5327863Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:31.5329002Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:31.5329734Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:31.5331311Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:31.5332330Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:31.5333118Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:31.5451520Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:31.5452265Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:31.5453672Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:31.5454472Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:31.5459069Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:31.5459689Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:31.5460232Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:31.5460804Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:31.5461319Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:31.5461985Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:31.5462533Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:31.5463295Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:31.5463585Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2022-11-23T01:27:31.5463899Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/onnx/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2022-11-23T01:27:31.5464213Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/onnx/onnx.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2022-11-23T01:27:31.5466026Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:27:31.5466506Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/api.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:27:31.5466927Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/collection.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:27:31.5472322Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/containers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:27:31.5472745Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/data_flow.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:27:31.5473243Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/events.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:27:31.5473672Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/kineto_shim.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:27:31.5474018Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/perf-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:27:31.5474658Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/perf.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:27:31.5475077Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:27:31.5475321Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2022-11-23T01:27:31.5475861Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/orchestration/observer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2022-11-23T01:27:31.5476533Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2022-11-23T01:27:31.5476837Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/stubs 2022-11-23T01:27:31.5477271Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/stubs/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/stubs 2022-11-23T01:27:31.5478261Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5479397Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/auto_gil.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5480068Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/byte_order.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5480896Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5481929Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/cuda_enabled.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5483092Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/cuda_lazy_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5484127Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/disable_torch_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5485422Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5487161Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/invalid_arguments.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5487588Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/memory.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5488103Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/nested.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5489957Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/numpy_stub.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5490605Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/object_ptr.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5491361Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/out_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5492289Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/pybind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5493274Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5494196Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_arg_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5495980Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_compat.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5496535Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5497657Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_numbers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5498583Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_scalars.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5499506Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5500345Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_stub.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5501589Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_symnode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5502191Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_torch_function_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5503007Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_tuples.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5503898Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/schema_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5506197Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/six.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5506695Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/structseq.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5507920Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_apply.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5508414Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_dtypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5508750Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_flatten.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5510457Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_layouts.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5510916Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5511325Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5511782Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_new.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5512736Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_numpy.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5513644Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_qschemes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5514852Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5515481Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5516588Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/throughput_benchmark.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5517792Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/torch_dispatch_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5518374Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/variadic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:31.5519439Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/tensor 2022-11-23T01:27:31.5519924Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/tensor/python_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/tensor 2022-11-23T01:27:31.5521562Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy 2022-11-23T01:27:31.5522051Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-11-23T01:27:31.5522466Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend/backend_data.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-11-23T01:27:31.5539192Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend/backend_device.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-11-23T01:27:31.5539907Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend/backend_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-11-23T01:27:31.5540668Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend/lowering_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-11-23T01:27:31.5541742Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:31.5542224Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/cache.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:31.5543653Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/config.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:31.5544608Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/debug_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:31.5546161Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/dynamic_ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:31.5546584Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/hash.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:31.5548377Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:31.5548811Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:31.5550240Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ir_builder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:31.5551036Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ir_dump_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:31.5551871Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ir_metadata.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:31.5552902Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ir_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:31.5553601Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/lazy_graph_executor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:31.5555495Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/metrics.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:31.5556016Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/multi_wait.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:31.5556912Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/permutation_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:31.5557810Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/shape.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:31.5558792Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/shape_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:31.5560096Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:31.5567098Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/tensor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:31.5567757Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/tensor_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:31.5569628Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/thread_pool.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:31.5570533Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/trie.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:31.5571029Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/unique.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:31.5571779Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:31.5572910Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/internal_ops 2022-11-23T01:27:31.5573422Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/internal_ops 2022-11-23T01:27:31.5574997Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/ops 2022-11-23T01:27:31.5576410Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/ops 2022-11-23T01:27:31.5576850Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ops/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/ops 2022-11-23T01:27:31.5579824Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:31.5580414Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/config.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:31.5580821Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:31.5581421Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/ir_builder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:31.5582042Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:31.5582746Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:31.5584355Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:31.5584840Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:31.5585277Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:31.5585628Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/ts_node.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:31.5585997Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:31.5587949Z creating build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:31.5588379Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/attr.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:31.5589212Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/buffer_info.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:31.5590334Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/cast.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:31.5591724Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/chrono.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:31.5592442Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/common.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:31.5593342Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/complex.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:31.5594473Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/eigen.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:31.5595812Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/embed.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:31.5596476Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/eval.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:31.5597939Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:31.5598384Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/gil.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:31.5599826Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/iostream.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:31.5600550Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/numpy.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:31.5602454Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/operators.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:31.5603015Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/options.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:31.5604098Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/pybind11.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:31.5605719Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/pytypes.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:31.5607351Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/stl.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:31.5608178Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/stl_bind.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:31.5609426Z creating build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T01:27:31.5610024Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail/class.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T01:27:31.5611125Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail/common.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T01:27:31.5612639Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail/descr.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T01:27:31.5613522Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail/init.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T01:27:31.5614386Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail/internals.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T01:27:31.5615382Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail/type_caster_base.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T01:27:31.5617049Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail/typeid.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T01:27:31.5618114Z creating build/bdist.linux-x86_64/wheel/torch/include/THH 2022-11-23T01:27:31.5618444Z copying build/lib.linux-x86_64-cpython-38/torch/include/THH/THHAtomics.cuh -> build/bdist.linux-x86_64/wheel/torch/include/THH 2022-11-23T01:27:31.5621057Z copying build/lib.linux-x86_64-cpython-38/torch/include/THH/THHDeviceUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/THH 2022-11-23T01:27:31.5621988Z creating build/bdist.linux-x86_64/wheel/torch/share 2022-11-23T01:27:31.5622877Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake 2022-11-23T01:27:31.5623900Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/ATen 2022-11-23T01:27:31.5624525Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/ATen/ATenConfig.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/ATen 2022-11-23T01:27:31.5625999Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-11-23T01:27:31.5626485Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-11-23T01:27:31.5627401Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-11-23T01:27:31.5628145Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-11-23T01:27:31.5629244Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-11-23T01:27:31.5630644Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:27:31.5631111Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/cuda.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:27:31.5632320Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/glog.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:27:31.5633016Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/gflags.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:27:31.5633923Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/mkl.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:27:31.5634971Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:27:31.5636276Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/protobuf.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:27:31.5637568Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/threads.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:27:31.5638144Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/utils.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:27:31.5639248Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:27:31.5640241Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T01:27:31.5641275Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T01:27:31.5642292Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T01:27:31.5644424Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:27:31.5646369Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:27:31.5647110Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:27:31.5647956Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:27:31.5648953Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:27:31.5650266Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:27:31.5651044Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:27:31.5652912Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:27:31.5654060Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:27:31.5655104Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:27:31.5656095Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Tensorpipe 2022-11-23T01:27:31.5657854Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Tensorpipe 2022-11-23T01:27:31.5659158Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Tensorpipe 2022-11-23T01:27:31.5660140Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Torch 2022-11-23T01:27:31.5661050Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Torch 2022-11-23T01:27:31.5662292Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Torch/TorchConfig.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Torch 2022-11-23T01:27:31.5663554Z copying build/lib.linux-x86_64-cpython-38/torch/_C.cpython-38-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:31.5665837Z copying build/lib.linux-x86_64-cpython-38/torch/_C_flatbuffer.cpython-38-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:31.5669727Z creating build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:27:31.5670367Z copying build/lib.linux-x86_64-cpython-38/torchgen/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:27:31.5670798Z copying build/lib.linux-x86_64-cpython-38/torchgen/code_template.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:27:31.5671180Z copying build/lib.linux-x86_64-cpython-38/torchgen/context.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:27:31.5672045Z copying build/lib.linux-x86_64-cpython-38/torchgen/gen.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:27:31.5673931Z copying build/lib.linux-x86_64-cpython-38/torchgen/gen_backend_stubs.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:27:31.5675085Z copying build/lib.linux-x86_64-cpython-38/torchgen/gen_functionalization_type.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:27:31.5676069Z copying build/lib.linux-x86_64-cpython-38/torchgen/gen_lazy_tensor.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:27:31.5677177Z copying build/lib.linux-x86_64-cpython-38/torchgen/gen_vmap_plumbing.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:27:31.5677927Z copying build/lib.linux-x86_64-cpython-38/torchgen/local.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:27:31.5678614Z copying build/lib.linux-x86_64-cpython-38/torchgen/model.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:27:31.5680401Z copying build/lib.linux-x86_64-cpython-38/torchgen/native_function_generation.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:27:31.5681641Z copying build/lib.linux-x86_64-cpython-38/torchgen/utils.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:27:31.5683070Z creating build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:27:31.5683349Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:27:31.5684627Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/autograd.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:27:31.5685141Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/cpp.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:27:31.5686462Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/dispatcher.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:27:31.5687285Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/functionalization.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:27:31.5688142Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/lazy.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:27:31.5689023Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/meta.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:27:31.5689989Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/native.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:27:31.5690609Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/python.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:27:31.5691783Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/structured.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:27:31.5692612Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/translate.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:27:31.5693868Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/types.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:27:31.5699336Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/ufunc.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:27:31.5699917Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/unboxing.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:27:31.5700195Z creating build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:27:31.5700465Z copying build/lib.linux-x86_64-cpython-38/torchgen/dest/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:27:31.5700739Z copying build/lib.linux-x86_64-cpython-38/torchgen/dest/lazy_ir.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:27:31.5701083Z copying build/lib.linux-x86_64-cpython-38/torchgen/dest/lazy_ts_lowering.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:27:31.5701522Z copying build/lib.linux-x86_64-cpython-38/torchgen/dest/native_functions.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:27:31.5701874Z copying build/lib.linux-x86_64-cpython-38/torchgen/dest/register_dispatch_key.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:27:31.5702152Z copying build/lib.linux-x86_64-cpython-38/torchgen/dest/ufunc.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:27:31.5703620Z creating build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-11-23T01:27:31.5704883Z copying build/lib.linux-x86_64-cpython-38/torchgen/operator_versions/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-11-23T01:27:31.5705306Z copying build/lib.linux-x86_64-cpython-38/torchgen/operator_versions/gen_mobile_upgraders.py -> build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-11-23T01:27:31.5705987Z copying build/lib.linux-x86_64-cpython-38/torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-11-23T01:27:31.5707247Z creating build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-11-23T01:27:31.5707833Z copying build/lib.linux-x86_64-cpython-38/torchgen/selective_build/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-11-23T01:27:31.5708509Z copying build/lib.linux-x86_64-cpython-38/torchgen/selective_build/operator.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-11-23T01:27:31.5709581Z copying build/lib.linux-x86_64-cpython-38/torchgen/selective_build/selector.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-11-23T01:27:31.5710883Z creating build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T01:27:31.5711331Z copying build/lib.linux-x86_64-cpython-38/torchgen/static_runtime/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T01:27:31.5725785Z copying build/lib.linux-x86_64-cpython-38/torchgen/static_runtime/config.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T01:27:31.5726380Z copying build/lib.linux-x86_64-cpython-38/torchgen/static_runtime/gen_static_runtime_ops.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T01:27:31.5727030Z copying build/lib.linux-x86_64-cpython-38/torchgen/static_runtime/generator.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T01:27:31.5727245Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged 2022-11-23T01:27:31.5727471Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen 2022-11-23T01:27:31.5727718Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/native 2022-11-23T01:27:31.5728140Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/native/native_functions.yaml -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/native 2022-11-23T01:27:31.5728625Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/native/tags.yaml -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/native 2022-11-23T01:27:31.5728833Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5729233Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5729706Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5730835Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5731521Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5732036Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5732410Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5733075Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5733622Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/Function.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5734251Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5734927Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/Functions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5735316Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/Functions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5735921Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/LazyIr.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5736433Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5737266Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/MethodOperators.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5737938Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/NativeFunction.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5738771Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/NativeFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5739610Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5740368Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5741176Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/Operator.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5741993Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/Operators.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5742973Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/Operators.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5743764Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5744684Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5745725Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5746562Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5747350Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5748013Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5748989Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5749844Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5750856Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5751666Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/TensorBody.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5752717Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5753459Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5754450Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5755577Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5756312Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5757186Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5757872Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5758831Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/enum_tag.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:31.5762728Z running install_egg_info 2022-11-23T01:27:31.7658445Z running egg_info 2022-11-23T01:27:31.7735395Z creating torch.egg-info 2022-11-23T01:27:31.7771229Z writing torch.egg-info/PKG-INFO 2022-11-23T01:27:31.7774555Z writing dependency_links to torch.egg-info/dependency_links.txt 2022-11-23T01:27:31.7777158Z writing entry points to torch.egg-info/entry_points.txt 2022-11-23T01:27:31.7778756Z writing requirements to torch.egg-info/requires.txt 2022-11-23T01:27:31.7780555Z writing top-level names to torch.egg-info/top_level.txt 2022-11-23T01:27:31.7782044Z writing manifest file 'torch.egg-info/SOURCES.txt' 2022-11-23T01:27:32.3828717Z reading manifest file 'torch.egg-info/SOURCES.txt' 2022-11-23T01:27:32.3829065Z reading manifest template 'MANIFEST.in' 2022-11-23T01:27:32.3895838Z warning: no files found matching 'CITATION' 2022-11-23T01:27:38.2141478Z warning: no previously-included files matching '*.o' found anywhere in distribution 2022-11-23T01:27:38.3321360Z warning: no previously-included files matching '*.dylib' found anywhere in distribution 2022-11-23T01:27:38.5540555Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2022-11-23T01:27:38.5540906Z adding license file 'LICENSE' 2022-11-23T01:27:38.5541131Z adding license file 'NOTICE' 2022-11-23T01:27:39.1209896Z writing manifest file 'torch.egg-info/SOURCES.txt' 2022-11-23T01:27:39.1304574Z Copying torch.egg-info to build/bdist.linux-x86_64/wheel/torch-1.14.0a0+git1cfd385-py3.8.egg-info 2022-11-23T01:27:39.1334536Z running install_scripts 2022-11-23T01:27:39.1726960Z adding license file "LICENSE" (matched pattern "LICEN[CS]E*") 2022-11-23T01:27:39.1727349Z adding license file "NOTICE" (matched pattern "NOTICE*") 2022-11-23T01:27:39.1799090Z creating build/bdist.linux-x86_64/wheel/torch-1.14.0a0+git1cfd385.dist-info/WHEEL 2022-11-23T01:27:39.1802108Z creating 'dist/torch-1.14.0a0+git1cfd385-cp38-cp38-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it 2022-11-23T01:27:39.1973675Z adding 'functorch/_C.cpython-38-x86_64-linux-gnu.so' 2022-11-23T01:27:39.1983039Z adding 'functorch/__init__.py' 2022-11-23T01:27:39.1984667Z adding 'functorch/_src/__init__.py' 2022-11-23T01:27:39.1995197Z adding 'functorch/_src/aot_autograd.py' 2022-11-23T01:27:39.1998706Z adding 'functorch/_src/benchmark_utils.py' 2022-11-23T01:27:39.2001128Z adding 'functorch/_src/compile_utils.py' 2022-11-23T01:27:39.2005268Z adding 'functorch/_src/compilers.py' 2022-11-23T01:27:39.2007303Z adding 'functorch/_src/config.py' 2022-11-23T01:27:39.2024314Z adding 'functorch/_src/eager_transforms.py' 2022-11-23T01:27:39.2029554Z adding 'functorch/_src/fx_minifier.py' 2022-11-23T01:27:39.2035416Z adding 'functorch/_src/make_functional.py' 2022-11-23T01:27:39.2037816Z adding 'functorch/_src/named_members_polyfill.py' 2022-11-23T01:27:39.2044052Z adding 'functorch/_src/partitioners.py' 2022-11-23T01:27:39.2046177Z adding 'functorch/_src/python_key.py' 2022-11-23T01:27:39.2047707Z adding 'functorch/_src/pytree_hacks.py' 2022-11-23T01:27:39.2053371Z adding 'functorch/_src/top_operators_github_usage.py' 2022-11-23T01:27:39.2060166Z adding 'functorch/_src/vmap.py' 2022-11-23T01:27:39.2062417Z adding 'functorch/compile/__init__.py' 2022-11-23T01:27:39.2065046Z adding 'functorch/dim/__init__.py' 2022-11-23T01:27:39.2066702Z adding 'functorch/dim/batch_tensor.py' 2022-11-23T01:27:39.2068577Z adding 'functorch/dim/delayed_mul_tensor.py' 2022-11-23T01:27:39.2070563Z adding 'functorch/dim/dim.py' 2022-11-23T01:27:39.2072407Z adding 'functorch/dim/magic_trace.py' 2022-11-23T01:27:39.2074983Z adding 'functorch/dim/op_properties.py' 2022-11-23T01:27:39.2081431Z adding 'functorch/dim/reference.py' 2022-11-23T01:27:39.2083394Z adding 'functorch/dim/tree_map.py' 2022-11-23T01:27:39.2085145Z adding 'functorch/dim/wrap_type.py' 2022-11-23T01:27:39.2086849Z adding 'functorch/experimental/__init__.py' 2022-11-23T01:27:39.2088993Z adding 'functorch/experimental/_map.py' 2022-11-23T01:27:39.2090652Z adding 'functorch/experimental/batch_norm_replacement.py' 2022-11-23T01:27:39.2093113Z adding 'functorch/experimental/cond.py' 2022-11-23T01:27:39.2094612Z adding 'functorch/experimental/control_flow.py' 2022-11-23T01:27:39.2096019Z adding 'functorch/experimental/ops.py' 2022-11-23T01:27:39.2107097Z adding 'torch/_C.cpython-38-x86_64-linux-gnu.so' 2022-11-23T01:27:39.2118372Z adding 'torch/_C_flatbuffer.cpython-38-x86_64-linux-gnu.so' 2022-11-23T01:27:39.2120477Z adding 'torch/_VF.py' 2022-11-23T01:27:39.2121940Z adding 'torch/__config__.py' 2022-11-23T01:27:39.2123360Z adding 'torch/__future__.py' 2022-11-23T01:27:39.2135030Z adding 'torch/__init__.py' 2022-11-23T01:27:39.2141847Z adding 'torch/_appdirs.py' 2022-11-23T01:27:39.2144245Z adding 'torch/_classes.py' 2022-11-23T01:27:39.2146295Z adding 'torch/_deploy.py' 2022-11-23T01:27:39.2162403Z adding 'torch/_jit_internal.py' 2022-11-23T01:27:39.2165628Z adding 'torch/_linalg_utils.py' 2022-11-23T01:27:39.2178251Z adding 'torch/_lobpcg.py' 2022-11-23T01:27:39.2183003Z adding 'torch/_lowrank.py' 2022-11-23T01:27:39.2200693Z adding 'torch/_meta_registrations.py' 2022-11-23T01:27:39.2204749Z adding 'torch/_namedtensor_internals.py' 2022-11-23T01:27:39.2211500Z adding 'torch/_ops.py' 2022-11-23T01:27:39.2214903Z adding 'torch/_python_dispatcher.py' 2022-11-23T01:27:39.2216782Z adding 'torch/_six.py' 2022-11-23T01:27:39.2219289Z adding 'torch/_sources.py' 2022-11-23T01:27:39.2221069Z adding 'torch/_storage_docs.py' 2022-11-23T01:27:39.2235974Z adding 'torch/_tensor.py' 2022-11-23T01:27:39.2267601Z adding 'torch/_tensor_docs.py' 2022-11-23T01:27:39.2277365Z adding 'torch/_tensor_str.py' 2022-11-23T01:27:39.2391487Z adding 'torch/_torch_docs.py' 2022-11-23T01:27:39.2408901Z adding 'torch/_utils.py' 2022-11-23T01:27:39.2411243Z adding 'torch/_utils_internal.py' 2022-11-23T01:27:39.2415970Z adding 'torch/_vmap_internals.py' 2022-11-23T01:27:39.2419661Z adding 'torch/_weights_only_unpickler.py' 2022-11-23T01:27:39.2442713Z adding 'torch/functional.py' 2022-11-23T01:27:39.2453590Z adding 'torch/hub.py' 2022-11-23T01:27:39.2457025Z adding 'torch/library.py' 2022-11-23T01:27:39.2479128Z adding 'torch/overrides.py' 2022-11-23T01:27:39.2482511Z adding 'torch/py.typed' 2022-11-23T01:27:39.2485262Z adding 'torch/quasirandom.py' 2022-11-23T01:27:39.2487734Z adding 'torch/random.py' 2022-11-23T01:27:39.2489493Z adding 'torch/return_types.py' 2022-11-23T01:27:39.2503219Z adding 'torch/serialization.py' 2022-11-23T01:27:39.2511946Z adding 'torch/storage.py' 2022-11-23T01:27:39.2514996Z adding 'torch/torch_version.py' 2022-11-23T01:27:39.2516795Z adding 'torch/types.py' 2022-11-23T01:27:39.2518242Z adding 'torch/version.py' 2022-11-23T01:27:39.2545741Z adding 'torch/_C/_VariableFunctions.pyi' 2022-11-23T01:27:39.2577221Z adding 'torch/_C/__init__.pyi' 2022-11-23T01:27:39.2582050Z adding 'torch/_C/_autograd.pyi' 2022-11-23T01:27:39.2583451Z adding 'torch/_C/_cudnn.pyi' 2022-11-23T01:27:39.2585042Z adding 'torch/_C/_distributed_autograd.pyi' 2022-11-23T01:27:39.2588022Z adding 'torch/_C/_distributed_c10d.pyi' 2022-11-23T01:27:39.2590683Z adding 'torch/_C/_distributed_rpc.pyi' 2022-11-23T01:27:39.2592322Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2022-11-23T01:27:39.2593732Z adding 'torch/_C/_functions.pyi' 2022-11-23T01:27:39.2595247Z adding 'torch/_C/_functorch.pyi' 2022-11-23T01:27:39.2596657Z adding 'torch/_C/_itt.pyi' 2022-11-23T01:27:39.2598093Z adding 'torch/_C/_lazy.pyi' 2022-11-23T01:27:39.2599544Z adding 'torch/_C/_lazy_ts_backend.pyi' 2022-11-23T01:27:39.2600972Z adding 'torch/_C/_monitor.pyi' 2022-11-23T01:27:39.2602588Z adding 'torch/_C/_nn.pyi' 2022-11-23T01:27:39.2604107Z adding 'torch/_C/_nvtx.pyi' 2022-11-23T01:27:39.2605675Z adding 'torch/_C/_onnx.pyi' 2022-11-23T01:27:39.2607575Z adding 'torch/_C/_profiler.pyi' 2022-11-23T01:27:39.2609139Z adding 'torch/_C/_verbose.pyi' 2022-11-23T01:27:39.2610641Z adding 'torch/_C_flatbuffer/__init__.pyi' 2022-11-23T01:27:39.2613586Z adding 'torch/_decomp/__init__.py' 2022-11-23T01:27:39.2640163Z adding 'torch/_decomp/decompositions.py' 2022-11-23T01:27:39.2645540Z adding 'torch/_decomp/decompositions_for_jvp.py' 2022-11-23T01:27:39.2647314Z adding 'torch/_dispatch/__init__.py' 2022-11-23T01:27:39.2648750Z adding 'torch/_dispatch/python.py' 2022-11-23T01:27:39.2651131Z adding 'torch/_dynamo/__init__.py' 2022-11-23T01:27:39.2654515Z adding 'torch/_dynamo/allowed_functions.py' 2022-11-23T01:27:39.2657555Z adding 'torch/_dynamo/bytecode_analysis.py' 2022-11-23T01:27:39.2661612Z adding 'torch/_dynamo/bytecode_transformation.py' 2022-11-23T01:27:39.2665699Z adding 'torch/_dynamo/codegen.py' 2022-11-23T01:27:39.2669347Z adding 'torch/_dynamo/config.py' 2022-11-23T01:27:39.2674584Z adding 'torch/_dynamo/convert_frame.py' 2022-11-23T01:27:39.2683840Z adding 'torch/_dynamo/debug_utils.py' 2022-11-23T01:27:39.2692222Z adding 'torch/_dynamo/eval_frame.py' 2022-11-23T01:27:39.2694911Z adding 'torch/_dynamo/exc.py' 2022-11-23T01:27:39.2703734Z adding 'torch/_dynamo/guards.py' 2022-11-23T01:27:39.2706647Z adding 'torch/_dynamo/logging.py' 2022-11-23T01:27:39.2708791Z adding 'torch/_dynamo/mutation_guard.py' 2022-11-23T01:27:39.2715043Z adding 'torch/_dynamo/output_graph.py' 2022-11-23T01:27:39.2718304Z adding 'torch/_dynamo/profiler.py' 2022-11-23T01:27:39.2720487Z adding 'torch/_dynamo/replay_record.py' 2022-11-23T01:27:39.2724155Z adding 'torch/_dynamo/resume_execution.py' 2022-11-23T01:27:39.2727922Z adding 'torch/_dynamo/side_effects.py' 2022-11-23T01:27:39.2730759Z adding 'torch/_dynamo/skipfiles.py' 2022-11-23T01:27:39.2733365Z adding 'torch/_dynamo/source.py' 2022-11-23T01:27:39.2752073Z adding 'torch/_dynamo/symbolic_convert.py' 2022-11-23T01:27:39.2755706Z adding 'torch/_dynamo/test_case.py' 2022-11-23T01:27:39.2758411Z adding 'torch/_dynamo/test_minifier_common.py' 2022-11-23T01:27:39.2761499Z adding 'torch/_dynamo/testing.py' 2022-11-23T01:27:39.2772610Z adding 'torch/_dynamo/utils.py' 2022-11-23T01:27:39.2775831Z adding 'torch/_dynamo/optimizations/__init__.py' 2022-11-23T01:27:39.2779113Z adding 'torch/_dynamo/optimizations/analysis.py' 2022-11-23T01:27:39.2786872Z adding 'torch/_dynamo/optimizations/backends.py' 2022-11-23T01:27:39.2792579Z adding 'torch/_dynamo/optimizations/distributed.py' 2022-11-23T01:27:39.2796375Z adding 'torch/_dynamo/optimizations/inference.py' 2022-11-23T01:27:39.2799095Z adding 'torch/_dynamo/optimizations/log_args.py' 2022-11-23T01:27:39.2804061Z adding 'torch/_dynamo/optimizations/normalize.py' 2022-11-23T01:27:39.2807670Z adding 'torch/_dynamo/optimizations/subgraph.py' 2022-11-23T01:27:39.2811381Z adding 'torch/_dynamo/optimizations/torchxla_integration.py' 2022-11-23T01:27:39.2817813Z adding 'torch/_dynamo/optimizations/training.py' 2022-11-23T01:27:39.2821167Z adding 'torch/_dynamo/variables/__init__.py' 2022-11-23T01:27:39.2825089Z adding 'torch/_dynamo/variables/base.py' 2022-11-23T01:27:39.2833167Z adding 'torch/_dynamo/variables/builder.py' 2022-11-23T01:27:39.2842038Z adding 'torch/_dynamo/variables/builtin.py' 2022-11-23T01:27:39.2845988Z adding 'torch/_dynamo/variables/constant.py' 2022-11-23T01:27:39.2850641Z adding 'torch/_dynamo/variables/dicts.py' 2022-11-23T01:27:39.2855704Z adding 'torch/_dynamo/variables/functions.py' 2022-11-23T01:27:39.2861319Z adding 'torch/_dynamo/variables/lists.py' 2022-11-23T01:27:39.2868073Z adding 'torch/_dynamo/variables/misc.py' 2022-11-23T01:27:39.2874796Z adding 'torch/_dynamo/variables/nn_module.py' 2022-11-23T01:27:39.2881269Z adding 'torch/_dynamo/variables/tensor.py' 2022-11-23T01:27:39.2888984Z adding 'torch/_dynamo/variables/torch.py' 2022-11-23T01:27:39.2894154Z adding 'torch/_dynamo/variables/user_defined.py' 2022-11-23T01:27:39.2896554Z adding 'torch/_functorch/__init__.py' 2022-11-23T01:27:39.2899647Z adding 'torch/_functorch/pyfunctorch.py' 2022-11-23T01:27:39.2901561Z adding 'torch/_functorch/utils.py' 2022-11-23T01:27:39.2903977Z adding 'torch/_inductor/__init__.py' 2022-11-23T01:27:39.2910266Z adding 'torch/_inductor/codecache.py' 2022-11-23T01:27:39.2915513Z adding 'torch/_inductor/compile_fx.py' 2022-11-23T01:27:39.2919164Z adding 'torch/_inductor/config.py' 2022-11-23T01:27:39.2921169Z adding 'torch/_inductor/cuda_properties.py' 2022-11-23T01:27:39.2925284Z adding 'torch/_inductor/debug.py' 2022-11-23T01:27:39.2929918Z adding 'torch/_inductor/decomposition.py' 2022-11-23T01:27:39.2933832Z adding 'torch/_inductor/dependencies.py' 2022-11-23T01:27:39.2935883Z adding 'torch/_inductor/exc.py' 2022-11-23T01:27:39.2940546Z adding 'torch/_inductor/graph.py' 2022-11-23T01:27:39.2975294Z adding 'torch/_inductor/ir.py' 2022-11-23T01:27:39.3009925Z adding 'torch/_inductor/lowering.py' 2022-11-23T01:27:39.3014002Z adding 'torch/_inductor/metrics.py' 2022-11-23T01:27:39.3022009Z adding 'torch/_inductor/overrides.py' 2022-11-23T01:27:39.3035122Z adding 'torch/_inductor/scheduler.py' 2022-11-23T01:27:39.3041651Z adding 'torch/_inductor/sizevars.py' 2022-11-23T01:27:39.3046130Z adding 'torch/_inductor/utils.py' 2022-11-23T01:27:39.3048489Z adding 'torch/_inductor/virtualized.py' 2022-11-23T01:27:39.3050300Z adding 'torch/_inductor/codegen/__init__.py' 2022-11-23T01:27:39.3052902Z adding 'torch/_inductor/codegen/autotuner.py' 2022-11-23T01:27:39.3058867Z adding 'torch/_inductor/codegen/common.py' 2022-11-23T01:27:39.3073412Z adding 'torch/_inductor/codegen/cpp.py' 2022-11-23T01:27:39.3076609Z adding 'torch/_inductor/codegen/cpp_prefix.h' 2022-11-23T01:27:39.3091088Z adding 'torch/_inductor/codegen/triton.py' 2022-11-23T01:27:39.3094807Z adding 'torch/_inductor/codegen/triton_conv_delta_x.j2' 2022-11-23T01:27:39.3097535Z adding 'torch/_inductor/codegen/triton_conv_delta_x_hwc.j2' 2022-11-23T01:27:39.3099576Z adding 'torch/_inductor/codegen/triton_mm.j2' 2022-11-23T01:27:39.3103453Z adding 'torch/_inductor/codegen/triton_template.py' 2022-11-23T01:27:39.3107759Z adding 'torch/_inductor/codegen/wrapper.py' 2022-11-23T01:27:39.3109842Z adding 'torch/_inductor/triton_ops/__init__.py' 2022-11-23T01:27:39.3114986Z adding 'torch/_inductor/triton_ops/autotune.py' 2022-11-23T01:27:39.3118274Z adding 'torch/_inductor/triton_ops/batched_matmul.py' 2022-11-23T01:27:39.3123519Z adding 'torch/_inductor/triton_ops/conv.py' 2022-11-23T01:27:39.3126681Z adding 'torch/_inductor/triton_ops/conv1x1.py' 2022-11-23T01:27:39.3131685Z adding 'torch/_inductor/triton_ops/conv_perf_model.py' 2022-11-23T01:27:39.3134234Z adding 'torch/_inductor/triton_ops/matmul.py' 2022-11-23T01:27:39.3136369Z adding 'torch/_inductor/triton_ops/mm_perf_model.py' 2022-11-23T01:27:39.3138056Z adding 'torch/_inductor/triton_ops/utils.py' 2022-11-23T01:27:39.3140322Z adding 'torch/_lazy/__init__.py' 2022-11-23T01:27:39.3142690Z adding 'torch/_lazy/closure.py' 2022-11-23T01:27:39.3144430Z adding 'torch/_lazy/computation.py' 2022-11-23T01:27:39.3146004Z adding 'torch/_lazy/config.py' 2022-11-23T01:27:39.3147304Z adding 'torch/_lazy/debug.py' 2022-11-23T01:27:39.3149155Z adding 'torch/_lazy/device_context.py' 2022-11-23T01:27:39.3152230Z adding 'torch/_lazy/extract_compiled_graph.py' 2022-11-23T01:27:39.3153847Z adding 'torch/_lazy/ir_cache.py' 2022-11-23T01:27:39.3155493Z adding 'torch/_lazy/metrics.py' 2022-11-23T01:27:39.3157276Z adding 'torch/_lazy/tensor_factory_functions.py' 2022-11-23T01:27:39.3158613Z adding 'torch/_lazy/ts_backend.py' 2022-11-23T01:27:39.3179427Z adding 'torch/_prims/__init__.py' 2022-11-23T01:27:39.3185288Z adding 'torch/_prims/context.py' 2022-11-23T01:27:39.3187586Z adding 'torch/_prims/executor.py' 2022-11-23T01:27:39.3193101Z adding 'torch/_prims/nvfuser_executor.py' 2022-11-23T01:27:39.3199383Z adding 'torch/_prims/nvfuser_prims.py' 2022-11-23T01:27:39.3215823Z adding 'torch/_prims_common/__init__.py' 2022-11-23T01:27:39.3221513Z adding 'torch/_prims_common/wrappers.py' 2022-11-23T01:27:39.3266712Z adding 'torch/_refs/__init__.py' 2022-11-23T01:27:39.3273032Z adding 'torch/_refs/_conversions.py' 2022-11-23T01:27:39.3277072Z adding 'torch/_refs/fft.py' 2022-11-23T01:27:39.3281004Z adding 'torch/_refs/linalg/__init__.py' 2022-11-23T01:27:39.3282883Z adding 'torch/_refs/nn/__init__.py' 2022-11-23T01:27:39.3292401Z adding 'torch/_refs/nn/functional/__init__.py' 2022-11-23T01:27:39.3296164Z adding 'torch/_refs/special/__init__.py' 2022-11-23T01:27:39.3298045Z adding 'torch/_subclasses/__init__.py' 2022-11-23T01:27:39.3311091Z adding 'torch/_subclasses/fake_tensor.py' 2022-11-23T01:27:39.3314728Z adding 'torch/_subclasses/fake_utils.py' 2022-11-23T01:27:39.3320952Z adding 'torch/_subclasses/meta_utils.py' 2022-11-23T01:27:39.3323185Z adding 'torch/amp/__init__.py' 2022-11-23T01:27:39.3327066Z adding 'torch/amp/autocast_mode.py' 2022-11-23T01:27:39.3329512Z adding 'torch/ao/__init__.py' 2022-11-23T01:27:39.3331314Z adding 'torch/ao/nn/__init__.py' 2022-11-23T01:27:39.3333073Z adding 'torch/ao/nn/intrinsic/__init__.py' 2022-11-23T01:27:39.3334743Z adding 'torch/ao/nn/intrinsic/modules/__init__.py' 2022-11-23T01:27:39.3336848Z adding 'torch/ao/nn/intrinsic/modules/fused.py' 2022-11-23T01:27:39.3338702Z adding 'torch/ao/nn/intrinsic/qat/__init__.py' 2022-11-23T01:27:39.3340457Z adding 'torch/ao/nn/intrinsic/qat/modules/__init__.py' 2022-11-23T01:27:39.3346368Z adding 'torch/ao/nn/intrinsic/qat/modules/conv_fused.py' 2022-11-23T01:27:39.3349918Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_fused.py' 2022-11-23T01:27:39.3352036Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_relu.py' 2022-11-23T01:27:39.3353650Z adding 'torch/ao/nn/intrinsic/quantized/__init__.py' 2022-11-23T01:27:39.3355551Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/__init__.py' 2022-11-23T01:27:39.3357163Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2022-11-23T01:27:39.3358917Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2022-11-23T01:27:39.3360637Z adding 'torch/ao/nn/intrinsic/quantized/modules/__init__.py' 2022-11-23T01:27:39.3362350Z adding 'torch/ao/nn/intrinsic/quantized/modules/bn_relu.py' 2022-11-23T01:27:39.3364688Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_relu.py' 2022-11-23T01:27:39.3366681Z adding 'torch/ao/nn/intrinsic/quantized/modules/linear_relu.py' 2022-11-23T01:27:39.3368368Z adding 'torch/ao/nn/qat/__init__.py' 2022-11-23T01:27:39.3369963Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2022-11-23T01:27:39.3371618Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2022-11-23T01:27:39.3373518Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2022-11-23T01:27:39.3375009Z adding 'torch/ao/nn/qat/modules/__init__.py' 2022-11-23T01:27:39.3377676Z adding 'torch/ao/nn/qat/modules/conv.py' 2022-11-23T01:27:39.3380452Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2022-11-23T01:27:39.3382695Z adding 'torch/ao/nn/qat/modules/linear.py' 2022-11-23T01:27:39.3384587Z adding 'torch/ao/nn/quantizable/__init__.py' 2022-11-23T01:27:39.3386190Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2022-11-23T01:27:39.3391813Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2022-11-23T01:27:39.3397231Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2022-11-23T01:27:39.3399602Z adding 'torch/ao/nn/quantized/__init__.py' 2022-11-23T01:27:39.3405448Z adding 'torch/ao/nn/quantized/functional.py' 2022-11-23T01:27:39.3407931Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2022-11-23T01:27:39.3409729Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2022-11-23T01:27:39.3412948Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2022-11-23T01:27:39.3416093Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2022-11-23T01:27:39.3427517Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2022-11-23T01:27:39.3430630Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2022-11-23T01:27:39.3434018Z adding 'torch/ao/nn/quantized/modules/activation.py' 2022-11-23T01:27:39.3436682Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2022-11-23T01:27:39.3443620Z adding 'torch/ao/nn/quantized/modules/conv.py' 2022-11-23T01:27:39.3446442Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2022-11-23T01:27:39.3450261Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2022-11-23T01:27:39.3453378Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2022-11-23T01:27:39.3457576Z adding 'torch/ao/nn/quantized/modules/linear.py' 2022-11-23T01:27:39.3460445Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2022-11-23T01:27:39.3462599Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2022-11-23T01:27:39.3465218Z adding 'torch/ao/nn/quantized/modules/utils.py' 2022-11-23T01:27:39.3467267Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2022-11-23T01:27:39.3469237Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2022-11-23T01:27:39.3472086Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2022-11-23T01:27:39.3474723Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2022-11-23T01:27:39.3479665Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2022-11-23T01:27:39.3482580Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2022-11-23T01:27:39.3485802Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2022-11-23T01:27:39.3487534Z adding 'torch/ao/nn/sparse/__init__.py' 2022-11-23T01:27:39.3489135Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2022-11-23T01:27:39.3492108Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2022-11-23T01:27:39.3494259Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2022-11-23T01:27:39.3496173Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2022-11-23T01:27:39.3498790Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2022-11-23T01:27:39.3500694Z adding 'torch/ao/ns/__init__.py' 2022-11-23T01:27:39.3505618Z adding 'torch/ao/ns/_numeric_suite.py' 2022-11-23T01:27:39.3515292Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2022-11-23T01:27:39.3517956Z adding 'torch/ao/ns/fx/__init__.py' 2022-11-23T01:27:39.3523719Z adding 'torch/ao/ns/fx/graph_matcher.py' 2022-11-23T01:27:39.3534448Z adding 'torch/ao/ns/fx/graph_passes.py' 2022-11-23T01:27:39.3539671Z adding 'torch/ao/ns/fx/mappings.py' 2022-11-23T01:27:39.3549500Z adding 'torch/ao/ns/fx/n_shadows_utils.py' 2022-11-23T01:27:39.3552279Z adding 'torch/ao/ns/fx/ns_types.py' 2022-11-23T01:27:39.3555569Z adding 'torch/ao/ns/fx/pattern_utils.py' 2022-11-23T01:27:39.3559233Z adding 'torch/ao/ns/fx/qconfig_multi_mapping.py' 2022-11-23T01:27:39.3564917Z adding 'torch/ao/ns/fx/utils.py' 2022-11-23T01:27:39.3568730Z adding 'torch/ao/ns/fx/weight_utils.py' 2022-11-23T01:27:39.3570945Z adding 'torch/ao/pruning/__init__.py' 2022-11-23T01:27:39.3572539Z adding 'torch/ao/pruning/_mappings.py' 2022-11-23T01:27:39.3574416Z adding 'torch/ao/pruning/_experimental/__init__.py' 2022-11-23T01:27:39.3575981Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/__init__.py' 2022-11-23T01:27:39.3581576Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py' 2022-11-23T01:27:39.3583872Z adding 'torch/ao/pruning/_experimental/data_scheduler/__init__.py' 2022-11-23T01:27:39.3586920Z adding 'torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py' 2022-11-23T01:27:39.3588822Z adding 'torch/ao/pruning/_experimental/data_sparsifier/__init__.py' 2022-11-23T01:27:39.3593255Z adding 'torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py' 2022-11-23T01:27:39.3596808Z adding 'torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py' 2022-11-23T01:27:39.3599557Z adding 'torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py' 2022-11-23T01:27:39.3601446Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py' 2022-11-23T01:27:39.3603040Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2022-11-23T01:27:39.3605127Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2022-11-23T01:27:39.3607874Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2022-11-23T01:27:39.3609897Z adding 'torch/ao/pruning/_experimental/pruner/__init__.py' 2022-11-23T01:27:39.3613739Z adding 'torch/ao/pruning/_experimental/pruner/base_pruner.py' 2022-11-23T01:27:39.3616168Z adding 'torch/ao/pruning/_experimental/pruner/parametrization.py' 2022-11-23T01:27:39.3618185Z adding 'torch/ao/pruning/scheduler/__init__.py' 2022-11-23T01:27:39.3621101Z adding 'torch/ao/pruning/scheduler/base_scheduler.py' 2022-11-23T01:27:39.3623783Z adding 'torch/ao/pruning/scheduler/cubic_scheduler.py' 2022-11-23T01:27:39.3626005Z adding 'torch/ao/pruning/scheduler/lambda_scheduler.py' 2022-11-23T01:27:39.3627911Z adding 'torch/ao/pruning/sparsifier/__init__.py' 2022-11-23T01:27:39.3632029Z adding 'torch/ao/pruning/sparsifier/base_sparsifier.py' 2022-11-23T01:27:39.3634738Z adding 'torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py' 2022-11-23T01:27:39.3637006Z adding 'torch/ao/pruning/sparsifier/utils.py' 2022-11-23T01:27:39.3640487Z adding 'torch/ao/pruning/sparsifier/weight_norm_sparsifier.py' 2022-11-23T01:27:39.3643481Z adding 'torch/ao/quantization/__init__.py' 2022-11-23T01:27:39.3646310Z adding 'torch/ao/quantization/_correct_bias.py' 2022-11-23T01:27:39.3649389Z adding 'torch/ao/quantization/_equalize.py' 2022-11-23T01:27:39.3652483Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2022-11-23T01:27:39.3658338Z adding 'torch/ao/quantization/fake_quantize.py' 2022-11-23T01:27:39.3661958Z adding 'torch/ao/quantization/fuse_modules.py' 2022-11-23T01:27:39.3665777Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2022-11-23T01:27:39.3681741Z adding 'torch/ao/quantization/observer.py' 2022-11-23T01:27:39.3689216Z adding 'torch/ao/quantization/qconfig.py' 2022-11-23T01:27:39.3693893Z adding 'torch/ao/quantization/qconfig_mapping.py' 2022-11-23T01:27:39.3696322Z adding 'torch/ao/quantization/qconfig_mapping_utils.py' 2022-11-23T01:27:39.3698348Z adding 'torch/ao/quantization/quant_type.py' 2022-11-23T01:27:39.3702230Z adding 'torch/ao/quantization/quantization_mappings.py' 2022-11-23T01:27:39.3710301Z adding 'torch/ao/quantization/quantize.py' 2022-11-23T01:27:39.3718462Z adding 'torch/ao/quantization/quantize_fx.py' 2022-11-23T01:27:39.3723434Z adding 'torch/ao/quantization/quantize_jit.py' 2022-11-23T01:27:39.3725858Z adding 'torch/ao/quantization/stubs.py' 2022-11-23T01:27:39.3733080Z adding 'torch/ao/quantization/utils.py' 2022-11-23T01:27:39.3735811Z adding 'torch/ao/quantization/backend_config/__init__.py' 2022-11-23T01:27:39.3741386Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2022-11-23T01:27:39.3747506Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2022-11-23T01:27:39.3750922Z adding 'torch/ao/quantization/backend_config/executorch.py' 2022-11-23T01:27:39.3753568Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2022-11-23T01:27:39.3756407Z adding 'torch/ao/quantization/backend_config/native.py' 2022-11-23T01:27:39.3758257Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2022-11-23T01:27:39.3760482Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2022-11-23T01:27:39.3762717Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2022-11-23T01:27:39.3765791Z adding 'torch/ao/quantization/backend_config/utils.py' 2022-11-23T01:27:39.3768203Z adding 'torch/ao/quantization/backend_config/x86.py' 2022-11-23T01:27:39.3770277Z adding 'torch/ao/quantization/fx/__init__.py' 2022-11-23T01:27:39.3773065Z adding 'torch/ao/quantization/fx/_decomposed.py' 2022-11-23T01:27:39.3783538Z adding 'torch/ao/quantization/fx/_equalize.py' 2022-11-23T01:27:39.3795055Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2022-11-23T01:27:39.3798584Z adding 'torch/ao/quantization/fx/backend_config_utils.py' 2022-11-23T01:27:39.3812875Z adding 'torch/ao/quantization/fx/convert.py' 2022-11-23T01:27:39.3818401Z adding 'torch/ao/quantization/fx/custom_config.py' 2022-11-23T01:27:39.3821863Z adding 'torch/ao/quantization/fx/fuse.py' 2022-11-23T01:27:39.3824456Z adding 'torch/ao/quantization/fx/fusion_patterns.py' 2022-11-23T01:27:39.3827075Z adding 'torch/ao/quantization/fx/graph_module.py' 2022-11-23T01:27:39.3829140Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2022-11-23T01:27:39.3830734Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2022-11-23T01:27:39.3834283Z adding 'torch/ao/quantization/fx/match_utils.py' 2022-11-23T01:27:39.3836802Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2022-11-23T01:27:39.3857346Z adding 'torch/ao/quantization/fx/prepare.py' 2022-11-23T01:27:39.3862715Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2022-11-23T01:27:39.3865380Z adding 'torch/ao/quantization/fx/quantization_patterns.py' 2022-11-23T01:27:39.3867828Z adding 'torch/ao/quantization/fx/tracer.py' 2022-11-23T01:27:39.3880851Z adding 'torch/ao/quantization/fx/utils.py' 2022-11-23T01:27:39.3883635Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2022-11-23T01:27:39.3902581Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2022-11-23T01:27:39.3912097Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2022-11-23T01:27:39.3916561Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2022-11-23T01:27:39.3925278Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2022-11-23T01:27:39.3931965Z adding 'torch/autograd/__init__.py' 2022-11-23T01:27:39.3934824Z adding 'torch/autograd/anomaly_mode.py' 2022-11-23T01:27:39.3937988Z adding 'torch/autograd/forward_ad.py' 2022-11-23T01:27:39.3945296Z adding 'torch/autograd/function.py' 2022-11-23T01:27:39.3957852Z adding 'torch/autograd/functional.py' 2022-11-23T01:27:39.3962405Z adding 'torch/autograd/grad_mode.py' 2022-11-23T01:27:39.3986569Z adding 'torch/autograd/gradcheck.py' 2022-11-23T01:27:39.3993460Z adding 'torch/autograd/graph.py' 2022-11-23T01:27:39.4003524Z adding 'torch/autograd/profiler.py' 2022-11-23T01:27:39.4007614Z adding 'torch/autograd/profiler_legacy.py' 2022-11-23T01:27:39.4017318Z adding 'torch/autograd/profiler_util.py' 2022-11-23T01:27:39.4019605Z adding 'torch/autograd/variable.py' 2022-11-23T01:27:39.4021310Z adding 'torch/autograd/_functions/__init__.py' 2022-11-23T01:27:39.4022835Z adding 'torch/autograd/_functions/tensor.py' 2022-11-23T01:27:39.4024797Z adding 'torch/autograd/_functions/utils.py' 2022-11-23T01:27:39.4026810Z adding 'torch/backends/__init__.py' 2022-11-23T01:27:39.4028413Z adding 'torch/backends/_coreml/__init__.py' 2022-11-23T01:27:39.4030683Z adding 'torch/backends/_coreml/preprocess.py' 2022-11-23T01:27:39.4032423Z adding 'torch/backends/_nnapi/__init__.py' 2022-11-23T01:27:39.4035217Z adding 'torch/backends/_nnapi/prepare.py' 2022-11-23T01:27:39.4054565Z adding 'torch/backends/_nnapi/serializer.py' 2022-11-23T01:27:39.4059966Z adding 'torch/backends/cuda/__init__.py' 2022-11-23T01:27:39.4063033Z adding 'torch/backends/cudnn/__init__.py' 2022-11-23T01:27:39.4065058Z adding 'torch/backends/cudnn/rnn.py' 2022-11-23T01:27:39.4067198Z adding 'torch/backends/mkl/__init__.py' 2022-11-23T01:27:39.4069558Z adding 'torch/backends/mkldnn/__init__.py' 2022-11-23T01:27:39.4071353Z adding 'torch/backends/mps/__init__.py' 2022-11-23T01:27:39.4073024Z adding 'torch/backends/openmp/__init__.py' 2022-11-23T01:27:39.4075370Z adding 'torch/backends/opt_einsum/__init__.py' 2022-11-23T01:27:39.4077524Z adding 'torch/backends/quantized/__init__.py' 2022-11-23T01:27:39.4079145Z adding 'torch/backends/xeon/__init__.py' 2022-11-23T01:27:39.4086903Z adding 'torch/backends/xeon/run_cpu.py' 2022-11-23T01:27:39.4089955Z adding 'torch/backends/xnnpack/__init__.py' 2022-11-23T01:27:39.4372901Z adding 'torch/bin/FileStoreTest' 2022-11-23T01:27:39.4670969Z adding 'torch/bin/HashStoreTest' 2022-11-23T01:27:39.5009994Z adding 'torch/bin/TCPStoreTest' 2022-11-23T01:27:39.5065772Z adding 'torch/bin/aot_model_compiler_test' 2022-11-23T01:27:39.7569753Z adding 'torch/bin/protoc' 2022-11-23T01:27:40.0183992Z adding 'torch/bin/protoc-3.13.0.0' 2022-11-23T01:27:40.6335834Z adding 'torch/bin/test_api' 2022-11-23T01:27:40.7057676Z adding 'torch/bin/test_cpp_rpc' 2022-11-23T01:27:40.7367636Z adding 'torch/bin/test_dist_autograd' 2022-11-23T01:27:41.0418589Z adding 'torch/bin/test_jit' 2022-11-23T01:27:41.2276074Z adding 'torch/bin/test_lazy' 2022-11-23T01:27:41.2758071Z adding 'torch/bin/test_mobile_nnc' 2022-11-23T01:27:41.7052186Z adding 'torch/bin/test_tensorexpr' 2022-11-23T01:27:41.7300682Z adding 'torch/bin/torch_shm_manager' 2022-11-23T01:27:41.7373788Z adding 'torch/bin/tutorial_tensorexpr' 2022-11-23T01:27:41.7380096Z adding 'torch/contrib/__init__.py' 2022-11-23T01:27:41.7383064Z adding 'torch/contrib/_tensorboard_vis.py' 2022-11-23T01:27:41.7384981Z adding 'torch/cpu/__init__.py' 2022-11-23T01:27:41.7386522Z adding 'torch/cpu/amp/__init__.py' 2022-11-23T01:27:41.7387783Z adding 'torch/cpu/amp/autocast_mode.py' 2022-11-23T01:27:41.7397054Z adding 'torch/cuda/__init__.py' 2022-11-23T01:27:41.7400520Z adding 'torch/cuda/_dynamo_graphs.py' 2022-11-23T01:27:41.7405270Z adding 'torch/cuda/_memory_viz.py' 2022-11-23T01:27:41.7411140Z adding 'torch/cuda/_sanitizer.py' 2022-11-23T01:27:41.7413467Z adding 'torch/cuda/_utils.py' 2022-11-23T01:27:41.7414971Z adding 'torch/cuda/comm.py' 2022-11-23T01:27:41.7416327Z adding 'torch/cuda/error.py' 2022-11-23T01:27:41.7421810Z adding 'torch/cuda/graphs.py' 2022-11-23T01:27:41.7424984Z adding 'torch/cuda/jiterator.py' 2022-11-23T01:27:41.7431611Z adding 'torch/cuda/memory.py' 2022-11-23T01:27:41.7434020Z adding 'torch/cuda/nccl.py' 2022-11-23T01:27:41.7436263Z adding 'torch/cuda/nvtx.py' 2022-11-23T01:27:41.7437922Z adding 'torch/cuda/profiler.py' 2022-11-23T01:27:41.7440217Z adding 'torch/cuda/random.py' 2022-11-23T01:27:41.7441631Z adding 'torch/cuda/sparse.py' 2022-11-23T01:27:41.7446124Z adding 'torch/cuda/streams.py' 2022-11-23T01:27:41.7448030Z adding 'torch/cuda/amp/__init__.py' 2022-11-23T01:27:41.7450468Z adding 'torch/cuda/amp/autocast_mode.py' 2022-11-23T01:27:41.7452281Z adding 'torch/cuda/amp/common.py' 2022-11-23T01:27:41.7459409Z adding 'torch/cuda/amp/grad_scaler.py' 2022-11-23T01:27:41.7462717Z adding 'torch/distributed/__init__.py' 2022-11-23T01:27:41.7464967Z adding 'torch/distributed/argparse_util.py' 2022-11-23T01:27:41.7466813Z adding 'torch/distributed/c10d_error_logger.py' 2022-11-23T01:27:41.7468397Z adding 'torch/distributed/constants.py' 2022-11-23T01:27:41.7506621Z adding 'torch/distributed/distributed_c10d.py' 2022-11-23T01:27:41.7512931Z adding 'torch/distributed/launch.py' 2022-11-23T01:27:41.7514930Z adding 'torch/distributed/logging_handlers.py' 2022-11-23T01:27:41.7517197Z adding 'torch/distributed/remote_device.py' 2022-11-23T01:27:41.7520970Z adding 'torch/distributed/rendezvous.py' 2022-11-23T01:27:41.7529272Z adding 'torch/distributed/run.py' 2022-11-23T01:27:41.7532869Z adding 'torch/distributed/utils.py' 2022-11-23T01:27:41.7534885Z adding 'torch/distributed/_composable/__init__.py' 2022-11-23T01:27:41.7561228Z adding 'torch/distributed/_composable/_ddp.py' 2022-11-23T01:27:41.7565943Z adding 'torch/distributed/_composable/checkpoint_activation.py' 2022-11-23T01:27:41.7568475Z adding 'torch/distributed/_composable/contract.py' 2022-11-23T01:27:41.7570553Z adding 'torch/distributed/_composable/fully_shard.py' 2022-11-23T01:27:41.7572855Z adding 'torch/distributed/_composable/replicate.py' 2022-11-23T01:27:41.7574646Z adding 'torch/distributed/_shard/__init__.py' 2022-11-23T01:27:41.7576794Z adding 'torch/distributed/_shard/_utils.py' 2022-11-23T01:27:41.7580280Z adding 'torch/distributed/_shard/api.py' 2022-11-23T01:27:41.7582559Z adding 'torch/distributed/_shard/common_op_utils.py' 2022-11-23T01:27:41.7584635Z adding 'torch/distributed/_shard/metadata.py' 2022-11-23T01:27:41.7586460Z adding 'torch/distributed/_shard/op_registry_utils.py' 2022-11-23T01:27:41.7590519Z adding 'torch/distributed/_shard/partial_tensor.py' 2022-11-23T01:27:41.7594211Z adding 'torch/distributed/_shard/replicated_tensor.py' 2022-11-23T01:27:41.7628184Z adding 'torch/distributed/_shard/sharder.py' 2022-11-23T01:27:41.7629015Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2022-11-23T01:27:41.7629637Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2022-11-23T01:27:41.7630215Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2022-11-23T01:27:41.7630551Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2022-11-23T01:27:41.7630872Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2022-11-23T01:27:41.7631327Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2022-11-23T01:27:41.7631661Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2022-11-23T01:27:41.7632011Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2022-11-23T01:27:41.7632573Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2022-11-23T01:27:41.7635145Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2022-11-23T01:27:41.7637761Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2022-11-23T01:27:41.7639798Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2022-11-23T01:27:41.7642019Z adding 'torch/distributed/_shard/sharded_tensor/_ops/chunk.py' 2022-11-23T01:27:41.7643698Z adding 'torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py' 2022-11-23T01:27:41.7646247Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2022-11-23T01:27:41.7648386Z adding 'torch/distributed/_shard/sharded_tensor/_ops/math_ops.py' 2022-11-23T01:27:41.7650350Z adding 'torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py' 2022-11-23T01:27:41.7652506Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2022-11-23T01:27:41.7655273Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2022-11-23T01:27:41.7657154Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2022-11-23T01:27:41.7659444Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2022-11-23T01:27:41.7661494Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2022-11-23T01:27:41.7665491Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2022-11-23T01:27:41.7668780Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2022-11-23T01:27:41.7672357Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2022-11-23T01:27:41.7674615Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2022-11-23T01:27:41.7679004Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2022-11-23T01:27:41.7683253Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2022-11-23T01:27:41.7689046Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2022-11-23T01:27:41.7694379Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/linear.py' 2022-11-23T01:27:41.7696903Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/math_ops.py' 2022-11-23T01:27:41.7701376Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/matrix_ops.py' 2022-11-23T01:27:41.7703586Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/softmax.py' 2022-11-23T01:27:41.7705550Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2022-11-23T01:27:41.7707486Z adding 'torch/distributed/_sharding_spec/__init__.py' 2022-11-23T01:27:41.7709494Z adding 'torch/distributed/_spmd/__init__.py' 2022-11-23T01:27:41.7712812Z adding 'torch/distributed/_spmd/comm_tensor.py' 2022-11-23T01:27:41.7716868Z adding 'torch/distributed/_tensor/__init__.py' 2022-11-23T01:27:41.7722256Z adding 'torch/distributed/_tensor/api.py' 2022-11-23T01:27:41.7727959Z adding 'torch/distributed/_tensor/device_mesh.py' 2022-11-23T01:27:41.7732571Z adding 'torch/distributed/_tensor/dispatch.py' 2022-11-23T01:27:41.7738054Z adding 'torch/distributed/_tensor/placement_types.py' 2022-11-23T01:27:41.7741996Z adding 'torch/distributed/_tensor/redistribute.py' 2022-11-23T01:27:41.7744225Z adding 'torch/distributed/_tensor/utils.py' 2022-11-23T01:27:41.7746247Z adding 'torch/distributed/_tensor/ops/__init__.py' 2022-11-23T01:27:41.7751164Z adding 'torch/distributed/_tensor/ops/common_rules.py' 2022-11-23T01:27:41.7753908Z adding 'torch/distributed/_tensor/ops/math_ops.py' 2022-11-23T01:27:41.7756609Z adding 'torch/distributed/_tensor/ops/matrix_ops.py' 2022-11-23T01:27:41.7759891Z adding 'torch/distributed/_tensor/ops/pointwise_ops.py' 2022-11-23T01:27:41.7765088Z adding 'torch/distributed/_tensor/ops/tensor_ops.py' 2022-11-23T01:27:41.7767884Z adding 'torch/distributed/_tensor/ops/tp_sharding_ops.py' 2022-11-23T01:27:41.7769752Z adding 'torch/distributed/_tensor/ops/utils.py' 2022-11-23T01:27:41.7777014Z adding 'torch/distributed/_tensor/ops/view_ops.py' 2022-11-23T01:27:41.7779736Z adding 'torch/distributed/_tensor/parallel/__init__.py' 2022-11-23T01:27:41.7782094Z adding 'torch/distributed/_tensor/parallel/_view_with_dim_change.py' 2022-11-23T01:27:41.7785591Z adding 'torch/distributed/_tensor/parallel/api.py' 2022-11-23T01:27:41.7789740Z adding 'torch/distributed/_tensor/parallel/fsdp.py' 2022-11-23T01:27:41.7793517Z adding 'torch/distributed/_tensor/parallel/multihead_attention_tp.py' 2022-11-23T01:27:41.7796534Z adding 'torch/distributed/_tensor/parallel/style.py' 2022-11-23T01:27:41.7799352Z adding 'torch/distributed/_tensor/parallel/utils.py' 2022-11-23T01:27:41.7801363Z adding 'torch/distributed/algorithms/__init__.py' 2022-11-23T01:27:41.7806143Z adding 'torch/distributed/algorithms/join.py' 2022-11-23T01:27:41.7808356Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2022-11-23T01:27:41.7812111Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2022-11-23T01:27:41.7814418Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2022-11-23T01:27:41.7817008Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2022-11-23T01:27:41.7819291Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2022-11-23T01:27:41.7821530Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2022-11-23T01:27:41.7823294Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2022-11-23T01:27:41.7825912Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2022-11-23T01:27:41.7828639Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2022-11-23T01:27:41.7833965Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2022-11-23T01:27:41.7836452Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2022-11-23T01:27:41.7839153Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2022-11-23T01:27:41.7841454Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2022-11-23T01:27:41.7844256Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2022-11-23T01:27:41.7855007Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2022-11-23T01:27:41.7859058Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2022-11-23T01:27:41.7861102Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2022-11-23T01:27:41.7863730Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2022-11-23T01:27:41.7867462Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2022-11-23T01:27:41.7869952Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2022-11-23T01:27:41.7872243Z adding 'torch/distributed/autograd/__init__.py' 2022-11-23T01:27:41.7874474Z adding 'torch/distributed/checkpoint/__init__.py' 2022-11-23T01:27:41.7876422Z adding 'torch/distributed/checkpoint/api.py' 2022-11-23T01:27:41.7878391Z adding 'torch/distributed/checkpoint/dedup_tensors.py' 2022-11-23T01:27:41.7881551Z adding 'torch/distributed/checkpoint/default_planner.py' 2022-11-23T01:27:41.7885415Z adding 'torch/distributed/checkpoint/filesystem.py' 2022-11-23T01:27:41.7887770Z adding 'torch/distributed/checkpoint/metadata.py' 2022-11-23T01:27:41.7892042Z adding 'torch/distributed/checkpoint/planner.py' 2022-11-23T01:27:41.7895384Z adding 'torch/distributed/checkpoint/planner_helpers.py' 2022-11-23T01:27:41.7897651Z adding 'torch/distributed/checkpoint/resharding.py' 2022-11-23T01:27:41.7900219Z adding 'torch/distributed/checkpoint/state_dict_loader.py' 2022-11-23T01:27:41.7902906Z adding 'torch/distributed/checkpoint/state_dict_saver.py' 2022-11-23T01:27:41.7905895Z adding 'torch/distributed/checkpoint/storage.py' 2022-11-23T01:27:41.7908736Z adding 'torch/distributed/checkpoint/traverse.py' 2022-11-23T01:27:41.7912152Z adding 'torch/distributed/checkpoint/utils.py' 2022-11-23T01:27:41.7915455Z adding 'torch/distributed/elastic/__init__.py' 2022-11-23T01:27:41.7917386Z adding 'torch/distributed/elastic/agent/__init__.py' 2022-11-23T01:27:41.7919735Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2022-11-23T01:27:41.7930637Z adding 'torch/distributed/elastic/agent/server/api.py' 2022-11-23T01:27:41.7936194Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2022-11-23T01:27:41.7939373Z adding 'torch/distributed/elastic/events/__init__.py' 2022-11-23T01:27:41.7941753Z adding 'torch/distributed/elastic/events/api.py' 2022-11-23T01:27:41.7943891Z adding 'torch/distributed/elastic/events/handlers.py' 2022-11-23T01:27:41.7946538Z adding 'torch/distributed/elastic/metrics/__init__.py' 2022-11-23T01:27:41.7949404Z adding 'torch/distributed/elastic/metrics/api.py' 2022-11-23T01:27:41.7953425Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2022-11-23T01:27:41.7961217Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2022-11-23T01:27:41.7964190Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2022-11-23T01:27:41.7966935Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2022-11-23T01:27:41.7972044Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2022-11-23T01:27:41.7975370Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2022-11-23T01:27:41.7977360Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2022-11-23T01:27:41.7980638Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2022-11-23T01:27:41.7984129Z adding 'torch/distributed/elastic/rendezvous/api.py' 2022-11-23T01:27:41.7988289Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2022-11-23T01:27:41.7999034Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2022-11-23T01:27:41.8011693Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2022-11-23T01:27:41.8016104Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2022-11-23T01:27:41.8019537Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2022-11-23T01:27:41.8022860Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2022-11-23T01:27:41.8025065Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2022-11-23T01:27:41.8027516Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2022-11-23T01:27:41.8030971Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2022-11-23T01:27:41.8033595Z adding 'torch/distributed/elastic/timer/__init__.py' 2022-11-23T01:27:41.8037499Z adding 'torch/distributed/elastic/timer/api.py' 2022-11-23T01:27:41.8042294Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2022-11-23T01:27:41.8045140Z adding 'torch/distributed/elastic/timer/local_timer.py' 2022-11-23T01:27:41.8047255Z adding 'torch/distributed/elastic/utils/__init__.py' 2022-11-23T01:27:41.8049318Z adding 'torch/distributed/elastic/utils/api.py' 2022-11-23T01:27:41.8052040Z adding 'torch/distributed/elastic/utils/distributed.py' 2022-11-23T01:27:41.8053920Z adding 'torch/distributed/elastic/utils/log_level.py' 2022-11-23T01:27:41.8056074Z adding 'torch/distributed/elastic/utils/logging.py' 2022-11-23T01:27:41.8058536Z adding 'torch/distributed/elastic/utils/store.py' 2022-11-23T01:27:41.8060890Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2022-11-23T01:27:41.8062702Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2022-11-23T01:27:41.8065064Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2022-11-23T01:27:41.8066965Z adding 'torch/distributed/fsdp/__init__.py' 2022-11-23T01:27:41.8070298Z adding 'torch/distributed/fsdp/_common_utils.py' 2022-11-23T01:27:41.8075895Z adding 'torch/distributed/fsdp/_exec_order_utils.py' 2022-11-23T01:27:41.8078114Z adding 'torch/distributed/fsdp/_fsdp_extensions.py' 2022-11-23T01:27:41.8086787Z adding 'torch/distributed/fsdp/_init_utils.py' 2022-11-23T01:27:41.8089466Z adding 'torch/distributed/fsdp/_limiter_utils.py' 2022-11-23T01:27:41.8104529Z adding 'torch/distributed/fsdp/_optim_utils.py' 2022-11-23T01:27:41.8118895Z adding 'torch/distributed/fsdp/_runtime_utils.py' 2022-11-23T01:27:41.8123727Z adding 'torch/distributed/fsdp/_shard_utils.py' 2022-11-23T01:27:41.8130819Z adding 'torch/distributed/fsdp/_state_dict_utils.py' 2022-11-23T01:27:41.8135009Z adding 'torch/distributed/fsdp/_symbolic_trace.py' 2022-11-23T01:27:41.8138609Z adding 'torch/distributed/fsdp/_unshard_param_utils.py' 2022-11-23T01:27:41.8141123Z adding 'torch/distributed/fsdp/_utils.py' 2022-11-23T01:27:41.8144127Z adding 'torch/distributed/fsdp/_wrap_utils.py' 2022-11-23T01:27:41.8148139Z adding 'torch/distributed/fsdp/api.py' 2022-11-23T01:27:41.8172119Z adding 'torch/distributed/fsdp/flat_param.py' 2022-11-23T01:27:41.8199061Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2022-11-23T01:27:41.8205941Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2022-11-23T01:27:41.8211365Z adding 'torch/distributed/fsdp/wrap.py' 2022-11-23T01:27:41.8213510Z adding 'torch/distributed/launcher/__init__.py' 2022-11-23T01:27:41.8217491Z adding 'torch/distributed/launcher/api.py' 2022-11-23T01:27:41.8219408Z adding 'torch/distributed/nn/__init__.py' 2022-11-23T01:27:41.8223416Z adding 'torch/distributed/nn/functional.py' 2022-11-23T01:27:41.8225651Z adding 'torch/distributed/nn/api/__init__.py' 2022-11-23T01:27:41.8232953Z adding 'torch/distributed/nn/api/remote_module.py' 2022-11-23T01:27:41.8235516Z adding 'torch/distributed/nn/jit/__init__.py' 2022-11-23T01:27:41.8238156Z adding 'torch/distributed/nn/jit/instantiator.py' 2022-11-23T01:27:41.8239890Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2022-11-23T01:27:41.8242004Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2022-11-23T01:27:41.8244129Z adding 'torch/distributed/optim/__init__.py' 2022-11-23T01:27:41.8246288Z adding 'torch/distributed/optim/apply_optimizer_in_backward.py' 2022-11-23T01:27:41.8248512Z adding 'torch/distributed/optim/functional_adadelta.py' 2022-11-23T01:27:41.8250820Z adding 'torch/distributed/optim/functional_adagrad.py' 2022-11-23T01:27:41.8253410Z adding 'torch/distributed/optim/functional_adam.py' 2022-11-23T01:27:41.8255890Z adding 'torch/distributed/optim/functional_adamax.py' 2022-11-23T01:27:41.8259017Z adding 'torch/distributed/optim/functional_adamw.py' 2022-11-23T01:27:41.8261029Z adding 'torch/distributed/optim/functional_rmsprop.py' 2022-11-23T01:27:41.8263281Z adding 'torch/distributed/optim/functional_rprop.py' 2022-11-23T01:27:41.8265762Z adding 'torch/distributed/optim/functional_sgd.py' 2022-11-23T01:27:41.8269496Z adding 'torch/distributed/optim/optimizer.py' 2022-11-23T01:27:41.8272110Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2022-11-23T01:27:41.8274064Z adding 'torch/distributed/optim/utils.py' 2022-11-23T01:27:41.8295035Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2022-11-23T01:27:41.8298218Z adding 'torch/distributed/pipeline/__init__.py' 2022-11-23T01:27:41.8300112Z adding 'torch/distributed/pipeline/sync/__init__.py' 2022-11-23T01:27:41.8302669Z adding 'torch/distributed/pipeline/sync/batchnorm.py' 2022-11-23T01:27:41.8306629Z adding 'torch/distributed/pipeline/sync/checkpoint.py' 2022-11-23T01:27:41.8309014Z adding 'torch/distributed/pipeline/sync/copy.py' 2022-11-23T01:27:41.8311002Z adding 'torch/distributed/pipeline/sync/dependency.py' 2022-11-23T01:27:41.8313912Z adding 'torch/distributed/pipeline/sync/microbatch.py' 2022-11-23T01:27:41.8316073Z adding 'torch/distributed/pipeline/sync/phony.py' 2022-11-23T01:27:41.8321832Z adding 'torch/distributed/pipeline/sync/pipe.py' 2022-11-23T01:27:41.8325590Z adding 'torch/distributed/pipeline/sync/pipeline.py' 2022-11-23T01:27:41.8328362Z adding 'torch/distributed/pipeline/sync/stream.py' 2022-11-23T01:27:41.8330351Z adding 'torch/distributed/pipeline/sync/utils.py' 2022-11-23T01:27:41.8333101Z adding 'torch/distributed/pipeline/sync/worker.py' 2022-11-23T01:27:41.8336270Z adding 'torch/distributed/pipeline/sync/_balance/__init__.py' 2022-11-23T01:27:41.8339080Z adding 'torch/distributed/pipeline/sync/_balance/blockpartition.py' 2022-11-23T01:27:41.8341710Z adding 'torch/distributed/pipeline/sync/_balance/profile.py' 2022-11-23T01:27:41.8345349Z adding 'torch/distributed/pipeline/sync/skip/__init__.py' 2022-11-23T01:27:41.8347429Z adding 'torch/distributed/pipeline/sync/skip/layout.py' 2022-11-23T01:27:41.8349580Z adding 'torch/distributed/pipeline/sync/skip/namespace.py' 2022-11-23T01:27:41.8352967Z adding 'torch/distributed/pipeline/sync/skip/portal.py' 2022-11-23T01:27:41.8358132Z adding 'torch/distributed/pipeline/sync/skip/skippable.py' 2022-11-23T01:27:41.8361772Z adding 'torch/distributed/pipeline/sync/skip/tracker.py' 2022-11-23T01:27:41.8366041Z adding 'torch/distributed/rpc/__init__.py' 2022-11-23T01:27:41.8368477Z adding 'torch/distributed/rpc/_utils.py' 2022-11-23T01:27:41.8378247Z adding 'torch/distributed/rpc/api.py' 2022-11-23T01:27:41.8384600Z adding 'torch/distributed/rpc/backend_registry.py' 2022-11-23T01:27:41.8386928Z adding 'torch/distributed/rpc/constants.py' 2022-11-23T01:27:41.8390142Z adding 'torch/distributed/rpc/functions.py' 2022-11-23T01:27:41.8394529Z adding 'torch/distributed/rpc/internal.py' 2022-11-23T01:27:41.8397946Z adding 'torch/distributed/rpc/options.py' 2022-11-23T01:27:41.8401044Z adding 'torch/distributed/rpc/rref_proxy.py' 2022-11-23T01:27:41.8404572Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2022-11-23T01:27:41.8406869Z adding 'torch/distributed/rpc/_testing/__init__.py' 2022-11-23T01:27:41.8409042Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2022-11-23T01:27:41.8412832Z adding 'torch/distributions/__init__.py' 2022-11-23T01:27:41.8415712Z adding 'torch/distributions/bernoulli.py' 2022-11-23T01:27:41.8418250Z adding 'torch/distributions/beta.py' 2022-11-23T01:27:41.8421182Z adding 'torch/distributions/binomial.py' 2022-11-23T01:27:41.8424198Z adding 'torch/distributions/categorical.py' 2022-11-23T01:27:41.8426592Z adding 'torch/distributions/cauchy.py' 2022-11-23T01:27:41.8428619Z adding 'torch/distributions/chi2.py' 2022-11-23T01:27:41.8432096Z adding 'torch/distributions/constraint_registry.py' 2022-11-23T01:27:41.8437739Z adding 'torch/distributions/constraints.py' 2022-11-23T01:27:41.8441564Z adding 'torch/distributions/continuous_bernoulli.py' 2022-11-23T01:27:41.8444230Z adding 'torch/distributions/dirichlet.py' 2022-11-23T01:27:41.8448306Z adding 'torch/distributions/distribution.py' 2022-11-23T01:27:41.8450843Z adding 'torch/distributions/exp_family.py' 2022-11-23T01:27:41.8453725Z adding 'torch/distributions/exponential.py' 2022-11-23T01:27:41.8456286Z adding 'torch/distributions/fishersnedecor.py' 2022-11-23T01:27:41.8459224Z adding 'torch/distributions/gamma.py' 2022-11-23T01:27:41.8462399Z adding 'torch/distributions/geometric.py' 2022-11-23T01:27:41.8464833Z adding 'torch/distributions/gumbel.py' 2022-11-23T01:27:41.8467413Z adding 'torch/distributions/half_cauchy.py' 2022-11-23T01:27:41.8469892Z adding 'torch/distributions/half_normal.py' 2022-11-23T01:27:41.8472786Z adding 'torch/distributions/independent.py' 2022-11-23T01:27:41.8481229Z adding 'torch/distributions/kl.py' 2022-11-23T01:27:41.8484681Z adding 'torch/distributions/kumaraswamy.py' 2022-11-23T01:27:41.8487341Z adding 'torch/distributions/laplace.py' 2022-11-23T01:27:41.8490858Z adding 'torch/distributions/lkj_cholesky.py' 2022-11-23T01:27:41.8493353Z adding 'torch/distributions/log_normal.py' 2022-11-23T01:27:41.8496071Z adding 'torch/distributions/logistic_normal.py' 2022-11-23T01:27:41.8500069Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2022-11-23T01:27:41.8503835Z adding 'torch/distributions/mixture_same_family.py' 2022-11-23T01:27:41.8507212Z adding 'torch/distributions/multinomial.py' 2022-11-23T01:27:41.8511493Z adding 'torch/distributions/multivariate_normal.py' 2022-11-23T01:27:41.8514618Z adding 'torch/distributions/negative_binomial.py' 2022-11-23T01:27:41.8517414Z adding 'torch/distributions/normal.py' 2022-11-23T01:27:41.8520461Z adding 'torch/distributions/one_hot_categorical.py' 2022-11-23T01:27:41.8523086Z adding 'torch/distributions/pareto.py' 2022-11-23T01:27:41.8525498Z adding 'torch/distributions/poisson.py' 2022-11-23T01:27:41.8528742Z adding 'torch/distributions/relaxed_bernoulli.py' 2022-11-23T01:27:41.8531884Z adding 'torch/distributions/relaxed_categorical.py' 2022-11-23T01:27:41.8534810Z adding 'torch/distributions/studentT.py' 2022-11-23T01:27:41.8538638Z adding 'torch/distributions/transformed_distribution.py' 2022-11-23T01:27:41.8549231Z adding 'torch/distributions/transforms.py' 2022-11-23T01:27:41.8552985Z adding 'torch/distributions/uniform.py' 2022-11-23T01:27:41.8556639Z adding 'torch/distributions/utils.py' 2022-11-23T01:27:41.8559962Z adding 'torch/distributions/von_mises.py' 2022-11-23T01:27:41.8562613Z adding 'torch/distributions/weibull.py' 2022-11-23T01:27:41.8567184Z adding 'torch/distributions/wishart.py' 2022-11-23T01:27:41.8577511Z adding 'torch/fft/__init__.py' 2022-11-23T01:27:41.8583996Z adding 'torch/futures/__init__.py' 2022-11-23T01:27:41.8587576Z adding 'torch/fx/__init__.py' 2022-11-23T01:27:41.8589427Z adding 'torch/fx/_compatibility.py' 2022-11-23T01:27:41.8592136Z adding 'torch/fx/_pytree.py' 2022-11-23T01:27:41.8605302Z adding 'torch/fx/_symbolic_trace.py' 2022-11-23T01:27:41.8608700Z adding 'torch/fx/annotate.py' 2022-11-23T01:27:41.8627593Z adding 'torch/fx/graph.py' 2022-11-23T01:27:41.8639820Z adding 'torch/fx/graph_module.py' 2022-11-23T01:27:41.8642641Z adding 'torch/fx/immutable_collections.py' 2022-11-23T01:27:41.8648216Z adding 'torch/fx/interpreter.py' 2022-11-23T01:27:41.8657411Z adding 'torch/fx/node.py' 2022-11-23T01:27:41.8664027Z adding 'torch/fx/operator_schemas.py' 2022-11-23T01:27:41.8670092Z adding 'torch/fx/proxy.py' 2022-11-23T01:27:41.8675486Z adding 'torch/fx/subgraph_rewriter.py' 2022-11-23T01:27:41.8677948Z adding 'torch/fx/tensor_type.py' 2022-11-23T01:27:41.8680001Z adding 'torch/fx/traceback.py' 2022-11-23T01:27:41.8682511Z adding 'torch/fx/experimental/__init__.py' 2022-11-23T01:27:41.8695537Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2022-11-23T01:27:41.8701363Z adding 'torch/fx/experimental/const_fold.py' 2022-11-23T01:27:41.8703538Z adding 'torch/fx/experimental/debug.py' 2022-11-23T01:27:41.8712927Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2022-11-23T01:27:41.8717217Z adding 'torch/fx/experimental/merge_matmul.py' 2022-11-23T01:27:41.8721505Z adding 'torch/fx/experimental/meta_tracer.py' 2022-11-23T01:27:41.8724515Z adding 'torch/fx/experimental/normalize.py' 2022-11-23T01:27:41.8730428Z adding 'torch/fx/experimental/optimization.py' 2022-11-23T01:27:41.8735295Z adding 'torch/fx/experimental/partitioner_utils.py' 2022-11-23T01:27:41.8745597Z adding 'torch/fx/experimental/proxy_tensor.py' 2022-11-23T01:27:41.8748350Z adding 'torch/fx/experimental/refinement_types.py' 2022-11-23T01:27:41.8751337Z adding 'torch/fx/experimental/rewriter.py' 2022-11-23T01:27:41.8754706Z adding 'torch/fx/experimental/schema_type_annotation.py' 2022-11-23T01:27:41.8762833Z adding 'torch/fx/experimental/symbolic_shapes.py' 2022-11-23T01:27:41.8766020Z adding 'torch/fx/experimental/unify_refinements.py' 2022-11-23T01:27:41.8768251Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2022-11-23T01:27:41.8772829Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2022-11-23T01:27:41.8784658Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2022-11-23T01:27:41.8796739Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2022-11-23T01:27:41.8799652Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2022-11-23T01:27:41.8804213Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2022-11-23T01:27:41.8806612Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2022-11-23T01:27:41.8808866Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2022-11-23T01:27:41.8811144Z adding 'torch/fx/experimental/unification/__init__.py' 2022-11-23T01:27:41.8813906Z adding 'torch/fx/experimental/unification/core.py' 2022-11-23T01:27:41.8815248Z adding 'torch/fx/experimental/unification/dispatch.py' 2022-11-23T01:27:41.8818554Z adding 'torch/fx/experimental/unification/match.py' 2022-11-23T01:27:41.8820975Z adding 'torch/fx/experimental/unification/more.py' 2022-11-23T01:27:41.8825290Z adding 'torch/fx/experimental/unification/unification_tools.py' 2022-11-23T01:27:41.8828114Z adding 'torch/fx/experimental/unification/utils.py' 2022-11-23T01:27:41.8830473Z adding 'torch/fx/experimental/unification/variable.py' 2022-11-23T01:27:41.8832526Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2022-11-23T01:27:41.8835727Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2022-11-23T01:27:41.8838139Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2022-11-23T01:27:41.8843321Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2022-11-23T01:27:41.8846503Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2022-11-23T01:27:41.8849094Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2022-11-23T01:27:41.8851552Z adding 'torch/fx/passes/__init__.py' 2022-11-23T01:27:41.8853516Z adding 'torch/fx/passes/fake_tensor_prop.py' 2022-11-23T01:27:41.8858107Z adding 'torch/fx/passes/graph_drawer.py' 2022-11-23T01:27:41.8861153Z adding 'torch/fx/passes/graph_manipulation.py' 2022-11-23T01:27:41.8867690Z adding 'torch/fx/passes/net_min_base.py' 2022-11-23T01:27:41.8871615Z adding 'torch/fx/passes/operator_support.py' 2022-11-23T01:27:41.8874559Z adding 'torch/fx/passes/param_fetch.py' 2022-11-23T01:27:41.8877949Z adding 'torch/fx/passes/pass_manager.py' 2022-11-23T01:27:41.8888884Z adding 'torch/fx/passes/reinplace.py' 2022-11-23T01:27:41.8892645Z adding 'torch/fx/passes/shape_prop.py' 2022-11-23T01:27:41.8897717Z adding 'torch/fx/passes/split_module.py' 2022-11-23T01:27:41.8902435Z adding 'torch/fx/passes/split_utils.py' 2022-11-23T01:27:41.8912075Z adding 'torch/fx/passes/splitter_base.py' 2022-11-23T01:27:41.8917129Z adding 'torch/fx/passes/tools_common.py' 2022-11-23T01:27:41.8919242Z adding 'torch/fx/passes/backends/__init__.py' 2022-11-23T01:27:41.8921910Z adding 'torch/fx/passes/backends/cudagraphs.py' 2022-11-23T01:27:41.8923729Z adding 'torch/fx/passes/dialect/__init__.py' 2022-11-23T01:27:41.8925938Z adding 'torch/fx/passes/dialect/common/__init__.py' 2022-11-23T01:27:41.8929001Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2022-11-23T01:27:41.8930876Z adding 'torch/fx/passes/infra/__init__.py' 2022-11-23T01:27:41.8935513Z adding 'torch/fx/passes/infra/partitioner.py' 2022-11-23T01:27:41.8938143Z adding 'torch/fx/passes/infra/pass_base.py' 2022-11-23T01:27:41.8942359Z adding 'torch/fx/passes/infra/pass_manager.py' 2022-11-23T01:27:41.8944527Z adding 'torch/fx/passes/tests/__init__.py' 2022-11-23T01:27:41.8946708Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2022-11-23T01:27:41.8948884Z adding 'torch/fx/passes/utils/__init__.py' 2022-11-23T01:27:41.8951467Z adding 'torch/fx/passes/utils/common.py' 2022-11-23T01:27:41.8955358Z adding 'torch/fx/passes/utils/fuser_utils.py' 2022-11-23T01:27:41.8960489Z adding 'torch/fx/passes/utils/matcher_utils.py' 2022-11-23T01:27:41.8963770Z adding 'torch/include/clog.h' 2022-11-23T01:27:41.8972718Z adding 'torch/include/cpuinfo.h' 2022-11-23T01:27:41.8975949Z adding 'torch/include/dnnl.h' 2022-11-23T01:27:41.8977635Z adding 'torch/include/dnnl_config.h' 2022-11-23T01:27:41.8980169Z adding 'torch/include/dnnl_debug.h' 2022-11-23T01:27:41.8981793Z adding 'torch/include/dnnl_ocl.h' 2022-11-23T01:27:41.8983886Z adding 'torch/include/dnnl_sycl.h' 2022-11-23T01:27:41.8985862Z adding 'torch/include/dnnl_sycl_types.h' 2022-11-23T01:27:41.8987970Z adding 'torch/include/dnnl_threadpool.h' 2022-11-23T01:27:41.8989871Z adding 'torch/include/dnnl_types.h' 2022-11-23T01:27:41.8991922Z adding 'torch/include/dnnl_version.h' 2022-11-23T01:27:41.8993397Z adding 'torch/include/fp16.h' 2022-11-23T01:27:41.8997975Z adding 'torch/include/fxdiv.h' 2022-11-23T01:27:41.9000371Z adding 'torch/include/libshm.h' 2022-11-23T01:27:41.9006318Z adding 'torch/include/nnpack.h' 2022-11-23T01:27:41.9015173Z adding 'torch/include/psimd.h' 2022-11-23T01:27:41.9022424Z adding 'torch/include/pthreadpool.h' 2022-11-23T01:27:41.9026297Z adding 'torch/include/qnnpack.h' 2022-11-23T01:27:41.9028790Z adding 'torch/include/qnnpack_func.h' 2022-11-23T01:27:41.9059522Z adding 'torch/include/sleef.h' 2022-11-23T01:27:41.9080365Z adding 'torch/include/xnnpack.h' 2022-11-23T01:27:41.9086479Z adding 'torch/include/ATen/ATen.h' 2022-11-23T01:27:41.9088946Z adding 'torch/include/ATen/AccumulateType.h' 2022-11-23T01:27:41.9090317Z adding 'torch/include/ATen/ArrayRef.h' 2022-11-23T01:27:41.9091575Z adding 'torch/include/ATen/Backend.h' 2022-11-23T01:27:41.9092875Z adding 'torch/include/ATen/Backtrace.h' 2022-11-23T01:27:41.9094362Z adding 'torch/include/ATen/BatchedFallback.h' 2022-11-23T01:27:41.9096961Z adding 'torch/include/ATen/BatchedTensorImpl.h' 2022-11-23T01:27:41.9100330Z adding 'torch/include/ATen/CPUApplyUtils.h' 2022-11-23T01:27:41.9102179Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2022-11-23T01:27:41.9104059Z adding 'torch/include/ATen/CPUFunctions.h' 2022-11-23T01:27:41.9107785Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2022-11-23T01:27:41.9110398Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2022-11-23T01:27:41.9112100Z adding 'torch/include/ATen/CUDAFunctions.h' 2022-11-23T01:27:41.9116479Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2022-11-23T01:27:41.9119154Z adding 'torch/include/ATen/CollapseDims.h' 2022-11-23T01:27:41.9121158Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2022-11-23T01:27:41.9125825Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2022-11-23T01:27:41.9128763Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2022-11-23T01:27:41.9132235Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2022-11-23T01:27:41.9134852Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2022-11-23T01:27:41.9139432Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2022-11-23T01:27:41.9142490Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2022-11-23T01:27:41.9144179Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2022-11-23T01:27:41.9145717Z adding 'torch/include/ATen/Config.h' 2022-11-23T01:27:41.9150249Z adding 'torch/include/ATen/Context.h' 2022-11-23T01:27:41.9152302Z adding 'torch/include/ATen/DLConvertor.h' 2022-11-23T01:27:41.9153966Z adding 'torch/include/ATen/Device.h' 2022-11-23T01:27:41.9155952Z adding 'torch/include/ATen/DeviceGuard.h' 2022-11-23T01:27:41.9157311Z adding 'torch/include/ATen/DimVector.h' 2022-11-23T01:27:41.9158742Z adding 'torch/include/ATen/Dimname.h' 2022-11-23T01:27:41.9163733Z adding 'torch/include/ATen/Dispatch.h' 2022-11-23T01:27:41.9165990Z adding 'torch/include/ATen/DynamicLibrary.h' 2022-11-23T01:27:41.9167734Z adding 'torch/include/ATen/EmptyTensor.h' 2022-11-23T01:27:41.9169410Z adding 'torch/include/ATen/ExpandBase.h' 2022-11-23T01:27:41.9172968Z adding 'torch/include/ATen/ExpandUtils.h' 2022-11-23T01:27:41.9174753Z adding 'torch/include/ATen/Formatting.h' 2022-11-23T01:27:41.9176547Z adding 'torch/include/ATen/FuncTorchTLS.h' 2022-11-23T01:27:41.9179097Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2022-11-23T01:27:41.9183221Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2022-11-23T01:27:41.9191251Z adding 'torch/include/ATen/Functions.h' 2022-11-23T01:27:41.9193815Z adding 'torch/include/ATen/Generator.h' 2022-11-23T01:27:41.9195980Z adding 'torch/include/ATen/InferSize.h' 2022-11-23T01:27:41.9197766Z adding 'torch/include/ATen/InitialTensorOptions.h' 2022-11-23T01:27:41.9199055Z adding 'torch/include/ATen/Layout.h' 2022-11-23T01:27:41.9200960Z adding 'torch/include/ATen/LinalgBackend.h' 2022-11-23T01:27:41.9202569Z adding 'torch/include/ATen/MapAllocator.h' 2022-11-23T01:27:41.9204587Z adding 'torch/include/ATen/MatrixRef.h' 2022-11-23T01:27:41.9206267Z adding 'torch/include/ATen/MemoryOverlap.h' 2022-11-23T01:27:41.9208092Z adding 'torch/include/ATen/MetaFunctions.h' 2022-11-23T01:27:41.9210913Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2022-11-23T01:27:41.9214311Z adding 'torch/include/ATen/MethodOperators.h' 2022-11-23T01:27:41.9216026Z adding 'torch/include/ATen/NamedTensor.h' 2022-11-23T01:27:41.9218960Z adding 'torch/include/ATen/NamedTensorUtils.h' 2022-11-23T01:27:41.9226514Z adding 'torch/include/ATen/NativeFunctions.h' 2022-11-23T01:27:41.9235396Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2022-11-23T01:27:41.9240538Z adding 'torch/include/ATen/NestedTensorImpl.h' 2022-11-23T01:27:41.9242677Z adding 'torch/include/ATen/NumericUtils.h' 2022-11-23T01:27:41.9244547Z adding 'torch/include/ATen/OpMathType.h' 2022-11-23T01:27:41.9247064Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2022-11-23T01:27:41.9255205Z adding 'torch/include/ATen/Operators.h' 2022-11-23T01:27:41.9258283Z adding 'torch/include/ATen/PTThreadPool.h' 2022-11-23T01:27:41.9259893Z adding 'torch/include/ATen/PadNd.h' 2022-11-23T01:27:41.9261964Z adding 'torch/include/ATen/Parallel-inl.h' 2022-11-23T01:27:41.9265390Z adding 'torch/include/ATen/Parallel.h' 2022-11-23T01:27:41.9267340Z adding 'torch/include/ATen/ParallelFuture.h' 2022-11-23T01:27:41.9269375Z adding 'torch/include/ATen/ParallelNative.h' 2022-11-23T01:27:41.9271139Z adding 'torch/include/ATen/ParallelNativeTBB.h' 2022-11-23T01:27:41.9272965Z adding 'torch/include/ATen/ParallelOpenMP.h' 2022-11-23T01:27:41.9275084Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2022-11-23T01:27:41.9484339Z adding 'torch/include/ATen/RedispatchFunctions.h' 2022-11-23T01:27:41.9635559Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2022-11-23T01:27:41.9653996Z adding 'torch/include/ATen/SavedTensorHooks.h' 2022-11-23T01:27:41.9655485Z adding 'torch/include/ATen/Scalar.h' 2022-11-23T01:27:41.9657261Z adding 'torch/include/ATen/ScalarOps.h' 2022-11-23T01:27:41.9659287Z adding 'torch/include/ATen/ScalarType.h' 2022-11-23T01:27:41.9660501Z adding 'torch/include/ATen/SequenceNumber.h' 2022-11-23T01:27:41.9661704Z adding 'torch/include/ATen/SmallVector.h' 2022-11-23T01:27:41.9664553Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2022-11-23T01:27:41.9667427Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2022-11-23T01:27:41.9672065Z adding 'torch/include/ATen/SparseTensorImpl.h' 2022-11-23T01:27:41.9674972Z adding 'torch/include/ATen/SparseTensorUtils.h' 2022-11-23T01:27:41.9676601Z adding 'torch/include/ATen/Storage.h' 2022-11-23T01:27:41.9677950Z adding 'torch/include/ATen/Tensor.h' 2022-11-23T01:27:41.9679285Z adding 'torch/include/ATen/TensorAccessor.h' 2022-11-23T01:27:41.9681197Z adding 'torch/include/ATen/TensorGeometry.h' 2022-11-23T01:27:41.9688063Z adding 'torch/include/ATen/TensorIndexing.h' 2022-11-23T01:27:41.9699289Z adding 'torch/include/ATen/TensorIterator.h' 2022-11-23T01:27:41.9702177Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2022-11-23T01:27:41.9704585Z adding 'torch/include/ATen/TensorMeta.h' 2022-11-23T01:27:41.9706696Z adding 'torch/include/ATen/TensorNames.h' 2022-11-23T01:27:41.9708591Z adding 'torch/include/ATen/TensorOperators.h' 2022-11-23T01:27:41.9710076Z adding 'torch/include/ATen/TensorOptions.h' 2022-11-23T01:27:41.9712248Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2022-11-23T01:27:41.9714905Z adding 'torch/include/ATen/TensorUtils.h' 2022-11-23T01:27:41.9717285Z adding 'torch/include/ATen/ThreadLocalState.h' 2022-11-23T01:27:41.9720198Z adding 'torch/include/ATen/TracerMode.h' 2022-11-23T01:27:41.9722266Z adding 'torch/include/ATen/TypeDefault.h' 2022-11-23T01:27:41.9724281Z adding 'torch/include/ATen/Utils.h' 2022-11-23T01:27:41.9726100Z adding 'torch/include/ATen/Version.h' 2022-11-23T01:27:41.9869733Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2022-11-23T01:27:41.9907952Z adding 'torch/include/ATen/VmapMode.h' 2022-11-23T01:27:41.9911319Z adding 'torch/include/ATen/VmapTransforms.h' 2022-11-23T01:27:41.9913943Z adding 'torch/include/ATen/WrapDimUtils.h' 2022-11-23T01:27:41.9916106Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2022-11-23T01:27:41.9918773Z adding 'torch/include/ATen/autocast_mode.h' 2022-11-23T01:27:41.9920654Z adding 'torch/include/ATen/ceil_div.h' 2022-11-23T01:27:41.9923430Z adding 'torch/include/ATen/code_template.h' 2022-11-23T01:27:41.9925740Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2022-11-23T01:27:41.9927322Z adding 'torch/include/ATen/div_rtn.h' 2022-11-23T01:27:41.9930079Z adding 'torch/include/ATen/dlpack.h' 2022-11-23T01:27:41.9932065Z adding 'torch/include/ATen/jit_macros.h' 2022-11-23T01:27:41.9933730Z adding 'torch/include/ATen/jiterator_macros.h' 2022-11-23T01:27:41.9940449Z adding 'torch/include/ATen/record_function.h' 2022-11-23T01:27:41.9943059Z adding 'torch/include/ATen/core/ATenGeneral.h' 2022-11-23T01:27:41.9944854Z adding 'torch/include/ATen/core/ATenOpList.h' 2022-11-23T01:27:41.9946407Z adding 'torch/include/ATen/core/ATen_fwd.h' 2022-11-23T01:27:41.9949264Z adding 'torch/include/ATen/core/ATen_pch.h' 2022-11-23T01:27:41.9951452Z adding 'torch/include/ATen/core/Array.h' 2022-11-23T01:27:41.9953511Z adding 'torch/include/ATen/core/Backtrace.h' 2022-11-23T01:27:41.9955905Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2022-11-23T01:27:41.9957898Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2022-11-23T01:27:41.9960064Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2022-11-23T01:27:41.9964454Z adding 'torch/include/ATen/core/Dict.h' 2022-11-23T01:27:41.9967968Z adding 'torch/include/ATen/core/Dict_inl.h' 2022-11-23T01:27:41.9969826Z adding 'torch/include/ATen/core/DimVector.h' 2022-11-23T01:27:41.9971676Z adding 'torch/include/ATen/core/Dimname.h' 2022-11-23T01:27:41.9975267Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2022-11-23T01:27:41.9977421Z adding 'torch/include/ATen/core/Formatting.h' 2022-11-23T01:27:41.9980634Z adding 'torch/include/ATen/core/Generator.h' 2022-11-23T01:27:41.9987029Z adding 'torch/include/ATen/core/IListRef.h' 2022-11-23T01:27:41.9990253Z adding 'torch/include/ATen/core/IListRef_inl.h' 2022-11-23T01:27:41.9993528Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2022-11-23T01:27:41.9998528Z adding 'torch/include/ATen/core/List.h' 2022-11-23T01:27:42.0002412Z adding 'torch/include/ATen/core/List_inl.h' 2022-11-23T01:27:42.0005882Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2022-11-23T01:27:42.0009081Z adding 'torch/include/ATen/core/NamedTensor.h' 2022-11-23T01:27:42.0012459Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2022-11-23T01:27:42.0014529Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2022-11-23T01:27:42.0016394Z adding 'torch/include/ATen/core/PythonOpRegistrationTrampoline.h' 2022-11-23T01:27:42.0018722Z adding 'torch/include/ATen/core/QuantizerBase.h' 2022-11-23T01:27:42.0020562Z adding 'torch/include/ATen/core/Range.h' 2022-11-23T01:27:42.0022232Z adding 'torch/include/ATen/core/Reduction.h' 2022-11-23T01:27:42.0023918Z adding 'torch/include/ATen/core/Scalar.h' 2022-11-23T01:27:42.0025461Z adding 'torch/include/ATen/core/ScalarType.h' 2022-11-23T01:27:42.0027432Z adding 'torch/include/ATen/core/Tensor.h' 2022-11-23T01:27:42.0030366Z adding 'torch/include/ATen/core/TensorAccessor.h' 2022-11-23T01:27:42.0041243Z adding 'torch/include/ATen/core/TensorBase.h' 2022-11-23T01:27:42.0088647Z adding 'torch/include/ATen/core/TensorBody.h' 2022-11-23T01:27:42.0096302Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2022-11-23T01:27:42.0098985Z adding 'torch/include/ATen/core/TransformationHelper.h' 2022-11-23T01:27:42.0100577Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2022-11-23T01:27:42.0102004Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2022-11-23T01:27:42.0103837Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2022-11-23T01:27:42.0105657Z adding 'torch/include/ATen/core/Variadic.h' 2022-11-23T01:27:42.0107547Z adding 'torch/include/ATen/core/Vitals.h' 2022-11-23T01:27:42.0109768Z adding 'torch/include/ATen/core/alias_info.h' 2022-11-23T01:27:42.0120621Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2022-11-23T01:27:42.0124602Z adding 'torch/include/ATen/core/blob.h' 2022-11-23T01:27:42.0126480Z adding 'torch/include/ATen/core/builtin_function.h' 2022-11-23T01:27:42.0130819Z adding 'torch/include/ATen/core/class_type.h' 2022-11-23T01:27:42.0132775Z adding 'torch/include/ATen/core/custom_class.h' 2022-11-23T01:27:42.0136345Z adding 'torch/include/ATen/core/dynamic_type.h' 2022-11-23T01:27:42.0138157Z adding 'torch/include/ATen/core/enum_tag.h' 2022-11-23T01:27:42.0140119Z adding 'torch/include/ATen/core/enum_type.h' 2022-11-23T01:27:42.0142312Z adding 'torch/include/ATen/core/function.h' 2022-11-23T01:27:42.0149252Z adding 'torch/include/ATen/core/function_schema.h' 2022-11-23T01:27:42.0154520Z adding 'torch/include/ATen/core/function_schema_inl.h' 2022-11-23T01:27:42.0156594Z adding 'torch/include/ATen/core/functional.h' 2022-11-23T01:27:42.0158013Z adding 'torch/include/ATen/core/grad_mode.h' 2022-11-23T01:27:42.0161899Z adding 'torch/include/ATen/core/interned_strings.h' 2022-11-23T01:27:42.0163862Z adding 'torch/include/ATen/core/interned_strings_class.h' 2022-11-23T01:27:42.0178643Z adding 'torch/include/ATen/core/ivalue.h' 2022-11-23T01:27:42.0203854Z adding 'torch/include/ATen/core/ivalue_inl.h' 2022-11-23T01:27:42.0207578Z adding 'torch/include/ATen/core/ivalue_to.h' 2022-11-23T01:27:42.0226487Z adding 'torch/include/ATen/core/jit_type.h' 2022-11-23T01:27:42.0235042Z adding 'torch/include/ATen/core/jit_type_base.h' 2022-11-23T01:27:42.0237713Z adding 'torch/include/ATen/core/operator_name.h' 2022-11-23T01:27:42.0240354Z adding 'torch/include/ATen/core/qualified_name.h' 2022-11-23T01:27:42.0242376Z adding 'torch/include/ATen/core/rref_interface.h' 2022-11-23T01:27:42.0244984Z adding 'torch/include/ATen/core/stack.h' 2022-11-23T01:27:42.0247990Z adding 'torch/include/ATen/core/symbol.h' 2022-11-23T01:27:42.0250518Z adding 'torch/include/ATen/core/type_factory.h' 2022-11-23T01:27:42.0252316Z adding 'torch/include/ATen/core/type_ptr.h' 2022-11-23T01:27:42.0253687Z adding 'torch/include/ATen/core/typeid.h' 2022-11-23T01:27:42.0257543Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2022-11-23T01:27:42.0259943Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2022-11-23T01:27:42.0262961Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2022-11-23T01:27:42.0266440Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2022-11-23T01:27:42.0268503Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2022-11-23T01:27:42.0270773Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2022-11-23T01:27:42.0272749Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2022-11-23T01:27:42.0277149Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2022-11-23T01:27:42.0284640Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2022-11-23T01:27:42.0288660Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2022-11-23T01:27:42.0290635Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2022-11-23T01:27:42.0294590Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2022-11-23T01:27:42.0303961Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2022-11-23T01:27:42.0306714Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2022-11-23T01:27:42.0311503Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2022-11-23T01:27:42.0313831Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2022-11-23T01:27:42.0315929Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2022-11-23T01:27:42.0318471Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2022-11-23T01:27:42.0321383Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2022-11-23T01:27:42.0324719Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2022-11-23T01:27:42.0331253Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2022-11-23T01:27:42.0334077Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2022-11-23T01:27:42.0337669Z adding 'torch/include/ATen/cpu/vml.h' 2022-11-23T01:27:42.0340212Z adding 'torch/include/ATen/cpu/vec/functional.h' 2022-11-23T01:27:42.0343154Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2022-11-23T01:27:42.0347413Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2022-11-23T01:27:42.0350149Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2022-11-23T01:27:42.0352416Z adding 'torch/include/ATen/cpu/vec/vec.h' 2022-11-23T01:27:42.0362709Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2022-11-23T01:27:42.0367313Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2022-11-23T01:27:42.0369590Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2022-11-23T01:27:42.0373332Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2022-11-23T01:27:42.0381878Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2022-11-23T01:27:42.0388617Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2022-11-23T01:27:42.0395533Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2022-11-23T01:27:42.0400813Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2022-11-23T01:27:42.0405344Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2022-11-23T01:27:42.0409896Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h' 2022-11-23T01:27:42.0421191Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2022-11-23T01:27:42.0433465Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2022-11-23T01:27:42.0439537Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2022-11-23T01:27:42.0448653Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2022-11-23T01:27:42.0456664Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2022-11-23T01:27:42.0466589Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2022-11-23T01:27:42.0472903Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2022-11-23T01:27:42.0478544Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2022-11-23T01:27:42.0490260Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2022-11-23T01:27:42.0502341Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2022-11-23T01:27:42.0506791Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2022-11-23T01:27:42.0508994Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2022-11-23T01:27:42.0511302Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2022-11-23T01:27:42.0517774Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2022-11-23T01:27:42.0526305Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2022-11-23T01:27:42.0531019Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2022-11-23T01:27:42.0533449Z adding 'torch/include/ATen/cuda/CUDAConfig.h' 2022-11-23T01:27:42.0535885Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2022-11-23T01:27:42.0538271Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2022-11-23T01:27:42.0541394Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2022-11-23T01:27:42.0543832Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2022-11-23T01:27:42.0547270Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2022-11-23T01:27:42.0549906Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2022-11-23T01:27:42.0552395Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2022-11-23T01:27:42.0554750Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2022-11-23T01:27:42.0558592Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2022-11-23T01:27:42.0562148Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2022-11-23T01:27:42.0564270Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2022-11-23T01:27:42.0566122Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2022-11-23T01:27:42.0568309Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2022-11-23T01:27:42.0570770Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2022-11-23T01:27:42.0572841Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2022-11-23T01:27:42.0576159Z adding 'torch/include/ATen/cuda/Exceptions.h' 2022-11-23T01:27:42.0579209Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2022-11-23T01:27:42.0581206Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2022-11-23T01:27:42.0582995Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2022-11-23T01:27:42.0585165Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2022-11-23T01:27:42.0586921Z adding 'torch/include/ATen/cuda/Sleep.h' 2022-11-23T01:27:42.0588819Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2022-11-23T01:27:42.0593584Z adding 'torch/include/ATen/cuda/cub.cuh' 2022-11-23T01:27:42.0596701Z adding 'torch/include/ATen/cuda/cub.h' 2022-11-23T01:27:42.0598913Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2022-11-23T01:27:42.0600950Z adding 'torch/include/ATen/cuda/jiterator.h' 2022-11-23T01:27:42.0604249Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2022-11-23T01:27:42.0606304Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2022-11-23T01:27:42.0609002Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2022-11-23T01:27:42.0613537Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2022-11-23T01:27:42.0615819Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2022-11-23T01:27:42.0619088Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2022-11-23T01:27:42.0621261Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2022-11-23T01:27:42.0623194Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2022-11-23T01:27:42.0626140Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2022-11-23T01:27:42.0629312Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2022-11-23T01:27:42.0630907Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2022-11-23T01:27:42.0633226Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2022-11-23T01:27:42.0639133Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2022-11-23T01:27:42.0641330Z adding 'torch/include/ATen/cudnn/Exceptions.h' 2022-11-23T01:27:42.0643049Z adding 'torch/include/ATen/cudnn/Handle.h' 2022-11-23T01:27:42.0644634Z adding 'torch/include/ATen/cudnn/Handles.h' 2022-11-23T01:27:42.0646308Z adding 'torch/include/ATen/cudnn/Types.h' 2022-11-23T01:27:42.0648386Z adding 'torch/include/ATen/cudnn/Utils.h' 2022-11-23T01:27:42.0650003Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2022-11-23T01:27:42.0653650Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2022-11-23T01:27:42.0656323Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2022-11-23T01:27:42.0659243Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2022-11-23T01:27:42.0661179Z adding 'torch/include/ATen/detail/ORTHooksInterface.h' 2022-11-23T01:27:42.0663806Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2022-11-23T01:27:42.0669528Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2022-11-23T01:27:42.0672881Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2022-11-23T01:27:42.0676784Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2022-11-23T01:27:42.0680122Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2022-11-23T01:27:42.0721214Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2022-11-23T01:27:42.0723571Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2022-11-23T01:27:42.0727226Z adding 'torch/include/ATen/functorch/Interpreter.h' 2022-11-23T01:27:42.0731803Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2022-11-23T01:27:42.0733879Z adding 'torch/include/ATen/functorch/Macros.h' 2022-11-23T01:27:42.0736681Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2022-11-23T01:27:42.0739461Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2022-11-23T01:27:42.0741674Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2022-11-23T01:27:42.0744275Z adding 'torch/include/ATen/hip/ATenHIPGeneral.h' 2022-11-23T01:27:42.0746392Z adding 'torch/include/ATen/hip/ApplyGridUtils.cuh' 2022-11-23T01:27:42.0748888Z adding 'torch/include/ATen/hip/AsmUtils.cuh' 2022-11-23T01:27:42.0755668Z adding 'torch/include/ATen/hip/Atomic.cuh' 2022-11-23T01:27:42.0758937Z adding 'torch/include/ATen/hip/CachingHostAllocator.h' 2022-11-23T01:27:42.0761256Z adding 'torch/include/ATen/hip/DeviceUtils.cuh' 2022-11-23T01:27:42.0763189Z adding 'torch/include/ATen/hip/EmptyTensor.h' 2022-11-23T01:27:42.0765727Z adding 'torch/include/ATen/hip/Exceptions.h' 2022-11-23T01:27:42.0771230Z adding 'torch/include/ATen/hip/HIPApplyUtils.cuh' 2022-11-23T01:27:42.0774457Z adding 'torch/include/ATen/hip/HIPBlas.h' 2022-11-23T01:27:42.0776246Z adding 'torch/include/ATen/hip/HIPConfig.h' 2022-11-23T01:27:42.0778014Z adding 'torch/include/ATen/hip/HIPContext.h' 2022-11-23T01:27:42.0779701Z adding 'torch/include/ATen/hip/HIPDataType.h' 2022-11-23T01:27:42.0781548Z adding 'torch/include/ATen/hip/HIPDevice.h' 2022-11-23T01:27:42.0784234Z adding 'torch/include/ATen/hip/HIPEvent.h' 2022-11-23T01:27:42.0787024Z adding 'torch/include/ATen/hip/HIPGeneratorImpl.h' 2022-11-23T01:27:42.0789060Z adding 'torch/include/ATen/hip/HIPGraph.h' 2022-11-23T01:27:42.0791069Z adding 'torch/include/ATen/hip/HIPGraphsUtils.cuh' 2022-11-23T01:27:42.0792927Z adding 'torch/include/ATen/hip/HIPSparse.h' 2022-11-23T01:27:42.0796029Z adding 'torch/include/ATen/hip/HIPSparseBlas.h' 2022-11-23T01:27:42.0798434Z adding 'torch/include/ATen/hip/HIPSparseDescriptors.h' 2022-11-23T01:27:42.0799814Z adding 'torch/include/ATen/hip/HIPTensorMethods.cuh' 2022-11-23T01:27:42.0801496Z adding 'torch/include/ATen/hip/HIPUtils.h' 2022-11-23T01:27:42.0803576Z adding 'torch/include/ATen/hip/NumericLimits.cuh' 2022-11-23T01:27:42.0805946Z adding 'torch/include/ATen/hip/PeerToPeerAccess.h' 2022-11-23T01:27:42.0806464Z adding 'torch/include/ATen/hip/PinnedMemoryAllocator.h' 2022-11-23T01:27:42.0807528Z adding 'torch/include/ATen/hip/ScanUtils.cuh' 2022-11-23T01:27:42.0808967Z adding 'torch/include/ATen/hip/Sleep.h' 2022-11-23T01:27:42.0810633Z adding 'torch/include/ATen/hip/ThrustAllocator.h' 2022-11-23T01:27:42.0814290Z adding 'torch/include/ATen/hip/cub.cuh' 2022-11-23T01:27:42.0816994Z adding 'torch/include/ATen/hip/cub.h' 2022-11-23T01:27:42.0819133Z adding 'torch/include/ATen/hip/cub_definitions.cuh' 2022-11-23T01:27:42.0820965Z adding 'torch/include/ATen/hip/jiterator.h' 2022-11-23T01:27:42.0823598Z adding 'torch/include/ATen/hip/jiterator_impl.h' 2022-11-23T01:27:42.0825660Z adding 'torch/include/ATen/hip/llvm_jit_strings.h' 2022-11-23T01:27:42.0829199Z adding 'torch/include/ATen/hip/detail/DeviceThreadHandles.h' 2022-11-23T01:27:42.0831403Z adding 'torch/include/ATen/hip/detail/HIPHooks.h' 2022-11-23T01:27:42.0833269Z adding 'torch/include/ATen/hip/detail/IndexUtils.cuh' 2022-11-23T01:27:42.0836020Z adding 'torch/include/ATen/hip/detail/IntegerDivider.cuh' 2022-11-23T01:27:42.0837979Z adding 'torch/include/ATen/hip/detail/KernelUtils.h' 2022-11-23T01:27:42.0839672Z adding 'torch/include/ATen/hip/detail/LazyNVRTC.h' 2022-11-23T01:27:42.0842342Z adding 'torch/include/ATen/hip/detail/OffsetCalculator.cuh' 2022-11-23T01:27:42.0844271Z adding 'torch/include/ATen/hip/detail/PhiloxCudaStateRaw.cuh' 2022-11-23T01:27:42.0846387Z adding 'torch/include/ATen/hip/detail/TensorInfo.cuh' 2022-11-23T01:27:42.0848457Z adding 'torch/include/ATen/hip/detail/UnpackRaw.cuh' 2022-11-23T01:27:42.0850568Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2022-11-23T01:27:42.0852755Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2022-11-23T01:27:42.0856859Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2022-11-23T01:27:42.0860732Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2022-11-23T01:27:42.0863212Z adding 'torch/include/ATen/native/Activation.h' 2022-11-23T01:27:42.0865134Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2022-11-23T01:27:42.0868354Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2022-11-23T01:27:42.0871326Z adding 'torch/include/ATen/native/BinaryOps.h' 2022-11-23T01:27:42.0873844Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2022-11-23T01:27:42.0877148Z adding 'torch/include/ATen/native/CPUBlas.h' 2022-11-23T01:27:42.0879672Z adding 'torch/include/ATen/native/CPUFallback.h' 2022-11-23T01:27:42.0881644Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2022-11-23T01:27:42.0884465Z adding 'torch/include/ATen/native/ComplexHelper.h' 2022-11-23T01:27:42.0886400Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2022-11-23T01:27:42.0889830Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2022-11-23T01:27:42.0894629Z adding 'torch/include/ATen/native/ConvUtils.h' 2022-11-23T01:27:42.0897001Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2022-11-23T01:27:42.0898396Z adding 'torch/include/ATen/native/Copy.h' 2022-11-23T01:27:42.0900684Z adding 'torch/include/ATen/native/Cross.h' 2022-11-23T01:27:42.0903880Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2022-11-23T01:27:42.0907477Z adding 'torch/include/ATen/native/DispatchStub.h' 2022-11-23T01:27:42.0909625Z adding 'torch/include/ATen/native/Distance.h' 2022-11-23T01:27:42.0914657Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2022-11-23T01:27:42.0921945Z adding 'torch/include/ATen/native/Distributions.h' 2022-11-23T01:27:42.0925298Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2022-11-23T01:27:42.0927102Z adding 'torch/include/ATen/native/Fill.h' 2022-11-23T01:27:42.0930699Z adding 'torch/include/ATen/native/ForeachUtils.h' 2022-11-23T01:27:42.0932555Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2022-11-23T01:27:42.0936357Z adding 'torch/include/ATen/native/GridSampler.h' 2022-11-23T01:27:42.0939156Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2022-11-23T01:27:42.0940706Z adding 'torch/include/ATen/native/Histogram.h' 2022-11-23T01:27:42.0943277Z adding 'torch/include/ATen/native/IndexKernel.h' 2022-11-23T01:27:42.0946529Z adding 'torch/include/ATen/native/IndexingUtils.h' 2022-11-23T01:27:42.0948642Z adding 'torch/include/ATen/native/Lerp.h' 2022-11-23T01:27:42.0950630Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2022-11-23T01:27:42.0959729Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2022-11-23T01:27:42.0962402Z adding 'torch/include/ATen/native/LossMulti.h' 2022-11-23T01:27:42.1001756Z adding 'torch/include/ATen/native/Math.h' 2022-11-23T01:27:42.1007622Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2022-11-23T01:27:42.1010438Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2022-11-23T01:27:42.1012407Z adding 'torch/include/ATen/native/MaxPooling.h' 2022-11-23T01:27:42.1013485Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2022-11-23T01:27:42.1015517Z adding 'torch/include/ATen/native/NonSymbolicBC.h' 2022-11-23T01:27:42.1017197Z adding 'torch/include/ATen/native/Normalization.h' 2022-11-23T01:27:42.1018823Z adding 'torch/include/ATen/native/PointwiseOps.h' 2022-11-23T01:27:42.1022181Z adding 'torch/include/ATen/native/Pool.h' 2022-11-23T01:27:42.1024315Z adding 'torch/include/ATen/native/Pow.h' 2022-11-23T01:27:42.1026485Z adding 'torch/include/ATen/native/RNN.h' 2022-11-23T01:27:42.1028091Z adding 'torch/include/ATen/native/RangeFactories.h' 2022-11-23T01:27:42.1029659Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2022-11-23T01:27:42.1031598Z adding 'torch/include/ATen/native/ReduceOps.h' 2022-11-23T01:27:42.1035922Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2022-11-23T01:27:42.1038042Z adding 'torch/include/ATen/native/Repeat.h' 2022-11-23T01:27:42.1041072Z adding 'torch/include/ATen/native/Resize.h' 2022-11-23T01:27:42.1043258Z adding 'torch/include/ATen/native/ResizeCommon.h' 2022-11-23T01:27:42.1045538Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2022-11-23T01:27:42.1047593Z adding 'torch/include/ATen/native/SegmentReduce.h' 2022-11-23T01:27:42.1051427Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2022-11-23T01:27:42.1054042Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2022-11-23T01:27:42.1055958Z adding 'torch/include/ATen/native/Sorting.h' 2022-11-23T01:27:42.1058444Z adding 'torch/include/ATen/native/SortingUtils.h' 2022-11-23T01:27:42.1060889Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2022-11-23T01:27:42.1063542Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2022-11-23T01:27:42.1065745Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2022-11-23T01:27:42.1067954Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2022-11-23T01:27:42.1069659Z adding 'torch/include/ATen/native/TensorCompare.h' 2022-11-23T01:27:42.1071276Z adding 'torch/include/ATen/native/TensorConversions.h' 2022-11-23T01:27:42.1073364Z adding 'torch/include/ATen/native/TensorDimApply.h' 2022-11-23T01:27:42.1075892Z adding 'torch/include/ATen/native/TensorFactories.h' 2022-11-23T01:27:42.1077522Z adding 'torch/include/ATen/native/TensorIterator.h' 2022-11-23T01:27:42.1079554Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2022-11-23T01:27:42.1081019Z adding 'torch/include/ATen/native/TensorProperties.h' 2022-11-23T01:27:42.1082798Z adding 'torch/include/ATen/native/TensorShape.h' 2022-11-23T01:27:42.1084606Z adding 'torch/include/ATen/native/TensorTransformations.h' 2022-11-23T01:27:42.1086457Z adding 'torch/include/ATen/native/TopKImpl.h' 2022-11-23T01:27:42.1088041Z adding 'torch/include/ATen/native/TransposeType.h' 2022-11-23T01:27:42.1090005Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2022-11-23T01:27:42.1091716Z adding 'torch/include/ATen/native/TypeProperties.h' 2022-11-23T01:27:42.1093841Z adding 'torch/include/ATen/native/UnaryOps.h' 2022-11-23T01:27:42.1095664Z adding 'torch/include/ATen/native/Unfold2d.h' 2022-11-23T01:27:42.1097435Z adding 'torch/include/ATen/native/Unfold3d.h' 2022-11-23T01:27:42.1099624Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2022-11-23T01:27:42.1104486Z adding 'torch/include/ATen/native/UpSample.h' 2022-11-23T01:27:42.1106831Z adding 'torch/include/ATen/native/batch_norm.h' 2022-11-23T01:27:42.1108549Z adding 'torch/include/ATen/native/group_norm.h' 2022-11-23T01:27:42.1111110Z adding 'torch/include/ATen/native/im2col.h' 2022-11-23T01:27:42.1113537Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2022-11-23T01:27:42.1115763Z adding 'torch/include/ATen/native/layer_norm.h' 2022-11-23T01:27:42.1117292Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2022-11-23T01:27:42.1119514Z adding 'torch/include/ATen/native/vol2col.h' 2022-11-23T01:27:42.1121579Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2022-11-23T01:27:42.1123822Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2022-11-23T01:27:42.1125204Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2022-11-23T01:27:42.1127154Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2022-11-23T01:27:42.1128614Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2022-11-23T01:27:42.1131333Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2022-11-23T01:27:42.1133144Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2022-11-23T01:27:42.1135251Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2022-11-23T01:27:42.1137015Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2022-11-23T01:27:42.1139047Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2022-11-23T01:27:42.1143127Z adding 'torch/include/ATen/native/cpu/Loops.h' 2022-11-23T01:27:42.1145254Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2022-11-23T01:27:42.1146929Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2022-11-23T01:27:42.1150966Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2022-11-23T01:27:42.1154318Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2022-11-23T01:27:42.1156871Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2022-11-23T01:27:42.1158753Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2022-11-23T01:27:42.1159733Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2022-11-23T01:27:42.1164065Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2022-11-23T01:27:42.1166118Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2022-11-23T01:27:42.1168435Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2022-11-23T01:27:42.1179485Z adding 'torch/include/ATen/native/cpu/utils.h' 2022-11-23T01:27:42.1179968Z adding 'torch/include/ATen/native/cpu/zmath.h' 2022-11-23T01:27:42.1180322Z adding 'torch/include/ATen/native/cuda/Activation.h' 2022-11-23T01:27:42.1180661Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2022-11-23T01:27:42.1181635Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2022-11-23T01:27:42.1184977Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2022-11-23T01:27:42.1187075Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2022-11-23T01:27:42.1188560Z adding 'torch/include/ATen/native/cuda/Copy.h' 2022-11-23T01:27:42.1194818Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2022-11-23T01:27:42.1197070Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2022-11-23T01:27:42.1201050Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2022-11-23T01:27:42.1204750Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2022-11-23T01:27:42.1206998Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2022-11-23T01:27:42.1208672Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2022-11-23T01:27:42.1211630Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2022-11-23T01:27:42.1215130Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2022-11-23T01:27:42.1216969Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2022-11-23T01:27:42.1218695Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2022-11-23T01:27:42.1221821Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2022-11-23T01:27:42.1223720Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2022-11-23T01:27:42.1225489Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2022-11-23T01:27:42.1228887Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2022-11-23T01:27:42.1258227Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2022-11-23T01:27:42.1265021Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2022-11-23T01:27:42.1266921Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2022-11-23T01:27:42.1270115Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2022-11-23T01:27:42.1285606Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2022-11-23T01:27:42.1291207Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2022-11-23T01:27:42.1293525Z adding 'torch/include/ATen/native/cuda/Pow.cuh' 2022-11-23T01:27:42.1297619Z adding 'torch/include/ATen/native/cuda/ROCmLoops.cuh' 2022-11-23T01:27:42.1299933Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2022-11-23T01:27:42.1312964Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2022-11-23T01:27:42.1316359Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2022-11-23T01:27:42.1318054Z adding 'torch/include/ATen/native/cuda/Resize.h' 2022-11-23T01:27:42.1319727Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2022-11-23T01:27:42.1324372Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2022-11-23T01:27:42.1326252Z adding 'torch/include/ATen/native/cuda/Sort.h' 2022-11-23T01:27:42.1327393Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2022-11-23T01:27:42.1330465Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2022-11-23T01:27:42.1332255Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2022-11-23T01:27:42.1334709Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2022-11-23T01:27:42.1339281Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2022-11-23T01:27:42.1344501Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2022-11-23T01:27:42.1346305Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2022-11-23T01:27:42.1347811Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2022-11-23T01:27:42.1349168Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2022-11-23T01:27:42.1352456Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2022-11-23T01:27:42.1355562Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2022-11-23T01:27:42.1356610Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2022-11-23T01:27:42.1358190Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2022-11-23T01:27:42.1360795Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2022-11-23T01:27:42.1364395Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2022-11-23T01:27:42.1366924Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2022-11-23T01:27:42.1372640Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2022-11-23T01:27:42.1375272Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2022-11-23T01:27:42.1378945Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2022-11-23T01:27:42.1381174Z adding 'torch/include/ATen/native/hip/Activation.h' 2022-11-23T01:27:42.1383393Z adding 'torch/include/ATen/native/hip/BinaryInternal.h' 2022-11-23T01:27:42.1385074Z adding 'torch/include/ATen/native/hip/CompositeRandomAccessor.h' 2022-11-23T01:27:42.1386411Z adding 'torch/include/ATen/native/hip/Copy.h' 2022-11-23T01:27:42.1392427Z adding 'torch/include/ATen/native/hip/CuFFTPlanCache.h' 2022-11-23T01:27:42.1395173Z adding 'torch/include/ATen/native/hip/CuFFTUtils.h' 2022-11-23T01:27:42.1396673Z adding 'torch/include/ATen/native/hip/DeviceSqrt.cuh' 2022-11-23T01:27:42.1402648Z adding 'torch/include/ATen/native/hip/DistributionTemplates.h' 2022-11-23T01:27:42.1404890Z adding 'torch/include/ATen/native/hip/Distributions.h' 2022-11-23T01:27:42.1406674Z adding 'torch/include/ATen/native/hip/EmbeddingBackwardKernel.cuh' 2022-11-23T01:27:42.1409411Z adding 'torch/include/ATen/native/hip/ForeachFunctors.cuh' 2022-11-23T01:27:42.1412989Z adding 'torch/include/ATen/native/hip/GridSampler.cuh' 2022-11-23T01:27:42.1415759Z adding 'torch/include/ATen/native/hip/GridSampler.h' 2022-11-23T01:27:42.1419633Z adding 'torch/include/ATen/native/hip/HIPJitLoops.cuh' 2022-11-23T01:27:42.1423112Z adding 'torch/include/ATen/native/hip/HIPLoops.cuh' 2022-11-23T01:27:42.1426401Z adding 'torch/include/ATen/native/hip/IndexKernel.h' 2022-11-23T01:27:42.1429388Z adding 'torch/include/ATen/native/hip/JitLoops.cuh' 2022-11-23T01:27:42.1432068Z adding 'torch/include/ATen/native/hip/KernelUtils.cuh' 2022-11-23T01:27:42.1433521Z adding 'torch/include/ATen/native/hip/LaunchUtils.h' 2022-11-23T01:27:42.1437564Z adding 'torch/include/ATen/native/hip/Loops.cuh' 2022-11-23T01:27:42.1466262Z adding 'torch/include/ATen/native/hip/Math.cuh' 2022-11-23T01:27:42.1472972Z adding 'torch/include/ATen/native/hip/MemoryAccess.cuh' 2022-11-23T01:27:42.1475619Z adding 'torch/include/ATen/native/hip/MiscUtils.h' 2022-11-23T01:27:42.1479196Z adding 'torch/include/ATen/native/hip/MultiTensorApply.cuh' 2022-11-23T01:27:42.1494782Z adding 'torch/include/ATen/native/hip/Normalization.cuh' 2022-11-23T01:27:42.1501728Z adding 'torch/include/ATen/native/hip/PersistentSoftmax.cuh' 2022-11-23T01:27:42.1504632Z adding 'torch/include/ATen/native/hip/Pow.cuh' 2022-11-23T01:27:42.1509191Z adding 'torch/include/ATen/native/hip/ROCmLoops.cuh' 2022-11-23T01:27:42.1512109Z adding 'torch/include/ATen/native/hip/Randperm.cuh' 2022-11-23T01:27:42.1525214Z adding 'torch/include/ATen/native/hip/Reduce.cuh' 2022-11-23T01:27:42.1528367Z adding 'torch/include/ATen/native/hip/ReduceOps.h' 2022-11-23T01:27:42.1530295Z adding 'torch/include/ATen/native/hip/Resize.h' 2022-11-23T01:27:42.1531779Z adding 'torch/include/ATen/native/hip/ScanKernels.h' 2022-11-23T01:27:42.1536238Z adding 'torch/include/ATen/native/hip/ScanUtils.cuh' 2022-11-23T01:27:42.1538478Z adding 'torch/include/ATen/native/hip/Sort.h' 2022-11-23T01:27:42.1540094Z adding 'torch/include/ATen/native/hip/SortStable.h' 2022-11-23T01:27:42.1543505Z adding 'torch/include/ATen/native/hip/SortUtils.cuh' 2022-11-23T01:27:42.1545496Z adding 'torch/include/ATen/native/hip/Sorting.h' 2022-11-23T01:27:42.1548260Z adding 'torch/include/ATen/native/hip/SortingCommon.cuh' 2022-11-23T01:27:42.1552546Z adding 'torch/include/ATen/native/hip/SortingRadixSelect.cuh' 2022-11-23T01:27:42.1558384Z adding 'torch/include/ATen/native/hip/TensorModeKernel.cuh' 2022-11-23T01:27:42.1560509Z adding 'torch/include/ATen/native/hip/TensorModeKernel.h' 2022-11-23T01:27:42.1562056Z adding 'torch/include/ATen/native/hip/TensorTopK.h' 2022-11-23T01:27:42.1563965Z adding 'torch/include/ATen/native/hip/UniqueCub.cuh' 2022-11-23T01:27:42.1567561Z adding 'torch/include/ATen/native/hip/UpSample.cuh' 2022-11-23T01:27:42.1570176Z adding 'torch/include/ATen/native/hip/block_reduce.cuh' 2022-11-23T01:27:42.1572316Z adding 'torch/include/ATen/native/hip/fused_adam_amsgrad_impl.cuh' 2022-11-23T01:27:42.1573926Z adding 'torch/include/ATen/native/hip/fused_adam_impl.cuh' 2022-11-23T01:27:42.1576618Z adding 'torch/include/ATen/native/hip/fused_adam_utils.cuh' 2022-11-23T01:27:42.1581170Z adding 'torch/include/ATen/native/hip/im2col.cuh' 2022-11-23T01:27:42.1583104Z adding 'torch/include/ATen/native/hip/jit_utils.h' 2022-11-23T01:27:42.1589214Z adding 'torch/include/ATen/native/hip/reduction_template.cuh' 2022-11-23T01:27:42.1591536Z adding 'torch/include/ATen/native/hip/thread_constants.h' 2022-11-23T01:27:42.1594803Z adding 'torch/include/ATen/native/hip/vol2col.cuh' 2022-11-23T01:27:42.1597530Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2022-11-23T01:27:42.1599416Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2022-11-23T01:27:42.1601410Z adding 'torch/include/ATen/native/quantized/Copy.h' 2022-11-23T01:27:42.1603150Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2022-11-23T01:27:42.1604772Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2022-11-23T01:27:42.1606650Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2022-11-23T01:27:42.1608672Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2022-11-23T01:27:42.1610324Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2022-11-23T01:27:42.1613865Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2022-11-23T01:27:42.1619121Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2022-11-23T01:27:42.1623115Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2022-11-23T01:27:42.1625953Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2022-11-23T01:27:42.1627869Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2022-11-23T01:27:42.1631225Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2022-11-23T01:27:42.1635601Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2022-11-23T01:27:42.1639188Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2022-11-23T01:27:42.1641141Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2022-11-23T01:27:42.1642825Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2022-11-23T01:27:42.1644484Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2022-11-23T01:27:42.1697028Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2022-11-23T01:27:42.1698825Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2022-11-23T01:27:42.1700954Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.1702881Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2022-11-23T01:27:42.1704500Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2022-11-23T01:27:42.1706601Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2022-11-23T01:27:42.1707841Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2022-11-23T01:27:42.1709458Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.1711107Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2022-11-23T01:27:42.1712932Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2022-11-23T01:27:42.1714358Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2022-11-23T01:27:42.1716090Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2022-11-23T01:27:42.1717893Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2022-11-23T01:27:42.1719523Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2022-11-23T01:27:42.1721521Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.1722659Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2022-11-23T01:27:42.1724430Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2022-11-23T01:27:42.1725988Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2022-11-23T01:27:42.1727548Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2022-11-23T01:27:42.1729637Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.1730967Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2022-11-23T01:27:42.1732977Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2022-11-23T01:27:42.1736623Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2022-11-23T01:27:42.1737283Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2022-11-23T01:27:42.1738379Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2022-11-23T01:27:42.1740402Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.1741527Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2022-11-23T01:27:42.1743134Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2022-11-23T01:27:42.1744876Z adding 'torch/include/ATen/ops/_add_relu.h' 2022-11-23T01:27:42.1746441Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.1748017Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2022-11-23T01:27:42.1749556Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2022-11-23T01:27:42.1751075Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2022-11-23T01:27:42.1752996Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2022-11-23T01:27:42.1755067Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2022-11-23T01:27:42.1756775Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.1758352Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2022-11-23T01:27:42.1759998Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2022-11-23T01:27:42.1761545Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2022-11-23T01:27:42.1763169Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2022-11-23T01:27:42.1764688Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2022-11-23T01:27:42.1766465Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2022-11-23T01:27:42.1768193Z adding 'torch/include/ATen/ops/_aminmax.h' 2022-11-23T01:27:42.1769941Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.1771720Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2022-11-23T01:27:42.1773304Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2022-11-23T01:27:42.1774997Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2022-11-23T01:27:42.1776849Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2022-11-23T01:27:42.1778936Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2022-11-23T01:27:42.1780764Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.1782481Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2022-11-23T01:27:42.1784117Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2022-11-23T01:27:42.1785977Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2022-11-23T01:27:42.1787823Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2022-11-23T01:27:42.1789726Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.1791446Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2022-11-23T01:27:42.1793181Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2022-11-23T01:27:42.1795035Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2022-11-23T01:27:42.1797573Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2022-11-23T01:27:42.1798757Z adding 'torch/include/ATen/ops/_assert_async.h' 2022-11-23T01:27:42.1800648Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2022-11-23T01:27:42.1802312Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2022-11-23T01:27:42.1803877Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2022-11-23T01:27:42.1805477Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2022-11-23T01:27:42.1807184Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2022-11-23T01:27:42.1809255Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.1810570Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2022-11-23T01:27:42.1812309Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2022-11-23T01:27:42.1814017Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2022-11-23T01:27:42.1815907Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.1817688Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2022-11-23T01:27:42.1819259Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2022-11-23T01:27:42.1821135Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2022-11-23T01:27:42.1822980Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.1824459Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2022-11-23T01:27:42.1825969Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2022-11-23T01:27:42.1827373Z adding 'torch/include/ATen/ops/_backward.h' 2022-11-23T01:27:42.1828959Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.1830675Z adding 'torch/include/ATen/ops/_backward_native.h' 2022-11-23T01:27:42.1832043Z adding 'torch/include/ATen/ops/_backward_ops.h' 2022-11-23T01:27:42.1833590Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2022-11-23T01:27:42.1839616Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2022-11-23T01:27:42.1840213Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.1840739Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2022-11-23T01:27:42.1841199Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2022-11-23T01:27:42.1842589Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.1844030Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2022-11-23T01:27:42.1845660Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2022-11-23T01:27:42.1847238Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2022-11-23T01:27:42.1849005Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.1850258Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2022-11-23T01:27:42.1851924Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2022-11-23T01:27:42.1853561Z adding 'torch/include/ATen/ops/_cast_Char.h' 2022-11-23T01:27:42.1855250Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.1859559Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2022-11-23T01:27:42.1860099Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2022-11-23T01:27:42.1860731Z adding 'torch/include/ATen/ops/_cast_Double.h' 2022-11-23T01:27:42.1862667Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.1863841Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2022-11-23T01:27:42.1865527Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2022-11-23T01:27:42.1867072Z adding 'torch/include/ATen/ops/_cast_Float.h' 2022-11-23T01:27:42.1868839Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.1870316Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2022-11-23T01:27:42.1871926Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2022-11-23T01:27:42.1873494Z adding 'torch/include/ATen/ops/_cast_Half.h' 2022-11-23T01:27:42.1875630Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.1877172Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2022-11-23T01:27:42.1878954Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2022-11-23T01:27:42.1880543Z adding 'torch/include/ATen/ops/_cast_Int.h' 2022-11-23T01:27:42.1882347Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.1883677Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2022-11-23T01:27:42.1885347Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2022-11-23T01:27:42.1886930Z adding 'torch/include/ATen/ops/_cast_Long.h' 2022-11-23T01:27:42.1888326Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.1890243Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2022-11-23T01:27:42.1891404Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2022-11-23T01:27:42.1893102Z adding 'torch/include/ATen/ops/_cast_Short.h' 2022-11-23T01:27:42.1894819Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.1896448Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2022-11-23T01:27:42.1898335Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2022-11-23T01:27:42.1899928Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2022-11-23T01:27:42.1901994Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.1903425Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2022-11-23T01:27:42.1905191Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2022-11-23T01:27:42.1906771Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2022-11-23T01:27:42.1908773Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2022-11-23T01:27:42.1910356Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2022-11-23T01:27:42.1912232Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.1913542Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2022-11-23T01:27:42.1915179Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2022-11-23T01:27:42.1916818Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2022-11-23T01:27:42.1918471Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2022-11-23T01:27:42.1920116Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2022-11-23T01:27:42.1921877Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.1923530Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2022-11-23T01:27:42.1924935Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2022-11-23T01:27:42.1926370Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2022-11-23T01:27:42.1928231Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2022-11-23T01:27:42.1929728Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2022-11-23T01:27:42.1931400Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.1932806Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2022-11-23T01:27:42.1934407Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2022-11-23T01:27:42.1936206Z adding 'torch/include/ATen/ops/_coalesce.h' 2022-11-23T01:27:42.1938147Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.1939609Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2022-11-23T01:27:42.1941380Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2022-11-23T01:27:42.1943118Z adding 'torch/include/ATen/ops/_coalesced.h' 2022-11-23T01:27:42.1944793Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.1946071Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2022-11-23T01:27:42.1948029Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2022-11-23T01:27:42.1949658Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2022-11-23T01:27:42.1951897Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2022-11-23T01:27:42.1953345Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2022-11-23T01:27:42.1955396Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2022-11-23T01:27:42.1957063Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2022-11-23T01:27:42.1958616Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2022-11-23T01:27:42.1960762Z adding 'torch/include/ATen/ops/_conj.h' 2022-11-23T01:27:42.1961900Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.1963981Z adding 'torch/include/ATen/ops/_conj_copy.h' 2022-11-23T01:27:42.1965728Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.1967442Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.1968557Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2022-11-23T01:27:42.1970533Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2022-11-23T01:27:42.1971767Z adding 'torch/include/ATen/ops/_conj_native.h' 2022-11-23T01:27:42.1973530Z adding 'torch/include/ATen/ops/_conj_ops.h' 2022-11-23T01:27:42.1975619Z adding 'torch/include/ATen/ops/_conj_physical.h' 2022-11-23T01:27:42.1977188Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.1978360Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2022-11-23T01:27:42.1980249Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2022-11-23T01:27:42.1982231Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2022-11-23T01:27:42.1986869Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2022-11-23T01:27:42.1988301Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2022-11-23T01:27:42.1989924Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2022-11-23T01:27:42.1991654Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2022-11-23T01:27:42.1993246Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.1995335Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2022-11-23T01:27:42.1996875Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2022-11-23T01:27:42.1998407Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2022-11-23T01:27:42.2000046Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2022-11-23T01:27:42.2001961Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2022-11-23T01:27:42.2003603Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2022-11-23T01:27:42.2005450Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2022-11-23T01:27:42.2007187Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.2008807Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2022-11-23T01:27:42.2010472Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2022-11-23T01:27:42.2012230Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2022-11-23T01:27:42.2013996Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2022-11-23T01:27:42.2015475Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2022-11-23T01:27:42.2017206Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2022-11-23T01:27:42.2019286Z adding 'torch/include/ATen/ops/_convolution.h' 2022-11-23T01:27:42.2022224Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2023788Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.2025512Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2022-11-23T01:27:42.2027516Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.2029170Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2022-11-23T01:27:42.2030973Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2022-11-23T01:27:42.2032594Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2022-11-23T01:27:42.2034821Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.2036435Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2022-11-23T01:27:42.2037854Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2022-11-23T01:27:42.2039443Z adding 'torch/include/ATen/ops/_convolution_native.h' 2022-11-23T01:27:42.2041235Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2022-11-23T01:27:42.2043036Z adding 'torch/include/ATen/ops/_copy_from.h' 2022-11-23T01:27:42.2044793Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2022-11-23T01:27:42.2046646Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2048146Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2022-11-23T01:27:42.2050127Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2022-11-23T01:27:42.2051933Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2053434Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2022-11-23T01:27:42.2055330Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2022-11-23T01:27:42.2057379Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2022-11-23T01:27:42.2059588Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2022-11-23T01:27:42.2061648Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2063200Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2022-11-23T01:27:42.2065037Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2022-11-23T01:27:42.2067340Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2022-11-23T01:27:42.2069340Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2022-11-23T01:27:42.2071395Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2073105Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2022-11-23T01:27:42.2074978Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2022-11-23T01:27:42.2076698Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2022-11-23T01:27:42.2078988Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2022-11-23T01:27:42.2080842Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2022-11-23T01:27:42.2082585Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2084052Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2022-11-23T01:27:42.2085691Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2022-11-23T01:27:42.2087414Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2022-11-23T01:27:42.2089045Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2022-11-23T01:27:42.2090632Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2091823Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2022-11-23T01:27:42.2093233Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2022-11-23T01:27:42.2094825Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2022-11-23T01:27:42.2096881Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2022-11-23T01:27:42.2099772Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2022-11-23T01:27:42.2102239Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2104063Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2022-11-23T01:27:42.2105758Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2022-11-23T01:27:42.2107564Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2022-11-23T01:27:42.2109345Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2111331Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2022-11-23T01:27:42.2112911Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2022-11-23T01:27:42.2114937Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2116400Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2022-11-23T01:27:42.2117955Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2022-11-23T01:27:42.2119874Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2022-11-23T01:27:42.2121346Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2022-11-23T01:27:42.2123380Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2022-11-23T01:27:42.2125256Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2022-11-23T01:27:42.2126826Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.2128454Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2022-11-23T01:27:42.2129993Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2022-11-23T01:27:42.2131538Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2022-11-23T01:27:42.2133386Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.2134677Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2022-11-23T01:27:42.2136418Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2022-11-23T01:27:42.2138057Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2022-11-23T01:27:42.2140248Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.2141119Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2022-11-23T01:27:42.2142663Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2022-11-23T01:27:42.2144047Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2022-11-23T01:27:42.2145661Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.2146961Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2022-11-23T01:27:42.2148714Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2022-11-23T01:27:42.2150052Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2022-11-23T01:27:42.2152198Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2022-11-23T01:27:42.2153581Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2022-11-23T01:27:42.2155136Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2022-11-23T01:27:42.2156759Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2022-11-23T01:27:42.2158226Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2022-11-23T01:27:42.2159991Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2022-11-23T01:27:42.2161610Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2022-11-23T01:27:42.2162929Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2022-11-23T01:27:42.2164619Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2022-11-23T01:27:42.2166138Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2022-11-23T01:27:42.2167815Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.2169293Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2022-11-23T01:27:42.2170843Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2022-11-23T01:27:42.2172395Z adding 'torch/include/ATen/ops/_dimI.h' 2022-11-23T01:27:42.2173925Z adding 'torch/include/ATen/ops/_dimI_native.h' 2022-11-23T01:27:42.2175537Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2022-11-23T01:27:42.2177214Z adding 'torch/include/ATen/ops/_dimV.h' 2022-11-23T01:27:42.2178792Z adding 'torch/include/ATen/ops/_dimV_native.h' 2022-11-23T01:27:42.2180273Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2022-11-23T01:27:42.2181838Z adding 'torch/include/ATen/ops/_dim_arange.h' 2022-11-23T01:27:42.2183288Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.2184644Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2022-11-23T01:27:42.2186092Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2022-11-23T01:27:42.2187626Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2022-11-23T01:27:42.2189269Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2190826Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2022-11-23T01:27:42.2192193Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2022-11-23T01:27:42.2193698Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2022-11-23T01:27:42.2195687Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2022-11-23T01:27:42.2197677Z adding 'torch/include/ATen/ops/_efficient_attention_backward.h' 2022-11-23T01:27:42.2199336Z adding 'torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h' 2022-11-23T01:27:42.2200941Z adding 'torch/include/ATen/ops/_efficient_attention_backward_native.h' 2022-11-23T01:27:42.2202666Z adding 'torch/include/ATen/ops/_efficient_attention_backward_ops.h' 2022-11-23T01:27:42.2204119Z adding 'torch/include/ATen/ops/_efficient_attention_forward.h' 2022-11-23T01:27:42.2205736Z adding 'torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h' 2022-11-23T01:27:42.2207675Z adding 'torch/include/ATen/ops/_efficient_attention_forward_native.h' 2022-11-23T01:27:42.2209340Z adding 'torch/include/ATen/ops/_efficient_attention_forward_ops.h' 2022-11-23T01:27:42.2211143Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2022-11-23T01:27:42.2213171Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2214584Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2022-11-23T01:27:42.2216334Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2022-11-23T01:27:42.2217993Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2022-11-23T01:27:42.2219838Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2022-11-23T01:27:42.2221681Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2022-11-23T01:27:42.2223598Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2022-11-23T01:27:42.2225668Z adding 'torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.2227085Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2022-11-23T01:27:42.2228759Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2022-11-23T01:27:42.2230982Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2232843Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2022-11-23T01:27:42.2234585Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2022-11-23T01:27:42.2236536Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2022-11-23T01:27:42.2238885Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2240722Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2022-11-23T01:27:42.2242521Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2022-11-23T01:27:42.2244256Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2022-11-23T01:27:42.2245948Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2022-11-23T01:27:42.2247823Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2022-11-23T01:27:42.2249583Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2251508Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2022-11-23T01:27:42.2252779Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2022-11-23T01:27:42.2254520Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2022-11-23T01:27:42.2256159Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2022-11-23T01:27:42.2257829Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2022-11-23T01:27:42.2259829Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2022-11-23T01:27:42.2261538Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2022-11-23T01:27:42.2301690Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2302258Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2022-11-23T01:27:42.2302869Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2022-11-23T01:27:42.2303390Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2022-11-23T01:27:42.2304044Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2022-11-23T01:27:42.2304659Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2022-11-23T01:27:42.2305283Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.2305715Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2022-11-23T01:27:42.2306066Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2022-11-23T01:27:42.2306473Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2022-11-23T01:27:42.2306926Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2307321Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2022-11-23T01:27:42.2307653Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2022-11-23T01:27:42.2308090Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2022-11-23T01:27:42.2308440Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2022-11-23T01:27:42.2308849Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2309332Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2022-11-23T01:27:42.2309757Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2022-11-23T01:27:42.2310123Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2022-11-23T01:27:42.2310432Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2022-11-23T01:27:42.2310802Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2311272Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2022-11-23T01:27:42.2311570Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2022-11-23T01:27:42.2311915Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2022-11-23T01:27:42.2312304Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2022-11-23T01:27:42.2312842Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2022-11-23T01:27:42.2313270Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2022-11-23T01:27:42.2313807Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2022-11-23T01:27:42.2314470Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2022-11-23T01:27:42.2314936Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2315365Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2022-11-23T01:27:42.2316567Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2022-11-23T01:27:42.2318543Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2022-11-23T01:27:42.2319947Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2022-11-23T01:27:42.2321654Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2022-11-23T01:27:42.2323309Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2022-11-23T01:27:42.2324964Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2022-11-23T01:27:42.2326937Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2022-11-23T01:27:42.2327672Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2022-11-23T01:27:42.2329635Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2022-11-23T01:27:42.2331107Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2332884Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2022-11-23T01:27:42.2334042Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2022-11-23T01:27:42.2335595Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2022-11-23T01:27:42.2337350Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2022-11-23T01:27:42.2338934Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2022-11-23T01:27:42.2340702Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2342570Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2022-11-23T01:27:42.2344019Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2022-11-23T01:27:42.2345748Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2022-11-23T01:27:42.2347218Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2022-11-23T01:27:42.2349122Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2022-11-23T01:27:42.2350736Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2022-11-23T01:27:42.2352318Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2022-11-23T01:27:42.2353865Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2022-11-23T01:27:42.2355624Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2022-11-23T01:27:42.2357173Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2022-11-23T01:27:42.2358655Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2022-11-23T01:27:42.2360585Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2022-11-23T01:27:42.2361617Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2022-11-23T01:27:42.2363350Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2022-11-23T01:27:42.2364919Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2022-11-23T01:27:42.2366495Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2022-11-23T01:27:42.2368000Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2022-11-23T01:27:42.2369310Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2022-11-23T01:27:42.2371020Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2022-11-23T01:27:42.2372617Z adding 'torch/include/ATen/ops/_flash_attention_forward.h' 2022-11-23T01:27:42.2374274Z adding 'torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h' 2022-11-23T01:27:42.2375631Z adding 'torch/include/ATen/ops/_flash_attention_forward_native.h' 2022-11-23T01:27:42.2377430Z adding 'torch/include/ATen/ops/_flash_attention_forward_ops.h' 2022-11-23T01:27:42.2379940Z adding 'torch/include/ATen/ops/_foobar.h' 2022-11-23T01:27:42.2381791Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2383305Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2022-11-23T01:27:42.2385395Z adding 'torch/include/ATen/ops/_foobar_native.h' 2022-11-23T01:27:42.2386366Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2022-11-23T01:27:42.2387975Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2022-11-23T01:27:42.2389696Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2391039Z adding 'torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h' 2022-11-23T01:27:42.2392591Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2022-11-23T01:27:42.2394301Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2022-11-23T01:27:42.2395935Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2022-11-23T01:27:42.2397506Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2022-11-23T01:27:42.2399297Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2400658Z adding 'torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h' 2022-11-23T01:27:42.2402359Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2022-11-23T01:27:42.2403892Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2022-11-23T01:27:42.2405637Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2022-11-23T01:27:42.2407440Z adding 'torch/include/ATen/ops/_foreach_add.h' 2022-11-23T01:27:42.2409181Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2410691Z adding 'torch/include/ATen/ops/_foreach_add_cpu_dispatch.h' 2022-11-23T01:27:42.2412903Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2022-11-23T01:27:42.2413797Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2022-11-23T01:27:42.2415904Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2022-11-23T01:27:42.2417942Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2022-11-23T01:27:42.2419907Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2421522Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h' 2022-11-23T01:27:42.2423199Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2022-11-23T01:27:42.2424743Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2022-11-23T01:27:42.2426708Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2022-11-23T01:27:42.2428453Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2022-11-23T01:27:42.2430253Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2431660Z adding 'torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h' 2022-11-23T01:27:42.2433268Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2022-11-23T01:27:42.2435030Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2022-11-23T01:27:42.2437247Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2022-11-23T01:27:42.2439247Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2022-11-23T01:27:42.2441056Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2443059Z adding 'torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h' 2022-11-23T01:27:42.2444810Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2022-11-23T01:27:42.2446066Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2022-11-23T01:27:42.2448441Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2022-11-23T01:27:42.2450020Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2022-11-23T01:27:42.2452637Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2454087Z adding 'torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h' 2022-11-23T01:27:42.2456537Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2022-11-23T01:27:42.2458304Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2022-11-23T01:27:42.2460565Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2022-11-23T01:27:42.2462341Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2022-11-23T01:27:42.2464215Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2465740Z adding 'torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h' 2022-11-23T01:27:42.2467309Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2022-11-23T01:27:42.2468837Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2022-11-23T01:27:42.2470556Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2022-11-23T01:27:42.2472220Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2022-11-23T01:27:42.2473960Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2475813Z adding 'torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h' 2022-11-23T01:27:42.2477260Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2022-11-23T01:27:42.2478770Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2022-11-23T01:27:42.2480487Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2022-11-23T01:27:42.2482247Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2022-11-23T01:27:42.2484012Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2485529Z adding 'torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h' 2022-11-23T01:27:42.2487075Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2022-11-23T01:27:42.2488568Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2022-11-23T01:27:42.2490288Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2022-11-23T01:27:42.2492131Z adding 'torch/include/ATen/ops/_foreach_div.h' 2022-11-23T01:27:42.2493927Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2495573Z adding 'torch/include/ATen/ops/_foreach_div_cpu_dispatch.h' 2022-11-23T01:27:42.2497380Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2022-11-23T01:27:42.2499039Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2022-11-23T01:27:42.2501167Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2022-11-23T01:27:42.2502861Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2022-11-23T01:27:42.2504545Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2506427Z adding 'torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h' 2022-11-23T01:27:42.2507765Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2022-11-23T01:27:42.2509340Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2022-11-23T01:27:42.2511036Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2022-11-23T01:27:42.2513105Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2022-11-23T01:27:42.2514928Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2516419Z adding 'torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h' 2022-11-23T01:27:42.2518175Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2022-11-23T01:27:42.2520067Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2022-11-23T01:27:42.2521389Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2022-11-23T01:27:42.2522958Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2022-11-23T01:27:42.2524736Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2526138Z adding 'torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h' 2022-11-23T01:27:42.2527614Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2022-11-23T01:27:42.2529128Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2022-11-23T01:27:42.2530972Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2022-11-23T01:27:42.2532759Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2022-11-23T01:27:42.2534521Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2535965Z adding 'torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h' 2022-11-23T01:27:42.2537849Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2022-11-23T01:27:42.2539410Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2022-11-23T01:27:42.2541353Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2022-11-23T01:27:42.2543234Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2022-11-23T01:27:42.2545176Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2546942Z adding 'torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h' 2022-11-23T01:27:42.2548737Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2022-11-23T01:27:42.2550472Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2022-11-23T01:27:42.2552491Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2022-11-23T01:27:42.2554662Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2022-11-23T01:27:42.2556425Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2558203Z adding 'torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h' 2022-11-23T01:27:42.2559991Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2022-11-23T01:27:42.2562122Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2022-11-23T01:27:42.2564083Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2022-11-23T01:27:42.2566305Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2022-11-23T01:27:42.2568476Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2570497Z adding 'torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h' 2022-11-23T01:27:42.2572542Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2022-11-23T01:27:42.2574556Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2022-11-23T01:27:42.2576926Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2022-11-23T01:27:42.2578935Z adding 'torch/include/ATen/ops/_foreach_log.h' 2022-11-23T01:27:42.2581210Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2022-11-23T01:27:42.2583305Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2585296Z adding 'torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h' 2022-11-23T01:27:42.2587373Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2022-11-23T01:27:42.2589307Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2022-11-23T01:27:42.2591790Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2022-11-23T01:27:42.2593596Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2022-11-23T01:27:42.2596070Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2597791Z adding 'torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h' 2022-11-23T01:27:42.2599992Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2022-11-23T01:27:42.2601634Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2022-11-23T01:27:42.2603316Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2022-11-23T01:27:42.2605098Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2022-11-23T01:27:42.2607167Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2608536Z adding 'torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h' 2022-11-23T01:27:42.2610106Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2022-11-23T01:27:42.2611737Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2022-11-23T01:27:42.2613480Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2022-11-23T01:27:42.2615297Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2616829Z adding 'torch/include/ATen/ops/_foreach_log_cpu_dispatch.h' 2022-11-23T01:27:42.2618484Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2022-11-23T01:27:42.2620116Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2022-11-23T01:27:42.2621883Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2022-11-23T01:27:42.2623691Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2022-11-23T01:27:42.2625525Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2627040Z adding 'torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h' 2022-11-23T01:27:42.2628698Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2022-11-23T01:27:42.2630291Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2022-11-23T01:27:42.2632572Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2022-11-23T01:27:42.2634042Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2022-11-23T01:27:42.2635984Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2637656Z adding 'torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h' 2022-11-23T01:27:42.2639380Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2022-11-23T01:27:42.2640956Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2022-11-23T01:27:42.2642832Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2022-11-23T01:27:42.2644722Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2022-11-23T01:27:42.2646546Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2648131Z adding 'torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h' 2022-11-23T01:27:42.2649958Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2022-11-23T01:27:42.2651706Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2022-11-23T01:27:42.2653683Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2022-11-23T01:27:42.2655413Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2022-11-23T01:27:42.2657219Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2658798Z adding 'torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h' 2022-11-23T01:27:42.2660472Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2022-11-23T01:27:42.2662026Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2022-11-23T01:27:42.2663932Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2022-11-23T01:27:42.2665540Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2022-11-23T01:27:42.2667272Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2668869Z adding 'torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h' 2022-11-23T01:27:42.2670305Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2022-11-23T01:27:42.2671938Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2022-11-23T01:27:42.2673745Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2022-11-23T01:27:42.2675721Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2022-11-23T01:27:42.2677426Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2679472Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h' 2022-11-23T01:27:42.2680862Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2022-11-23T01:27:42.2682899Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2022-11-23T01:27:42.2684579Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2022-11-23T01:27:42.2686075Z adding 'torch/include/ATen/ops/_foreach_round.h' 2022-11-23T01:27:42.2687874Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2688891Z adding 'torch/include/ATen/ops/_foreach_round_cpu_dispatch.h' 2022-11-23T01:27:42.2690708Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2022-11-23T01:27:42.2692217Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2022-11-23T01:27:42.2693768Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2022-11-23T01:27:42.2695201Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2022-11-23T01:27:42.2696884Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2698691Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h' 2022-11-23T01:27:42.2700460Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2022-11-23T01:27:42.2702124Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2022-11-23T01:27:42.2704652Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2022-11-23T01:27:42.2706301Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2022-11-23T01:27:42.2708611Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2710290Z adding 'torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h' 2022-11-23T01:27:42.2712443Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2022-11-23T01:27:42.2714317Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2022-11-23T01:27:42.2716892Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2022-11-23T01:27:42.2718772Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2022-11-23T01:27:42.2721237Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2722783Z adding 'torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h' 2022-11-23T01:27:42.2725059Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2022-11-23T01:27:42.2726722Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2022-11-23T01:27:42.2728963Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2022-11-23T01:27:42.2730797Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2022-11-23T01:27:42.2732903Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2734742Z adding 'torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h' 2022-11-23T01:27:42.2737025Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2022-11-23T01:27:42.2738825Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2022-11-23T01:27:42.2741117Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2022-11-23T01:27:42.2743250Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2022-11-23T01:27:42.2745466Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2747314Z adding 'torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h' 2022-11-23T01:27:42.2749353Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2022-11-23T01:27:42.2751453Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2022-11-23T01:27:42.2753894Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2022-11-23T01:27:42.2756235Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2022-11-23T01:27:42.2758127Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2760133Z adding 'torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h' 2022-11-23T01:27:42.2761945Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2022-11-23T01:27:42.2763912Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2022-11-23T01:27:42.2766164Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2022-11-23T01:27:42.2767917Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2022-11-23T01:27:42.2770224Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2771881Z adding 'torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h' 2022-11-23T01:27:42.2773941Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2022-11-23T01:27:42.2775603Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2022-11-23T01:27:42.2778011Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2022-11-23T01:27:42.2779818Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2022-11-23T01:27:42.2782130Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2783821Z adding 'torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h' 2022-11-23T01:27:42.2785935Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2022-11-23T01:27:42.2787826Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2022-11-23T01:27:42.2789934Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2022-11-23T01:27:42.2791642Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2022-11-23T01:27:42.2793325Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2794861Z adding 'torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h' 2022-11-23T01:27:42.2797130Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2022-11-23T01:27:42.2798822Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2022-11-23T01:27:42.2800221Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2022-11-23T01:27:42.2802001Z adding 'torch/include/ATen/ops/_fused_adam.h' 2022-11-23T01:27:42.2803851Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2805253Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2022-11-23T01:27:42.2806711Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2022-11-23T01:27:42.2808624Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2022-11-23T01:27:42.2810435Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2022-11-23T01:27:42.2811833Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2813227Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2022-11-23T01:27:42.2814749Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2022-11-23T01:27:42.2816337Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2022-11-23T01:27:42.2818216Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2022-11-23T01:27:42.2820061Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2821628Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2022-11-23T01:27:42.2823277Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2022-11-23T01:27:42.2824619Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2022-11-23T01:27:42.2826416Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2022-11-23T01:27:42.2827926Z adding 'torch/include/ATen/ops/_fused_sdp_choice.h' 2022-11-23T01:27:42.2829850Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h' 2022-11-23T01:27:42.2831036Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h' 2022-11-23T01:27:42.2832651Z adding 'torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h' 2022-11-23T01:27:42.2835185Z adding 'torch/include/ATen/ops/_fused_sdp_choice_native.h' 2022-11-23T01:27:42.2835663Z adding 'torch/include/ATen/ops/_fused_sdp_choice_ops.h' 2022-11-23T01:27:42.2837238Z adding 'torch/include/ATen/ops/_fw_primal.h' 2022-11-23T01:27:42.2838758Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2840197Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2022-11-23T01:27:42.2841779Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2843341Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.2844637Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2022-11-23T01:27:42.2846232Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2022-11-23T01:27:42.2847660Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2022-11-23T01:27:42.2849242Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2022-11-23T01:27:42.2850675Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2022-11-23T01:27:42.2852311Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.2853938Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2022-11-23T01:27:42.2855806Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2022-11-23T01:27:42.2857205Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2022-11-23T01:27:42.2858663Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2022-11-23T01:27:42.2860458Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.2861878Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2022-11-23T01:27:42.2863672Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2022-11-23T01:27:42.2865025Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2866872Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2022-11-23T01:27:42.2868263Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2022-11-23T01:27:42.2869802Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2022-11-23T01:27:42.2871637Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.2873125Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2022-11-23T01:27:42.2875547Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2022-11-23T01:27:42.2876868Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2022-11-23T01:27:42.2878613Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2879908Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2022-11-23T01:27:42.2881312Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2022-11-23T01:27:42.2883108Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2022-11-23T01:27:42.2884753Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2886146Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2022-11-23T01:27:42.2887617Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2022-11-23T01:27:42.2889516Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2022-11-23T01:27:42.2891305Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2022-11-23T01:27:42.2892723Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2894026Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2022-11-23T01:27:42.2895412Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2022-11-23T01:27:42.2897086Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2022-11-23T01:27:42.2898891Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2022-11-23T01:27:42.2900634Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2902158Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2022-11-23T01:27:42.2903698Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2022-11-23T01:27:42.2905962Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2022-11-23T01:27:42.2907181Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2022-11-23T01:27:42.2908793Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2910240Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2022-11-23T01:27:42.2911745Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2022-11-23T01:27:42.2913569Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2022-11-23T01:27:42.2915278Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2022-11-23T01:27:42.2916769Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2022-11-23T01:27:42.2918041Z adding 'torch/include/ATen/ops/_indices.h' 2022-11-23T01:27:42.2919525Z adding 'torch/include/ATen/ops/_indices_copy.h' 2022-11-23T01:27:42.2921080Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2922621Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.2924313Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2022-11-23T01:27:42.2925754Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2022-11-23T01:27:42.2927239Z adding 'torch/include/ATen/ops/_indices_native.h' 2022-11-23T01:27:42.2928505Z adding 'torch/include/ATen/ops/_indices_ops.h' 2022-11-23T01:27:42.2929882Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2022-11-23T01:27:42.2931550Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.2933378Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2022-11-23T01:27:42.2934921Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2022-11-23T01:27:42.2936086Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2022-11-23T01:27:42.2937816Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.2939378Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2022-11-23T01:27:42.2940790Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2022-11-23T01:27:42.2942660Z adding 'torch/include/ATen/ops/_linalg_det.h' 2022-11-23T01:27:42.2944386Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.2946270Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2022-11-23T01:27:42.2947613Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2022-11-23T01:27:42.2948877Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2022-11-23T01:27:42.2950538Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2022-11-23T01:27:42.2951835Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2022-11-23T01:27:42.2953542Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2022-11-23T01:27:42.2955414Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2022-11-23T01:27:42.2957186Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.2958625Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2022-11-23T01:27:42.2960435Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2022-11-23T01:27:42.2961772Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2022-11-23T01:27:42.2963609Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2022-11-23T01:27:42.2965394Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2022-11-23T01:27:42.2967086Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2022-11-23T01:27:42.2968533Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2022-11-23T01:27:42.2970182Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.2971802Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2022-11-23T01:27:42.2974297Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2022-11-23T01:27:42.2974486Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2022-11-23T01:27:42.2976082Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2022-11-23T01:27:42.2977782Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2022-11-23T01:27:42.2979414Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2022-11-23T01:27:42.2981032Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2022-11-23T01:27:42.2982855Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.2984333Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2022-11-23T01:27:42.2986367Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2022-11-23T01:27:42.2987503Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2022-11-23T01:27:42.2989057Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2022-11-23T01:27:42.2990527Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2022-11-23T01:27:42.2992402Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2022-11-23T01:27:42.2994065Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2022-11-23T01:27:42.2996043Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.2997753Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2022-11-23T01:27:42.2999641Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2022-11-23T01:27:42.3001040Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2022-11-23T01:27:42.3002729Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2022-11-23T01:27:42.3005489Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2022-11-23T01:27:42.3005802Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2022-11-23T01:27:42.3007615Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2022-11-23T01:27:42.3009192Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2022-11-23T01:27:42.3010538Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2022-11-23T01:27:42.3012043Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2022-11-23T01:27:42.3013530Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2022-11-23T01:27:42.3014960Z adding 'torch/include/ATen/ops/_log_softmax.h' 2022-11-23T01:27:42.3016677Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2022-11-23T01:27:42.3018600Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.3020099Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2022-11-23T01:27:42.3021792Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2022-11-23T01:27:42.3023156Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2022-11-23T01:27:42.3024781Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2022-11-23T01:27:42.3026288Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2022-11-23T01:27:42.3028051Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2022-11-23T01:27:42.3029750Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.3031237Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2022-11-23T01:27:42.3032838Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2022-11-23T01:27:42.3034572Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2022-11-23T01:27:42.3036585Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2022-11-23T01:27:42.3038286Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2022-11-23T01:27:42.3039938Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2022-11-23T01:27:42.3041811Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2022-11-23T01:27:42.3043761Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2022-11-23T01:27:42.3045305Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2022-11-23T01:27:42.3047173Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2022-11-23T01:27:42.3048433Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2022-11-23T01:27:42.3050154Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2022-11-23T01:27:42.3051866Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3053243Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2022-11-23T01:27:42.3054928Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2022-11-23T01:27:42.3056553Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2022-11-23T01:27:42.3058277Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3059857Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2022-11-23T01:27:42.3061058Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2022-11-23T01:27:42.3062421Z adding 'torch/include/ATen/ops/_make_dual.h' 2022-11-23T01:27:42.3064076Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3065777Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2022-11-23T01:27:42.3067216Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3068918Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.3070472Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2022-11-23T01:27:42.3072036Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2022-11-23T01:27:42.3073562Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2022-11-23T01:27:42.3075476Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2022-11-23T01:27:42.3077466Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2022-11-23T01:27:42.3079077Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3080536Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2022-11-23T01:27:42.3082113Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2022-11-23T01:27:42.3083631Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2022-11-23T01:27:42.3085363Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2022-11-23T01:27:42.3087199Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2022-11-23T01:27:42.3088918Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3090502Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2022-11-23T01:27:42.3092088Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2022-11-23T01:27:42.3093670Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2022-11-23T01:27:42.3095400Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2022-11-23T01:27:42.3097075Z adding 'torch/include/ATen/ops/_masked_scale.h' 2022-11-23T01:27:42.3098938Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3100489Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2022-11-23T01:27:42.3102067Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2022-11-23T01:27:42.3103817Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2022-11-23T01:27:42.3105499Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2022-11-23T01:27:42.3107266Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2022-11-23T01:27:42.3109021Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3110620Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2022-11-23T01:27:42.3112211Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2022-11-23T01:27:42.3113807Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2022-11-23T01:27:42.3115830Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2022-11-23T01:27:42.3117645Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3119199Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2022-11-23T01:27:42.3120715Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2022-11-23T01:27:42.3122305Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2022-11-23T01:27:42.3123904Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2022-11-23T01:27:42.3125498Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2022-11-23T01:27:42.3127212Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3128754Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2022-11-23T01:27:42.3130344Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2022-11-23T01:27:42.3131918Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2022-11-23T01:27:42.3133540Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3135187Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2022-11-23T01:27:42.3136962Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2022-11-23T01:27:42.3138468Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2022-11-23T01:27:42.3140137Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2022-11-23T01:27:42.3142146Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3143416Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2022-11-23T01:27:42.3145520Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2022-11-23T01:27:42.3147200Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2022-11-23T01:27:42.3148974Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3150540Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2022-11-23T01:27:42.3152140Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2022-11-23T01:27:42.3153936Z adding 'torch/include/ATen/ops/_mps_max_pool2d.h' 2022-11-23T01:27:42.3156014Z adding 'torch/include/ATen/ops/_mps_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3157466Z adding 'torch/include/ATen/ops/_mps_max_pool2d_native.h' 2022-11-23T01:27:42.3159414Z adding 'torch/include/ATen/ops/_mps_max_pool2d_ops.h' 2022-11-23T01:27:42.3161192Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention.h' 2022-11-23T01:27:42.3163156Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3164878Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cpu_dispatch.h' 2022-11-23T01:27:42.3166370Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cuda_dispatch.h' 2022-11-23T01:27:42.3168028Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_native.h' 2022-11-23T01:27:42.3170520Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_ops.h' 2022-11-23T01:27:42.3172711Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2022-11-23T01:27:42.3174416Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3175798Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2022-11-23T01:27:42.3177402Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2022-11-23T01:27:42.3178967Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2022-11-23T01:27:42.3180703Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2022-11-23T01:27:42.3182271Z adding 'torch/include/ATen/ops/_neg_view.h' 2022-11-23T01:27:42.3183796Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3185339Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2022-11-23T01:27:42.3186812Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3188559Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.3189583Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2022-11-23T01:27:42.3191520Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2022-11-23T01:27:42.3192976Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2022-11-23T01:27:42.3194821Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2022-11-23T01:27:42.3196751Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2022-11-23T01:27:42.3198785Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2022-11-23T01:27:42.3200778Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3202214Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2022-11-23T01:27:42.3204013Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2022-11-23T01:27:42.3205608Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3207267Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2022-11-23T01:27:42.3208778Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2022-11-23T01:27:42.3210100Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2022-11-23T01:27:42.3211871Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2022-11-23T01:27:42.3213625Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2022-11-23T01:27:42.3214751Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2022-11-23T01:27:42.3216619Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2022-11-23T01:27:42.3218011Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2022-11-23T01:27:42.3219418Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2022-11-23T01:27:42.3221846Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2022-11-23T01:27:42.3223359Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2022-11-23T01:27:42.3225798Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3227417Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2022-11-23T01:27:42.3229957Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2022-11-23T01:27:42.3231091Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2022-11-23T01:27:42.3233450Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2022-11-23T01:27:42.3235437Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2022-11-23T01:27:42.3237476Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2022-11-23T01:27:42.3239324Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2022-11-23T01:27:42.3241277Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2022-11-23T01:27:42.3243438Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2022-11-23T01:27:42.3245667Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list.h' 2022-11-23T01:27:42.3247988Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3249705Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h' 2022-11-23T01:27:42.3251512Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h' 2022-11-23T01:27:42.3253324Z adding 'torch/include/ATen/ops/_nested_tensor_offsets.h' 2022-11-23T01:27:42.3254589Z adding 'torch/include/ATen/ops/_nested_tensor_offsets_native.h' 2022-11-23T01:27:42.3256351Z adding 'torch/include/ATen/ops/_nested_tensor_offsets_ops.h' 2022-11-23T01:27:42.3257902Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2022-11-23T01:27:42.3259556Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3261205Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2022-11-23T01:27:42.3262511Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2022-11-23T01:27:42.3263912Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2022-11-23T01:27:42.3265293Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2022-11-23T01:27:42.3266745Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2022-11-23T01:27:42.3268154Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2022-11-23T01:27:42.3269744Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3271065Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2022-11-23T01:27:42.3272566Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2022-11-23T01:27:42.3274262Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2022-11-23T01:27:42.3275662Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2022-11-23T01:27:42.3277336Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3278856Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.3280131Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2022-11-23T01:27:42.3281711Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2022-11-23T01:27:42.3283417Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2022-11-23T01:27:42.3284708Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2022-11-23T01:27:42.3286076Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2022-11-23T01:27:42.3287662Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2022-11-23T01:27:42.3289200Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2022-11-23T01:27:42.3290930Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3292286Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2022-11-23T01:27:42.3294215Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2022-11-23T01:27:42.3295529Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2022-11-23T01:27:42.3296956Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3298263Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2022-11-23T01:27:42.3299749Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2022-11-23T01:27:42.3301480Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2022-11-23T01:27:42.3303288Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3304680Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2022-11-23T01:27:42.3306313Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2022-11-23T01:27:42.3307634Z adding 'torch/include/ATen/ops/_nnz.h' 2022-11-23T01:27:42.3309009Z adding 'torch/include/ATen/ops/_nnz_native.h' 2022-11-23T01:27:42.3310494Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2022-11-23T01:27:42.3312161Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2022-11-23T01:27:42.3313624Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2022-11-23T01:27:42.3315405Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3317079Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2022-11-23T01:27:42.3318485Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2022-11-23T01:27:42.3320119Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3321377Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2022-11-23T01:27:42.3323148Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2022-11-23T01:27:42.3324778Z adding 'torch/include/ATen/ops/_pad_circular.h' 2022-11-23T01:27:42.3326473Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3327990Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2022-11-23T01:27:42.3329551Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2022-11-23T01:27:42.3331066Z adding 'torch/include/ATen/ops/_pad_enum.h' 2022-11-23T01:27:42.3332917Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3334147Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2022-11-23T01:27:42.3335843Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2022-11-23T01:27:42.3337425Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2022-11-23T01:27:42.3339027Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3340474Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2022-11-23T01:27:42.3342110Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2022-11-23T01:27:42.3343736Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2022-11-23T01:27:42.3345328Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3346727Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2022-11-23T01:27:42.3348223Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2022-11-23T01:27:42.3349773Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2022-11-23T01:27:42.3351323Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2022-11-23T01:27:42.3352847Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2022-11-23T01:27:42.3354706Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3356193Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2022-11-23T01:27:42.3357672Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2022-11-23T01:27:42.3359125Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2022-11-23T01:27:42.3360696Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2022-11-23T01:27:42.3362200Z adding 'torch/include/ATen/ops/_pin_memory.h' 2022-11-23T01:27:42.3363968Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3365293Z adding 'torch/include/ATen/ops/_pin_memory_cuda_dispatch.h' 2022-11-23T01:27:42.3366777Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2022-11-23T01:27:42.3368380Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2022-11-23T01:27:42.3369858Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2022-11-23T01:27:42.3371586Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3372849Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2022-11-23T01:27:42.3374384Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2022-11-23T01:27:42.3375937Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2022-11-23T01:27:42.3377817Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2022-11-23T01:27:42.3379635Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3381231Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.3382573Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2022-11-23T01:27:42.3384182Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2022-11-23T01:27:42.3385745Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2022-11-23T01:27:42.3387243Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2022-11-23T01:27:42.3388668Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2022-11-23T01:27:42.3390178Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2022-11-23T01:27:42.3391680Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2022-11-23T01:27:42.3393206Z adding 'torch/include/ATen/ops/_reshape_copy.h' 2022-11-23T01:27:42.3395045Z adding 'torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3396385Z adding 'torch/include/ATen/ops/_reshape_copy_native.h' 2022-11-23T01:27:42.3397932Z adding 'torch/include/ATen/ops/_reshape_copy_ops.h' 2022-11-23T01:27:42.3399420Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2022-11-23T01:27:42.3401015Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3402345Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2022-11-23T01:27:42.3403882Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2022-11-23T01:27:42.3405477Z adding 'torch/include/ATen/ops/_resize_output.h' 2022-11-23T01:27:42.3407117Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3408542Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2022-11-23T01:27:42.3409990Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2022-11-23T01:27:42.3411687Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2022-11-23T01:27:42.3413172Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2022-11-23T01:27:42.3414771Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3416191Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2022-11-23T01:27:42.3417948Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2022-11-23T01:27:42.3419593Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2022-11-23T01:27:42.3421116Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3422596Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2022-11-23T01:27:42.3424145Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2022-11-23T01:27:42.3425588Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2022-11-23T01:27:42.3427142Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2022-11-23T01:27:42.3428713Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2022-11-23T01:27:42.3430324Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3431693Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2022-11-23T01:27:42.3433312Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2022-11-23T01:27:42.3434970Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention.h' 2022-11-23T01:27:42.3436574Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3438122Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math.h' 2022-11-23T01:27:42.3439715Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3441152Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h' 2022-11-23T01:27:42.3442786Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h' 2022-11-23T01:27:42.3444269Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_native.h' 2022-11-23T01:27:42.3446019Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_ops.h' 2022-11-23T01:27:42.3447883Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h' 2022-11-23T01:27:42.3449471Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h' 2022-11-23T01:27:42.3451117Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h' 2022-11-23T01:27:42.3452521Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h' 2022-11-23T01:27:42.3454237Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h' 2022-11-23T01:27:42.3455856Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h' 2022-11-23T01:27:42.3457192Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h' 2022-11-23T01:27:42.3459098Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h' 2022-11-23T01:27:42.3460651Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention.h' 2022-11-23T01:27:42.3462249Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h' 2022-11-23T01:27:42.3463687Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h' 2022-11-23T01:27:42.3465238Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h' 2022-11-23T01:27:42.3466926Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2022-11-23T01:27:42.3468687Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3470295Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2022-11-23T01:27:42.3471841Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2022-11-23T01:27:42.3473402Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2022-11-23T01:27:42.3476050Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2022-11-23T01:27:42.3477095Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2022-11-23T01:27:42.3478784Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3480148Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2022-11-23T01:27:42.3481511Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2022-11-23T01:27:42.3483187Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2022-11-23T01:27:42.3485050Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3486534Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2022-11-23T01:27:42.3488132Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2022-11-23T01:27:42.3489689Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2022-11-23T01:27:42.3491636Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2022-11-23T01:27:42.3493320Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2022-11-23T01:27:42.3494998Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2022-11-23T01:27:42.3496509Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2022-11-23T01:27:42.3498243Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2022-11-23T01:27:42.3499905Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2022-11-23T01:27:42.3501956Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2022-11-23T01:27:42.3503553Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3505134Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2022-11-23T01:27:42.3506623Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2022-11-23T01:27:42.3508073Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2022-11-23T01:27:42.3509923Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3511149Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2022-11-23T01:27:42.3512649Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2022-11-23T01:27:42.3514597Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2022-11-23T01:27:42.3516147Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3517422Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2022-11-23T01:27:42.3518997Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2022-11-23T01:27:42.3520426Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2022-11-23T01:27:42.3521988Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3523416Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2022-11-23T01:27:42.3524966Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2022-11-23T01:27:42.3526491Z adding 'torch/include/ATen/ops/_softmax.h' 2022-11-23T01:27:42.3528067Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2022-11-23T01:27:42.3529808Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.3531321Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2022-11-23T01:27:42.3532722Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2022-11-23T01:27:42.3534171Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2022-11-23T01:27:42.3535745Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2022-11-23T01:27:42.3537285Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2022-11-23T01:27:42.3539791Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2022-11-23T01:27:42.3541588Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.3543020Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2022-11-23T01:27:42.3544550Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2022-11-23T01:27:42.3546019Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2022-11-23T01:27:42.3547557Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2022-11-23T01:27:42.3549117Z adding 'torch/include/ATen/ops/_softmax_native.h' 2022-11-23T01:27:42.3550757Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2022-11-23T01:27:42.3552403Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2022-11-23T01:27:42.3554209Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3555891Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2022-11-23T01:27:42.3557484Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2022-11-23T01:27:42.3559028Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2022-11-23T01:27:42.3560511Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2022-11-23T01:27:42.3562193Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3563714Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.3565043Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2022-11-23T01:27:42.3566690Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2022-11-23T01:27:42.3568033Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2022-11-23T01:27:42.3569526Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2022-11-23T01:27:42.3571353Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2022-11-23T01:27:42.3573001Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3574437Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2022-11-23T01:27:42.3576003Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2022-11-23T01:27:42.3577874Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2022-11-23T01:27:42.3579395Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3580743Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2022-11-23T01:27:42.3582272Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2022-11-23T01:27:42.3583846Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2022-11-23T01:27:42.3585422Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3586724Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2022-11-23T01:27:42.3588235Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2022-11-23T01:27:42.3589893Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2022-11-23T01:27:42.3591581Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3592884Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2022-11-23T01:27:42.3594757Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2022-11-23T01:27:42.3596328Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2022-11-23T01:27:42.3598346Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2022-11-23T01:27:42.3600253Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3601730Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2022-11-23T01:27:42.3603175Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2022-11-23T01:27:42.3604855Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2022-11-23T01:27:42.3606470Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3607851Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2022-11-23T01:27:42.3609248Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2022-11-23T01:27:42.3610846Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2022-11-23T01:27:42.3612382Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2022-11-23T01:27:42.3614030Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3615356Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2022-11-23T01:27:42.3616908Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2022-11-23T01:27:42.3618504Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2022-11-23T01:27:42.3620089Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3621401Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2022-11-23T01:27:42.3622987Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2022-11-23T01:27:42.3624550Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2022-11-23T01:27:42.3626130Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3627466Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2022-11-23T01:27:42.3629093Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2022-11-23T01:27:42.3630664Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2022-11-23T01:27:42.3632257Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3633588Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2022-11-23T01:27:42.3635237Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2022-11-23T01:27:42.3636800Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2022-11-23T01:27:42.3638333Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2022-11-23T01:27:42.3640005Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3641327Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2022-11-23T01:27:42.3642805Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2022-11-23T01:27:42.3644302Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3645700Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3647083Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2022-11-23T01:27:42.3648930Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2022-11-23T01:27:42.3650174Z adding 'torch/include/ATen/ops/_sparse_mask_helper.h' 2022-11-23T01:27:42.3651799Z adding 'torch/include/ATen/ops/_sparse_mask_helper_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3652973Z adding 'torch/include/ATen/ops/_sparse_mask_helper_native.h' 2022-11-23T01:27:42.3654423Z adding 'torch/include/ATen/ops/_sparse_mask_helper_ops.h' 2022-11-23T01:27:42.3655795Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2022-11-23T01:27:42.3657319Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3658864Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2022-11-23T01:27:42.3660298Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2022-11-23T01:27:42.3661698Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2022-11-23T01:27:42.3663198Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2022-11-23T01:27:42.3664688Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3666119Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2022-11-23T01:27:42.3667641Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2022-11-23T01:27:42.3669179Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3670631Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3672163Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2022-11-23T01:27:42.3673814Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2022-11-23T01:27:42.3675466Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2022-11-23T01:27:42.3677066Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3678465Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2022-11-23T01:27:42.3680546Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2022-11-23T01:27:42.3682079Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2022-11-23T01:27:42.3683696Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2022-11-23T01:27:42.3685502Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3686917Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2022-11-23T01:27:42.3688502Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2022-11-23T01:27:42.3690171Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3691647Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3693292Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2022-11-23T01:27:42.3695103Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2022-11-23T01:27:42.3696982Z adding 'torch/include/ATen/ops/_spdiags.h' 2022-11-23T01:27:42.3699378Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3699937Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2022-11-23T01:27:42.3701733Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2022-11-23T01:27:42.3703577Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2022-11-23T01:27:42.3705168Z adding 'torch/include/ATen/ops/_stack.h' 2022-11-23T01:27:42.3706943Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3708741Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2022-11-23T01:27:42.3710324Z adding 'torch/include/ATen/ops/_stack_native.h' 2022-11-23T01:27:42.3711928Z adding 'torch/include/ATen/ops/_stack_ops.h' 2022-11-23T01:27:42.3713514Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2022-11-23T01:27:42.3715395Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3717109Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2022-11-23T01:27:42.3718779Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2022-11-23T01:27:42.3720414Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2022-11-23T01:27:42.3722113Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3723659Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2022-11-23T01:27:42.3725259Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2022-11-23T01:27:42.3726705Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2022-11-23T01:27:42.3728393Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2022-11-23T01:27:42.3729952Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2022-11-23T01:27:42.3731638Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2022-11-23T01:27:42.3733339Z adding 'torch/include/ATen/ops/_symeig_helper.h' 2022-11-23T01:27:42.3735098Z adding 'torch/include/ATen/ops/_symeig_helper_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3736652Z adding 'torch/include/ATen/ops/_symeig_helper_cpu_dispatch.h' 2022-11-23T01:27:42.3738229Z adding 'torch/include/ATen/ops/_symeig_helper_cuda_dispatch.h' 2022-11-23T01:27:42.3739733Z adding 'torch/include/ATen/ops/_symeig_helper_native.h' 2022-11-23T01:27:42.3741436Z adding 'torch/include/ATen/ops/_symeig_helper_ops.h' 2022-11-23T01:27:42.3743053Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2022-11-23T01:27:42.3744770Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3746676Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2022-11-23T01:27:42.3748391Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2022-11-23T01:27:42.3750138Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2022-11-23T01:27:42.3751990Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3753433Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3755055Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2022-11-23T01:27:42.3756782Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2022-11-23T01:27:42.3758350Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2022-11-23T01:27:42.3760015Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3761549Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2022-11-23T01:27:42.3763199Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3764970Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.3766434Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2022-11-23T01:27:42.3767989Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2022-11-23T01:27:42.3769476Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2022-11-23T01:27:42.3771131Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2022-11-23T01:27:42.3772696Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2022-11-23T01:27:42.3774317Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3775819Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2022-11-23T01:27:42.3777353Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2022-11-23T01:27:42.3779145Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2022-11-23T01:27:42.3780683Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2022-11-23T01:27:42.3782382Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3783949Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2022-11-23T01:27:42.3785433Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2022-11-23T01:27:42.3787114Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2022-11-23T01:27:42.3788734Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2022-11-23T01:27:42.3790400Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3791893Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2022-11-23T01:27:42.3793334Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2022-11-23T01:27:42.3795036Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2022-11-23T01:27:42.3796732Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2022-11-23T01:27:42.3798428Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3799878Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2022-11-23T01:27:42.3801459Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2022-11-23T01:27:42.3803079Z adding 'torch/include/ATen/ops/_test_string_default.h' 2022-11-23T01:27:42.3804665Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3805998Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2022-11-23T01:27:42.3807781Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2022-11-23T01:27:42.3809300Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2022-11-23T01:27:42.3811015Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3812354Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2022-11-23T01:27:42.3813915Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2022-11-23T01:27:42.3816030Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2022-11-23T01:27:42.3817784Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3818999Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2022-11-23T01:27:42.3820589Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2022-11-23T01:27:42.3822224Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2022-11-23T01:27:42.3823974Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3825543Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2022-11-23T01:27:42.3827317Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2022-11-23T01:27:42.3828898Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2022-11-23T01:27:42.3830663Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2022-11-23T01:27:42.3832453Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3834071Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2022-11-23T01:27:42.3836064Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2022-11-23T01:27:42.3837982Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2022-11-23T01:27:42.3839655Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3841264Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2022-11-23T01:27:42.3842840Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2022-11-23T01:27:42.3844593Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2022-11-23T01:27:42.3846400Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2022-11-23T01:27:42.3848071Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2022-11-23T01:27:42.3849797Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3851516Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2022-11-23T01:27:42.3853279Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3854894Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2022-11-23T01:27:42.3856462Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2022-11-23T01:27:42.3858357Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2022-11-23T01:27:42.3860009Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2022-11-23T01:27:42.3861727Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2022-11-23T01:27:42.3863463Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3865075Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2022-11-23T01:27:42.3866801Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2022-11-23T01:27:42.3868496Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2022-11-23T01:27:42.3870376Z adding 'torch/include/ATen/ops/_to_copy.h' 2022-11-23T01:27:42.3872248Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3873794Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2022-11-23T01:27:42.3875762Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2022-11-23T01:27:42.3877443Z adding 'torch/include/ATen/ops/_to_cpu.h' 2022-11-23T01:27:42.3879131Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3881036Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2022-11-23T01:27:42.3882530Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2022-11-23T01:27:42.3884078Z adding 'torch/include/ATen/ops/_to_dense.h' 2022-11-23T01:27:42.3885679Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3887673Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2022-11-23T01:27:42.3892140Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2022-11-23T01:27:42.3893888Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2022-11-23T01:27:42.3895518Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3897246Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2022-11-23T01:27:42.3898822Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2022-11-23T01:27:42.3900357Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2022-11-23T01:27:42.3902208Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2022-11-23T01:27:42.3904318Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd.h' 2022-11-23T01:27:42.3906182Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3908181Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cpu_dispatch.h' 2022-11-23T01:27:42.3909647Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cuda_dispatch.h' 2022-11-23T01:27:42.3911225Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_native.h' 2022-11-23T01:27:42.3913152Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_ops.h' 2022-11-23T01:27:42.3915954Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2022-11-23T01:27:42.3917891Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3919536Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2022-11-23T01:27:42.3921153Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2022-11-23T01:27:42.3922708Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2022-11-23T01:27:42.3924605Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2022-11-23T01:27:42.3926277Z adding 'torch/include/ATen/ops/_trilinear.h' 2022-11-23T01:27:42.3927975Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3929522Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.3930946Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2022-11-23T01:27:42.3932830Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2022-11-23T01:27:42.3934512Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2022-11-23T01:27:42.3936247Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3937862Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2022-11-23T01:27:42.3939541Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2022-11-23T01:27:42.3941347Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2022-11-23T01:27:42.3943107Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2022-11-23T01:27:42.3944828Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3946404Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2022-11-23T01:27:42.3948062Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2022-11-23T01:27:42.3949782Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2022-11-23T01:27:42.3951265Z adding 'torch/include/ATen/ops/_unique.h' 2022-11-23T01:27:42.3952881Z adding 'torch/include/ATen/ops/_unique2.h' 2022-11-23T01:27:42.3954919Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3956569Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2022-11-23T01:27:42.3958144Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2022-11-23T01:27:42.3959810Z adding 'torch/include/ATen/ops/_unique2_native.h' 2022-11-23T01:27:42.3961510Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2022-11-23T01:27:42.3963414Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3965077Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2022-11-23T01:27:42.3966820Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2022-11-23T01:27:42.3968383Z adding 'torch/include/ATen/ops/_unique_native.h' 2022-11-23T01:27:42.3970147Z adding 'torch/include/ATen/ops/_unique_ops.h' 2022-11-23T01:27:42.3972171Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2022-11-23T01:27:42.3973792Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.3975408Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2022-11-23T01:27:42.3977023Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2022-11-23T01:27:42.3978974Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2022-11-23T01:27:42.3980928Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.3982514Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2022-11-23T01:27:42.3984320Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2022-11-23T01:27:42.3986508Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2022-11-23T01:27:42.3988826Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2022-11-23T01:27:42.3990793Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.3992390Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2022-11-23T01:27:42.3994261Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2022-11-23T01:27:42.3996080Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2022-11-23T01:27:42.3997945Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2022-11-23T01:27:42.3999499Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2022-11-23T01:27:42.4001169Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2022-11-23T01:27:42.4002991Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4004493Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4006136Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2022-11-23T01:27:42.4007821Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2022-11-23T01:27:42.4009406Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2022-11-23T01:27:42.4011041Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2022-11-23T01:27:42.4012678Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2022-11-23T01:27:42.4014395Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2022-11-23T01:27:42.4016472Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2022-11-23T01:27:42.4018745Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2022-11-23T01:27:42.4020701Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4022339Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2022-11-23T01:27:42.4024021Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2022-11-23T01:27:42.4025607Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2022-11-23T01:27:42.4027398Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2022-11-23T01:27:42.4028986Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2022-11-23T01:27:42.4030696Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2022-11-23T01:27:42.4032476Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4034039Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4035807Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2022-11-23T01:27:42.4037460Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2022-11-23T01:27:42.4039093Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2022-11-23T01:27:42.4040723Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2022-11-23T01:27:42.4042337Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2022-11-23T01:27:42.4044070Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2022-11-23T01:27:42.4046161Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2022-11-23T01:27:42.4048122Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2022-11-23T01:27:42.4050063Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4051692Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2022-11-23T01:27:42.4053353Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2022-11-23T01:27:42.4054926Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2022-11-23T01:27:42.4056569Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2022-11-23T01:27:42.4058191Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2022-11-23T01:27:42.4059906Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2022-11-23T01:27:42.4061716Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4063273Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4064857Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2022-11-23T01:27:42.4066497Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2022-11-23T01:27:42.4068047Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2022-11-23T01:27:42.4069679Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2022-11-23T01:27:42.4071278Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2022-11-23T01:27:42.4073078Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2022-11-23T01:27:42.4075409Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2022-11-23T01:27:42.4077446Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2022-11-23T01:27:42.4079418Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4081042Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2022-11-23T01:27:42.4082740Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2022-11-23T01:27:42.4084367Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2022-11-23T01:27:42.4086062Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2022-11-23T01:27:42.4087682Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2022-11-23T01:27:42.4089395Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2022-11-23T01:27:42.4091119Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4092707Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4094332Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2022-11-23T01:27:42.4095989Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2022-11-23T01:27:42.4097632Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2022-11-23T01:27:42.4099423Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2022-11-23T01:27:42.4101107Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2022-11-23T01:27:42.4102849Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2022-11-23T01:27:42.4104885Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2022-11-23T01:27:42.4107035Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2022-11-23T01:27:42.4108919Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4110514Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2022-11-23T01:27:42.4112306Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2022-11-23T01:27:42.4113847Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2022-11-23T01:27:42.4115566Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2022-11-23T01:27:42.4117252Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2022-11-23T01:27:42.4119300Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2022-11-23T01:27:42.4121337Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4123046Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4124874Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2022-11-23T01:27:42.4126804Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2022-11-23T01:27:42.4128718Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2022-11-23T01:27:42.4130065Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2022-11-23T01:27:42.4132066Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2022-11-23T01:27:42.4133628Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2022-11-23T01:27:42.4135074Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2022-11-23T01:27:42.4136814Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2022-11-23T01:27:42.4138505Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2022-11-23T01:27:42.4140459Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2022-11-23T01:27:42.4141925Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2022-11-23T01:27:42.4143478Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4144887Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2022-11-23T01:27:42.4146402Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2022-11-23T01:27:42.4148102Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2022-11-23T01:27:42.4149744Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2022-11-23T01:27:42.4151354Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2022-11-23T01:27:42.4152875Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2022-11-23T01:27:42.4154894Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2022-11-23T01:27:42.4156443Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2022-11-23T01:27:42.4158255Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4159730Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2022-11-23T01:27:42.4161489Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2022-11-23T01:27:42.4163019Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2022-11-23T01:27:42.4164898Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4166315Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2022-11-23T01:27:42.4168030Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2022-11-23T01:27:42.4169526Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2022-11-23T01:27:42.4171180Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4172941Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2022-11-23T01:27:42.4174350Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2022-11-23T01:27:42.4175899Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2022-11-23T01:27:42.4177434Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4178863Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2022-11-23T01:27:42.4180521Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2022-11-23T01:27:42.4182390Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2022-11-23T01:27:42.4184027Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4185520Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2022-11-23T01:27:42.4186983Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2022-11-23T01:27:42.4188485Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2022-11-23T01:27:42.4190035Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4191147Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2022-11-23T01:27:42.4192701Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2022-11-23T01:27:42.4194459Z adding 'torch/include/ATen/ops/_values.h' 2022-11-23T01:27:42.4196336Z adding 'torch/include/ATen/ops/_values_copy.h' 2022-11-23T01:27:42.4197842Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.4199097Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4200521Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2022-11-23T01:27:42.4202425Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2022-11-23T01:27:42.4203793Z adding 'torch/include/ATen/ops/_values_native.h' 2022-11-23T01:27:42.4205468Z adding 'torch/include/ATen/ops/_values_ops.h' 2022-11-23T01:27:42.4206975Z adding 'torch/include/ATen/ops/_version.h' 2022-11-23T01:27:42.4208725Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4210183Z adding 'torch/include/ATen/ops/_version_native.h' 2022-11-23T01:27:42.4211742Z adding 'torch/include/ATen/ops/_version_ops.h' 2022-11-23T01:27:42.4213482Z adding 'torch/include/ATen/ops/_weight_norm.h' 2022-11-23T01:27:42.4215162Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4216685Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2022-11-23T01:27:42.4218617Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4219836Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2022-11-23T01:27:42.4221681Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2022-11-23T01:27:42.4223345Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2022-11-23T01:27:42.4225080Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2022-11-23T01:27:42.4227013Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.4228411Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2022-11-23T01:27:42.4229899Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2022-11-23T01:27:42.4231511Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2022-11-23T01:27:42.4233215Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2022-11-23T01:27:42.4235175Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.4236861Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2022-11-23T01:27:42.4238351Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2022-11-23T01:27:42.4239937Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2022-11-23T01:27:42.4241500Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2022-11-23T01:27:42.4243200Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2022-11-23T01:27:42.4244789Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2022-11-23T01:27:42.4246529Z adding 'torch/include/ATen/ops/abs.h' 2022-11-23T01:27:42.4248078Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.4249682Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2022-11-23T01:27:42.4251189Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2022-11-23T01:27:42.4252753Z adding 'torch/include/ATen/ops/abs_native.h' 2022-11-23T01:27:42.4254490Z adding 'torch/include/ATen/ops/abs_ops.h' 2022-11-23T01:27:42.4256134Z adding 'torch/include/ATen/ops/absolute.h' 2022-11-23T01:27:42.4257962Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4259857Z adding 'torch/include/ATen/ops/absolute_native.h' 2022-11-23T01:27:42.4261487Z adding 'torch/include/ATen/ops/absolute_ops.h' 2022-11-23T01:27:42.4263101Z adding 'torch/include/ATen/ops/acos.h' 2022-11-23T01:27:42.4264998Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4266405Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2022-11-23T01:27:42.4268032Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2022-11-23T01:27:42.4269566Z adding 'torch/include/ATen/ops/acos_meta.h' 2022-11-23T01:27:42.4271159Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2022-11-23T01:27:42.4272683Z adding 'torch/include/ATen/ops/acos_native.h' 2022-11-23T01:27:42.4274508Z adding 'torch/include/ATen/ops/acos_ops.h' 2022-11-23T01:27:42.4276390Z adding 'torch/include/ATen/ops/acosh.h' 2022-11-23T01:27:42.4278249Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4279821Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2022-11-23T01:27:42.4281414Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2022-11-23T01:27:42.4283217Z adding 'torch/include/ATen/ops/acosh_meta.h' 2022-11-23T01:27:42.4284806Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2022-11-23T01:27:42.4286378Z adding 'torch/include/ATen/ops/acosh_native.h' 2022-11-23T01:27:42.4288309Z adding 'torch/include/ATen/ops/acosh_ops.h' 2022-11-23T01:27:42.4290043Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2022-11-23T01:27:42.4291728Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4293060Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2022-11-23T01:27:42.4294627Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2022-11-23T01:27:42.4296391Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2022-11-23T01:27:42.4298280Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4299794Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2022-11-23T01:27:42.4301447Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2022-11-23T01:27:42.4302943Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2022-11-23T01:27:42.4305555Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2022-11-23T01:27:42.4307410Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2022-11-23T01:27:42.4309120Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2022-11-23T01:27:42.4310737Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2022-11-23T01:27:42.4312277Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2022-11-23T01:27:42.4313768Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2022-11-23T01:27:42.4315623Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2022-11-23T01:27:42.4317485Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4319166Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2022-11-23T01:27:42.4320676Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2022-11-23T01:27:42.4322248Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2022-11-23T01:27:42.4323815Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2022-11-23T01:27:42.4325408Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2022-11-23T01:27:42.4327092Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4328504Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2022-11-23T01:27:42.4330108Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2022-11-23T01:27:42.4331736Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2022-11-23T01:27:42.4333394Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2022-11-23T01:27:42.4335098Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4336617Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2022-11-23T01:27:42.4338303Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2022-11-23T01:27:42.4339864Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2022-11-23T01:27:42.4341465Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2022-11-23T01:27:42.4343005Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2022-11-23T01:27:42.4344860Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2022-11-23T01:27:42.4346564Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4348053Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2022-11-23T01:27:42.4349675Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2022-11-23T01:27:42.4351234Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2022-11-23T01:27:42.4352846Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2022-11-23T01:27:42.4354495Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2022-11-23T01:27:42.4356723Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2022-11-23T01:27:42.4358678Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2022-11-23T01:27:42.4360708Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2022-11-23T01:27:42.4362707Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4364511Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2022-11-23T01:27:42.4366420Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2022-11-23T01:27:42.4368264Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2022-11-23T01:27:42.4370159Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2022-11-23T01:27:42.4371973Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2022-11-23T01:27:42.4374194Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2022-11-23T01:27:42.4375989Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4377804Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2022-11-23T01:27:42.4379794Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2022-11-23T01:27:42.4381531Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2022-11-23T01:27:42.4383437Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2022-11-23T01:27:42.4385284Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2022-11-23T01:27:42.4387287Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2022-11-23T01:27:42.4389277Z adding 'torch/include/ATen/ops/add.h' 2022-11-23T01:27:42.4391275Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.4393271Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4395313Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2022-11-23T01:27:42.4397182Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2022-11-23T01:27:42.4398972Z adding 'torch/include/ATen/ops/add_meta.h' 2022-11-23T01:27:42.4400871Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2022-11-23T01:27:42.4402859Z adding 'torch/include/ATen/ops/add_native.h' 2022-11-23T01:27:42.4405081Z adding 'torch/include/ATen/ops/add_ops.h' 2022-11-23T01:27:42.4407103Z adding 'torch/include/ATen/ops/addbmm.h' 2022-11-23T01:27:42.4409073Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2022-11-23T01:27:42.4411017Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2022-11-23T01:27:42.4412898Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2022-11-23T01:27:42.4414709Z adding 'torch/include/ATen/ops/addbmm_native.h' 2022-11-23T01:27:42.4416823Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2022-11-23T01:27:42.4418863Z adding 'torch/include/ATen/ops/addcdiv.h' 2022-11-23T01:27:42.4420898Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4422752Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2022-11-23T01:27:42.4424649Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2022-11-23T01:27:42.4426590Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2022-11-23T01:27:42.4428952Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2022-11-23T01:27:42.4430398Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2022-11-23T01:27:42.4432713Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2022-11-23T01:27:42.4434452Z adding 'torch/include/ATen/ops/addcmul.h' 2022-11-23T01:27:42.4436704Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4438392Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2022-11-23T01:27:42.4440147Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2022-11-23T01:27:42.4441954Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2022-11-23T01:27:42.4443959Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2022-11-23T01:27:42.4445707Z adding 'torch/include/ATen/ops/addcmul_native.h' 2022-11-23T01:27:42.4447715Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2022-11-23T01:27:42.4449531Z adding 'torch/include/ATen/ops/addmm.h' 2022-11-23T01:27:42.4451530Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4453350Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2022-11-23T01:27:42.4454939Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2022-11-23T01:27:42.4456677Z adding 'torch/include/ATen/ops/addmm_meta.h' 2022-11-23T01:27:42.4458594Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2022-11-23T01:27:42.4460398Z adding 'torch/include/ATen/ops/addmm_native.h' 2022-11-23T01:27:42.4462596Z adding 'torch/include/ATen/ops/addmm_ops.h' 2022-11-23T01:27:42.4464603Z adding 'torch/include/ATen/ops/addmv.h' 2022-11-23T01:27:42.4466408Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4468229Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2022-11-23T01:27:42.4470177Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2022-11-23T01:27:42.4471864Z adding 'torch/include/ATen/ops/addmv_meta.h' 2022-11-23T01:27:42.4473749Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2022-11-23T01:27:42.4475439Z adding 'torch/include/ATen/ops/addmv_native.h' 2022-11-23T01:27:42.4477386Z adding 'torch/include/ATen/ops/addmv_ops.h' 2022-11-23T01:27:42.4479145Z adding 'torch/include/ATen/ops/addr.h' 2022-11-23T01:27:42.4481045Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.4482763Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2022-11-23T01:27:42.4484508Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2022-11-23T01:27:42.4486212Z adding 'torch/include/ATen/ops/addr_native.h' 2022-11-23T01:27:42.4488088Z adding 'torch/include/ATen/ops/addr_ops.h' 2022-11-23T01:27:42.4489808Z adding 'torch/include/ATen/ops/adjoint.h' 2022-11-23T01:27:42.4491721Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4493248Z adding 'torch/include/ATen/ops/adjoint_native.h' 2022-11-23T01:27:42.4494900Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2022-11-23T01:27:42.4496613Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2022-11-23T01:27:42.4498488Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2022-11-23T01:27:42.4500327Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4501940Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2022-11-23T01:27:42.4504043Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2022-11-23T01:27:42.4506156Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.4507166Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2022-11-23T01:27:42.4509097Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2022-11-23T01:27:42.4510587Z adding 'torch/include/ATen/ops/alias.h' 2022-11-23T01:27:42.4512261Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.4513875Z adding 'torch/include/ATen/ops/alias_copy.h' 2022-11-23T01:27:42.4516633Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.4518265Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4519806Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2022-11-23T01:27:42.4521337Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2022-11-23T01:27:42.4522804Z adding 'torch/include/ATen/ops/alias_native.h' 2022-11-23T01:27:42.4524377Z adding 'torch/include/ATen/ops/alias_ops.h' 2022-11-23T01:27:42.4525856Z adding 'torch/include/ATen/ops/align_as.h' 2022-11-23T01:27:42.4527531Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4529188Z adding 'torch/include/ATen/ops/align_as_native.h' 2022-11-23T01:27:42.4530530Z adding 'torch/include/ATen/ops/align_as_ops.h' 2022-11-23T01:27:42.4532214Z adding 'torch/include/ATen/ops/align_tensors.h' 2022-11-23T01:27:42.4533991Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4535016Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2022-11-23T01:27:42.4536742Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2022-11-23T01:27:42.4538286Z adding 'torch/include/ATen/ops/align_to.h' 2022-11-23T01:27:42.4539778Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4541118Z adding 'torch/include/ATen/ops/align_to_native.h' 2022-11-23T01:27:42.4542792Z adding 'torch/include/ATen/ops/align_to_ops.h' 2022-11-23T01:27:42.4544432Z adding 'torch/include/ATen/ops/all.h' 2022-11-23T01:27:42.4546027Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4547699Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4549296Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2022-11-23T01:27:42.4550948Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2022-11-23T01:27:42.4552617Z adding 'torch/include/ATen/ops/all_meta.h' 2022-11-23T01:27:42.4554439Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2022-11-23T01:27:42.4556102Z adding 'torch/include/ATen/ops/all_native.h' 2022-11-23T01:27:42.4557987Z adding 'torch/include/ATen/ops/all_ops.h' 2022-11-23T01:27:42.4559716Z adding 'torch/include/ATen/ops/allclose.h' 2022-11-23T01:27:42.4561442Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.4562894Z adding 'torch/include/ATen/ops/allclose_native.h' 2022-11-23T01:27:42.4564620Z adding 'torch/include/ATen/ops/allclose_ops.h' 2022-11-23T01:27:42.4566230Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2022-11-23T01:27:42.4568032Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4569415Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2022-11-23T01:27:42.4571162Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2022-11-23T01:27:42.4572833Z adding 'torch/include/ATen/ops/amax.h' 2022-11-23T01:27:42.4574569Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4576105Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2022-11-23T01:27:42.4577835Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2022-11-23T01:27:42.4579412Z adding 'torch/include/ATen/ops/amax_meta.h' 2022-11-23T01:27:42.4581106Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2022-11-23T01:27:42.4582567Z adding 'torch/include/ATen/ops/amax_native.h' 2022-11-23T01:27:42.4584237Z adding 'torch/include/ATen/ops/amax_ops.h' 2022-11-23T01:27:42.4585868Z adding 'torch/include/ATen/ops/amin.h' 2022-11-23T01:27:42.4587665Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4589176Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2022-11-23T01:27:42.4590840Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2022-11-23T01:27:42.4592303Z adding 'torch/include/ATen/ops/amin_meta.h' 2022-11-23T01:27:42.4593845Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2022-11-23T01:27:42.4595625Z adding 'torch/include/ATen/ops/amin_native.h' 2022-11-23T01:27:42.4597373Z adding 'torch/include/ATen/ops/amin_ops.h' 2022-11-23T01:27:42.4599083Z adding 'torch/include/ATen/ops/aminmax.h' 2022-11-23T01:27:42.4600898Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4602486Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2022-11-23T01:27:42.4604116Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2022-11-23T01:27:42.4605652Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2022-11-23T01:27:42.4607337Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2022-11-23T01:27:42.4608964Z adding 'torch/include/ATen/ops/aminmax_native.h' 2022-11-23T01:27:42.4610760Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2022-11-23T01:27:42.4612385Z adding 'torch/include/ATen/ops/and.h' 2022-11-23T01:27:42.4614090Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4615600Z adding 'torch/include/ATen/ops/and_native.h' 2022-11-23T01:27:42.4617544Z adding 'torch/include/ATen/ops/and_ops.h' 2022-11-23T01:27:42.4619168Z adding 'torch/include/ATen/ops/angle.h' 2022-11-23T01:27:42.4620738Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2022-11-23T01:27:42.4622313Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2022-11-23T01:27:42.4623845Z adding 'torch/include/ATen/ops/angle_native.h' 2022-11-23T01:27:42.4625572Z adding 'torch/include/ATen/ops/angle_ops.h' 2022-11-23T01:27:42.4627343Z adding 'torch/include/ATen/ops/any.h' 2022-11-23T01:27:42.4629120Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4630677Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4632284Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2022-11-23T01:27:42.4633962Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2022-11-23T01:27:42.4635825Z adding 'torch/include/ATen/ops/any_meta.h' 2022-11-23T01:27:42.4637499Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2022-11-23T01:27:42.4639095Z adding 'torch/include/ATen/ops/any_native.h' 2022-11-23T01:27:42.4641010Z adding 'torch/include/ATen/ops/any_ops.h' 2022-11-23T01:27:42.4642958Z adding 'torch/include/ATen/ops/arange.h' 2022-11-23T01:27:42.4644882Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.4646469Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2022-11-23T01:27:42.4648166Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2022-11-23T01:27:42.4649768Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2022-11-23T01:27:42.4651440Z adding 'torch/include/ATen/ops/arange_native.h' 2022-11-23T01:27:42.4653346Z adding 'torch/include/ATen/ops/arange_ops.h' 2022-11-23T01:27:42.4655085Z adding 'torch/include/ATen/ops/arccos.h' 2022-11-23T01:27:42.4656794Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4658380Z adding 'torch/include/ATen/ops/arccos_native.h' 2022-11-23T01:27:42.4660120Z adding 'torch/include/ATen/ops/arccos_ops.h' 2022-11-23T01:27:42.4661790Z adding 'torch/include/ATen/ops/arccosh.h' 2022-11-23T01:27:42.4663473Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4664900Z adding 'torch/include/ATen/ops/arccosh_native.h' 2022-11-23T01:27:42.4666852Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2022-11-23T01:27:42.4668370Z adding 'torch/include/ATen/ops/arcsin.h' 2022-11-23T01:27:42.4670014Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4671589Z adding 'torch/include/ATen/ops/arcsin_native.h' 2022-11-23T01:27:42.4672986Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2022-11-23T01:27:42.4674701Z adding 'torch/include/ATen/ops/arcsinh.h' 2022-11-23T01:27:42.4676779Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4678353Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2022-11-23T01:27:42.4679851Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2022-11-23T01:27:42.4681471Z adding 'torch/include/ATen/ops/arctan.h' 2022-11-23T01:27:42.4683254Z adding 'torch/include/ATen/ops/arctan2.h' 2022-11-23T01:27:42.4684790Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4686288Z adding 'torch/include/ATen/ops/arctan2_native.h' 2022-11-23T01:27:42.4688160Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2022-11-23T01:27:42.4689959Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4691644Z adding 'torch/include/ATen/ops/arctan_native.h' 2022-11-23T01:27:42.4693537Z adding 'torch/include/ATen/ops/arctan_ops.h' 2022-11-23T01:27:42.4695474Z adding 'torch/include/ATen/ops/arctanh.h' 2022-11-23T01:27:42.4697294Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4698845Z adding 'torch/include/ATen/ops/arctanh_native.h' 2022-11-23T01:27:42.4700515Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2022-11-23T01:27:42.4701974Z adding 'torch/include/ATen/ops/argmax.h' 2022-11-23T01:27:42.4703794Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4706022Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2022-11-23T01:27:42.4707723Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2022-11-23T01:27:42.4709355Z adding 'torch/include/ATen/ops/argmax_meta.h' 2022-11-23T01:27:42.4711123Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2022-11-23T01:27:42.4712509Z adding 'torch/include/ATen/ops/argmax_native.h' 2022-11-23T01:27:42.4714337Z adding 'torch/include/ATen/ops/argmax_ops.h' 2022-11-23T01:27:42.4715909Z adding 'torch/include/ATen/ops/argmin.h' 2022-11-23T01:27:42.4717910Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4718914Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2022-11-23T01:27:42.4720633Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2022-11-23T01:27:42.4722024Z adding 'torch/include/ATen/ops/argmin_meta.h' 2022-11-23T01:27:42.4723609Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2022-11-23T01:27:42.4724996Z adding 'torch/include/ATen/ops/argmin_native.h' 2022-11-23T01:27:42.4726599Z adding 'torch/include/ATen/ops/argmin_ops.h' 2022-11-23T01:27:42.4728204Z adding 'torch/include/ATen/ops/argsort.h' 2022-11-23T01:27:42.4729839Z adding 'torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.4731291Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4732653Z adding 'torch/include/ATen/ops/argsort_cpu_dispatch.h' 2022-11-23T01:27:42.4734303Z adding 'torch/include/ATen/ops/argsort_cuda_dispatch.h' 2022-11-23T01:27:42.4735565Z adding 'torch/include/ATen/ops/argsort_native.h' 2022-11-23T01:27:42.4737333Z adding 'torch/include/ATen/ops/argsort_ops.h' 2022-11-23T01:27:42.4738770Z adding 'torch/include/ATen/ops/argwhere.h' 2022-11-23T01:27:42.4740246Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4741570Z adding 'torch/include/ATen/ops/argwhere_native.h' 2022-11-23T01:27:42.4742991Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2022-11-23T01:27:42.4744673Z adding 'torch/include/ATen/ops/as_strided.h' 2022-11-23T01:27:42.4746349Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4747997Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2022-11-23T01:27:42.4749698Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.4751262Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4752577Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2022-11-23T01:27:42.4754252Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2022-11-23T01:27:42.4755727Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2022-11-23T01:27:42.4757273Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2022-11-23T01:27:42.4758677Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2022-11-23T01:27:42.4760194Z adding 'torch/include/ATen/ops/as_strided_native.h' 2022-11-23T01:27:42.4761716Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2022-11-23T01:27:42.4763656Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2022-11-23T01:27:42.4765481Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.4766843Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2022-11-23T01:27:42.4768525Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2022-11-23T01:27:42.4770099Z adding 'torch/include/ATen/ops/asin.h' 2022-11-23T01:27:42.4771618Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4772875Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2022-11-23T01:27:42.4774414Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2022-11-23T01:27:42.4775744Z adding 'torch/include/ATen/ops/asin_meta.h' 2022-11-23T01:27:42.4777213Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2022-11-23T01:27:42.4778664Z adding 'torch/include/ATen/ops/asin_native.h' 2022-11-23T01:27:42.4780311Z adding 'torch/include/ATen/ops/asin_ops.h' 2022-11-23T01:27:42.4781698Z adding 'torch/include/ATen/ops/asinh.h' 2022-11-23T01:27:42.4783162Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4784430Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2022-11-23T01:27:42.4785837Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2022-11-23T01:27:42.4787276Z adding 'torch/include/ATen/ops/asinh_meta.h' 2022-11-23T01:27:42.4788683Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2022-11-23T01:27:42.4790080Z adding 'torch/include/ATen/ops/asinh_native.h' 2022-11-23T01:27:42.4791591Z adding 'torch/include/ATen/ops/asinh_ops.h' 2022-11-23T01:27:42.4793039Z adding 'torch/include/ATen/ops/atan.h' 2022-11-23T01:27:42.4794604Z adding 'torch/include/ATen/ops/atan2.h' 2022-11-23T01:27:42.4796263Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4797658Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2022-11-23T01:27:42.4799107Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2022-11-23T01:27:42.4800699Z adding 'torch/include/ATen/ops/atan2_meta.h' 2022-11-23T01:27:42.4802047Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2022-11-23T01:27:42.4803449Z adding 'torch/include/ATen/ops/atan2_native.h' 2022-11-23T01:27:42.4805030Z adding 'torch/include/ATen/ops/atan2_ops.h' 2022-11-23T01:27:42.4807229Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4808142Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2022-11-23T01:27:42.4809693Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2022-11-23T01:27:42.4811090Z adding 'torch/include/ATen/ops/atan_meta.h' 2022-11-23T01:27:42.4812616Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2022-11-23T01:27:42.4814086Z adding 'torch/include/ATen/ops/atan_native.h' 2022-11-23T01:27:42.4815761Z adding 'torch/include/ATen/ops/atan_ops.h' 2022-11-23T01:27:42.4817326Z adding 'torch/include/ATen/ops/atanh.h' 2022-11-23T01:27:42.4819040Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4820583Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2022-11-23T01:27:42.4822207Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2022-11-23T01:27:42.4823658Z adding 'torch/include/ATen/ops/atanh_meta.h' 2022-11-23T01:27:42.4825609Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2022-11-23T01:27:42.4826896Z adding 'torch/include/ATen/ops/atanh_native.h' 2022-11-23T01:27:42.4828440Z adding 'torch/include/ATen/ops/atanh_ops.h' 2022-11-23T01:27:42.4829984Z adding 'torch/include/ATen/ops/atleast_1d.h' 2022-11-23T01:27:42.4831479Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4832737Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2022-11-23T01:27:42.4834371Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2022-11-23T01:27:42.4835834Z adding 'torch/include/ATen/ops/atleast_2d.h' 2022-11-23T01:27:42.4837555Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4839057Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2022-11-23T01:27:42.4840765Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2022-11-23T01:27:42.4842491Z adding 'torch/include/ATen/ops/atleast_3d.h' 2022-11-23T01:27:42.4844213Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4845978Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2022-11-23T01:27:42.4847531Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2022-11-23T01:27:42.4849182Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2022-11-23T01:27:42.4851048Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4852662Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2022-11-23T01:27:42.4854459Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2022-11-23T01:27:42.4855958Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2022-11-23T01:27:42.4857754Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2022-11-23T01:27:42.4859712Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4861350Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2022-11-23T01:27:42.4862909Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2022-11-23T01:27:42.4864461Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2022-11-23T01:27:42.4866104Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2022-11-23T01:27:42.4867746Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2022-11-23T01:27:42.4869526Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2022-11-23T01:27:42.4871306Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4872856Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2022-11-23T01:27:42.4874711Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2022-11-23T01:27:42.4876775Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2022-11-23T01:27:42.4878741Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2022-11-23T01:27:42.4880514Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2022-11-23T01:27:42.4882197Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2022-11-23T01:27:42.4884070Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2022-11-23T01:27:42.4885486Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2022-11-23T01:27:42.4887289Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4888727Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2022-11-23T01:27:42.4890262Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2022-11-23T01:27:42.4891729Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2022-11-23T01:27:42.4893290Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2022-11-23T01:27:42.4894938Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2022-11-23T01:27:42.4896567Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2022-11-23T01:27:42.4898411Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4899879Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2022-11-23T01:27:42.4901437Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2022-11-23T01:27:42.4902899Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2022-11-23T01:27:42.4904475Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2022-11-23T01:27:42.4906005Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2022-11-23T01:27:42.4907747Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2022-11-23T01:27:42.4909366Z adding 'torch/include/ATen/ops/baddbmm.h' 2022-11-23T01:27:42.4911067Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.4912509Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2022-11-23T01:27:42.4914062Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2022-11-23T01:27:42.4915668Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2022-11-23T01:27:42.4917258Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2022-11-23T01:27:42.4918735Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2022-11-23T01:27:42.4920530Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2022-11-23T01:27:42.4922285Z adding 'torch/include/ATen/ops/bartlett_window.h' 2022-11-23T01:27:42.4924067Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.4925641Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2022-11-23T01:27:42.4927493Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2022-11-23T01:27:42.4929088Z adding 'torch/include/ATen/ops/batch_norm.h' 2022-11-23T01:27:42.4930725Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2022-11-23T01:27:42.4932517Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.4934103Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2022-11-23T01:27:42.4935710Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2022-11-23T01:27:42.4937466Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2022-11-23T01:27:42.4939506Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2022-11-23T01:27:42.4941485Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.4943212Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2022-11-23T01:27:42.4945183Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2022-11-23T01:27:42.4947177Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2022-11-23T01:27:42.4949306Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.4951128Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2022-11-23T01:27:42.4953117Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2022-11-23T01:27:42.4956368Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2022-11-23T01:27:42.4956862Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2022-11-23T01:27:42.4959278Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2022-11-23T01:27:42.4961309Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.4962735Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2022-11-23T01:27:42.4964500Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2022-11-23T01:27:42.4966774Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2022-11-23T01:27:42.4968586Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2022-11-23T01:27:42.4970980Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.4972737Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2022-11-23T01:27:42.4974830Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2022-11-23T01:27:42.4976982Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2022-11-23T01:27:42.4978986Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2022-11-23T01:27:42.4981121Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2022-11-23T01:27:42.4983074Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2022-11-23T01:27:42.4985286Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.4986937Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2022-11-23T01:27:42.4989757Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2022-11-23T01:27:42.4993287Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2022-11-23T01:27:42.4993531Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2022-11-23T01:27:42.4995162Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.4997144Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2022-11-23T01:27:42.4998544Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2022-11-23T01:27:42.5000423Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2022-11-23T01:27:42.5002091Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2022-11-23T01:27:42.5003821Z adding 'torch/include/ATen/ops/bernoulli.h' 2022-11-23T01:27:42.5005530Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5007219Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.5008493Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2022-11-23T01:27:42.5009978Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2022-11-23T01:27:42.5011579Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2022-11-23T01:27:42.5012990Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2022-11-23T01:27:42.5015007Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2022-11-23T01:27:42.5016510Z adding 'torch/include/ATen/ops/bilinear.h' 2022-11-23T01:27:42.5018267Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5019699Z adding 'torch/include/ATen/ops/bilinear_native.h' 2022-11-23T01:27:42.5021617Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2022-11-23T01:27:42.5023093Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2022-11-23T01:27:42.5024724Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2022-11-23T01:27:42.5026390Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2022-11-23T01:27:42.5028011Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2022-11-23T01:27:42.5029556Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2022-11-23T01:27:42.5031370Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2022-11-23T01:27:42.5033043Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2022-11-23T01:27:42.5034823Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2022-11-23T01:27:42.5036403Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2022-11-23T01:27:42.5037972Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2022-11-23T01:27:42.5039427Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2022-11-23T01:27:42.5041181Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5042532Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2022-11-23T01:27:42.5044104Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2022-11-23T01:27:42.5045566Z adding 'torch/include/ATen/ops/bincount.h' 2022-11-23T01:27:42.5047200Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5048579Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2022-11-23T01:27:42.5050005Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2022-11-23T01:27:42.5051398Z adding 'torch/include/ATen/ops/bincount_native.h' 2022-11-23T01:27:42.5052841Z adding 'torch/include/ATen/ops/bincount_ops.h' 2022-11-23T01:27:42.5054274Z adding 'torch/include/ATen/ops/binomial.h' 2022-11-23T01:27:42.5055812Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5057266Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2022-11-23T01:27:42.5058696Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2022-11-23T01:27:42.5060073Z adding 'torch/include/ATen/ops/binomial_native.h' 2022-11-23T01:27:42.5061527Z adding 'torch/include/ATen/ops/binomial_ops.h' 2022-11-23T01:27:42.5063080Z adding 'torch/include/ATen/ops/bitwise_and.h' 2022-11-23T01:27:42.5064637Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5066166Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.5067556Z adding 'torch/include/ATen/ops/bitwise_and_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5068926Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2022-11-23T01:27:42.5070316Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2022-11-23T01:27:42.5071654Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2022-11-23T01:27:42.5073184Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2022-11-23T01:27:42.5074770Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2022-11-23T01:27:42.5076434Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2022-11-23T01:27:42.5078111Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2022-11-23T01:27:42.5079778Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5082088Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.5083592Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2022-11-23T01:27:42.5085064Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2022-11-23T01:27:42.5086443Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2022-11-23T01:27:42.5087905Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2022-11-23T01:27:42.5089349Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2022-11-23T01:27:42.5091272Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2022-11-23T01:27:42.5093214Z adding 'torch/include/ATen/ops/bitwise_not.h' 2022-11-23T01:27:42.5094962Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.5096298Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2022-11-23T01:27:42.5097798Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2022-11-23T01:27:42.5099151Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2022-11-23T01:27:42.5100635Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2022-11-23T01:27:42.5102204Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2022-11-23T01:27:42.5103876Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2022-11-23T01:27:42.5105553Z adding 'torch/include/ATen/ops/bitwise_or.h' 2022-11-23T01:27:42.5107402Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5108922Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.5110384Z adding 'torch/include/ATen/ops/bitwise_or_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5111871Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2022-11-23T01:27:42.5113361Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2022-11-23T01:27:42.5114998Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2022-11-23T01:27:42.5116622Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2022-11-23T01:27:42.5118169Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2022-11-23T01:27:42.5120158Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2022-11-23T01:27:42.5122024Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2022-11-23T01:27:42.5123770Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5125416Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.5126858Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2022-11-23T01:27:42.5128407Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2022-11-23T01:27:42.5129897Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2022-11-23T01:27:42.5131451Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2022-11-23T01:27:42.5133083Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2022-11-23T01:27:42.5134947Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2022-11-23T01:27:42.5136780Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2022-11-23T01:27:42.5138602Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5140199Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.5141721Z adding 'torch/include/ATen/ops/bitwise_xor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5143240Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2022-11-23T01:27:42.5144802Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2022-11-23T01:27:42.5146288Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2022-11-23T01:27:42.5147823Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2022-11-23T01:27:42.5149394Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2022-11-23T01:27:42.5151342Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2022-11-23T01:27:42.5153292Z adding 'torch/include/ATen/ops/blackman_window.h' 2022-11-23T01:27:42.5155240Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5156980Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2022-11-23T01:27:42.5158843Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2022-11-23T01:27:42.5160417Z adding 'torch/include/ATen/ops/block_diag.h' 2022-11-23T01:27:42.5162122Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5163532Z adding 'torch/include/ATen/ops/block_diag_native.h' 2022-11-23T01:27:42.5165440Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2022-11-23T01:27:42.5166908Z adding 'torch/include/ATen/ops/bmm.h' 2022-11-23T01:27:42.5168366Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.5169754Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2022-11-23T01:27:42.5171197Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2022-11-23T01:27:42.5172831Z adding 'torch/include/ATen/ops/bmm_meta.h' 2022-11-23T01:27:42.5174321Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2022-11-23T01:27:42.5175959Z adding 'torch/include/ATen/ops/bmm_native.h' 2022-11-23T01:27:42.5177593Z adding 'torch/include/ATen/ops/bmm_ops.h' 2022-11-23T01:27:42.5179396Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2022-11-23T01:27:42.5180986Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5182214Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2022-11-23T01:27:42.5183817Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2022-11-23T01:27:42.5185283Z adding 'torch/include/ATen/ops/broadcast_to.h' 2022-11-23T01:27:42.5186897Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5188433Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2022-11-23T01:27:42.5189710Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2022-11-23T01:27:42.5191281Z adding 'torch/include/ATen/ops/bucketize.h' 2022-11-23T01:27:42.5193019Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5195053Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2022-11-23T01:27:42.5196556Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2022-11-23T01:27:42.5197957Z adding 'torch/include/ATen/ops/bucketize_native.h' 2022-11-23T01:27:42.5199822Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2022-11-23T01:27:42.5201526Z adding 'torch/include/ATen/ops/can_cast.h' 2022-11-23T01:27:42.5203311Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5204802Z adding 'torch/include/ATen/ops/can_cast_native.h' 2022-11-23T01:27:42.5206240Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2022-11-23T01:27:42.5207958Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2022-11-23T01:27:42.5209669Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5211048Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2022-11-23T01:27:42.5212610Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2022-11-23T01:27:42.5214381Z adding 'torch/include/ATen/ops/cat.h' 2022-11-23T01:27:42.5216167Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.5217867Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5219462Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2022-11-23T01:27:42.5221112Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2022-11-23T01:27:42.5223242Z adding 'torch/include/ATen/ops/cat_meta.h' 2022-11-23T01:27:42.5224915Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2022-11-23T01:27:42.5226551Z adding 'torch/include/ATen/ops/cat_native.h' 2022-11-23T01:27:42.5228434Z adding 'torch/include/ATen/ops/cat_ops.h' 2022-11-23T01:27:42.5230238Z adding 'torch/include/ATen/ops/cauchy.h' 2022-11-23T01:27:42.5231936Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5233411Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2022-11-23T01:27:42.5235108Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2022-11-23T01:27:42.5236649Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2022-11-23T01:27:42.5238027Z adding 'torch/include/ATen/ops/cauchy_native.h' 2022-11-23T01:27:42.5239743Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2022-11-23T01:27:42.5241196Z adding 'torch/include/ATen/ops/ccol_indices.h' 2022-11-23T01:27:42.5242739Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2022-11-23T01:27:42.5244326Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5245966Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.5247420Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2022-11-23T01:27:42.5248858Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2022-11-23T01:27:42.5250485Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2022-11-23T01:27:42.5251902Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2022-11-23T01:27:42.5253378Z adding 'torch/include/ATen/ops/cdist.h' 2022-11-23T01:27:42.5254917Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5256397Z adding 'torch/include/ATen/ops/cdist_native.h' 2022-11-23T01:27:42.5258003Z adding 'torch/include/ATen/ops/cdist_ops.h' 2022-11-23T01:27:42.5259764Z adding 'torch/include/ATen/ops/ceil.h' 2022-11-23T01:27:42.5261264Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.5262666Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2022-11-23T01:27:42.5264170Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2022-11-23T01:27:42.5265621Z adding 'torch/include/ATen/ops/ceil_meta.h' 2022-11-23T01:27:42.5267164Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2022-11-23T01:27:42.5268617Z adding 'torch/include/ATen/ops/ceil_native.h' 2022-11-23T01:27:42.5270287Z adding 'torch/include/ATen/ops/ceil_ops.h' 2022-11-23T01:27:42.5271839Z adding 'torch/include/ATen/ops/celu.h' 2022-11-23T01:27:42.5273548Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5275387Z adding 'torch/include/ATen/ops/celu_native.h' 2022-11-23T01:27:42.5276959Z adding 'torch/include/ATen/ops/celu_ops.h' 2022-11-23T01:27:42.5278569Z adding 'torch/include/ATen/ops/chain_matmul.h' 2022-11-23T01:27:42.5280277Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5281706Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2022-11-23T01:27:42.5283275Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2022-11-23T01:27:42.5284769Z adding 'torch/include/ATen/ops/chalf.h' 2022-11-23T01:27:42.5286379Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5287909Z adding 'torch/include/ATen/ops/chalf_native.h' 2022-11-23T01:27:42.5289632Z adding 'torch/include/ATen/ops/chalf_ops.h' 2022-11-23T01:27:42.5291033Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2022-11-23T01:27:42.5292666Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5294058Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2022-11-23T01:27:42.5295496Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2022-11-23T01:27:42.5297163Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2022-11-23T01:27:42.5298794Z adding 'torch/include/ATen/ops/cholesky.h' 2022-11-23T01:27:42.5300604Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2022-11-23T01:27:42.5302138Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2022-11-23T01:27:42.5303791Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2022-11-23T01:27:42.5305495Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2022-11-23T01:27:42.5307103Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2022-11-23T01:27:42.5308634Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2022-11-23T01:27:42.5310350Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2022-11-23T01:27:42.5312103Z adding 'torch/include/ATen/ops/cholesky_native.h' 2022-11-23T01:27:42.5313803Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2022-11-23T01:27:42.5315704Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2022-11-23T01:27:42.5317409Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5318999Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2022-11-23T01:27:42.5320545Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2022-11-23T01:27:42.5322132Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2022-11-23T01:27:42.5323889Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5325236Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2022-11-23T01:27:42.5326899Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2022-11-23T01:27:42.5328390Z adding 'torch/include/ATen/ops/chunk.h' 2022-11-23T01:27:42.5330485Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5331954Z adding 'torch/include/ATen/ops/chunk_native.h' 2022-11-23T01:27:42.5333537Z adding 'torch/include/ATen/ops/chunk_ops.h' 2022-11-23T01:27:42.5335035Z adding 'torch/include/ATen/ops/clamp.h' 2022-11-23T01:27:42.5336928Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.5338420Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2022-11-23T01:27:42.5340016Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2022-11-23T01:27:42.5341680Z adding 'torch/include/ATen/ops/clamp_max.h' 2022-11-23T01:27:42.5343478Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.5344885Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2022-11-23T01:27:42.5346544Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2022-11-23T01:27:42.5347910Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2022-11-23T01:27:42.5349480Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2022-11-23T01:27:42.5350984Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2022-11-23T01:27:42.5352800Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2022-11-23T01:27:42.5354535Z adding 'torch/include/ATen/ops/clamp_meta.h' 2022-11-23T01:27:42.5356193Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2022-11-23T01:27:42.5357827Z adding 'torch/include/ATen/ops/clamp_min.h' 2022-11-23T01:27:42.5359581Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.5360985Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2022-11-23T01:27:42.5362557Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2022-11-23T01:27:42.5364041Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2022-11-23T01:27:42.5376628Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2022-11-23T01:27:42.5377026Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2022-11-23T01:27:42.5377303Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2022-11-23T01:27:42.5377495Z adding 'torch/include/ATen/ops/clamp_native.h' 2022-11-23T01:27:42.5377700Z adding 'torch/include/ATen/ops/clamp_ops.h' 2022-11-23T01:27:42.5377881Z adding 'torch/include/ATen/ops/clip.h' 2022-11-23T01:27:42.5378098Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5378245Z adding 'torch/include/ATen/ops/clip_native.h' 2022-11-23T01:27:42.5379984Z adding 'torch/include/ATen/ops/clip_ops.h' 2022-11-23T01:27:42.5381580Z adding 'torch/include/ATen/ops/clone.h' 2022-11-23T01:27:42.5383294Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5384757Z adding 'torch/include/ATen/ops/clone_native.h' 2022-11-23T01:27:42.5386587Z adding 'torch/include/ATen/ops/clone_ops.h' 2022-11-23T01:27:42.5388010Z adding 'torch/include/ATen/ops/coalesce.h' 2022-11-23T01:27:42.5389903Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5391086Z adding 'torch/include/ATen/ops/coalesce_native.h' 2022-11-23T01:27:42.5392485Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2022-11-23T01:27:42.5394295Z adding 'torch/include/ATen/ops/col2im.h' 2022-11-23T01:27:42.5395980Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2022-11-23T01:27:42.5397545Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2022-11-23T01:27:42.5399261Z adding 'torch/include/ATen/ops/col2im_native.h' 2022-11-23T01:27:42.5401156Z adding 'torch/include/ATen/ops/col2im_ops.h' 2022-11-23T01:27:42.5402509Z adding 'torch/include/ATen/ops/col_indices.h' 2022-11-23T01:27:42.5403764Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2022-11-23T01:27:42.5405367Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5406902Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.5408311Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2022-11-23T01:27:42.5409729Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2022-11-23T01:27:42.5411246Z adding 'torch/include/ATen/ops/col_indices_native.h' 2022-11-23T01:27:42.5412649Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2022-11-23T01:27:42.5414128Z adding 'torch/include/ATen/ops/column_stack.h' 2022-11-23T01:27:42.5415669Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5417940Z adding 'torch/include/ATen/ops/column_stack_native.h' 2022-11-23T01:27:42.5418684Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2022-11-23T01:27:42.5420414Z adding 'torch/include/ATen/ops/combinations.h' 2022-11-23T01:27:42.5422164Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5423640Z adding 'torch/include/ATen/ops/combinations_native.h' 2022-11-23T01:27:42.5425408Z adding 'torch/include/ATen/ops/combinations_ops.h' 2022-11-23T01:27:42.5426905Z adding 'torch/include/ATen/ops/complex.h' 2022-11-23T01:27:42.5428821Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5430351Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2022-11-23T01:27:42.5431946Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2022-11-23T01:27:42.5433525Z adding 'torch/include/ATen/ops/complex_native.h' 2022-11-23T01:27:42.5435562Z adding 'torch/include/ATen/ops/complex_ops.h' 2022-11-23T01:27:42.5437312Z adding 'torch/include/ATen/ops/concat.h' 2022-11-23T01:27:42.5438964Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5440481Z adding 'torch/include/ATen/ops/concat_native.h' 2022-11-23T01:27:42.5442533Z adding 'torch/include/ATen/ops/concat_ops.h' 2022-11-23T01:27:42.5444186Z adding 'torch/include/ATen/ops/concatenate.h' 2022-11-23T01:27:42.5445986Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5447483Z adding 'torch/include/ATen/ops/concatenate_native.h' 2022-11-23T01:27:42.5449276Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2022-11-23T01:27:42.5451081Z adding 'torch/include/ATen/ops/conj.h' 2022-11-23T01:27:42.5452826Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5455004Z adding 'torch/include/ATen/ops/conj_native.h' 2022-11-23T01:27:42.5456889Z adding 'torch/include/ATen/ops/conj_ops.h' 2022-11-23T01:27:42.5458863Z adding 'torch/include/ATen/ops/conj_physical.h' 2022-11-23T01:27:42.5460549Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5462152Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5463848Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2022-11-23T01:27:42.5465488Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2022-11-23T01:27:42.5467103Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2022-11-23T01:27:42.5468977Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2022-11-23T01:27:42.5470888Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2022-11-23T01:27:42.5472870Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5474633Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2022-11-23T01:27:42.5476465Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2022-11-23T01:27:42.5478116Z adding 'torch/include/ATen/ops/contiguous.h' 2022-11-23T01:27:42.5479848Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5481419Z adding 'torch/include/ATen/ops/contiguous_native.h' 2022-11-23T01:27:42.5483156Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2022-11-23T01:27:42.5484892Z adding 'torch/include/ATen/ops/conv1d.h' 2022-11-23T01:27:42.5486791Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5488384Z adding 'torch/include/ATen/ops/conv1d_native.h' 2022-11-23T01:27:42.5490483Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2022-11-23T01:27:42.5492047Z adding 'torch/include/ATen/ops/conv2d.h' 2022-11-23T01:27:42.5493882Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5495491Z adding 'torch/include/ATen/ops/conv2d_native.h' 2022-11-23T01:27:42.5497299Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2022-11-23T01:27:42.5499087Z adding 'torch/include/ATen/ops/conv3d.h' 2022-11-23T01:27:42.5500882Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5502437Z adding 'torch/include/ATen/ops/conv3d_native.h' 2022-11-23T01:27:42.5504230Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2022-11-23T01:27:42.5506248Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2022-11-23T01:27:42.5508275Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5509950Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2022-11-23T01:27:42.5511568Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2022-11-23T01:27:42.5513358Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2022-11-23T01:27:42.5515716Z adding 'torch/include/ATen/ops/conv_tbc.h' 2022-11-23T01:27:42.5517070Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2022-11-23T01:27:42.5518848Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5520319Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2022-11-23T01:27:42.5521915Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2022-11-23T01:27:42.5523541Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5525021Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2022-11-23T01:27:42.5526684Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2022-11-23T01:27:42.5528300Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2022-11-23T01:27:42.5529977Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5531418Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2022-11-23T01:27:42.5533081Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2022-11-23T01:27:42.5534799Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2022-11-23T01:27:42.5536441Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5538132Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2022-11-23T01:27:42.5539735Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2022-11-23T01:27:42.5541310Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2022-11-23T01:27:42.5543004Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5544457Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2022-11-23T01:27:42.5546213Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2022-11-23T01:27:42.5548088Z adding 'torch/include/ATen/ops/convolution.h' 2022-11-23T01:27:42.5550405Z adding 'torch/include/ATen/ops/convolution_backward.h' 2022-11-23T01:27:42.5552510Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5554352Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2022-11-23T01:27:42.5556111Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2022-11-23T01:27:42.5558054Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2022-11-23T01:27:42.5559928Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2022-11-23T01:27:42.5562034Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5563356Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2022-11-23T01:27:42.5565331Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2022-11-23T01:27:42.5567057Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5568630Z adding 'torch/include/ATen/ops/convolution_native.h' 2022-11-23T01:27:42.5570376Z adding 'torch/include/ATen/ops/convolution_ops.h' 2022-11-23T01:27:42.5572148Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2022-11-23T01:27:42.5574019Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5575494Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2022-11-23T01:27:42.5577362Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2022-11-23T01:27:42.5578958Z adding 'torch/include/ATen/ops/copy.h' 2022-11-23T01:27:42.5580675Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5582264Z adding 'torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.5583663Z adding 'torch/include/ATen/ops/copy_native.h' 2022-11-23T01:27:42.5585284Z adding 'torch/include/ATen/ops/copy_ops.h' 2022-11-23T01:27:42.5586980Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2022-11-23T01:27:42.5588649Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5590167Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2022-11-23T01:27:42.5591690Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2022-11-23T01:27:42.5593380Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2022-11-23T01:27:42.5595646Z adding 'torch/include/ATen/ops/copysign.h' 2022-11-23T01:27:42.5596982Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5598605Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.5599900Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2022-11-23T01:27:42.5601388Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2022-11-23T01:27:42.5602820Z adding 'torch/include/ATen/ops/copysign_meta.h' 2022-11-23T01:27:42.5604309Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2022-11-23T01:27:42.5605735Z adding 'torch/include/ATen/ops/copysign_native.h' 2022-11-23T01:27:42.5607506Z adding 'torch/include/ATen/ops/copysign_ops.h' 2022-11-23T01:27:42.5609095Z adding 'torch/include/ATen/ops/corrcoef.h' 2022-11-23T01:27:42.5610685Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5612091Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2022-11-23T01:27:42.5614096Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2022-11-23T01:27:42.5615234Z adding 'torch/include/ATen/ops/cos.h' 2022-11-23T01:27:42.5616861Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.5618379Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2022-11-23T01:27:42.5620052Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2022-11-23T01:27:42.5621538Z adding 'torch/include/ATen/ops/cos_meta.h' 2022-11-23T01:27:42.5623132Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2022-11-23T01:27:42.5624616Z adding 'torch/include/ATen/ops/cos_native.h' 2022-11-23T01:27:42.5626275Z adding 'torch/include/ATen/ops/cos_ops.h' 2022-11-23T01:27:42.5627849Z adding 'torch/include/ATen/ops/cosh.h' 2022-11-23T01:27:42.5629638Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.5631033Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2022-11-23T01:27:42.5632674Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2022-11-23T01:27:42.5634351Z adding 'torch/include/ATen/ops/cosh_meta.h' 2022-11-23T01:27:42.5635964Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2022-11-23T01:27:42.5637910Z adding 'torch/include/ATen/ops/cosh_native.h' 2022-11-23T01:27:42.5639387Z adding 'torch/include/ATen/ops/cosh_ops.h' 2022-11-23T01:27:42.5640837Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2022-11-23T01:27:42.5642545Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5643969Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2022-11-23T01:27:42.5645491Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2022-11-23T01:27:42.5647054Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2022-11-23T01:27:42.5648859Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5650199Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2022-11-23T01:27:42.5651801Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2022-11-23T01:27:42.5653452Z adding 'torch/include/ATen/ops/count_nonzero.h' 2022-11-23T01:27:42.5655174Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5656748Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2022-11-23T01:27:42.5658396Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2022-11-23T01:27:42.5660000Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2022-11-23T01:27:42.5661790Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2022-11-23T01:27:42.5663415Z adding 'torch/include/ATen/ops/cov.h' 2022-11-23T01:27:42.5665521Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5666977Z adding 'torch/include/ATen/ops/cov_native.h' 2022-11-23T01:27:42.5668636Z adding 'torch/include/ATen/ops/cov_ops.h' 2022-11-23T01:27:42.5670475Z adding 'torch/include/ATen/ops/cross.h' 2022-11-23T01:27:42.5672371Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5674263Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2022-11-23T01:27:42.5676748Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5678137Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2022-11-23T01:27:42.5680120Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2022-11-23T01:27:42.5681524Z adding 'torch/include/ATen/ops/cross_native.h' 2022-11-23T01:27:42.5683429Z adding 'torch/include/ATen/ops/cross_ops.h' 2022-11-23T01:27:42.5684788Z adding 'torch/include/ATen/ops/crow_indices.h' 2022-11-23T01:27:42.5686366Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2022-11-23T01:27:42.5688117Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5689723Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.5690893Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2022-11-23T01:27:42.5692326Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2022-11-23T01:27:42.5693812Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2022-11-23T01:27:42.5695276Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2022-11-23T01:27:42.5696964Z adding 'torch/include/ATen/ops/ctc_loss.h' 2022-11-23T01:27:42.5698768Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5700310Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2022-11-23T01:27:42.5702159Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2022-11-23T01:27:42.5703844Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2022-11-23T01:27:42.5705509Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2022-11-23T01:27:42.5707461Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5708916Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2022-11-23T01:27:42.5710743Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2022-11-23T01:27:42.5712203Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2022-11-23T01:27:42.5713714Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5715319Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2022-11-23T01:27:42.5716694Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2022-11-23T01:27:42.5718237Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2022-11-23T01:27:42.5719855Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2022-11-23T01:27:42.5721668Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2022-11-23T01:27:42.5723339Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5724873Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2022-11-23T01:27:42.5726366Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2022-11-23T01:27:42.5728222Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2022-11-23T01:27:42.5729816Z adding 'torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5731259Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2022-11-23T01:27:42.5732751Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2022-11-23T01:27:42.5734443Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2022-11-23T01:27:42.5736131Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2022-11-23T01:27:42.5738048Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2022-11-23T01:27:42.5739857Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5741491Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2022-11-23T01:27:42.5743054Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2022-11-23T01:27:42.5744935Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2022-11-23T01:27:42.5746764Z adding 'torch/include/ATen/ops/cudnn_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5748415Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2022-11-23T01:27:42.5749987Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2022-11-23T01:27:42.5751789Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2022-11-23T01:27:42.5753576Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2022-11-23T01:27:42.5755550Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5757297Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2022-11-23T01:27:42.5758910Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2022-11-23T01:27:42.5760752Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2022-11-23T01:27:42.5762560Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2022-11-23T01:27:42.5764450Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5766088Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2022-11-23T01:27:42.5767736Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2022-11-23T01:27:42.5769610Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2022-11-23T01:27:42.5771381Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2022-11-23T01:27:42.5773068Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2022-11-23T01:27:42.5774926Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5776599Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2022-11-23T01:27:42.5778257Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2022-11-23T01:27:42.5780023Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2022-11-23T01:27:42.5781856Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5783488Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2022-11-23T01:27:42.5785163Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2022-11-23T01:27:42.5787143Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2022-11-23T01:27:42.5788650Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2022-11-23T01:27:42.5790443Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5792090Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2022-11-23T01:27:42.5793702Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2022-11-23T01:27:42.5795709Z adding 'torch/include/ATen/ops/cummax.h' 2022-11-23T01:27:42.5797664Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5799402Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5801034Z adding 'torch/include/ATen/ops/cummax_native.h' 2022-11-23T01:27:42.5802997Z adding 'torch/include/ATen/ops/cummax_ops.h' 2022-11-23T01:27:42.5804866Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2022-11-23T01:27:42.5806629Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5808293Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2022-11-23T01:27:42.5810126Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2022-11-23T01:27:42.5811907Z adding 'torch/include/ATen/ops/cummin.h' 2022-11-23T01:27:42.5813964Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5815732Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5817405Z adding 'torch/include/ATen/ops/cummin_native.h' 2022-11-23T01:27:42.5819320Z adding 'torch/include/ATen/ops/cummin_ops.h' 2022-11-23T01:27:42.5821216Z adding 'torch/include/ATen/ops/cumprod.h' 2022-11-23T01:27:42.5822986Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2022-11-23T01:27:42.5824828Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5826437Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2022-11-23T01:27:42.5828165Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2022-11-23T01:27:42.5829994Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.5831688Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5833389Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2022-11-23T01:27:42.5835281Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2022-11-23T01:27:42.5837178Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2022-11-23T01:27:42.5838968Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2022-11-23T01:27:42.5840691Z adding 'torch/include/ATen/ops/cumprod_native.h' 2022-11-23T01:27:42.5842720Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2022-11-23T01:27:42.5844627Z adding 'torch/include/ATen/ops/cumsum.h' 2022-11-23T01:27:42.5855986Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.5857875Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5859717Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2022-11-23T01:27:42.5861592Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2022-11-23T01:27:42.5863262Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2022-11-23T01:27:42.5865046Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2022-11-23T01:27:42.5866790Z adding 'torch/include/ATen/ops/cumsum_native.h' 2022-11-23T01:27:42.5868934Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2022-11-23T01:27:42.5870824Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2022-11-23T01:27:42.5872614Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5874409Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2022-11-23T01:27:42.5876276Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2022-11-23T01:27:42.5877957Z adding 'torch/include/ATen/ops/data.h' 2022-11-23T01:27:42.5879732Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5881342Z adding 'torch/include/ATen/ops/data_native.h' 2022-11-23T01:27:42.5883133Z adding 'torch/include/ATen/ops/data_ops.h' 2022-11-23T01:27:42.5884878Z adding 'torch/include/ATen/ops/deg2rad.h' 2022-11-23T01:27:42.5886810Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5888445Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2022-11-23T01:27:42.5890278Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2022-11-23T01:27:42.5891970Z adding 'torch/include/ATen/ops/dense_dim.h' 2022-11-23T01:27:42.5893810Z adding 'torch/include/ATen/ops/dense_dim_cpu_dispatch.h' 2022-11-23T01:27:42.5895468Z adding 'torch/include/ATen/ops/dense_dim_cuda_dispatch.h' 2022-11-23T01:27:42.5897083Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2022-11-23T01:27:42.5898924Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2022-11-23T01:27:42.5900945Z adding 'torch/include/ATen/ops/dequantize.h' 2022-11-23T01:27:42.5902713Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5904332Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2022-11-23T01:27:42.5905986Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2022-11-23T01:27:42.5907728Z adding 'torch/include/ATen/ops/dequantize_native.h' 2022-11-23T01:27:42.5909646Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2022-11-23T01:27:42.5911410Z adding 'torch/include/ATen/ops/det.h' 2022-11-23T01:27:42.5913102Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5914759Z adding 'torch/include/ATen/ops/det_native.h' 2022-11-23T01:27:42.5916244Z adding 'torch/include/ATen/ops/det_ops.h' 2022-11-23T01:27:42.5917798Z adding 'torch/include/ATen/ops/detach.h' 2022-11-23T01:27:42.5919352Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5920900Z adding 'torch/include/ATen/ops/detach_copy.h' 2022-11-23T01:27:42.5922715Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5924332Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.5925661Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2022-11-23T01:27:42.5927350Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2022-11-23T01:27:42.5928870Z adding 'torch/include/ATen/ops/detach_native.h' 2022-11-23T01:27:42.5930479Z adding 'torch/include/ATen/ops/detach_ops.h' 2022-11-23T01:27:42.5932040Z adding 'torch/include/ATen/ops/diag.h' 2022-11-23T01:27:42.5933763Z adding 'torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5935360Z adding 'torch/include/ATen/ops/diag_embed.h' 2022-11-23T01:27:42.5937305Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5938815Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.5940327Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2022-11-23T01:27:42.5941975Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2022-11-23T01:27:42.5944182Z adding 'torch/include/ATen/ops/diag_native.h' 2022-11-23T01:27:42.5945583Z adding 'torch/include/ATen/ops/diag_ops.h' 2022-11-23T01:27:42.5946951Z adding 'torch/include/ATen/ops/diagflat.h' 2022-11-23T01:27:42.5948893Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5950062Z adding 'torch/include/ATen/ops/diagflat_native.h' 2022-11-23T01:27:42.5952357Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2022-11-23T01:27:42.5953659Z adding 'torch/include/ATen/ops/diagonal.h' 2022-11-23T01:27:42.5955659Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2022-11-23T01:27:42.5957659Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5959031Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2022-11-23T01:27:42.5960601Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2022-11-23T01:27:42.5962274Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5963738Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5965345Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2022-11-23T01:27:42.5967075Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5968639Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.5970146Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2022-11-23T01:27:42.5972343Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2022-11-23T01:27:42.5974172Z adding 'torch/include/ATen/ops/diagonal_native.h' 2022-11-23T01:27:42.5976571Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2022-11-23T01:27:42.5979016Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2022-11-23T01:27:42.5981114Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.5982966Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2022-11-23T01:27:42.5985369Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2022-11-23T01:27:42.5987257Z adding 'torch/include/ATen/ops/diff.h' 2022-11-23T01:27:42.5989666Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.5991486Z adding 'torch/include/ATen/ops/diff_native.h' 2022-11-23T01:27:42.5993717Z adding 'torch/include/ATen/ops/diff_ops.h' 2022-11-23T01:27:42.5995578Z adding 'torch/include/ATen/ops/digamma.h' 2022-11-23T01:27:42.5998231Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.5999447Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2022-11-23T01:27:42.6001531Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2022-11-23T01:27:42.6002975Z adding 'torch/include/ATen/ops/digamma_meta.h' 2022-11-23T01:27:42.6005119Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2022-11-23T01:27:42.6006524Z adding 'torch/include/ATen/ops/digamma_native.h' 2022-11-23T01:27:42.6008990Z adding 'torch/include/ATen/ops/digamma_ops.h' 2022-11-23T01:27:42.6010594Z adding 'torch/include/ATen/ops/dist.h' 2022-11-23T01:27:42.6013035Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.6014429Z adding 'torch/include/ATen/ops/dist_native.h' 2022-11-23T01:27:42.6016814Z adding 'torch/include/ATen/ops/dist_ops.h' 2022-11-23T01:27:42.6018651Z adding 'torch/include/ATen/ops/div.h' 2022-11-23T01:27:42.6020428Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.6022189Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.6023632Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2022-11-23T01:27:42.6025159Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2022-11-23T01:27:42.6026643Z adding 'torch/include/ATen/ops/div_meta.h' 2022-11-23T01:27:42.6028307Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2022-11-23T01:27:42.6029933Z adding 'torch/include/ATen/ops/div_native.h' 2022-11-23T01:27:42.6032022Z adding 'torch/include/ATen/ops/div_ops.h' 2022-11-23T01:27:42.6033926Z adding 'torch/include/ATen/ops/divide.h' 2022-11-23T01:27:42.6035925Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6037550Z adding 'torch/include/ATen/ops/divide_native.h' 2022-11-23T01:27:42.6039388Z adding 'torch/include/ATen/ops/divide_ops.h' 2022-11-23T01:27:42.6041140Z adding 'torch/include/ATen/ops/dot.h' 2022-11-23T01:27:42.6042962Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.6044372Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2022-11-23T01:27:42.6045962Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2022-11-23T01:27:42.6047536Z adding 'torch/include/ATen/ops/dot_native.h' 2022-11-23T01:27:42.6049213Z adding 'torch/include/ATen/ops/dot_ops.h' 2022-11-23T01:27:42.6050788Z adding 'torch/include/ATen/ops/dropout.h' 2022-11-23T01:27:42.6052425Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6053876Z adding 'torch/include/ATen/ops/dropout_native.h' 2022-11-23T01:27:42.6055520Z adding 'torch/include/ATen/ops/dropout_ops.h' 2022-11-23T01:27:42.6057251Z adding 'torch/include/ATen/ops/dsplit.h' 2022-11-23T01:27:42.6058897Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6060405Z adding 'torch/include/ATen/ops/dsplit_native.h' 2022-11-23T01:27:42.6062104Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2022-11-23T01:27:42.6063711Z adding 'torch/include/ATen/ops/dstack.h' 2022-11-23T01:27:42.6065445Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6066899Z adding 'torch/include/ATen/ops/dstack_native.h' 2022-11-23T01:27:42.6068602Z adding 'torch/include/ATen/ops/dstack_ops.h' 2022-11-23T01:27:42.6070126Z adding 'torch/include/ATen/ops/einsum.h' 2022-11-23T01:27:42.6071803Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6073251Z adding 'torch/include/ATen/ops/einsum_native.h' 2022-11-23T01:27:42.6075167Z adding 'torch/include/ATen/ops/einsum_ops.h' 2022-11-23T01:27:42.6076704Z adding 'torch/include/ATen/ops/elu.h' 2022-11-23T01:27:42.6078392Z adding 'torch/include/ATen/ops/elu_backward.h' 2022-11-23T01:27:42.6080198Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.6081559Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2022-11-23T01:27:42.6083185Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2022-11-23T01:27:42.6084537Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2022-11-23T01:27:42.6085960Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2022-11-23T01:27:42.6087390Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2022-11-23T01:27:42.6089009Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2022-11-23T01:27:42.6090690Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.6092110Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2022-11-23T01:27:42.6093624Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2022-11-23T01:27:42.6095085Z adding 'torch/include/ATen/ops/elu_meta.h' 2022-11-23T01:27:42.6096571Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2022-11-23T01:27:42.6098059Z adding 'torch/include/ATen/ops/elu_native.h' 2022-11-23T01:27:42.6099778Z adding 'torch/include/ATen/ops/elu_ops.h' 2022-11-23T01:27:42.6101372Z adding 'torch/include/ATen/ops/embedding.h' 2022-11-23T01:27:42.6102962Z adding 'torch/include/ATen/ops/embedding_backward.h' 2022-11-23T01:27:42.6104522Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6105898Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2022-11-23T01:27:42.6107459Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2022-11-23T01:27:42.6109057Z adding 'torch/include/ATen/ops/embedding_bag.h' 2022-11-23T01:27:42.6110775Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6112287Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2022-11-23T01:27:42.6114016Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2022-11-23T01:27:42.6116055Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.6117784Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2022-11-23T01:27:42.6119628Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.6121198Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2022-11-23T01:27:42.6122737Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2022-11-23T01:27:42.6124267Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2022-11-23T01:27:42.6125950Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2022-11-23T01:27:42.6127375Z adding 'torch/include/ATen/ops/embedding_native.h' 2022-11-23T01:27:42.6129145Z adding 'torch/include/ATen/ops/embedding_ops.h' 2022-11-23T01:27:42.6130778Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2022-11-23T01:27:42.6132546Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.6133983Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2022-11-23T01:27:42.6135570Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2022-11-23T01:27:42.6137073Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2022-11-23T01:27:42.6138646Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2022-11-23T01:27:42.6140346Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2022-11-23T01:27:42.6142029Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2022-11-23T01:27:42.6143684Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6145138Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2022-11-23T01:27:42.6146731Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2022-11-23T01:27:42.6148798Z adding 'torch/include/ATen/ops/empty.h' 2022-11-23T01:27:42.6150742Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.6152275Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6153808Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2022-11-23T01:27:42.6155651Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2022-11-23T01:27:42.6157417Z adding 'torch/include/ATen/ops/empty_like.h' 2022-11-23T01:27:42.6159135Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.6160688Z adding 'torch/include/ATen/ops/empty_like_native.h' 2022-11-23T01:27:42.6162371Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2022-11-23T01:27:42.6163987Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2022-11-23T01:27:42.6165760Z adding 'torch/include/ATen/ops/empty_native.h' 2022-11-23T01:27:42.6167588Z adding 'torch/include/ATen/ops/empty_ops.h' 2022-11-23T01:27:42.6169321Z adding 'torch/include/ATen/ops/empty_quantized.h' 2022-11-23T01:27:42.6171187Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.6172701Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2022-11-23T01:27:42.6174448Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2022-11-23T01:27:42.6176573Z adding 'torch/include/ATen/ops/empty_strided.h' 2022-11-23T01:27:42.6178679Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.6180360Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2022-11-23T01:27:42.6182167Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2022-11-23T01:27:42.6183779Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2022-11-23T01:27:42.6185624Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2022-11-23T01:27:42.6187370Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2022-11-23T01:27:42.6189015Z adding 'torch/include/ATen/ops/eq.h' 2022-11-23T01:27:42.6190831Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.6192399Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2022-11-23T01:27:42.6194057Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2022-11-23T01:27:42.6195751Z adding 'torch/include/ATen/ops/eq_meta.h' 2022-11-23T01:27:42.6197566Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2022-11-23T01:27:42.6199106Z adding 'torch/include/ATen/ops/eq_native.h' 2022-11-23T01:27:42.6201021Z adding 'torch/include/ATen/ops/eq_ops.h' 2022-11-23T01:27:42.6202853Z adding 'torch/include/ATen/ops/equal.h' 2022-11-23T01:27:42.6204432Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2022-11-23T01:27:42.6205929Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2022-11-23T01:27:42.6207487Z adding 'torch/include/ATen/ops/equal_native.h' 2022-11-23T01:27:42.6209117Z adding 'torch/include/ATen/ops/equal_ops.h' 2022-11-23T01:27:42.6210772Z adding 'torch/include/ATen/ops/erf.h' 2022-11-23T01:27:42.6212749Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.6214290Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2022-11-23T01:27:42.6215665Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2022-11-23T01:27:42.6217279Z adding 'torch/include/ATen/ops/erf_meta.h' 2022-11-23T01:27:42.6218878Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2022-11-23T01:27:42.6220436Z adding 'torch/include/ATen/ops/erf_native.h' 2022-11-23T01:27:42.6222198Z adding 'torch/include/ATen/ops/erf_ops.h' 2022-11-23T01:27:42.6223822Z adding 'torch/include/ATen/ops/erfc.h' 2022-11-23T01:27:42.6225581Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.6227004Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2022-11-23T01:27:42.6228518Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2022-11-23T01:27:42.6230038Z adding 'torch/include/ATen/ops/erfc_meta.h' 2022-11-23T01:27:42.6231569Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2022-11-23T01:27:42.6233154Z adding 'torch/include/ATen/ops/erfc_native.h' 2022-11-23T01:27:42.6234929Z adding 'torch/include/ATen/ops/erfc_ops.h' 2022-11-23T01:27:42.6236621Z adding 'torch/include/ATen/ops/erfinv.h' 2022-11-23T01:27:42.6238294Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.6239799Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2022-11-23T01:27:42.6241353Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2022-11-23T01:27:42.6242862Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2022-11-23T01:27:42.6244425Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2022-11-23T01:27:42.6245960Z adding 'torch/include/ATen/ops/erfinv_native.h' 2022-11-23T01:27:42.6248500Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2022-11-23T01:27:42.6250271Z adding 'torch/include/ATen/ops/exp.h' 2022-11-23T01:27:42.6251920Z adding 'torch/include/ATen/ops/exp2.h' 2022-11-23T01:27:42.6253641Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.6255124Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2022-11-23T01:27:42.6256643Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2022-11-23T01:27:42.6258142Z adding 'torch/include/ATen/ops/exp2_meta.h' 2022-11-23T01:27:42.6259816Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2022-11-23T01:27:42.6261459Z adding 'torch/include/ATen/ops/exp2_native.h' 2022-11-23T01:27:42.6263201Z adding 'torch/include/ATen/ops/exp2_ops.h' 2022-11-23T01:27:42.6264978Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.6266494Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2022-11-23T01:27:42.6268044Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2022-11-23T01:27:42.6269516Z adding 'torch/include/ATen/ops/exp_meta.h' 2022-11-23T01:27:42.6271157Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2022-11-23T01:27:42.6272638Z adding 'torch/include/ATen/ops/exp_native.h' 2022-11-23T01:27:42.6274587Z adding 'torch/include/ATen/ops/exp_ops.h' 2022-11-23T01:27:42.6276492Z adding 'torch/include/ATen/ops/expand.h' 2022-11-23T01:27:42.6278003Z adding 'torch/include/ATen/ops/expand_as.h' 2022-11-23T01:27:42.6279652Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6281527Z adding 'torch/include/ATen/ops/expand_as_native.h' 2022-11-23T01:27:42.6282810Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2022-11-23T01:27:42.6284431Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.6286077Z adding 'torch/include/ATen/ops/expand_copy.h' 2022-11-23T01:27:42.6287835Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.6289587Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.6290935Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2022-11-23T01:27:42.6292650Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2022-11-23T01:27:42.6294291Z adding 'torch/include/ATen/ops/expand_native.h' 2022-11-23T01:27:42.6295798Z adding 'torch/include/ATen/ops/expand_ops.h' 2022-11-23T01:27:42.6297373Z adding 'torch/include/ATen/ops/expm1.h' 2022-11-23T01:27:42.6299151Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.6300576Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2022-11-23T01:27:42.6302182Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2022-11-23T01:27:42.6303677Z adding 'torch/include/ATen/ops/expm1_meta.h' 2022-11-23T01:27:42.6305236Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2022-11-23T01:27:42.6306732Z adding 'torch/include/ATen/ops/expm1_native.h' 2022-11-23T01:27:42.6308531Z adding 'torch/include/ATen/ops/expm1_ops.h' 2022-11-23T01:27:42.6310107Z adding 'torch/include/ATen/ops/exponential.h' 2022-11-23T01:27:42.6311842Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.6313399Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2022-11-23T01:27:42.6315194Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2022-11-23T01:27:42.6316677Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2022-11-23T01:27:42.6318231Z adding 'torch/include/ATen/ops/exponential_native.h' 2022-11-23T01:27:42.6319927Z adding 'torch/include/ATen/ops/exponential_ops.h' 2022-11-23T01:27:42.6321694Z adding 'torch/include/ATen/ops/eye.h' 2022-11-23T01:27:42.6323452Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.6324969Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2022-11-23T01:27:42.6326525Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2022-11-23T01:27:42.6328051Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2022-11-23T01:27:42.6329549Z adding 'torch/include/ATen/ops/eye_native.h' 2022-11-23T01:27:42.6331362Z adding 'torch/include/ATen/ops/eye_ops.h' 2022-11-23T01:27:42.6333072Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2022-11-23T01:27:42.6334830Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2022-11-23T01:27:42.6336383Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2022-11-23T01:27:42.6338173Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6339571Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2022-11-23T01:27:42.6341224Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2022-11-23T01:27:42.6342945Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.6344450Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2022-11-23T01:27:42.6345973Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2022-11-23T01:27:42.6347543Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2022-11-23T01:27:42.6349313Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2022-11-23T01:27:42.6351160Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6352641Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2022-11-23T01:27:42.6354518Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2022-11-23T01:27:42.6356268Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2022-11-23T01:27:42.6358037Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2022-11-23T01:27:42.6359815Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2022-11-23T01:27:42.6361568Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6363200Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2022-11-23T01:27:42.6364816Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2022-11-23T01:27:42.6366540Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.6367991Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2022-11-23T01:27:42.6369599Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2022-11-23T01:27:42.6371074Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2022-11-23T01:27:42.6372843Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2022-11-23T01:27:42.6374580Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6376044Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2022-11-23T01:27:42.6377854Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2022-11-23T01:27:42.6379455Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2022-11-23T01:27:42.6381076Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6382607Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2022-11-23T01:27:42.6384248Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6385654Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2022-11-23T01:27:42.6387231Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2022-11-23T01:27:42.6388783Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2022-11-23T01:27:42.6390343Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2022-11-23T01:27:42.6391924Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2022-11-23T01:27:42.6393586Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6395372Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2022-11-23T01:27:42.6396928Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6398395Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2022-11-23T01:27:42.6400057Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2022-11-23T01:27:42.6401682Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2022-11-23T01:27:42.6403286Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2022-11-23T01:27:42.6404895Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2022-11-23T01:27:42.6406536Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6407966Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2022-11-23T01:27:42.6409523Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2022-11-23T01:27:42.6411070Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2022-11-23T01:27:42.6412745Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6414180Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2022-11-23T01:27:42.6415954Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2022-11-23T01:27:42.6417425Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2022-11-23T01:27:42.6419874Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6420713Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2022-11-23T01:27:42.6422509Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2022-11-23T01:27:42.6424097Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2022-11-23T01:27:42.6425457Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6426818Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2022-11-23T01:27:42.6428456Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2022-11-23T01:27:42.6430029Z adding 'torch/include/ATen/ops/feature_dropout.h' 2022-11-23T01:27:42.6431527Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6432757Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2022-11-23T01:27:42.6434592Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2022-11-23T01:27:42.6436398Z adding 'torch/include/ATen/ops/fft_fft.h' 2022-11-23T01:27:42.6437866Z adding 'torch/include/ATen/ops/fft_fft2.h' 2022-11-23T01:27:42.6439452Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6440813Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2022-11-23T01:27:42.6442386Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2022-11-23T01:27:42.6443942Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6445312Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2022-11-23T01:27:42.6447136Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2022-11-23T01:27:42.6448670Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2022-11-23T01:27:42.6450304Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.6451874Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2022-11-23T01:27:42.6453446Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2022-11-23T01:27:42.6455076Z adding 'torch/include/ATen/ops/fft_fftn.h' 2022-11-23T01:27:42.6456793Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6458118Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2022-11-23T01:27:42.6459722Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2022-11-23T01:27:42.6461158Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2022-11-23T01:27:42.6462985Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6464275Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2022-11-23T01:27:42.6465586Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2022-11-23T01:27:42.6467103Z adding 'torch/include/ATen/ops/fft_hfft.h' 2022-11-23T01:27:42.6468702Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2022-11-23T01:27:42.6470536Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6471781Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2022-11-23T01:27:42.6473407Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2022-11-23T01:27:42.6475290Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6476623Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2022-11-23T01:27:42.6478197Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2022-11-23T01:27:42.6479771Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2022-11-23T01:27:42.6481444Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6482767Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2022-11-23T01:27:42.6484389Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2022-11-23T01:27:42.6485980Z adding 'torch/include/ATen/ops/fft_ifft.h' 2022-11-23T01:27:42.6487547Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2022-11-23T01:27:42.6489151Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6490532Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2022-11-23T01:27:42.6492178Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2022-11-23T01:27:42.6493785Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6495145Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2022-11-23T01:27:42.6496833Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2022-11-23T01:27:42.6498444Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2022-11-23T01:27:42.6500099Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6501480Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2022-11-23T01:27:42.6503408Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2022-11-23T01:27:42.6504845Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2022-11-23T01:27:42.6506399Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6507723Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2022-11-23T01:27:42.6509293Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2022-11-23T01:27:42.6510771Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2022-11-23T01:27:42.6512289Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2022-11-23T01:27:42.6513904Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6515491Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2022-11-23T01:27:42.6517106Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2022-11-23T01:27:42.6518753Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6520237Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2022-11-23T01:27:42.6522012Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2022-11-23T01:27:42.6523463Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2022-11-23T01:27:42.6525166Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6526391Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2022-11-23T01:27:42.6527968Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2022-11-23T01:27:42.6529573Z adding 'torch/include/ATen/ops/fft_irfft.h' 2022-11-23T01:27:42.6531431Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2022-11-23T01:27:42.6532929Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6534332Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2022-11-23T01:27:42.6535980Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2022-11-23T01:27:42.6537744Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6539198Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2022-11-23T01:27:42.6540901Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2022-11-23T01:27:42.6542502Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2022-11-23T01:27:42.6544212Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6545626Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2022-11-23T01:27:42.6547281Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2022-11-23T01:27:42.6548931Z adding 'torch/include/ATen/ops/fft_rfft.h' 2022-11-23T01:27:42.6550522Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2022-11-23T01:27:42.6552181Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6553621Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2022-11-23T01:27:42.6555392Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2022-11-23T01:27:42.6557167Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6558612Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2022-11-23T01:27:42.6560226Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2022-11-23T01:27:42.6561957Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2022-11-23T01:27:42.6563538Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.6564981Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2022-11-23T01:27:42.6566629Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2022-11-23T01:27:42.6568426Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2022-11-23T01:27:42.6569986Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6571397Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2022-11-23T01:27:42.6573146Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2022-11-23T01:27:42.6574875Z adding 'torch/include/ATen/ops/fill.h' 2022-11-23T01:27:42.6576457Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.6578171Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2022-11-23T01:27:42.6579650Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2022-11-23T01:27:42.6581029Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2022-11-23T01:27:42.6582857Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6584126Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2022-11-23T01:27:42.6585686Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2022-11-23T01:27:42.6587474Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2022-11-23T01:27:42.6588979Z adding 'torch/include/ATen/ops/fill_native.h' 2022-11-23T01:27:42.6590897Z adding 'torch/include/ATen/ops/fill_ops.h' 2022-11-23T01:27:42.6592697Z adding 'torch/include/ATen/ops/fix.h' 2022-11-23T01:27:42.6594719Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6596230Z adding 'torch/include/ATen/ops/fix_native.h' 2022-11-23T01:27:42.6598035Z adding 'torch/include/ATen/ops/fix_ops.h' 2022-11-23T01:27:42.6599831Z adding 'torch/include/ATen/ops/flatten.h' 2022-11-23T01:27:42.6601648Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6603223Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2022-11-23T01:27:42.6604988Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6606579Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2022-11-23T01:27:42.6608207Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2022-11-23T01:27:42.6610115Z adding 'torch/include/ATen/ops/flatten_native.h' 2022-11-23T01:27:42.6611873Z adding 'torch/include/ATen/ops/flatten_ops.h' 2022-11-23T01:27:42.6613618Z adding 'torch/include/ATen/ops/flip.h' 2022-11-23T01:27:42.6615372Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.6616973Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2022-11-23T01:27:42.6619542Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2022-11-23T01:27:42.6621194Z adding 'torch/include/ATen/ops/flip_native.h' 2022-11-23T01:27:42.6623012Z adding 'torch/include/ATen/ops/flip_ops.h' 2022-11-23T01:27:42.6624677Z adding 'torch/include/ATen/ops/fliplr.h' 2022-11-23T01:27:42.6626417Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6627926Z adding 'torch/include/ATen/ops/fliplr_native.h' 2022-11-23T01:27:42.6629597Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2022-11-23T01:27:42.6631183Z adding 'torch/include/ATen/ops/flipud.h' 2022-11-23T01:27:42.6632877Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6634529Z adding 'torch/include/ATen/ops/flipud_native.h' 2022-11-23T01:27:42.6636213Z adding 'torch/include/ATen/ops/flipud_ops.h' 2022-11-23T01:27:42.6637978Z adding 'torch/include/ATen/ops/float_power.h' 2022-11-23T01:27:42.6639828Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6641393Z adding 'torch/include/ATen/ops/float_power_native.h' 2022-11-23T01:27:42.6643405Z adding 'torch/include/ATen/ops/float_power_ops.h' 2022-11-23T01:27:42.6645145Z adding 'torch/include/ATen/ops/floor.h' 2022-11-23T01:27:42.6646980Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.6648520Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2022-11-23T01:27:42.6650129Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2022-11-23T01:27:42.6651845Z adding 'torch/include/ATen/ops/floor_divide.h' 2022-11-23T01:27:42.6653585Z adding 'torch/include/ATen/ops/floor_divide_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6655273Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2022-11-23T01:27:42.6656910Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2022-11-23T01:27:42.6658542Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2022-11-23T01:27:42.6660175Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2022-11-23T01:27:42.6662045Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2022-11-23T01:27:42.6663707Z adding 'torch/include/ATen/ops/floor_meta.h' 2022-11-23T01:27:42.6665501Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2022-11-23T01:27:42.6667076Z adding 'torch/include/ATen/ops/floor_native.h' 2022-11-23T01:27:42.6668960Z adding 'torch/include/ATen/ops/floor_ops.h' 2022-11-23T01:27:42.6670581Z adding 'torch/include/ATen/ops/fmax.h' 2022-11-23T01:27:42.6672593Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.6674275Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2022-11-23T01:27:42.6675966Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2022-11-23T01:27:42.6677545Z adding 'torch/include/ATen/ops/fmax_meta.h' 2022-11-23T01:27:42.6678943Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2022-11-23T01:27:42.6680467Z adding 'torch/include/ATen/ops/fmax_native.h' 2022-11-23T01:27:42.6682043Z adding 'torch/include/ATen/ops/fmax_ops.h' 2022-11-23T01:27:42.6683634Z adding 'torch/include/ATen/ops/fmin.h' 2022-11-23T01:27:42.6685675Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.6687017Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2022-11-23T01:27:42.6688397Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2022-11-23T01:27:42.6689811Z adding 'torch/include/ATen/ops/fmin_meta.h' 2022-11-23T01:27:42.6691501Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2022-11-23T01:27:42.6692866Z adding 'torch/include/ATen/ops/fmin_native.h' 2022-11-23T01:27:42.6694496Z adding 'torch/include/ATen/ops/fmin_ops.h' 2022-11-23T01:27:42.6696005Z adding 'torch/include/ATen/ops/fmod.h' 2022-11-23T01:27:42.6697743Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.6699254Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.6700651Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2022-11-23T01:27:42.6702135Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2022-11-23T01:27:42.6703710Z adding 'torch/include/ATen/ops/fmod_meta.h' 2022-11-23T01:27:42.6705480Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2022-11-23T01:27:42.6706857Z adding 'torch/include/ATen/ops/fmod_native.h' 2022-11-23T01:27:42.6708553Z adding 'torch/include/ATen/ops/fmod_ops.h' 2022-11-23T01:27:42.6710171Z adding 'torch/include/ATen/ops/frac.h' 2022-11-23T01:27:42.6711810Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.6713261Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2022-11-23T01:27:42.6714960Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2022-11-23T01:27:42.6716407Z adding 'torch/include/ATen/ops/frac_meta.h' 2022-11-23T01:27:42.6717860Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2022-11-23T01:27:42.6719340Z adding 'torch/include/ATen/ops/frac_native.h' 2022-11-23T01:27:42.6720949Z adding 'torch/include/ATen/ops/frac_ops.h' 2022-11-23T01:27:42.6722632Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2022-11-23T01:27:42.6724289Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2022-11-23T01:27:42.6725989Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.6727491Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2022-11-23T01:27:42.6729010Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2022-11-23T01:27:42.6730497Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2022-11-23T01:27:42.6732083Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2022-11-23T01:27:42.6733663Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2022-11-23T01:27:42.6735261Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2022-11-23T01:27:42.6736943Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.6738529Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2022-11-23T01:27:42.6740053Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2022-11-23T01:27:42.6741556Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2022-11-23T01:27:42.6743138Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2022-11-23T01:27:42.6744656Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2022-11-23T01:27:42.6746311Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2022-11-23T01:27:42.6747978Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2022-11-23T01:27:42.6749648Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2022-11-23T01:27:42.6751267Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2022-11-23T01:27:42.6752823Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2022-11-23T01:27:42.6754532Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2022-11-23T01:27:42.6756201Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2022-11-23T01:27:42.6757882Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.6759392Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2022-11-23T01:27:42.6760915Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2022-11-23T01:27:42.6763460Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2022-11-23T01:27:42.6766183Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2022-11-23T01:27:42.6767983Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2022-11-23T01:27:42.6770481Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2022-11-23T01:27:42.6772140Z adding 'torch/include/ATen/ops/frexp.h' 2022-11-23T01:27:42.6774607Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.6776294Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2022-11-23T01:27:42.6778519Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2022-11-23T01:27:42.6780294Z adding 'torch/include/ATen/ops/frexp_native.h' 2022-11-23T01:27:42.6782564Z adding 'torch/include/ATen/ops/frexp_ops.h' 2022-11-23T01:27:42.6784407Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2022-11-23T01:27:42.6786650Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6788144Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2022-11-23T01:27:42.6790672Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2022-11-23T01:27:42.6793031Z adding 'torch/include/ATen/ops/from_blob.h' 2022-11-23T01:27:42.6795302Z adding 'torch/include/ATen/ops/from_file.h' 2022-11-23T01:27:42.6797790Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.6799558Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2022-11-23T01:27:42.6801575Z adding 'torch/include/ATen/ops/from_file_native.h' 2022-11-23T01:27:42.6803778Z adding 'torch/include/ATen/ops/from_file_ops.h' 2022-11-23T01:27:42.6806232Z adding 'torch/include/ATen/ops/full.h' 2022-11-23T01:27:42.6808772Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.6810741Z adding 'torch/include/ATen/ops/full_like.h' 2022-11-23T01:27:42.6813105Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.6814705Z adding 'torch/include/ATen/ops/full_like_native.h' 2022-11-23T01:27:42.6817288Z adding 'torch/include/ATen/ops/full_like_ops.h' 2022-11-23T01:27:42.6819118Z adding 'torch/include/ATen/ops/full_native.h' 2022-11-23T01:27:42.6821556Z adding 'torch/include/ATen/ops/full_ops.h' 2022-11-23T01:27:42.6823789Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2022-11-23T01:27:42.6825876Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6827705Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2022-11-23T01:27:42.6829995Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2022-11-23T01:27:42.6831899Z adding 'torch/include/ATen/ops/gather.h' 2022-11-23T01:27:42.6833920Z adding 'torch/include/ATen/ops/gather_backward.h' 2022-11-23T01:27:42.6836313Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6838027Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2022-11-23T01:27:42.6840228Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2022-11-23T01:27:42.6842263Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.6844228Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6846125Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2022-11-23T01:27:42.6848185Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2022-11-23T01:27:42.6849872Z adding 'torch/include/ATen/ops/gather_meta.h' 2022-11-23T01:27:42.6851992Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2022-11-23T01:27:42.6853861Z adding 'torch/include/ATen/ops/gather_native.h' 2022-11-23T01:27:42.6856182Z adding 'torch/include/ATen/ops/gather_ops.h' 2022-11-23T01:27:42.6858101Z adding 'torch/include/ATen/ops/gcd.h' 2022-11-23T01:27:42.6860368Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.6862024Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2022-11-23T01:27:42.6864334Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2022-11-23T01:27:42.6865867Z adding 'torch/include/ATen/ops/gcd_meta.h' 2022-11-23T01:27:42.6868104Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2022-11-23T01:27:42.6869776Z adding 'torch/include/ATen/ops/gcd_native.h' 2022-11-23T01:27:42.6872066Z adding 'torch/include/ATen/ops/gcd_ops.h' 2022-11-23T01:27:42.6873983Z adding 'torch/include/ATen/ops/ge.h' 2022-11-23T01:27:42.6876473Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.6878160Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2022-11-23T01:27:42.6880394Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2022-11-23T01:27:42.6882001Z adding 'torch/include/ATen/ops/ge_meta.h' 2022-11-23T01:27:42.6884218Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2022-11-23T01:27:42.6885995Z adding 'torch/include/ATen/ops/ge_native.h' 2022-11-23T01:27:42.6888461Z adding 'torch/include/ATen/ops/ge_ops.h' 2022-11-23T01:27:42.6890408Z adding 'torch/include/ATen/ops/gelu.h' 2022-11-23T01:27:42.6892432Z adding 'torch/include/ATen/ops/gelu_backward.h' 2022-11-23T01:27:42.6894663Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.6896364Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2022-11-23T01:27:42.6898604Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2022-11-23T01:27:42.6900490Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2022-11-23T01:27:42.6902719Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2022-11-23T01:27:42.6904546Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2022-11-23T01:27:42.6906724Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2022-11-23T01:27:42.6908811Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.6910672Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2022-11-23T01:27:42.6912674Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2022-11-23T01:27:42.6914707Z adding 'torch/include/ATen/ops/gelu_meta.h' 2022-11-23T01:27:42.6916929Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2022-11-23T01:27:42.6918701Z adding 'torch/include/ATen/ops/gelu_native.h' 2022-11-23T01:27:42.6921001Z adding 'torch/include/ATen/ops/gelu_ops.h' 2022-11-23T01:27:42.6923018Z adding 'torch/include/ATen/ops/geometric.h' 2022-11-23T01:27:42.6925173Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.6927127Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2022-11-23T01:27:42.6929128Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2022-11-23T01:27:42.6931012Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2022-11-23T01:27:42.6932852Z adding 'torch/include/ATen/ops/geometric_native.h' 2022-11-23T01:27:42.6935168Z adding 'torch/include/ATen/ops/geometric_ops.h' 2022-11-23T01:27:42.6936947Z adding 'torch/include/ATen/ops/geqrf.h' 2022-11-23T01:27:42.6939187Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2022-11-23T01:27:42.6941091Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2022-11-23T01:27:42.6942882Z adding 'torch/include/ATen/ops/geqrf_native.h' 2022-11-23T01:27:42.6945069Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2022-11-23T01:27:42.6946886Z adding 'torch/include/ATen/ops/ger.h' 2022-11-23T01:27:42.6949085Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.6950736Z adding 'torch/include/ATen/ops/ger_native.h' 2022-11-23T01:27:42.6952951Z adding 'torch/include/ATen/ops/ger_ops.h' 2022-11-23T01:27:42.6954852Z adding 'torch/include/ATen/ops/glu.h' 2022-11-23T01:27:42.6957442Z adding 'torch/include/ATen/ops/glu_backward.h' 2022-11-23T01:27:42.6959249Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2022-11-23T01:27:42.6961301Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2022-11-23T01:27:42.6963305Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2022-11-23T01:27:42.6965760Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.6967540Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2022-11-23T01:27:42.6969272Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2022-11-23T01:27:42.6971303Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2022-11-23T01:27:42.6973496Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2022-11-23T01:27:42.6975191Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2022-11-23T01:27:42.6977613Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2022-11-23T01:27:42.6979799Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.6981431Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2022-11-23T01:27:42.6983706Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2022-11-23T01:27:42.6985532Z adding 'torch/include/ATen/ops/glu_jvp.h' 2022-11-23T01:27:42.6987762Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.6988647Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2022-11-23T01:27:42.6990168Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2022-11-23T01:27:42.6991614Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2022-11-23T01:27:42.6993149Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2022-11-23T01:27:42.6994887Z adding 'torch/include/ATen/ops/glu_meta.h' 2022-11-23T01:27:42.6996531Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2022-11-23T01:27:42.6998025Z adding 'torch/include/ATen/ops/glu_native.h' 2022-11-23T01:27:42.6999548Z adding 'torch/include/ATen/ops/glu_ops.h' 2022-11-23T01:27:42.7001239Z adding 'torch/include/ATen/ops/gradient.h' 2022-11-23T01:27:42.7003001Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7004482Z adding 'torch/include/ATen/ops/gradient_native.h' 2022-11-23T01:27:42.7007131Z adding 'torch/include/ATen/ops/gradient_ops.h' 2022-11-23T01:27:42.7009103Z adding 'torch/include/ATen/ops/greater.h' 2022-11-23T01:27:42.7011601Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7013213Z adding 'torch/include/ATen/ops/greater_equal.h' 2022-11-23T01:27:42.7015135Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7016742Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2022-11-23T01:27:42.7018644Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2022-11-23T01:27:42.7020059Z adding 'torch/include/ATen/ops/greater_native.h' 2022-11-23T01:27:42.7021887Z adding 'torch/include/ATen/ops/greater_ops.h' 2022-11-23T01:27:42.7023482Z adding 'torch/include/ATen/ops/grid_sampler.h' 2022-11-23T01:27:42.7025088Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2022-11-23T01:27:42.7026803Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2022-11-23T01:27:42.7028467Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.7029992Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2022-11-23T01:27:42.7031511Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2022-11-23T01:27:42.7033069Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2022-11-23T01:27:42.7034956Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2022-11-23T01:27:42.7036627Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.7038048Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2022-11-23T01:27:42.7039429Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2022-11-23T01:27:42.7040827Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2022-11-23T01:27:42.7043278Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2022-11-23T01:27:42.7045011Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2022-11-23T01:27:42.7046689Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2022-11-23T01:27:42.7048390Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.7049853Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2022-11-23T01:27:42.7051259Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2022-11-23T01:27:42.7052712Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2022-11-23T01:27:42.7054435Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2022-11-23T01:27:42.7056074Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.7057579Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2022-11-23T01:27:42.7059426Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2022-11-23T01:27:42.7060709Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2022-11-23T01:27:42.7062527Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2022-11-23T01:27:42.7064145Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7065454Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2022-11-23T01:27:42.7066950Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2022-11-23T01:27:42.7068417Z adding 'torch/include/ATen/ops/group_norm.h' 2022-11-23T01:27:42.7070000Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7071246Z adding 'torch/include/ATen/ops/group_norm_native.h' 2022-11-23T01:27:42.7072820Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2022-11-23T01:27:42.7074464Z adding 'torch/include/ATen/ops/gru.h' 2022-11-23T01:27:42.7076108Z adding 'torch/include/ATen/ops/gru_cell.h' 2022-11-23T01:27:42.7077773Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7079153Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2022-11-23T01:27:42.7080706Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2022-11-23T01:27:42.7082389Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7083798Z adding 'torch/include/ATen/ops/gru_native.h' 2022-11-23T01:27:42.7085528Z adding 'torch/include/ATen/ops/gru_ops.h' 2022-11-23T01:27:42.7087046Z adding 'torch/include/ATen/ops/gt.h' 2022-11-23T01:27:42.7088779Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.7090226Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2022-11-23T01:27:42.7091736Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2022-11-23T01:27:42.7093226Z adding 'torch/include/ATen/ops/gt_meta.h' 2022-11-23T01:27:42.7094827Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2022-11-23T01:27:42.7096302Z adding 'torch/include/ATen/ops/gt_native.h' 2022-11-23T01:27:42.7098100Z adding 'torch/include/ATen/ops/gt_ops.h' 2022-11-23T01:27:42.7100139Z adding 'torch/include/ATen/ops/hamming_window.h' 2022-11-23T01:27:42.7102154Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.7103591Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2022-11-23T01:27:42.7105622Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2022-11-23T01:27:42.7107478Z adding 'torch/include/ATen/ops/hann_window.h' 2022-11-23T01:27:42.7109260Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.7110692Z adding 'torch/include/ATen/ops/hann_window_native.h' 2022-11-23T01:27:42.7112373Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2022-11-23T01:27:42.7113930Z adding 'torch/include/ATen/ops/hardshrink.h' 2022-11-23T01:27:42.7115714Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2022-11-23T01:27:42.7117434Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.7118756Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2022-11-23T01:27:42.7120160Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2022-11-23T01:27:42.7121528Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2022-11-23T01:27:42.7122979Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2022-11-23T01:27:42.7124350Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2022-11-23T01:27:42.7125848Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2022-11-23T01:27:42.7127557Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.7128878Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2022-11-23T01:27:42.7130324Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2022-11-23T01:27:42.7131650Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2022-11-23T01:27:42.7133121Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2022-11-23T01:27:42.7134456Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2022-11-23T01:27:42.7135954Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2022-11-23T01:27:42.7137511Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2022-11-23T01:27:42.7139010Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2022-11-23T01:27:42.7140718Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.7142043Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2022-11-23T01:27:42.7143482Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2022-11-23T01:27:42.7144861Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2022-11-23T01:27:42.7146280Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2022-11-23T01:27:42.7147616Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2022-11-23T01:27:42.7149138Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2022-11-23T01:27:42.7150789Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.7152082Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2022-11-23T01:27:42.7153520Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2022-11-23T01:27:42.7155146Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2022-11-23T01:27:42.7156553Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2022-11-23T01:27:42.7158136Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2022-11-23T01:27:42.7159807Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2022-11-23T01:27:42.7161496Z adding 'torch/include/ATen/ops/hardswish.h' 2022-11-23T01:27:42.7162956Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2022-11-23T01:27:42.7164342Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.7165825Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2022-11-23T01:27:42.7167118Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2022-11-23T01:27:42.7168519Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2022-11-23T01:27:42.7170116Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2022-11-23T01:27:42.7171674Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2022-11-23T01:27:42.7173199Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2022-11-23T01:27:42.7174672Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2022-11-23T01:27:42.7176128Z adding 'torch/include/ATen/ops/hardswish_native.h' 2022-11-23T01:27:42.7177762Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2022-11-23T01:27:42.7179417Z adding 'torch/include/ATen/ops/hardtanh.h' 2022-11-23T01:27:42.7181044Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2022-11-23T01:27:42.7182635Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2022-11-23T01:27:42.7184314Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2022-11-23T01:27:42.7185577Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2022-11-23T01:27:42.7187199Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2022-11-23T01:27:42.7188823Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2022-11-23T01:27:42.7190377Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2022-11-23T01:27:42.7191949Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2022-11-23T01:27:42.7193417Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2022-11-23T01:27:42.7195681Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2022-11-23T01:27:42.7196965Z adding 'torch/include/ATen/ops/heaviside.h' 2022-11-23T01:27:42.7198454Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.7199886Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2022-11-23T01:27:42.7201470Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2022-11-23T01:27:42.7202849Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2022-11-23T01:27:42.7204338Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2022-11-23T01:27:42.7205939Z adding 'torch/include/ATen/ops/heaviside_native.h' 2022-11-23T01:27:42.7207706Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2022-11-23T01:27:42.7209384Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2022-11-23T01:27:42.7210969Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7212190Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2022-11-23T01:27:42.7213818Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2022-11-23T01:27:42.7215410Z adding 'torch/include/ATen/ops/histc.h' 2022-11-23T01:27:42.7217177Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2022-11-23T01:27:42.7218815Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2022-11-23T01:27:42.7220553Z adding 'torch/include/ATen/ops/histc_native.h' 2022-11-23T01:27:42.7222198Z adding 'torch/include/ATen/ops/histc_ops.h' 2022-11-23T01:27:42.7223976Z adding 'torch/include/ATen/ops/histogram.h' 2022-11-23T01:27:42.7225748Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2022-11-23T01:27:42.7227253Z adding 'torch/include/ATen/ops/histogram_native.h' 2022-11-23T01:27:42.7229090Z adding 'torch/include/ATen/ops/histogram_ops.h' 2022-11-23T01:27:42.7231020Z adding 'torch/include/ATen/ops/histogramdd.h' 2022-11-23T01:27:42.7232802Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7233848Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2022-11-23T01:27:42.7235877Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2022-11-23T01:27:42.7237418Z adding 'torch/include/ATen/ops/hsplit.h' 2022-11-23T01:27:42.7240068Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7241861Z adding 'torch/include/ATen/ops/hsplit_native.h' 2022-11-23T01:27:42.7242185Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2022-11-23T01:27:42.7243934Z adding 'torch/include/ATen/ops/hspmm.h' 2022-11-23T01:27:42.7245453Z adding 'torch/include/ATen/ops/hspmm_native.h' 2022-11-23T01:27:42.7247163Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2022-11-23T01:27:42.7248650Z adding 'torch/include/ATen/ops/hstack.h' 2022-11-23T01:27:42.7250224Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7251660Z adding 'torch/include/ATen/ops/hstack_native.h' 2022-11-23T01:27:42.7253220Z adding 'torch/include/ATen/ops/hstack_ops.h' 2022-11-23T01:27:42.7254778Z adding 'torch/include/ATen/ops/huber_loss.h' 2022-11-23T01:27:42.7256386Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2022-11-23T01:27:42.7258039Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.7259504Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2022-11-23T01:27:42.7260994Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2022-11-23T01:27:42.7262380Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2022-11-23T01:27:42.7264009Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2022-11-23T01:27:42.7265600Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2022-11-23T01:27:42.7267127Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2022-11-23T01:27:42.7268611Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2022-11-23T01:27:42.7270146Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2022-11-23T01:27:42.7271643Z adding 'torch/include/ATen/ops/hypot.h' 2022-11-23T01:27:42.7273259Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.7274788Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2022-11-23T01:27:42.7276359Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2022-11-23T01:27:42.7277802Z adding 'torch/include/ATen/ops/hypot_meta.h' 2022-11-23T01:27:42.7279376Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2022-11-23T01:27:42.7280740Z adding 'torch/include/ATen/ops/hypot_native.h' 2022-11-23T01:27:42.7282317Z adding 'torch/include/ATen/ops/hypot_ops.h' 2022-11-23T01:27:42.7284022Z adding 'torch/include/ATen/ops/i0.h' 2022-11-23T01:27:42.7285683Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.7286986Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2022-11-23T01:27:42.7288523Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2022-11-23T01:27:42.7289903Z adding 'torch/include/ATen/ops/i0_meta.h' 2022-11-23T01:27:42.7291373Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2022-11-23T01:27:42.7292740Z adding 'torch/include/ATen/ops/i0_native.h' 2022-11-23T01:27:42.7294199Z adding 'torch/include/ATen/ops/i0_ops.h' 2022-11-23T01:27:42.7295647Z adding 'torch/include/ATen/ops/igamma.h' 2022-11-23T01:27:42.7297285Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.7298687Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2022-11-23T01:27:42.7300253Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2022-11-23T01:27:42.7301782Z adding 'torch/include/ATen/ops/igamma_meta.h' 2022-11-23T01:27:42.7303179Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2022-11-23T01:27:42.7304648Z adding 'torch/include/ATen/ops/igamma_native.h' 2022-11-23T01:27:42.7306170Z adding 'torch/include/ATen/ops/igamma_ops.h' 2022-11-23T01:27:42.7308714Z adding 'torch/include/ATen/ops/igammac.h' 2022-11-23T01:27:42.7309370Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.7311113Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2022-11-23T01:27:42.7312579Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2022-11-23T01:27:42.7314438Z adding 'torch/include/ATen/ops/igammac_meta.h' 2022-11-23T01:27:42.7316156Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2022-11-23T01:27:42.7317669Z adding 'torch/include/ATen/ops/igammac_native.h' 2022-11-23T01:27:42.7319097Z adding 'torch/include/ATen/ops/igammac_ops.h' 2022-11-23T01:27:42.7320636Z adding 'torch/include/ATen/ops/im2col.h' 2022-11-23T01:27:42.7322210Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2022-11-23T01:27:42.7323806Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2022-11-23T01:27:42.7325311Z adding 'torch/include/ATen/ops/im2col_native.h' 2022-11-23T01:27:42.7326967Z adding 'torch/include/ATen/ops/im2col_ops.h' 2022-11-23T01:27:42.7328495Z adding 'torch/include/ATen/ops/imag.h' 2022-11-23T01:27:42.7330082Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7331456Z adding 'torch/include/ATen/ops/imag_native.h' 2022-11-23T01:27:42.7332953Z adding 'torch/include/ATen/ops/imag_ops.h' 2022-11-23T01:27:42.7334480Z adding 'torch/include/ATen/ops/index.h' 2022-11-23T01:27:42.7336076Z adding 'torch/include/ATen/ops/index_add.h' 2022-11-23T01:27:42.7337898Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.7339546Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7341284Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2022-11-23T01:27:42.7342806Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2022-11-23T01:27:42.7344405Z adding 'torch/include/ATen/ops/index_add_meta.h' 2022-11-23T01:27:42.7346049Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2022-11-23T01:27:42.7347648Z adding 'torch/include/ATen/ops/index_add_native.h' 2022-11-23T01:27:42.7349659Z adding 'torch/include/ATen/ops/index_add_ops.h' 2022-11-23T01:27:42.7351372Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.7352975Z adding 'torch/include/ATen/ops/index_copy.h' 2022-11-23T01:27:42.7354831Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.7356472Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7358114Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2022-11-23T01:27:42.7359699Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2022-11-23T01:27:42.7361325Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2022-11-23T01:27:42.7362976Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2022-11-23T01:27:42.7364560Z adding 'torch/include/ATen/ops/index_copy_native.h' 2022-11-23T01:27:42.7366436Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2022-11-23T01:27:42.7368156Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2022-11-23T01:27:42.7369749Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2022-11-23T01:27:42.7371496Z adding 'torch/include/ATen/ops/index_fill.h' 2022-11-23T01:27:42.7373305Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.7374951Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7376502Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2022-11-23T01:27:42.7378227Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2022-11-23T01:27:42.7379816Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2022-11-23T01:27:42.7381412Z adding 'torch/include/ATen/ops/index_fill_native.h' 2022-11-23T01:27:42.7383583Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2022-11-23T01:27:42.7385557Z adding 'torch/include/ATen/ops/index_meta.h' 2022-11-23T01:27:42.7387294Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2022-11-23T01:27:42.7388806Z adding 'torch/include/ATen/ops/index_native.h' 2022-11-23T01:27:42.7390605Z adding 'torch/include/ATen/ops/index_ops.h' 2022-11-23T01:27:42.7392326Z adding 'torch/include/ATen/ops/index_put.h' 2022-11-23T01:27:42.7394431Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.7395875Z adding 'torch/include/ATen/ops/index_put_native.h' 2022-11-23T01:27:42.7397597Z adding 'torch/include/ATen/ops/index_put_ops.h' 2022-11-23T01:27:42.7399338Z adding 'torch/include/ATen/ops/index_reduce.h' 2022-11-23T01:27:42.7401114Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.7402810Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2022-11-23T01:27:42.7404364Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2022-11-23T01:27:42.7406018Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2022-11-23T01:27:42.7408483Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2022-11-23T01:27:42.7410139Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2022-11-23T01:27:42.7411927Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2022-11-23T01:27:42.7413689Z adding 'torch/include/ATen/ops/index_select.h' 2022-11-23T01:27:42.7415423Z adding 'torch/include/ATen/ops/index_select_backward.h' 2022-11-23T01:27:42.7417309Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7418909Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2022-11-23T01:27:42.7420554Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2022-11-23T01:27:42.7422246Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7423806Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2022-11-23T01:27:42.7425385Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2022-11-23T01:27:42.7426970Z adding 'torch/include/ATen/ops/index_select_native.h' 2022-11-23T01:27:42.7428779Z adding 'torch/include/ATen/ops/index_select_ops.h' 2022-11-23T01:27:42.7430382Z adding 'torch/include/ATen/ops/indices.h' 2022-11-23T01:27:42.7431970Z adding 'torch/include/ATen/ops/indices_copy.h' 2022-11-23T01:27:42.7433663Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.7435322Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.7437035Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2022-11-23T01:27:42.7438671Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2022-11-23T01:27:42.7440178Z adding 'torch/include/ATen/ops/indices_native.h' 2022-11-23T01:27:42.7441765Z adding 'torch/include/ATen/ops/indices_ops.h' 2022-11-23T01:27:42.7443384Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2022-11-23T01:27:42.7445019Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7446448Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2022-11-23T01:27:42.7448472Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2022-11-23T01:27:42.7449689Z adding 'torch/include/ATen/ops/inner.h' 2022-11-23T01:27:42.7451498Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7453080Z adding 'torch/include/ATen/ops/inner_native.h' 2022-11-23T01:27:42.7454805Z adding 'torch/include/ATen/ops/inner_ops.h' 2022-11-23T01:27:42.7456587Z adding 'torch/include/ATen/ops/instance_norm.h' 2022-11-23T01:27:42.7458512Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7460246Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2022-11-23T01:27:42.7461958Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2022-11-23T01:27:42.7463674Z adding 'torch/include/ATen/ops/int_repr.h' 2022-11-23T01:27:42.7465496Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.7466819Z adding 'torch/include/ATen/ops/int_repr_native.h' 2022-11-23T01:27:42.7468315Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2022-11-23T01:27:42.7469901Z adding 'torch/include/ATen/ops/inverse.h' 2022-11-23T01:27:42.7471631Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7473056Z adding 'torch/include/ATen/ops/inverse_native.h' 2022-11-23T01:27:42.7474913Z adding 'torch/include/ATen/ops/inverse_ops.h' 2022-11-23T01:27:42.7476436Z adding 'torch/include/ATen/ops/is_coalesced.h' 2022-11-23T01:27:42.7477959Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2022-11-23T01:27:42.7479702Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2022-11-23T01:27:42.7481499Z adding 'torch/include/ATen/ops/is_complex.h' 2022-11-23T01:27:42.7482961Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7484229Z adding 'torch/include/ATen/ops/is_complex_native.h' 2022-11-23T01:27:42.7485808Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2022-11-23T01:27:42.7487363Z adding 'torch/include/ATen/ops/is_conj.h' 2022-11-23T01:27:42.7489189Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7490415Z adding 'torch/include/ATen/ops/is_conj_native.h' 2022-11-23T01:27:42.7492328Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2022-11-23T01:27:42.7493947Z adding 'torch/include/ATen/ops/is_distributed.h' 2022-11-23T01:27:42.7495597Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7496987Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2022-11-23T01:27:42.7498695Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2022-11-23T01:27:42.7500406Z adding 'torch/include/ATen/ops/is_floating_point.h' 2022-11-23T01:27:42.7502094Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7503650Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2022-11-23T01:27:42.7505150Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2022-11-23T01:27:42.7506739Z adding 'torch/include/ATen/ops/is_inference.h' 2022-11-23T01:27:42.7508509Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7510064Z adding 'torch/include/ATen/ops/is_inference_native.h' 2022-11-23T01:27:42.7511692Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2022-11-23T01:27:42.7513217Z adding 'torch/include/ATen/ops/is_leaf.h' 2022-11-23T01:27:42.7515429Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7516893Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2022-11-23T01:27:42.7518627Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2022-11-23T01:27:42.7520196Z adding 'torch/include/ATen/ops/is_neg.h' 2022-11-23T01:27:42.7521986Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7523364Z adding 'torch/include/ATen/ops/is_neg_native.h' 2022-11-23T01:27:42.7525732Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2022-11-23T01:27:42.7526795Z adding 'torch/include/ATen/ops/is_nonzero.h' 2022-11-23T01:27:42.7528278Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7529571Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2022-11-23T01:27:42.7531159Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2022-11-23T01:27:42.7532727Z adding 'torch/include/ATen/ops/is_pinned.h' 2022-11-23T01:27:42.7534200Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.7535640Z adding 'torch/include/ATen/ops/is_pinned_cuda_dispatch.h' 2022-11-23T01:27:42.7537046Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2022-11-23T01:27:42.7538885Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2022-11-23T01:27:42.7540194Z adding 'torch/include/ATen/ops/is_same_size.h' 2022-11-23T01:27:42.7541894Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.7542889Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2022-11-23T01:27:42.7544809Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2022-11-23T01:27:42.7546162Z adding 'torch/include/ATen/ops/is_set_to.h' 2022-11-23T01:27:42.7547531Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2022-11-23T01:27:42.7548932Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2022-11-23T01:27:42.7550359Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2022-11-23T01:27:42.7551667Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2022-11-23T01:27:42.7553076Z adding 'torch/include/ATen/ops/is_signed.h' 2022-11-23T01:27:42.7554772Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7556718Z adding 'torch/include/ATen/ops/is_signed_native.h' 2022-11-23T01:27:42.7558252Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2022-11-23T01:27:42.7559860Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2022-11-23T01:27:42.7561613Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7563137Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2022-11-23T01:27:42.7564672Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2022-11-23T01:27:42.7566241Z adding 'torch/include/ATen/ops/isclose.h' 2022-11-23T01:27:42.7567986Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7570049Z adding 'torch/include/ATen/ops/isclose_native.h' 2022-11-23T01:27:42.7571386Z adding 'torch/include/ATen/ops/isclose_ops.h' 2022-11-23T01:27:42.7572958Z adding 'torch/include/ATen/ops/isfinite.h' 2022-11-23T01:27:42.7574625Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7576173Z adding 'torch/include/ATen/ops/isfinite_native.h' 2022-11-23T01:27:42.7577925Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2022-11-23T01:27:42.7579741Z adding 'torch/include/ATen/ops/isin.h' 2022-11-23T01:27:42.7581581Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.7583292Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2022-11-23T01:27:42.7585038Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2022-11-23T01:27:42.7586752Z adding 'torch/include/ATen/ops/isin_meta.h' 2022-11-23T01:27:42.7588537Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2022-11-23T01:27:42.7590192Z adding 'torch/include/ATen/ops/isin_native.h' 2022-11-23T01:27:42.7592049Z adding 'torch/include/ATen/ops/isin_ops.h' 2022-11-23T01:27:42.7593848Z adding 'torch/include/ATen/ops/isinf.h' 2022-11-23T01:27:42.7595756Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.7597309Z adding 'torch/include/ATen/ops/isinf_native.h' 2022-11-23T01:27:42.7598926Z adding 'torch/include/ATen/ops/isinf_ops.h' 2022-11-23T01:27:42.7600625Z adding 'torch/include/ATen/ops/isnan.h' 2022-11-23T01:27:42.7602413Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.7603978Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2022-11-23T01:27:42.7605537Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2022-11-23T01:27:42.7607084Z adding 'torch/include/ATen/ops/isnan_native.h' 2022-11-23T01:27:42.7609063Z adding 'torch/include/ATen/ops/isnan_ops.h' 2022-11-23T01:27:42.7610729Z adding 'torch/include/ATen/ops/isneginf.h' 2022-11-23T01:27:42.7612582Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.7613843Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2022-11-23T01:27:42.7615455Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2022-11-23T01:27:42.7617036Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2022-11-23T01:27:42.7618706Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2022-11-23T01:27:42.7620327Z adding 'torch/include/ATen/ops/isneginf_native.h' 2022-11-23T01:27:42.7621900Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2022-11-23T01:27:42.7623405Z adding 'torch/include/ATen/ops/isposinf.h' 2022-11-23T01:27:42.7625092Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.7626578Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2022-11-23T01:27:42.7628152Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2022-11-23T01:27:42.7629637Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2022-11-23T01:27:42.7631225Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2022-11-23T01:27:42.7632790Z adding 'torch/include/ATen/ops/isposinf_native.h' 2022-11-23T01:27:42.7634623Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2022-11-23T01:27:42.7636235Z adding 'torch/include/ATen/ops/isreal.h' 2022-11-23T01:27:42.7638353Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7639472Z adding 'torch/include/ATen/ops/isreal_native.h' 2022-11-23T01:27:42.7641063Z adding 'torch/include/ATen/ops/isreal_ops.h' 2022-11-23T01:27:42.7642873Z adding 'torch/include/ATen/ops/istft.h' 2022-11-23T01:27:42.7644715Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7646244Z adding 'torch/include/ATen/ops/istft_native.h' 2022-11-23T01:27:42.7648030Z adding 'torch/include/ATen/ops/istft_ops.h' 2022-11-23T01:27:42.7649608Z adding 'torch/include/ATen/ops/item.h' 2022-11-23T01:27:42.7651351Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7652834Z adding 'torch/include/ATen/ops/item_native.h' 2022-11-23T01:27:42.7654524Z adding 'torch/include/ATen/ops/item_ops.h' 2022-11-23T01:27:42.7656503Z adding 'torch/include/ATen/ops/kaiser_window.h' 2022-11-23T01:27:42.7658617Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.7660383Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2022-11-23T01:27:42.7662133Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2022-11-23T01:27:42.7663666Z adding 'torch/include/ATen/ops/kl_div.h' 2022-11-23T01:27:42.7665392Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7666676Z adding 'torch/include/ATen/ops/kl_div_native.h' 2022-11-23T01:27:42.7668127Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2022-11-23T01:27:42.7670113Z adding 'torch/include/ATen/ops/kron.h' 2022-11-23T01:27:42.7672009Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7672913Z adding 'torch/include/ATen/ops/kron_native.h' 2022-11-23T01:27:42.7674867Z adding 'torch/include/ATen/ops/kron_ops.h' 2022-11-23T01:27:42.7676519Z adding 'torch/include/ATen/ops/kthvalue.h' 2022-11-23T01:27:42.7678091Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.7679569Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7681104Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2022-11-23T01:27:42.7682575Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2022-11-23T01:27:42.7684427Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2022-11-23T01:27:42.7685993Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2022-11-23T01:27:42.7687367Z adding 'torch/include/ATen/ops/l1_loss.h' 2022-11-23T01:27:42.7688918Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7690190Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2022-11-23T01:27:42.7691880Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2022-11-23T01:27:42.7693632Z adding 'torch/include/ATen/ops/layer_norm.h' 2022-11-23T01:27:42.7695391Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7696686Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2022-11-23T01:27:42.7698477Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2022-11-23T01:27:42.7699971Z adding 'torch/include/ATen/ops/lcm.h' 2022-11-23T01:27:42.7701846Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.7703237Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2022-11-23T01:27:42.7704724Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2022-11-23T01:27:42.7706269Z adding 'torch/include/ATen/ops/lcm_meta.h' 2022-11-23T01:27:42.7707901Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2022-11-23T01:27:42.7709348Z adding 'torch/include/ATen/ops/lcm_native.h' 2022-11-23T01:27:42.7711059Z adding 'torch/include/ATen/ops/lcm_ops.h' 2022-11-23T01:27:42.7712838Z adding 'torch/include/ATen/ops/ldexp.h' 2022-11-23T01:27:42.7714580Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7715924Z adding 'torch/include/ATen/ops/ldexp_native.h' 2022-11-23T01:27:42.7717629Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2022-11-23T01:27:42.7719338Z adding 'torch/include/ATen/ops/le.h' 2022-11-23T01:27:42.7721131Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.7722772Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2022-11-23T01:27:42.7724355Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2022-11-23T01:27:42.7725973Z adding 'torch/include/ATen/ops/le_meta.h' 2022-11-23T01:27:42.7727536Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2022-11-23T01:27:42.7729144Z adding 'torch/include/ATen/ops/le_native.h' 2022-11-23T01:27:42.7730939Z adding 'torch/include/ATen/ops/le_ops.h' 2022-11-23T01:27:42.7732733Z adding 'torch/include/ATen/ops/leaky_relu.h' 2022-11-23T01:27:42.7734387Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2022-11-23T01:27:42.7736182Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.7737699Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2022-11-23T01:27:42.7739543Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2022-11-23T01:27:42.7741348Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2022-11-23T01:27:42.7743024Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2022-11-23T01:27:42.7744334Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2022-11-23T01:27:42.7746073Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2022-11-23T01:27:42.7747808Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.7749308Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2022-11-23T01:27:42.7750718Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2022-11-23T01:27:42.7752201Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2022-11-23T01:27:42.7753803Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2022-11-23T01:27:42.7755571Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2022-11-23T01:27:42.7757453Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2022-11-23T01:27:42.7759020Z adding 'torch/include/ATen/ops/lerp.h' 2022-11-23T01:27:42.7760926Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.7762494Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2022-11-23T01:27:42.7764187Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2022-11-23T01:27:42.7765722Z adding 'torch/include/ATen/ops/lerp_meta.h' 2022-11-23T01:27:42.7767480Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2022-11-23T01:27:42.7769025Z adding 'torch/include/ATen/ops/lerp_native.h' 2022-11-23T01:27:42.7770950Z adding 'torch/include/ATen/ops/lerp_ops.h' 2022-11-23T01:27:42.7772810Z adding 'torch/include/ATen/ops/less.h' 2022-11-23T01:27:42.7774554Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7776266Z adding 'torch/include/ATen/ops/less_equal.h' 2022-11-23T01:27:42.7778183Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7779685Z adding 'torch/include/ATen/ops/less_equal_native.h' 2022-11-23T01:27:42.7781702Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2022-11-23T01:27:42.7783224Z adding 'torch/include/ATen/ops/less_native.h' 2022-11-23T01:27:42.7786016Z adding 'torch/include/ATen/ops/less_ops.h' 2022-11-23T01:27:42.7787699Z adding 'torch/include/ATen/ops/lgamma.h' 2022-11-23T01:27:42.7789527Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.7790911Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2022-11-23T01:27:42.7792556Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2022-11-23T01:27:42.7794189Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2022-11-23T01:27:42.7795900Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2022-11-23T01:27:42.7797422Z adding 'torch/include/ATen/ops/lgamma_native.h' 2022-11-23T01:27:42.7799374Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2022-11-23T01:27:42.7800991Z adding 'torch/include/ATen/ops/lift.h' 2022-11-23T01:27:42.7802709Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.7804394Z adding 'torch/include/ATen/ops/lift_fresh.h' 2022-11-23T01:27:42.7806767Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.7807928Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2022-11-23T01:27:42.7809464Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.7811184Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.7812596Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2022-11-23T01:27:42.7814338Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2022-11-23T01:27:42.7815887Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2022-11-23T01:27:42.7817564Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2022-11-23T01:27:42.7819119Z adding 'torch/include/ATen/ops/lift_native.h' 2022-11-23T01:27:42.7820829Z adding 'torch/include/ATen/ops/lift_ops.h' 2022-11-23T01:27:42.7822499Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2022-11-23T01:27:42.7824267Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7825873Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2022-11-23T01:27:42.7827708Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.7829299Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2022-11-23T01:27:42.7830967Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2022-11-23T01:27:42.7832498Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2022-11-23T01:27:42.7834292Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2022-11-23T01:27:42.7836004Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2022-11-23T01:27:42.7837757Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2022-11-23T01:27:42.7839311Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2022-11-23T01:27:42.7841039Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2022-11-23T01:27:42.7842769Z adding 'torch/include/ATen/ops/linalg_cond.h' 2022-11-23T01:27:42.7844537Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7846039Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2022-11-23T01:27:42.7847825Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2022-11-23T01:27:42.7849564Z adding 'torch/include/ATen/ops/linalg_cross.h' 2022-11-23T01:27:42.7851344Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.7852925Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2022-11-23T01:27:42.7854574Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2022-11-23T01:27:42.7856147Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2022-11-23T01:27:42.7857960Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2022-11-23T01:27:42.7859513Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2022-11-23T01:27:42.7861166Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2022-11-23T01:27:42.7862826Z adding 'torch/include/ATen/ops/linalg_det.h' 2022-11-23T01:27:42.7864429Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7865931Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2022-11-23T01:27:42.7868050Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2022-11-23T01:27:42.7869366Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2022-11-23T01:27:42.7871062Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7872600Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2022-11-23T01:27:42.7874393Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2022-11-23T01:27:42.7876132Z adding 'torch/include/ATen/ops/linalg_eig.h' 2022-11-23T01:27:42.7877843Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2022-11-23T01:27:42.7879486Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2022-11-23T01:27:42.7881002Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2022-11-23T01:27:42.7882767Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2022-11-23T01:27:42.7884529Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2022-11-23T01:27:42.7886314Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7887827Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2022-11-23T01:27:42.7889582Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2022-11-23T01:27:42.7891246Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2022-11-23T01:27:42.7892987Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7894617Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2022-11-23T01:27:42.7896515Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2022-11-23T01:27:42.7898240Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2022-11-23T01:27:42.7900124Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7901389Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2022-11-23T01:27:42.7903143Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2022-11-23T01:27:42.7904670Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2022-11-23T01:27:42.7906481Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2022-11-23T01:27:42.7907993Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2022-11-23T01:27:42.7909471Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2022-11-23T01:27:42.7911043Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2022-11-23T01:27:42.7912602Z adding 'torch/include/ATen/ops/linalg_inv.h' 2022-11-23T01:27:42.7914443Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7915962Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2022-11-23T01:27:42.7917655Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.7919120Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2022-11-23T01:27:42.7920669Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2022-11-23T01:27:42.7922140Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2022-11-23T01:27:42.7923704Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2022-11-23T01:27:42.7925186Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2022-11-23T01:27:42.7926905Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2022-11-23T01:27:42.7928433Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2022-11-23T01:27:42.7930041Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2022-11-23T01:27:42.7931665Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2022-11-23T01:27:42.7933347Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7935017Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2022-11-23T01:27:42.7936604Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.7939277Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2022-11-23T01:27:42.7940514Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2022-11-23T01:27:42.7942836Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2022-11-23T01:27:42.7944498Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2022-11-23T01:27:42.7946595Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2022-11-23T01:27:42.7948744Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2022-11-23T01:27:42.7950573Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2022-11-23T01:27:42.7952821Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2022-11-23T01:27:42.7954923Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2022-11-23T01:27:42.7956885Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.7958549Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2022-11-23T01:27:42.7959930Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2022-11-23T01:27:42.7961537Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2022-11-23T01:27:42.7962857Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2022-11-23T01:27:42.7964266Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2022-11-23T01:27:42.7965948Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2022-11-23T01:27:42.7967719Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2022-11-23T01:27:42.7969320Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.7970977Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2022-11-23T01:27:42.7972645Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2022-11-23T01:27:42.7974279Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2022-11-23T01:27:42.7976039Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2022-11-23T01:27:42.7977850Z adding 'torch/include/ATen/ops/linalg_lu.h' 2022-11-23T01:27:42.7979583Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.7981121Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2022-11-23T01:27:42.7982714Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2022-11-23T01:27:42.7984348Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2022-11-23T01:27:42.7986102Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.7987846Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2022-11-23T01:27:42.7989605Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.7991264Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2022-11-23T01:27:42.7992977Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2022-11-23T01:27:42.7994821Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2022-11-23T01:27:42.7996459Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2022-11-23T01:27:42.7998077Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2022-11-23T01:27:42.8000008Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2022-11-23T01:27:42.8001660Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2022-11-23T01:27:42.8003511Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2022-11-23T01:27:42.8005124Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2022-11-23T01:27:42.8006790Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2022-11-23T01:27:42.8008571Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2022-11-23T01:27:42.8010451Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2022-11-23T01:27:42.8012306Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2022-11-23T01:27:42.8014370Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.8015984Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2022-11-23T01:27:42.8017882Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2022-11-23T01:27:42.8019625Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2022-11-23T01:27:42.8021405Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2022-11-23T01:27:42.8023120Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2022-11-23T01:27:42.8025176Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2022-11-23T01:27:42.8026910Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2022-11-23T01:27:42.8028769Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8030427Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2022-11-23T01:27:42.8032236Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2022-11-23T01:27:42.8034295Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2022-11-23T01:27:42.8036397Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8037926Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2022-11-23T01:27:42.8039622Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2022-11-23T01:27:42.8041370Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2022-11-23T01:27:42.8042947Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2022-11-23T01:27:42.8044856Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2022-11-23T01:27:42.8046597Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8048175Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2022-11-23T01:27:42.8050051Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2022-11-23T01:27:42.8051865Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2022-11-23T01:27:42.8053606Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8055147Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2022-11-23T01:27:42.8056853Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2022-11-23T01:27:42.8058903Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2022-11-23T01:27:42.8061080Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8062597Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2022-11-23T01:27:42.8064701Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2022-11-23T01:27:42.8066582Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2022-11-23T01:27:42.8068357Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8070035Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2022-11-23T01:27:42.8071551Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2022-11-23T01:27:42.8073351Z adding 'torch/include/ATen/ops/linalg_norm.h' 2022-11-23T01:27:42.8075459Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8077009Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2022-11-23T01:27:42.8079067Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2022-11-23T01:27:42.8081082Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2022-11-23T01:27:42.8082914Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8084594Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.8086256Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8087896Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2022-11-23T01:27:42.8089983Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2022-11-23T01:27:42.8091854Z adding 'torch/include/ATen/ops/linalg_qr.h' 2022-11-23T01:27:42.8093821Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.8095236Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2022-11-23T01:27:42.8096903Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2022-11-23T01:27:42.8098538Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2022-11-23T01:27:42.8100196Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2022-11-23T01:27:42.8101732Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2022-11-23T01:27:42.8103522Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2022-11-23T01:27:42.8105236Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2022-11-23T01:27:42.8107275Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8108562Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2022-11-23T01:27:42.8110274Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2022-11-23T01:27:42.8111927Z adding 'torch/include/ATen/ops/linalg_solve.h' 2022-11-23T01:27:42.8113658Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8115433Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2022-11-23T01:27:42.8117258Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8118823Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2022-11-23T01:27:42.8120585Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2022-11-23T01:27:42.8122260Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2022-11-23T01:27:42.8123898Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2022-11-23T01:27:42.8125671Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2022-11-23T01:27:42.8127390Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2022-11-23T01:27:42.8128998Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2022-11-23T01:27:42.8130628Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2022-11-23T01:27:42.8132396Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2022-11-23T01:27:42.8134072Z adding 'torch/include/ATen/ops/linalg_svd.h' 2022-11-23T01:27:42.8135848Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8137432Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2022-11-23T01:27:42.8139211Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2022-11-23T01:27:42.8140909Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2022-11-23T01:27:42.8142712Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8144249Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2022-11-23T01:27:42.8145939Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2022-11-23T01:27:42.8147609Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2022-11-23T01:27:42.8149370Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8150893Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2022-11-23T01:27:42.8152610Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2022-11-23T01:27:42.8154478Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2022-11-23T01:27:42.8156345Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8157898Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2022-11-23T01:27:42.8159631Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2022-11-23T01:27:42.8161284Z adding 'torch/include/ATen/ops/linalg_vander.h' 2022-11-23T01:27:42.8162966Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8164469Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2022-11-23T01:27:42.8166211Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2022-11-23T01:27:42.8167754Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2022-11-23T01:27:42.8169532Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8171138Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2022-11-23T01:27:42.8172772Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2022-11-23T01:27:42.8174519Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2022-11-23T01:27:42.8176353Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.8178005Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2022-11-23T01:27:42.8180515Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2022-11-23T01:27:42.8182201Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2022-11-23T01:27:42.8183951Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2022-11-23T01:27:42.8185707Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2022-11-23T01:27:42.8187353Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2022-11-23T01:27:42.8189048Z adding 'torch/include/ATen/ops/linear.h' 2022-11-23T01:27:42.8190826Z adding 'torch/include/ATen/ops/linear_backward.h' 2022-11-23T01:27:42.8192682Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8194289Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2022-11-23T01:27:42.8196306Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2022-11-23T01:27:42.8198089Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8199744Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8201252Z adding 'torch/include/ATen/ops/linear_native.h' 2022-11-23T01:27:42.8202972Z adding 'torch/include/ATen/ops/linear_ops.h' 2022-11-23T01:27:42.8204765Z adding 'torch/include/ATen/ops/linspace.h' 2022-11-23T01:27:42.8206595Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8208228Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2022-11-23T01:27:42.8209871Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2022-11-23T01:27:42.8211479Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2022-11-23T01:27:42.8213177Z adding 'torch/include/ATen/ops/linspace_native.h' 2022-11-23T01:27:42.8215096Z adding 'torch/include/ATen/ops/linspace_ops.h' 2022-11-23T01:27:42.8216610Z adding 'torch/include/ATen/ops/log.h' 2022-11-23T01:27:42.8218244Z adding 'torch/include/ATen/ops/log10.h' 2022-11-23T01:27:42.8219913Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.8221375Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2022-11-23T01:27:42.8222906Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2022-11-23T01:27:42.8224613Z adding 'torch/include/ATen/ops/log10_meta.h' 2022-11-23T01:27:42.8226003Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2022-11-23T01:27:42.8227494Z adding 'torch/include/ATen/ops/log10_native.h' 2022-11-23T01:27:42.8229309Z adding 'torch/include/ATen/ops/log10_ops.h' 2022-11-23T01:27:42.8231009Z adding 'torch/include/ATen/ops/log1p.h' 2022-11-23T01:27:42.8232880Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.8234681Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2022-11-23T01:27:42.8236617Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2022-11-23T01:27:42.8238251Z adding 'torch/include/ATen/ops/log1p_meta.h' 2022-11-23T01:27:42.8239907Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2022-11-23T01:27:42.8241576Z adding 'torch/include/ATen/ops/log1p_native.h' 2022-11-23T01:27:42.8243435Z adding 'torch/include/ATen/ops/log1p_ops.h' 2022-11-23T01:27:42.8245515Z adding 'torch/include/ATen/ops/log2.h' 2022-11-23T01:27:42.8247229Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.8248653Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2022-11-23T01:27:42.8250128Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2022-11-23T01:27:42.8251631Z adding 'torch/include/ATen/ops/log2_meta.h' 2022-11-23T01:27:42.8253231Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2022-11-23T01:27:42.8254584Z adding 'torch/include/ATen/ops/log2_native.h' 2022-11-23T01:27:42.8256276Z adding 'torch/include/ATen/ops/log2_ops.h' 2022-11-23T01:27:42.8258238Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.8259700Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2022-11-23T01:27:42.8261547Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2022-11-23T01:27:42.8262873Z adding 'torch/include/ATen/ops/log_meta.h' 2022-11-23T01:27:42.8264540Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2022-11-23T01:27:42.8266098Z adding 'torch/include/ATen/ops/log_native.h' 2022-11-23T01:27:42.8267706Z adding 'torch/include/ATen/ops/log_normal.h' 2022-11-23T01:27:42.8269765Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8271198Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2022-11-23T01:27:42.8272768Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2022-11-23T01:27:42.8274525Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2022-11-23T01:27:42.8276079Z adding 'torch/include/ATen/ops/log_normal_native.h' 2022-11-23T01:27:42.8277885Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2022-11-23T01:27:42.8280176Z adding 'torch/include/ATen/ops/log_ops.h' 2022-11-23T01:27:42.8281920Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2022-11-23T01:27:42.8283559Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2022-11-23T01:27:42.8285254Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2022-11-23T01:27:42.8286897Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2022-11-23T01:27:42.8288470Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2022-11-23T01:27:42.8290185Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2022-11-23T01:27:42.8291919Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8293443Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2022-11-23T01:27:42.8295116Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2022-11-23T01:27:42.8296654Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2022-11-23T01:27:42.8298229Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2022-11-23T01:27:42.8299939Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2022-11-23T01:27:42.8301549Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2022-11-23T01:27:42.8303199Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2022-11-23T01:27:42.8304947Z adding 'torch/include/ATen/ops/log_softmax.h' 2022-11-23T01:27:42.8306713Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8308664Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8310099Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2022-11-23T01:27:42.8311771Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2022-11-23T01:27:42.8313451Z adding 'torch/include/ATen/ops/logaddexp.h' 2022-11-23T01:27:42.8315251Z adding 'torch/include/ATen/ops/logaddexp2.h' 2022-11-23T01:27:42.8316942Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.8318491Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2022-11-23T01:27:42.8320304Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2022-11-23T01:27:42.8321653Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2022-11-23T01:27:42.8323238Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2022-11-23T01:27:42.8324580Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2022-11-23T01:27:42.8326349Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2022-11-23T01:27:42.8328372Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.8329719Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2022-11-23T01:27:42.8331564Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2022-11-23T01:27:42.8333015Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2022-11-23T01:27:42.8334683Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2022-11-23T01:27:42.8336351Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2022-11-23T01:27:42.8338165Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2022-11-23T01:27:42.8340018Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2022-11-23T01:27:42.8341957Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8343588Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8345218Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2022-11-23T01:27:42.8347226Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2022-11-23T01:27:42.8348828Z adding 'torch/include/ATen/ops/logdet.h' 2022-11-23T01:27:42.8350682Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8352147Z adding 'torch/include/ATen/ops/logdet_native.h' 2022-11-23T01:27:42.8353817Z adding 'torch/include/ATen/ops/logdet_ops.h' 2022-11-23T01:27:42.8355836Z adding 'torch/include/ATen/ops/logical_and.h' 2022-11-23T01:27:42.8357675Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8359236Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2022-11-23T01:27:42.8360937Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2022-11-23T01:27:42.8362513Z adding 'torch/include/ATen/ops/logical_and_native.h' 2022-11-23T01:27:42.8364254Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2022-11-23T01:27:42.8365959Z adding 'torch/include/ATen/ops/logical_not.h' 2022-11-23T01:27:42.8367700Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8369214Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2022-11-23T01:27:42.8370885Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2022-11-23T01:27:42.8372309Z adding 'torch/include/ATen/ops/logical_not_native.h' 2022-11-23T01:27:42.8373991Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2022-11-23T01:27:42.8375573Z adding 'torch/include/ATen/ops/logical_or.h' 2022-11-23T01:27:42.8377359Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8379067Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2022-11-23T01:27:42.8380614Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2022-11-23T01:27:42.8382197Z adding 'torch/include/ATen/ops/logical_or_native.h' 2022-11-23T01:27:42.8383881Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2022-11-23T01:27:42.8385552Z adding 'torch/include/ATen/ops/logical_xor.h' 2022-11-23T01:27:42.8387318Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8388942Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2022-11-23T01:27:42.8390545Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2022-11-23T01:27:42.8392294Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2022-11-23T01:27:42.8393869Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2022-11-23T01:27:42.8395678Z adding 'torch/include/ATen/ops/logit.h' 2022-11-23T01:27:42.8397374Z adding 'torch/include/ATen/ops/logit_backward.h' 2022-11-23T01:27:42.8399158Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.8400726Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2022-11-23T01:27:42.8402338Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2022-11-23T01:27:42.8403886Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2022-11-23T01:27:42.8405494Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2022-11-23T01:27:42.8407025Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2022-11-23T01:27:42.8408754Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2022-11-23T01:27:42.8410456Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2022-11-23T01:27:42.8411988Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2022-11-23T01:27:42.8413595Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2022-11-23T01:27:42.8415145Z adding 'torch/include/ATen/ops/logit_native.h' 2022-11-23T01:27:42.8416872Z adding 'torch/include/ATen/ops/logit_ops.h' 2022-11-23T01:27:42.8418805Z adding 'torch/include/ATen/ops/logspace.h' 2022-11-23T01:27:42.8420602Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8422217Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2022-11-23T01:27:42.8423854Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2022-11-23T01:27:42.8425439Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2022-11-23T01:27:42.8427031Z adding 'torch/include/ATen/ops/logspace_native.h' 2022-11-23T01:27:42.8428925Z adding 'torch/include/ATen/ops/logspace_ops.h' 2022-11-23T01:27:42.8430538Z adding 'torch/include/ATen/ops/logsumexp.h' 2022-11-23T01:27:42.8432253Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8433894Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.8435615Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8437118Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2022-11-23T01:27:42.8438961Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2022-11-23T01:27:42.8440680Z adding 'torch/include/ATen/ops/lshift.h' 2022-11-23T01:27:42.8442461Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8444036Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2022-11-23T01:27:42.8445716Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2022-11-23T01:27:42.8447248Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2022-11-23T01:27:42.8448840Z adding 'torch/include/ATen/ops/lshift_native.h' 2022-11-23T01:27:42.8450787Z adding 'torch/include/ATen/ops/lshift_ops.h' 2022-11-23T01:27:42.8452886Z adding 'torch/include/ATen/ops/lstm.h' 2022-11-23T01:27:42.8454338Z adding 'torch/include/ATen/ops/lstm_cell.h' 2022-11-23T01:27:42.8456049Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8457522Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2022-11-23T01:27:42.8459282Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2022-11-23T01:27:42.8461047Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8462802Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2022-11-23T01:27:42.8464765Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8466290Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2022-11-23T01:27:42.8468187Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2022-11-23T01:27:42.8469788Z adding 'torch/include/ATen/ops/lstm_native.h' 2022-11-23T01:27:42.8471594Z adding 'torch/include/ATen/ops/lstm_ops.h' 2022-11-23T01:27:42.8473313Z adding 'torch/include/ATen/ops/lt.h' 2022-11-23T01:27:42.8475285Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.8476822Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2022-11-23T01:27:42.8478493Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2022-11-23T01:27:42.8480294Z adding 'torch/include/ATen/ops/lt_meta.h' 2022-11-23T01:27:42.8481939Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2022-11-23T01:27:42.8483530Z adding 'torch/include/ATen/ops/lt_native.h' 2022-11-23T01:27:42.8485361Z adding 'torch/include/ATen/ops/lt_ops.h' 2022-11-23T01:27:42.8487047Z adding 'torch/include/ATen/ops/lu_solve.h' 2022-11-23T01:27:42.8488832Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8490320Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2022-11-23T01:27:42.8492022Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2022-11-23T01:27:42.8493804Z adding 'torch/include/ATen/ops/lu_unpack.h' 2022-11-23T01:27:42.8496205Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.8503083Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2022-11-23T01:27:42.8504784Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2022-11-23T01:27:42.8506398Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2022-11-23T01:27:42.8508084Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2022-11-23T01:27:42.8509676Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2022-11-23T01:27:42.8511455Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2022-11-23T01:27:42.8513043Z adding 'torch/include/ATen/ops/mH.h' 2022-11-23T01:27:42.8514905Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8516724Z adding 'torch/include/ATen/ops/mH_native.h' 2022-11-23T01:27:42.8518175Z adding 'torch/include/ATen/ops/mH_ops.h' 2022-11-23T01:27:42.8519606Z adding 'torch/include/ATen/ops/mT.h' 2022-11-23T01:27:42.8521292Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8522744Z adding 'torch/include/ATen/ops/mT_native.h' 2022-11-23T01:27:42.8524710Z adding 'torch/include/ATen/ops/mT_ops.h' 2022-11-23T01:27:42.8525830Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2022-11-23T01:27:42.8527445Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8528679Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2022-11-23T01:27:42.8530085Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2022-11-23T01:27:42.8531747Z adding 'torch/include/ATen/ops/masked_fill.h' 2022-11-23T01:27:42.8533362Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8534791Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2022-11-23T01:27:42.8536252Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2022-11-23T01:27:42.8537739Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2022-11-23T01:27:42.8539269Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2022-11-23T01:27:42.8541077Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2022-11-23T01:27:42.8542634Z adding 'torch/include/ATen/ops/masked_scatter.h' 2022-11-23T01:27:42.8544222Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8545603Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2022-11-23T01:27:42.8547155Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2022-11-23T01:27:42.8548712Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2022-11-23T01:27:42.8550264Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2022-11-23T01:27:42.8552315Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2022-11-23T01:27:42.8554044Z adding 'torch/include/ATen/ops/masked_select.h' 2022-11-23T01:27:42.8555858Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2022-11-23T01:27:42.8557568Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8559101Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2022-11-23T01:27:42.8560686Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2022-11-23T01:27:42.8562397Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2022-11-23T01:27:42.8564035Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2022-11-23T01:27:42.8565583Z adding 'torch/include/ATen/ops/masked_select_native.h' 2022-11-23T01:27:42.8567348Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2022-11-23T01:27:42.8569019Z adding 'torch/include/ATen/ops/matmul.h' 2022-11-23T01:27:42.8571538Z adding 'torch/include/ATen/ops/matmul_backward.h' 2022-11-23T01:27:42.8573432Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8574958Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2022-11-23T01:27:42.8576929Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2022-11-23T01:27:42.8578711Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8580285Z adding 'torch/include/ATen/ops/matmul_native.h' 2022-11-23T01:27:42.8582026Z adding 'torch/include/ATen/ops/matmul_ops.h' 2022-11-23T01:27:42.8583650Z adding 'torch/include/ATen/ops/matrix_H.h' 2022-11-23T01:27:42.8585312Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8586759Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2022-11-23T01:27:42.8588314Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2022-11-23T01:27:42.8589853Z adding 'torch/include/ATen/ops/matrix_exp.h' 2022-11-23T01:27:42.8591471Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2022-11-23T01:27:42.8593161Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8594843Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2022-11-23T01:27:42.8596376Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2022-11-23T01:27:42.8598029Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8599390Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2022-11-23T01:27:42.8600965Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2022-11-23T01:27:42.8602499Z adding 'torch/include/ATen/ops/matrix_power.h' 2022-11-23T01:27:42.8604230Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8605663Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2022-11-23T01:27:42.8607320Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2022-11-23T01:27:42.8609109Z adding 'torch/include/ATen/ops/max.h' 2022-11-23T01:27:42.8610937Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.8612495Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8614067Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2022-11-23T01:27:42.8615664Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2022-11-23T01:27:42.8617398Z adding 'torch/include/ATen/ops/max_meta.h' 2022-11-23T01:27:42.8619233Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2022-11-23T01:27:42.8620887Z adding 'torch/include/ATen/ops/max_native.h' 2022-11-23T01:27:42.8622861Z adding 'torch/include/ATen/ops/max_ops.h' 2022-11-23T01:27:42.8624636Z adding 'torch/include/ATen/ops/max_pool1d.h' 2022-11-23T01:27:42.8626387Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8628077Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2022-11-23T01:27:42.8629628Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2022-11-23T01:27:42.8631275Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2022-11-23T01:27:42.8632995Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8634644Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2022-11-23T01:27:42.8636436Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2022-11-23T01:27:42.8638122Z adding 'torch/include/ATen/ops/max_pool2d.h' 2022-11-23T01:27:42.8639837Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8641371Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2022-11-23T01:27:42.8643051Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2022-11-23T01:27:42.8644780Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2022-11-23T01:27:42.8646555Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2022-11-23T01:27:42.8648421Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.8650477Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2022-11-23T01:27:42.8651923Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2022-11-23T01:27:42.8653465Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2022-11-23T01:27:42.8655063Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2022-11-23T01:27:42.8656656Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2022-11-23T01:27:42.8658593Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2022-11-23T01:27:42.8660410Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.8661970Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2022-11-23T01:27:42.8663552Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2022-11-23T01:27:42.8665096Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2022-11-23T01:27:42.8666719Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2022-11-23T01:27:42.8668309Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2022-11-23T01:27:42.8669858Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2022-11-23T01:27:42.8671864Z adding 'torch/include/ATen/ops/max_pool3d.h' 2022-11-23T01:27:42.8673538Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8675186Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2022-11-23T01:27:42.8676676Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2022-11-23T01:27:42.8678231Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2022-11-23T01:27:42.8679788Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2022-11-23T01:27:42.8681321Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2022-11-23T01:27:42.8682991Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2022-11-23T01:27:42.8684429Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2022-11-23T01:27:42.8686267Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2022-11-23T01:27:42.8687940Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2022-11-23T01:27:42.8689519Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2022-11-23T01:27:42.8691102Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2022-11-23T01:27:42.8692783Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2022-11-23T01:27:42.8694345Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2022-11-23T01:27:42.8695998Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2022-11-23T01:27:42.8697627Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2022-11-23T01:27:42.8699332Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2022-11-23T01:27:42.8701075Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2022-11-23T01:27:42.8702880Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2022-11-23T01:27:42.8704504Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2022-11-23T01:27:42.8706108Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2022-11-23T01:27:42.8707563Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2022-11-23T01:27:42.8709258Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2022-11-23T01:27:42.8710830Z adding 'torch/include/ATen/ops/maximum.h' 2022-11-23T01:27:42.8712525Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.8713956Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2022-11-23T01:27:42.8715737Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2022-11-23T01:27:42.8717198Z adding 'torch/include/ATen/ops/maximum_meta.h' 2022-11-23T01:27:42.8718678Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2022-11-23T01:27:42.8720077Z adding 'torch/include/ATen/ops/maximum_native.h' 2022-11-23T01:27:42.8721655Z adding 'torch/include/ATen/ops/maximum_ops.h' 2022-11-23T01:27:42.8723295Z adding 'torch/include/ATen/ops/mean.h' 2022-11-23T01:27:42.8725082Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8726557Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.8728104Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8729579Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2022-11-23T01:27:42.8731765Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2022-11-23T01:27:42.8733533Z adding 'torch/include/ATen/ops/mean_meta.h' 2022-11-23T01:27:42.8734445Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2022-11-23T01:27:42.8736773Z adding 'torch/include/ATen/ops/mean_native.h' 2022-11-23T01:27:42.8738965Z adding 'torch/include/ATen/ops/mean_ops.h' 2022-11-23T01:27:42.8740999Z adding 'torch/include/ATen/ops/median.h' 2022-11-23T01:27:42.8742853Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8744481Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8745938Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2022-11-23T01:27:42.8747722Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2022-11-23T01:27:42.8749054Z adding 'torch/include/ATen/ops/median_native.h' 2022-11-23T01:27:42.8750880Z adding 'torch/include/ATen/ops/median_ops.h' 2022-11-23T01:27:42.8752479Z adding 'torch/include/ATen/ops/meshgrid.h' 2022-11-23T01:27:42.8754330Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8755499Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2022-11-23T01:27:42.8757102Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2022-11-23T01:27:42.8759057Z adding 'torch/include/ATen/ops/min.h' 2022-11-23T01:27:42.8760836Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.8762771Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8763998Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2022-11-23T01:27:42.8765781Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2022-11-23T01:27:42.8767242Z adding 'torch/include/ATen/ops/min_meta.h' 2022-11-23T01:27:42.8769073Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2022-11-23T01:27:42.8770615Z adding 'torch/include/ATen/ops/min_native.h' 2022-11-23T01:27:42.8772494Z adding 'torch/include/ATen/ops/min_ops.h' 2022-11-23T01:27:42.8774013Z adding 'torch/include/ATen/ops/minimum.h' 2022-11-23T01:27:42.8775645Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.8776992Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2022-11-23T01:27:42.8778662Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2022-11-23T01:27:42.8779980Z adding 'torch/include/ATen/ops/minimum_meta.h' 2022-11-23T01:27:42.8781476Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2022-11-23T01:27:42.8782851Z adding 'torch/include/ATen/ops/minimum_native.h' 2022-11-23T01:27:42.8784421Z adding 'torch/include/ATen/ops/minimum_ops.h' 2022-11-23T01:27:42.8786209Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2022-11-23T01:27:42.8787994Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2022-11-23T01:27:42.8789713Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8791188Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2022-11-23T01:27:42.8792707Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2022-11-23T01:27:42.8794672Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2022-11-23T01:27:42.8796429Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8798238Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2022-11-23T01:27:42.8799777Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2022-11-23T01:27:42.8801478Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2022-11-23T01:27:42.8803533Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2022-11-23T01:27:42.8805182Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2022-11-23T01:27:42.8806753Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2022-11-23T01:27:42.8808278Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2022-11-23T01:27:42.8810220Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2022-11-23T01:27:42.8812152Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8813701Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2022-11-23T01:27:42.8815279Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2022-11-23T01:27:42.8816996Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2022-11-23T01:27:42.8818686Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2022-11-23T01:27:42.8820344Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2022-11-23T01:27:42.8821931Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2022-11-23T01:27:42.8823477Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2022-11-23T01:27:42.8825562Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2022-11-23T01:27:42.8827289Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8828803Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2022-11-23T01:27:42.8830287Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2022-11-23T01:27:42.8832026Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2022-11-23T01:27:42.8833989Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2022-11-23T01:27:42.8836090Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8837605Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2022-11-23T01:27:42.8839094Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2022-11-23T01:27:42.8840668Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2022-11-23T01:27:42.8842499Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2022-11-23T01:27:42.8844804Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2022-11-23T01:27:42.8846618Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8848148Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2022-11-23T01:27:42.8849982Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2022-11-23T01:27:42.8851713Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2022-11-23T01:27:42.8853561Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8855402Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2022-11-23T01:27:42.8856830Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2022-11-23T01:27:42.8858675Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2022-11-23T01:27:42.8860284Z adding 'torch/include/ATen/ops/mish.h' 2022-11-23T01:27:42.8861757Z adding 'torch/include/ATen/ops/mish_backward.h' 2022-11-23T01:27:42.8863373Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8864737Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2022-11-23T01:27:42.8866129Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2022-11-23T01:27:42.8867548Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2022-11-23T01:27:42.8868983Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2022-11-23T01:27:42.8870608Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.8871943Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2022-11-23T01:27:42.8873392Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2022-11-23T01:27:42.8874971Z adding 'torch/include/ATen/ops/mish_meta.h' 2022-11-23T01:27:42.8876466Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2022-11-23T01:27:42.8877869Z adding 'torch/include/ATen/ops/mish_native.h' 2022-11-23T01:27:42.8879399Z adding 'torch/include/ATen/ops/mish_ops.h' 2022-11-23T01:27:42.8880992Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2022-11-23T01:27:42.8882542Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2022-11-23T01:27:42.8884155Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8885516Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2022-11-23T01:27:42.8887121Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2022-11-23T01:27:42.8888577Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2022-11-23T01:27:42.8890139Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2022-11-23T01:27:42.8891892Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2022-11-23T01:27:42.8893722Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8895237Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2022-11-23T01:27:42.8896865Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2022-11-23T01:27:42.8898521Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2022-11-23T01:27:42.8900142Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2022-11-23T01:27:42.8901822Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8903313Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2022-11-23T01:27:42.8904913Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8906281Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2022-11-23T01:27:42.8907932Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2022-11-23T01:27:42.8909323Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2022-11-23T01:27:42.8911004Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2022-11-23T01:27:42.8912664Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2022-11-23T01:27:42.8914531Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8916163Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2022-11-23T01:27:42.8917784Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2022-11-23T01:27:42.8919449Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8920797Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2022-11-23T01:27:42.8922394Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2022-11-23T01:27:42.8923985Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2022-11-23T01:27:42.8925642Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2022-11-23T01:27:42.8927589Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8929197Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2022-11-23T01:27:42.8930786Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2022-11-23T01:27:42.8932475Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8934026Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2022-11-23T01:27:42.8935762Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2022-11-23T01:27:42.8937459Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2022-11-23T01:27:42.8939241Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2022-11-23T01:27:42.8941046Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8942620Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2022-11-23T01:27:42.8944390Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2022-11-23T01:27:42.8946124Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8947668Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2022-11-23T01:27:42.8949411Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2022-11-23T01:27:42.8951827Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2022-11-23T01:27:42.8953485Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8954990Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2022-11-23T01:27:42.8956801Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2022-11-23T01:27:42.8958402Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2022-11-23T01:27:42.8960011Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8961438Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2022-11-23T01:27:42.8962941Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2022-11-23T01:27:42.8964529Z adding 'torch/include/ATen/ops/mm.h' 2022-11-23T01:27:42.8966051Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.8967411Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2022-11-23T01:27:42.8969627Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2022-11-23T01:27:42.8970663Z adding 'torch/include/ATen/ops/mm_meta.h' 2022-11-23T01:27:42.8972057Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2022-11-23T01:27:42.8973526Z adding 'torch/include/ATen/ops/mm_native.h' 2022-11-23T01:27:42.8975025Z adding 'torch/include/ATen/ops/mm_ops.h' 2022-11-23T01:27:42.8976542Z adding 'torch/include/ATen/ops/mode.h' 2022-11-23T01:27:42.8978348Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.8980046Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8981457Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2022-11-23T01:27:42.8982919Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2022-11-23T01:27:42.8984334Z adding 'torch/include/ATen/ops/mode_native.h' 2022-11-23T01:27:42.8986172Z adding 'torch/include/ATen/ops/mode_ops.h' 2022-11-23T01:27:42.8987874Z adding 'torch/include/ATen/ops/moveaxis.h' 2022-11-23T01:27:42.8989752Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8991243Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2022-11-23T01:27:42.8992651Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2022-11-23T01:27:42.8994376Z adding 'torch/include/ATen/ops/movedim.h' 2022-11-23T01:27:42.8995956Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.8997309Z adding 'torch/include/ATen/ops/movedim_native.h' 2022-11-23T01:27:42.8999141Z adding 'torch/include/ATen/ops/movedim_ops.h' 2022-11-23T01:27:42.9001099Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2022-11-23T01:27:42.9002823Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9004364Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2022-11-23T01:27:42.9006331Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2022-11-23T01:27:42.9008256Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2022-11-23T01:27:42.9010042Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9011561Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2022-11-23T01:27:42.9013182Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2022-11-23T01:27:42.9015026Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward.h' 2022-11-23T01:27:42.9016890Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9018427Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_native.h' 2022-11-23T01:27:42.9020135Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_ops.h' 2022-11-23T01:27:42.9021804Z adding 'torch/include/ATen/ops/mse_loss.h' 2022-11-23T01:27:42.9023590Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2022-11-23T01:27:42.9025311Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2022-11-23T01:27:42.9026921Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2022-11-23T01:27:42.9028504Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2022-11-23T01:27:42.9030372Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2022-11-23T01:27:42.9032141Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.9033738Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2022-11-23T01:27:42.9035376Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2022-11-23T01:27:42.9036880Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2022-11-23T01:27:42.9038513Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2022-11-23T01:27:42.9040111Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2022-11-23T01:27:42.9041879Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2022-11-23T01:27:42.9043571Z adding 'torch/include/ATen/ops/msort.h' 2022-11-23T01:27:42.9045329Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9047099Z adding 'torch/include/ATen/ops/msort_native.h' 2022-11-23T01:27:42.9048558Z adding 'torch/include/ATen/ops/msort_ops.h' 2022-11-23T01:27:42.9050220Z adding 'torch/include/ATen/ops/mul.h' 2022-11-23T01:27:42.9052050Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9053798Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.9055372Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2022-11-23T01:27:42.9057053Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2022-11-23T01:27:42.9058751Z adding 'torch/include/ATen/ops/mul_meta.h' 2022-11-23T01:27:42.9060384Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2022-11-23T01:27:42.9062130Z adding 'torch/include/ATen/ops/mul_native.h' 2022-11-23T01:27:42.9064108Z adding 'torch/include/ATen/ops/mul_ops.h' 2022-11-23T01:27:42.9065975Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2022-11-23T01:27:42.9067783Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2022-11-23T01:27:42.9069580Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2022-11-23T01:27:42.9071564Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2022-11-23T01:27:42.9073110Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2022-11-23T01:27:42.9075349Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2022-11-23T01:27:42.9077043Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2022-11-23T01:27:42.9078515Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2022-11-23T01:27:42.9080127Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2022-11-23T01:27:42.9081891Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2022-11-23T01:27:42.9083496Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2022-11-23T01:27:42.9085171Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2022-11-23T01:27:42.9086902Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2022-11-23T01:27:42.9088432Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2022-11-23T01:27:42.9089897Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2022-11-23T01:27:42.9091577Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2022-11-23T01:27:42.9093275Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9095085Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2022-11-23T01:27:42.9096589Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2022-11-23T01:27:42.9098118Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2022-11-23T01:27:42.9099653Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2022-11-23T01:27:42.9101329Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2022-11-23T01:27:42.9102978Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2022-11-23T01:27:42.9104495Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2022-11-23T01:27:42.9106177Z adding 'torch/include/ATen/ops/multinomial.h' 2022-11-23T01:27:42.9107827Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2022-11-23T01:27:42.9109376Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2022-11-23T01:27:42.9110876Z adding 'torch/include/ATen/ops/multinomial_native.h' 2022-11-23T01:27:42.9112451Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2022-11-23T01:27:42.9113932Z adding 'torch/include/ATen/ops/multiply.h' 2022-11-23T01:27:42.9116013Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9117068Z adding 'torch/include/ATen/ops/multiply_native.h' 2022-11-23T01:27:42.9118862Z adding 'torch/include/ATen/ops/multiply_ops.h' 2022-11-23T01:27:42.9120366Z adding 'torch/include/ATen/ops/mv.h' 2022-11-23T01:27:42.9121954Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9123184Z adding 'torch/include/ATen/ops/mv_native.h' 2022-11-23T01:27:42.9124599Z adding 'torch/include/ATen/ops/mv_ops.h' 2022-11-23T01:27:42.9126133Z adding 'torch/include/ATen/ops/mvlgamma.h' 2022-11-23T01:27:42.9127768Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9129253Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2022-11-23T01:27:42.9130866Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2022-11-23T01:27:42.9132368Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2022-11-23T01:27:42.9134340Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2022-11-23T01:27:42.9136134Z adding 'torch/include/ATen/ops/nan_to_num.h' 2022-11-23T01:27:42.9138265Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9139749Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2022-11-23T01:27:42.9141342Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2022-11-23T01:27:42.9142828Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2022-11-23T01:27:42.9144759Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2022-11-23T01:27:42.9146352Z adding 'torch/include/ATen/ops/nanmean.h' 2022-11-23T01:27:42.9147909Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9149244Z adding 'torch/include/ATen/ops/nanmean_native.h' 2022-11-23T01:27:42.9150981Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2022-11-23T01:27:42.9152898Z adding 'torch/include/ATen/ops/nanmedian.h' 2022-11-23T01:27:42.9154705Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9156650Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9158111Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2022-11-23T01:27:42.9159509Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2022-11-23T01:27:42.9160923Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2022-11-23T01:27:42.9162630Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2022-11-23T01:27:42.9164474Z adding 'torch/include/ATen/ops/nanquantile.h' 2022-11-23T01:27:42.9166229Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9167684Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2022-11-23T01:27:42.9169383Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2022-11-23T01:27:42.9171007Z adding 'torch/include/ATen/ops/nansum.h' 2022-11-23T01:27:42.9172674Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2022-11-23T01:27:42.9174247Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2022-11-23T01:27:42.9175559Z adding 'torch/include/ATen/ops/nansum_native.h' 2022-11-23T01:27:42.9177019Z adding 'torch/include/ATen/ops/nansum_ops.h' 2022-11-23T01:27:42.9178656Z adding 'torch/include/ATen/ops/narrow.h' 2022-11-23T01:27:42.9180304Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9181875Z adding 'torch/include/ATen/ops/narrow_copy.h' 2022-11-23T01:27:42.9183573Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.9184966Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2022-11-23T01:27:42.9186410Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2022-11-23T01:27:42.9187943Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2022-11-23T01:27:42.9189455Z adding 'torch/include/ATen/ops/narrow_native.h' 2022-11-23T01:27:42.9190802Z adding 'torch/include/ATen/ops/narrow_ops.h' 2022-11-23T01:27:42.9192301Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2022-11-23T01:27:42.9194054Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2022-11-23T01:27:42.9196094Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9197732Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2022-11-23T01:27:42.9199236Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2022-11-23T01:27:42.9200958Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2022-11-23T01:27:42.9202737Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2022-11-23T01:27:42.9204585Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2022-11-23T01:27:42.9206525Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2022-11-23T01:27:42.9208106Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2022-11-23T01:27:42.9209880Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2022-11-23T01:27:42.9211546Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2022-11-23T01:27:42.9213206Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9214708Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2022-11-23T01:27:42.9216159Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2022-11-23T01:27:42.9217881Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2022-11-23T01:27:42.9219424Z adding 'torch/include/ATen/ops/native_dropout.h' 2022-11-23T01:27:42.9221067Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2022-11-23T01:27:42.9222827Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9224534Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2022-11-23T01:27:42.9226264Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2022-11-23T01:27:42.9227495Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2022-11-23T01:27:42.9229377Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2022-11-23T01:27:42.9231187Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9232721Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2022-11-23T01:27:42.9234342Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2022-11-23T01:27:42.9235840Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2022-11-23T01:27:42.9237465Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2022-11-23T01:27:42.9239463Z adding 'torch/include/ATen/ops/native_group_norm.h' 2022-11-23T01:27:42.9241670Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2022-11-23T01:27:42.9243694Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9245444Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2022-11-23T01:27:42.9247048Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2022-11-23T01:27:42.9248793Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2022-11-23T01:27:42.9250597Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2022-11-23T01:27:42.9252463Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9254139Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2022-11-23T01:27:42.9255795Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2022-11-23T01:27:42.9257476Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2022-11-23T01:27:42.9259404Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2022-11-23T01:27:42.9261463Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2022-11-23T01:27:42.9263751Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2022-11-23T01:27:42.9265802Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9267482Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2022-11-23T01:27:42.9269135Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2022-11-23T01:27:42.9270792Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2022-11-23T01:27:42.9272687Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2022-11-23T01:27:42.9274685Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9276531Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2022-11-23T01:27:42.9278232Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2022-11-23T01:27:42.9279852Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2022-11-23T01:27:42.9281764Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2022-11-23T01:27:42.9283531Z adding 'torch/include/ATen/ops/native_norm.h' 2022-11-23T01:27:42.9285240Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9286834Z adding 'torch/include/ATen/ops/native_norm_native.h' 2022-11-23T01:27:42.9288698Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2022-11-23T01:27:42.9290467Z adding 'torch/include/ATen/ops/ne.h' 2022-11-23T01:27:42.9292520Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.9294098Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2022-11-23T01:27:42.9295642Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2022-11-23T01:27:42.9303983Z adding 'torch/include/ATen/ops/ne_meta.h' 2022-11-23T01:27:42.9304350Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2022-11-23T01:27:42.9304921Z adding 'torch/include/ATen/ops/ne_native.h' 2022-11-23T01:27:42.9305288Z adding 'torch/include/ATen/ops/ne_ops.h' 2022-11-23T01:27:42.9305627Z adding 'torch/include/ATen/ops/neg.h' 2022-11-23T01:27:42.9306013Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.9307432Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2022-11-23T01:27:42.9308972Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2022-11-23T01:27:42.9310506Z adding 'torch/include/ATen/ops/neg_meta.h' 2022-11-23T01:27:42.9312311Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2022-11-23T01:27:42.9313921Z adding 'torch/include/ATen/ops/neg_native.h' 2022-11-23T01:27:42.9315988Z adding 'torch/include/ATen/ops/neg_ops.h' 2022-11-23T01:27:42.9317958Z adding 'torch/include/ATen/ops/negative.h' 2022-11-23T01:27:42.9319808Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9321398Z adding 'torch/include/ATen/ops/negative_native.h' 2022-11-23T01:27:42.9323371Z adding 'torch/include/ATen/ops/negative_ops.h' 2022-11-23T01:27:42.9325064Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2022-11-23T01:27:42.9327004Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9328533Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2022-11-23T01:27:42.9330292Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2022-11-23T01:27:42.9332285Z adding 'torch/include/ATen/ops/new_empty.h' 2022-11-23T01:27:42.9334300Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9336017Z adding 'torch/include/ATen/ops/new_empty_native.h' 2022-11-23T01:27:42.9338853Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2022-11-23T01:27:42.9341128Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2022-11-23T01:27:42.9343181Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9345298Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.9347092Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2022-11-23T01:27:42.9349044Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2022-11-23T01:27:42.9351201Z adding 'torch/include/ATen/ops/new_full.h' 2022-11-23T01:27:42.9353345Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9355098Z adding 'torch/include/ATen/ops/new_full_native.h' 2022-11-23T01:27:42.9357126Z adding 'torch/include/ATen/ops/new_full_ops.h' 2022-11-23T01:27:42.9359185Z adding 'torch/include/ATen/ops/new_ones.h' 2022-11-23T01:27:42.9361238Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9362883Z adding 'torch/include/ATen/ops/new_ones_native.h' 2022-11-23T01:27:42.9364915Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2022-11-23T01:27:42.9366977Z adding 'torch/include/ATen/ops/new_zeros.h' 2022-11-23T01:27:42.9369082Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9370687Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2022-11-23T01:27:42.9372618Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2022-11-23T01:27:42.9374568Z adding 'torch/include/ATen/ops/nextafter.h' 2022-11-23T01:27:42.9376323Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.9378183Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2022-11-23T01:27:42.9379986Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2022-11-23T01:27:42.9381742Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2022-11-23T01:27:42.9383514Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2022-11-23T01:27:42.9385151Z adding 'torch/include/ATen/ops/nextafter_native.h' 2022-11-23T01:27:42.9387285Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2022-11-23T01:27:42.9389212Z adding 'torch/include/ATen/ops/nll_loss.h' 2022-11-23T01:27:42.9391331Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2022-11-23T01:27:42.9393590Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2022-11-23T01:27:42.9396012Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2022-11-23T01:27:42.9397946Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2022-11-23T01:27:42.9399783Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2022-11-23T01:27:42.9401685Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2022-11-23T01:27:42.9403738Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9405756Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2022-11-23T01:27:42.9407861Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2022-11-23T01:27:42.9409744Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2022-11-23T01:27:42.9411559Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2022-11-23T01:27:42.9413488Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2022-11-23T01:27:42.9415301Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2022-11-23T01:27:42.9417384Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2022-11-23T01:27:42.9419539Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2022-11-23T01:27:42.9421666Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.9423442Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2022-11-23T01:27:42.9425361Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2022-11-23T01:27:42.9427108Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2022-11-23T01:27:42.9428992Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2022-11-23T01:27:42.9430801Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2022-11-23T01:27:42.9432745Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2022-11-23T01:27:42.9434963Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9437114Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2022-11-23T01:27:42.9439249Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.9441131Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2022-11-23T01:27:42.9442998Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2022-11-23T01:27:42.9444735Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2022-11-23T01:27:42.9446608Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2022-11-23T01:27:42.9448407Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2022-11-23T01:27:42.9450344Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2022-11-23T01:27:42.9452456Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2022-11-23T01:27:42.9454148Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2022-11-23T01:27:42.9455862Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9457483Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2022-11-23T01:27:42.9459067Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2022-11-23T01:27:42.9460786Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2022-11-23T01:27:42.9462405Z adding 'torch/include/ATen/ops/nonzero.h' 2022-11-23T01:27:42.9463891Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2022-11-23T01:27:42.9465557Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2022-11-23T01:27:42.9467107Z adding 'torch/include/ATen/ops/nonzero_native.h' 2022-11-23T01:27:42.9468218Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2022-11-23T01:27:42.9470101Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9471693Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2022-11-23T01:27:42.9473595Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2022-11-23T01:27:42.9475912Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2022-11-23T01:27:42.9478183Z adding 'torch/include/ATen/ops/norm.h' 2022-11-23T01:27:42.9480276Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9482107Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.9484073Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9485781Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2022-11-23T01:27:42.9487597Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2022-11-23T01:27:42.9489199Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2022-11-23T01:27:42.9491243Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9492741Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2022-11-23T01:27:42.9494475Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2022-11-23T01:27:42.9496238Z adding 'torch/include/ATen/ops/norm_meta.h' 2022-11-23T01:27:42.9498247Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2022-11-23T01:27:42.9500155Z adding 'torch/include/ATen/ops/norm_native.h' 2022-11-23T01:27:42.9502637Z adding 'torch/include/ATen/ops/norm_ops.h' 2022-11-23T01:27:42.9505516Z adding 'torch/include/ATen/ops/normal.h' 2022-11-23T01:27:42.9507746Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9509580Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2022-11-23T01:27:42.9511486Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2022-11-23T01:27:42.9513265Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2022-11-23T01:27:42.9515321Z adding 'torch/include/ATen/ops/normal_native.h' 2022-11-23T01:27:42.9517928Z adding 'torch/include/ATen/ops/normal_ops.h' 2022-11-23T01:27:42.9519997Z adding 'torch/include/ATen/ops/not_equal.h' 2022-11-23T01:27:42.9521956Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9523661Z adding 'torch/include/ATen/ops/not_equal_native.h' 2022-11-23T01:27:42.9525727Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2022-11-23T01:27:42.9527716Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2022-11-23T01:27:42.9529626Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9531267Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2022-11-23T01:27:42.9533223Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2022-11-23T01:27:42.9534953Z adding 'torch/include/ATen/ops/numpy_T.h' 2022-11-23T01:27:42.9536851Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9538710Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2022-11-23T01:27:42.9540202Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2022-11-23T01:27:42.9542043Z adding 'torch/include/ATen/ops/one_hot.h' 2022-11-23T01:27:42.9543797Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9545409Z adding 'torch/include/ATen/ops/one_hot_native.h' 2022-11-23T01:27:42.9547229Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2022-11-23T01:27:42.9549384Z adding 'torch/include/ATen/ops/ones.h' 2022-11-23T01:27:42.9551484Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9553396Z adding 'torch/include/ATen/ops/ones_like.h' 2022-11-23T01:27:42.9555641Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9557367Z adding 'torch/include/ATen/ops/ones_like_native.h' 2022-11-23T01:27:42.9559291Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2022-11-23T01:27:42.9561421Z adding 'torch/include/ATen/ops/ones_native.h' 2022-11-23T01:27:42.9563163Z adding 'torch/include/ATen/ops/ones_ops.h' 2022-11-23T01:27:42.9565115Z adding 'torch/include/ATen/ops/or.h' 2022-11-23T01:27:42.9566851Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9568489Z adding 'torch/include/ATen/ops/or_native.h' 2022-11-23T01:27:42.9570382Z adding 'torch/include/ATen/ops/or_ops.h' 2022-11-23T01:27:42.9572272Z adding 'torch/include/ATen/ops/orgqr.h' 2022-11-23T01:27:42.9574037Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9575569Z adding 'torch/include/ATen/ops/orgqr_native.h' 2022-11-23T01:27:42.9577493Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2022-11-23T01:27:42.9579378Z adding 'torch/include/ATen/ops/ormqr.h' 2022-11-23T01:27:42.9581255Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2022-11-23T01:27:42.9583025Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2022-11-23T01:27:42.9584717Z adding 'torch/include/ATen/ops/ormqr_native.h' 2022-11-23T01:27:42.9586567Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2022-11-23T01:27:42.9588353Z adding 'torch/include/ATen/ops/outer.h' 2022-11-23T01:27:42.9590197Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9591817Z adding 'torch/include/ATen/ops/outer_native.h' 2022-11-23T01:27:42.9593635Z adding 'torch/include/ATen/ops/outer_ops.h' 2022-11-23T01:27:42.9595534Z adding 'torch/include/ATen/ops/output_nr.h' 2022-11-23T01:27:42.9597361Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9599064Z adding 'torch/include/ATen/ops/output_nr_native.h' 2022-11-23T01:27:42.9600763Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2022-11-23T01:27:42.9602505Z adding 'torch/include/ATen/ops/pad.h' 2022-11-23T01:27:42.9604368Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9606010Z adding 'torch/include/ATen/ops/pad_native.h' 2022-11-23T01:27:42.9607815Z adding 'torch/include/ATen/ops/pad_ops.h' 2022-11-23T01:27:42.9609516Z adding 'torch/include/ATen/ops/pad_sequence.h' 2022-11-23T01:27:42.9611341Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9612994Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2022-11-23T01:27:42.9614922Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2022-11-23T01:27:42.9616744Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2022-11-23T01:27:42.9618684Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9620322Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2022-11-23T01:27:42.9622150Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2022-11-23T01:27:42.9623847Z adding 'torch/include/ATen/ops/pdist.h' 2022-11-23T01:27:42.9625721Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9627282Z adding 'torch/include/ATen/ops/pdist_native.h' 2022-11-23T01:27:42.9629033Z adding 'torch/include/ATen/ops/pdist_ops.h' 2022-11-23T01:27:42.9630689Z adding 'torch/include/ATen/ops/permute.h' 2022-11-23T01:27:42.9632459Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9634623Z adding 'torch/include/ATen/ops/permute_copy.h' 2022-11-23T01:27:42.9636279Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9638109Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.9639877Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2022-11-23T01:27:42.9641431Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2022-11-23T01:27:42.9642885Z adding 'torch/include/ATen/ops/permute_native.h' 2022-11-23T01:27:42.9644677Z adding 'torch/include/ATen/ops/permute_ops.h' 2022-11-23T01:27:42.9646318Z adding 'torch/include/ATen/ops/pin_memory.h' 2022-11-23T01:27:42.9648187Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9649869Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2022-11-23T01:27:42.9651751Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2022-11-23T01:27:42.9653466Z adding 'torch/include/ATen/ops/pinverse.h' 2022-11-23T01:27:42.9655354Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9657040Z adding 'torch/include/ATen/ops/pinverse_native.h' 2022-11-23T01:27:42.9659105Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2022-11-23T01:27:42.9660787Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2022-11-23T01:27:42.9662648Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9664478Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.9666240Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2022-11-23T01:27:42.9667621Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2022-11-23T01:27:42.9669783Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2022-11-23T01:27:42.9671615Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2022-11-23T01:27:42.9673404Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9675181Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.9676787Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2022-11-23T01:27:42.9678722Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2022-11-23T01:27:42.9680821Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2022-11-23T01:27:42.9682383Z adding 'torch/include/ATen/ops/poisson.h' 2022-11-23T01:27:42.9684313Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9685879Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2022-11-23T01:27:42.9687685Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2022-11-23T01:27:42.9689610Z adding 'torch/include/ATen/ops/poisson_native.h' 2022-11-23T01:27:42.9691218Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2022-11-23T01:27:42.9693041Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9694606Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2022-11-23T01:27:42.9696410Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2022-11-23T01:27:42.9698402Z adding 'torch/include/ATen/ops/poisson_ops.h' 2022-11-23T01:27:42.9700209Z adding 'torch/include/ATen/ops/polar.h' 2022-11-23T01:27:42.9702069Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9703750Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2022-11-23T01:27:42.9705447Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2022-11-23T01:27:42.9707109Z adding 'torch/include/ATen/ops/polar_native.h' 2022-11-23T01:27:42.9708990Z adding 'torch/include/ATen/ops/polar_ops.h' 2022-11-23T01:27:42.9710752Z adding 'torch/include/ATen/ops/polygamma.h' 2022-11-23T01:27:42.9712630Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9714724Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.9716443Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2022-11-23T01:27:42.9718488Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2022-11-23T01:27:42.9720170Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2022-11-23T01:27:42.9721994Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2022-11-23T01:27:42.9723658Z adding 'torch/include/ATen/ops/polygamma_native.h' 2022-11-23T01:27:42.9725663Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2022-11-23T01:27:42.9727476Z adding 'torch/include/ATen/ops/positive.h' 2022-11-23T01:27:42.9729414Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9731058Z adding 'torch/include/ATen/ops/positive_native.h' 2022-11-23T01:27:42.9732801Z adding 'torch/include/ATen/ops/positive_ops.h' 2022-11-23T01:27:42.9734604Z adding 'torch/include/ATen/ops/pow.h' 2022-11-23T01:27:42.9736380Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.9738077Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2022-11-23T01:27:42.9739756Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2022-11-23T01:27:42.9741486Z adding 'torch/include/ATen/ops/pow_meta.h' 2022-11-23T01:27:42.9743112Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2022-11-23T01:27:42.9744879Z adding 'torch/include/ATen/ops/pow_native.h' 2022-11-23T01:27:42.9746932Z adding 'torch/include/ATen/ops/pow_ops.h' 2022-11-23T01:27:42.9748545Z adding 'torch/include/ATen/ops/prelu.h' 2022-11-23T01:27:42.9750207Z adding 'torch/include/ATen/ops/prelu_backward.h' 2022-11-23T01:27:42.9751978Z adding 'torch/include/ATen/ops/prelu_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9753587Z adding 'torch/include/ATen/ops/prelu_backward_cpu_dispatch.h' 2022-11-23T01:27:42.9755402Z adding 'torch/include/ATen/ops/prelu_backward_cuda_dispatch.h' 2022-11-23T01:27:42.9756893Z adding 'torch/include/ATen/ops/prelu_backward_native.h' 2022-11-23T01:27:42.9758670Z adding 'torch/include/ATen/ops/prelu_backward_ops.h' 2022-11-23T01:27:42.9760332Z adding 'torch/include/ATen/ops/prelu_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9762302Z adding 'torch/include/ATen/ops/prelu_cpu_dispatch.h' 2022-11-23T01:27:42.9764060Z adding 'torch/include/ATen/ops/prelu_cuda_dispatch.h' 2022-11-23T01:27:42.9765710Z adding 'torch/include/ATen/ops/prelu_native.h' 2022-11-23T01:27:42.9767015Z adding 'torch/include/ATen/ops/prelu_ops.h' 2022-11-23T01:27:42.9768911Z adding 'torch/include/ATen/ops/prod.h' 2022-11-23T01:27:42.9770606Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9772353Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:42.9773952Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9775528Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2022-11-23T01:27:42.9777091Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2022-11-23T01:27:42.9778376Z adding 'torch/include/ATen/ops/prod_meta.h' 2022-11-23T01:27:42.9780125Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2022-11-23T01:27:42.9781637Z adding 'torch/include/ATen/ops/prod_native.h' 2022-11-23T01:27:42.9783607Z adding 'torch/include/ATen/ops/prod_ops.h' 2022-11-23T01:27:42.9785235Z adding 'torch/include/ATen/ops/promote_types.h' 2022-11-23T01:27:42.9786932Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9788056Z adding 'torch/include/ATen/ops/promote_types_native.h' 2022-11-23T01:27:42.9789728Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2022-11-23T01:27:42.9791235Z adding 'torch/include/ATen/ops/put.h' 2022-11-23T01:27:42.9792745Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9794361Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2022-11-23T01:27:42.9795799Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2022-11-23T01:27:42.9797583Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2022-11-23T01:27:42.9799576Z adding 'torch/include/ATen/ops/put_native.h' 2022-11-23T01:27:42.9800749Z adding 'torch/include/ATen/ops/put_ops.h' 2022-11-23T01:27:42.9802298Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2022-11-23T01:27:42.9803582Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2022-11-23T01:27:42.9805112Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2022-11-23T01:27:42.9806449Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2022-11-23T01:27:42.9808194Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9809387Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2022-11-23T01:27:42.9810890Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2022-11-23T01:27:42.9812380Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2022-11-23T01:27:42.9813816Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9815061Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2022-11-23T01:27:42.9816656Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2022-11-23T01:27:42.9818083Z adding 'torch/include/ATen/ops/q_scale.h' 2022-11-23T01:27:42.9819501Z adding 'torch/include/ATen/ops/q_scale_native.h' 2022-11-23T01:27:42.9821036Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2022-11-23T01:27:42.9822513Z adding 'torch/include/ATen/ops/q_zero_point.h' 2022-11-23T01:27:42.9823674Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2022-11-23T01:27:42.9825392Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2022-11-23T01:27:42.9826409Z adding 'torch/include/ATen/ops/qr.h' 2022-11-23T01:27:42.9827989Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9829430Z adding 'torch/include/ATen/ops/qr_native.h' 2022-11-23T01:27:42.9831011Z adding 'torch/include/ATen/ops/qr_ops.h' 2022-11-23T01:27:42.9832668Z adding 'torch/include/ATen/ops/qscheme.h' 2022-11-23T01:27:42.9834181Z adding 'torch/include/ATen/ops/qscheme_native.h' 2022-11-23T01:27:42.9835716Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2022-11-23T01:27:42.9837219Z adding 'torch/include/ATen/ops/quantile.h' 2022-11-23T01:27:42.9838811Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9840280Z adding 'torch/include/ATen/ops/quantile_native.h' 2022-11-23T01:27:42.9841779Z adding 'torch/include/ATen/ops/quantile_ops.h' 2022-11-23T01:27:42.9843340Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2022-11-23T01:27:42.9844921Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9846318Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2022-11-23T01:27:42.9847731Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2022-11-23T01:27:42.9849080Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2022-11-23T01:27:42.9850619Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2022-11-23T01:27:42.9852276Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2022-11-23T01:27:42.9853970Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9855450Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2022-11-23T01:27:42.9856929Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2022-11-23T01:27:42.9858567Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2022-11-23T01:27:42.9860296Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9861719Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2022-11-23T01:27:42.9863179Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2022-11-23T01:27:42.9864607Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2022-11-23T01:27:42.9866137Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2022-11-23T01:27:42.9867652Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2022-11-23T01:27:42.9869457Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2022-11-23T01:27:42.9871147Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2022-11-23T01:27:42.9873173Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9874704Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2022-11-23T01:27:42.9876308Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2022-11-23T01:27:42.9877887Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2022-11-23T01:27:42.9879576Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9881048Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2022-11-23T01:27:42.9882598Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2022-11-23T01:27:42.9884522Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2022-11-23T01:27:42.9886196Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9887401Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2022-11-23T01:27:42.9889002Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2022-11-23T01:27:42.9890705Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2022-11-23T01:27:42.9892361Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9893913Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2022-11-23T01:27:42.9895478Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2022-11-23T01:27:42.9897719Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2022-11-23T01:27:42.9899420Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9900920Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2022-11-23T01:27:42.9902568Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2022-11-23T01:27:42.9904202Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2022-11-23T01:27:42.9905877Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9907410Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2022-11-23T01:27:42.9909072Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2022-11-23T01:27:42.9910671Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2022-11-23T01:27:42.9912295Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9913809Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2022-11-23T01:27:42.9915717Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2022-11-23T01:27:42.9917289Z adding 'torch/include/ATen/ops/rad2deg.h' 2022-11-23T01:27:42.9918893Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9920323Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2022-11-23T01:27:42.9921882Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2022-11-23T01:27:42.9924776Z adding 'torch/include/ATen/ops/rand.h' 2022-11-23T01:27:42.9927276Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9928958Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9930634Z adding 'torch/include/ATen/ops/rand_like.h' 2022-11-23T01:27:42.9932416Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9933911Z adding 'torch/include/ATen/ops/rand_like_native.h' 2022-11-23T01:27:42.9935541Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2022-11-23T01:27:42.9937340Z adding 'torch/include/ATen/ops/rand_native.h' 2022-11-23T01:27:42.9939301Z adding 'torch/include/ATen/ops/rand_ops.h' 2022-11-23T01:27:42.9942346Z adding 'torch/include/ATen/ops/randint.h' 2022-11-23T01:27:42.9944878Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9946737Z adding 'torch/include/ATen/ops/randint_like.h' 2022-11-23T01:27:42.9948562Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9950078Z adding 'torch/include/ATen/ops/randint_like_native.h' 2022-11-23T01:27:42.9951872Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2022-11-23T01:27:42.9953569Z adding 'torch/include/ATen/ops/randint_native.h' 2022-11-23T01:27:42.9955868Z adding 'torch/include/ATen/ops/randint_ops.h' 2022-11-23T01:27:42.9958958Z adding 'torch/include/ATen/ops/randn.h' 2022-11-23T01:27:42.9961500Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9963282Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:42.9964877Z adding 'torch/include/ATen/ops/randn_like.h' 2022-11-23T01:27:42.9966583Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9968098Z adding 'torch/include/ATen/ops/randn_like_native.h' 2022-11-23T01:27:42.9969795Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2022-11-23T01:27:42.9971491Z adding 'torch/include/ATen/ops/randn_native.h' 2022-11-23T01:27:42.9973424Z adding 'torch/include/ATen/ops/randn_ops.h' 2022-11-23T01:27:42.9975724Z adding 'torch/include/ATen/ops/random.h' 2022-11-23T01:27:42.9977583Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9979255Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2022-11-23T01:27:42.9980902Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2022-11-23T01:27:42.9982355Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2022-11-23T01:27:42.9984196Z adding 'torch/include/ATen/ops/random_native.h' 2022-11-23T01:27:42.9986082Z adding 'torch/include/ATen/ops/random_ops.h' 2022-11-23T01:27:42.9988214Z adding 'torch/include/ATen/ops/randperm.h' 2022-11-23T01:27:42.9990037Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:42.9991566Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2022-11-23T01:27:42.9993300Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2022-11-23T01:27:42.9995033Z adding 'torch/include/ATen/ops/randperm_native.h' 2022-11-23T01:27:42.9997016Z adding 'torch/include/ATen/ops/randperm_ops.h' 2022-11-23T01:27:42.9998665Z adding 'torch/include/ATen/ops/range.h' 2022-11-23T01:27:43.0000477Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.0001916Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2022-11-23T01:27:43.0003334Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2022-11-23T01:27:43.0004791Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2022-11-23T01:27:43.0006635Z adding 'torch/include/ATen/ops/range_native.h' 2022-11-23T01:27:43.0008586Z adding 'torch/include/ATen/ops/range_ops.h' 2022-11-23T01:27:43.0010391Z adding 'torch/include/ATen/ops/ravel.h' 2022-11-23T01:27:43.0012140Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0013732Z adding 'torch/include/ATen/ops/ravel_native.h' 2022-11-23T01:27:43.0015862Z adding 'torch/include/ATen/ops/ravel_ops.h' 2022-11-23T01:27:43.0017437Z adding 'torch/include/ATen/ops/real.h' 2022-11-23T01:27:43.0019850Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0021399Z adding 'torch/include/ATen/ops/real_native.h' 2022-11-23T01:27:43.0023509Z adding 'torch/include/ATen/ops/real_ops.h' 2022-11-23T01:27:43.0025191Z adding 'torch/include/ATen/ops/reciprocal.h' 2022-11-23T01:27:43.0027486Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0028964Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2022-11-23T01:27:43.0031186Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2022-11-23T01:27:43.0032773Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2022-11-23T01:27:43.0035187Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2022-11-23T01:27:43.0037049Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2022-11-23T01:27:43.0039249Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2022-11-23T01:27:43.0040870Z adding 'torch/include/ATen/ops/record_stream.h' 2022-11-23T01:27:43.0042284Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2022-11-23T01:27:43.0043750Z adding 'torch/include/ATen/ops/record_stream_native.h' 2022-11-23T01:27:43.0045362Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2022-11-23T01:27:43.0046957Z adding 'torch/include/ATen/ops/refine_names.h' 2022-11-23T01:27:43.0048411Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0050000Z adding 'torch/include/ATen/ops/refine_names_native.h' 2022-11-23T01:27:43.0052195Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2022-11-23T01:27:43.0053600Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2022-11-23T01:27:43.0055340Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2022-11-23T01:27:43.0057304Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0058815Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2022-11-23T01:27:43.0060400Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2022-11-23T01:27:43.0062035Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2022-11-23T01:27:43.0063339Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2022-11-23T01:27:43.0064843Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2022-11-23T01:27:43.0066491Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2022-11-23T01:27:43.0068163Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0069663Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2022-11-23T01:27:43.0071466Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2022-11-23T01:27:43.0072634Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2022-11-23T01:27:43.0074333Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2022-11-23T01:27:43.0075993Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2022-11-23T01:27:43.0077729Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2022-11-23T01:27:43.0079473Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2022-11-23T01:27:43.0081392Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2022-11-23T01:27:43.0083224Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2022-11-23T01:27:43.0084823Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2022-11-23T01:27:43.0086472Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2022-11-23T01:27:43.0088098Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2022-11-23T01:27:43.0089823Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2022-11-23T01:27:43.0091388Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2022-11-23T01:27:43.0092931Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2022-11-23T01:27:43.0094527Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2022-11-23T01:27:43.0096342Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2022-11-23T01:27:43.0098292Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2022-11-23T01:27:43.0100361Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0101877Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2022-11-23T01:27:43.0103807Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2022-11-23T01:27:43.0105196Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2022-11-23T01:27:43.0106712Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2022-11-23T01:27:43.0108338Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2022-11-23T01:27:43.0109942Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2022-11-23T01:27:43.0111554Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0113019Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2022-11-23T01:27:43.0114682Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2022-11-23T01:27:43.0116214Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2022-11-23T01:27:43.0117829Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2022-11-23T01:27:43.0119503Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2022-11-23T01:27:43.0121132Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2022-11-23T01:27:43.0122911Z adding 'torch/include/ATen/ops/relu.h' 2022-11-23T01:27:43.0124264Z adding 'torch/include/ATen/ops/relu6.h' 2022-11-23T01:27:43.0125932Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0127411Z adding 'torch/include/ATen/ops/relu6_native.h' 2022-11-23T01:27:43.0129130Z adding 'torch/include/ATen/ops/relu6_ops.h' 2022-11-23T01:27:43.0130957Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.0132666Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2022-11-23T01:27:43.0134163Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2022-11-23T01:27:43.0135749Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2022-11-23T01:27:43.0137482Z adding 'torch/include/ATen/ops/relu_native.h' 2022-11-23T01:27:43.0139340Z adding 'torch/include/ATen/ops/relu_ops.h' 2022-11-23T01:27:43.0141169Z adding 'torch/include/ATen/ops/remainder.h' 2022-11-23T01:27:43.0143006Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.0144705Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0146265Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2022-11-23T01:27:43.0147936Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2022-11-23T01:27:43.0150150Z adding 'torch/include/ATen/ops/remainder_meta.h' 2022-11-23T01:27:43.0151880Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2022-11-23T01:27:43.0153670Z adding 'torch/include/ATen/ops/remainder_native.h' 2022-11-23T01:27:43.0155837Z adding 'torch/include/ATen/ops/remainder_ops.h' 2022-11-23T01:27:43.0157478Z adding 'torch/include/ATen/ops/rename.h' 2022-11-23T01:27:43.0159184Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0160669Z adding 'torch/include/ATen/ops/rename_native.h' 2022-11-23T01:27:43.0162339Z adding 'torch/include/ATen/ops/rename_ops.h' 2022-11-23T01:27:43.0163974Z adding 'torch/include/ATen/ops/renorm.h' 2022-11-23T01:27:43.0165715Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0167314Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2022-11-23T01:27:43.0168934Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2022-11-23T01:27:43.0170489Z adding 'torch/include/ATen/ops/renorm_meta.h' 2022-11-23T01:27:43.0172104Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2022-11-23T01:27:43.0173660Z adding 'torch/include/ATen/ops/renorm_native.h' 2022-11-23T01:27:43.0175837Z adding 'torch/include/ATen/ops/renorm_ops.h' 2022-11-23T01:27:43.0177511Z adding 'torch/include/ATen/ops/repeat.h' 2022-11-23T01:27:43.0179324Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.0180952Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2022-11-23T01:27:43.0182705Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.0184265Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0185922Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2022-11-23T01:27:43.0187443Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2022-11-23T01:27:43.0189024Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2022-11-23T01:27:43.0190817Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2022-11-23T01:27:43.0192557Z adding 'torch/include/ATen/ops/repeat_native.h' 2022-11-23T01:27:43.0194198Z adding 'torch/include/ATen/ops/repeat_ops.h' 2022-11-23T01:27:43.0196241Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2022-11-23T01:27:43.0197938Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2022-11-23T01:27:43.0200005Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0201264Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2022-11-23T01:27:43.0202931Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2022-11-23T01:27:43.0204534Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2022-11-23T01:27:43.0206078Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2022-11-23T01:27:43.0207623Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2022-11-23T01:27:43.0209313Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2022-11-23T01:27:43.0211020Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0212658Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2022-11-23T01:27:43.0214127Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2022-11-23T01:27:43.0215571Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2022-11-23T01:27:43.0217283Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2022-11-23T01:27:43.0218871Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2022-11-23T01:27:43.0220525Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2022-11-23T01:27:43.0222321Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2022-11-23T01:27:43.0224547Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2022-11-23T01:27:43.0226184Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2022-11-23T01:27:43.0227814Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2022-11-23T01:27:43.0229458Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2022-11-23T01:27:43.0231115Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2022-11-23T01:27:43.0232881Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0234719Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2022-11-23T01:27:43.0236558Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2022-11-23T01:27:43.0238256Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2022-11-23T01:27:43.0239970Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2022-11-23T01:27:43.0241696Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2022-11-23T01:27:43.0243516Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2022-11-23T01:27:43.0245535Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2022-11-23T01:27:43.0247479Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2022-11-23T01:27:43.0249315Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2022-11-23T01:27:43.0251070Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2022-11-23T01:27:43.0252735Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2022-11-23T01:27:43.0254605Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2022-11-23T01:27:43.0256445Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0258108Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2022-11-23T01:27:43.0259997Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2022-11-23T01:27:43.0261790Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2022-11-23T01:27:43.0263244Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2022-11-23T01:27:43.0264892Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2022-11-23T01:27:43.0266665Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2022-11-23T01:27:43.0268178Z adding 'torch/include/ATen/ops/requires_grad.h' 2022-11-23T01:27:43.0269886Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0271433Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2022-11-23T01:27:43.0273325Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2022-11-23T01:27:43.0275007Z adding 'torch/include/ATen/ops/reshape.h' 2022-11-23T01:27:43.0276580Z adding 'torch/include/ATen/ops/reshape_as.h' 2022-11-23T01:27:43.0278302Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0279983Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2022-11-23T01:27:43.0281440Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2022-11-23T01:27:43.0283272Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2022-11-23T01:27:43.0284947Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0286489Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2022-11-23T01:27:43.0287914Z adding 'torch/include/ATen/ops/reshape_native.h' 2022-11-23T01:27:43.0289586Z adding 'torch/include/ATen/ops/reshape_ops.h' 2022-11-23T01:27:43.0291513Z adding 'torch/include/ATen/ops/resize.h' 2022-11-23T01:27:43.0293478Z adding 'torch/include/ATen/ops/resize_as.h' 2022-11-23T01:27:43.0295333Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.0296881Z adding 'torch/include/ATen/ops/resize_as_native.h' 2022-11-23T01:27:43.0298760Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2022-11-23T01:27:43.0300623Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2022-11-23T01:27:43.0302334Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.0303937Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2022-11-23T01:27:43.0305673Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2022-11-23T01:27:43.0307350Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2022-11-23T01:27:43.0309155Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.0310848Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2022-11-23T01:27:43.0312415Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2022-11-23T01:27:43.0314206Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2022-11-23T01:27:43.0315875Z adding 'torch/include/ATen/ops/resize_native.h' 2022-11-23T01:27:43.0317682Z adding 'torch/include/ATen/ops/resize_ops.h' 2022-11-23T01:27:43.0319332Z adding 'torch/include/ATen/ops/resolve_conj.h' 2022-11-23T01:27:43.0321697Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0322366Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2022-11-23T01:27:43.0324114Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2022-11-23T01:27:43.0325708Z adding 'torch/include/ATen/ops/resolve_neg.h' 2022-11-23T01:27:43.0327276Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0328701Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2022-11-23T01:27:43.0330459Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2022-11-23T01:27:43.0332144Z adding 'torch/include/ATen/ops/result_type.h' 2022-11-23T01:27:43.0333926Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0335384Z adding 'torch/include/ATen/ops/result_type_native.h' 2022-11-23T01:27:43.0337260Z adding 'torch/include/ATen/ops/result_type_ops.h' 2022-11-23T01:27:43.0338904Z adding 'torch/include/ATen/ops/retain_grad.h' 2022-11-23T01:27:43.0340608Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0341999Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2022-11-23T01:27:43.0343645Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2022-11-23T01:27:43.0345285Z adding 'torch/include/ATen/ops/retains_grad.h' 2022-11-23T01:27:43.0346993Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0348589Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2022-11-23T01:27:43.0350606Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2022-11-23T01:27:43.0352334Z adding 'torch/include/ATen/ops/rnn_relu.h' 2022-11-23T01:27:43.0354271Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2022-11-23T01:27:43.0356040Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0357529Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2022-11-23T01:27:43.0359209Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2022-11-23T01:27:43.0360969Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0362503Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2022-11-23T01:27:43.0364444Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2022-11-23T01:27:43.0366248Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2022-11-23T01:27:43.0368004Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2022-11-23T01:27:43.0369705Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0371250Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2022-11-23T01:27:43.0373048Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2022-11-23T01:27:43.0374834Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0376276Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2022-11-23T01:27:43.0378172Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2022-11-23T01:27:43.0379909Z adding 'torch/include/ATen/ops/roll.h' 2022-11-23T01:27:43.0381697Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.0383214Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2022-11-23T01:27:43.0384802Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2022-11-23T01:27:43.0386440Z adding 'torch/include/ATen/ops/roll_native.h' 2022-11-23T01:27:43.0388118Z adding 'torch/include/ATen/ops/roll_ops.h' 2022-11-23T01:27:43.0389785Z adding 'torch/include/ATen/ops/rot90.h' 2022-11-23T01:27:43.0391605Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.0393143Z adding 'torch/include/ATen/ops/rot90_native.h' 2022-11-23T01:27:43.0394939Z adding 'torch/include/ATen/ops/rot90_ops.h' 2022-11-23T01:27:43.0397016Z adding 'torch/include/ATen/ops/round.h' 2022-11-23T01:27:43.0398885Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0400504Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2022-11-23T01:27:43.0402209Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2022-11-23T01:27:43.0403776Z adding 'torch/include/ATen/ops/round_meta.h' 2022-11-23T01:27:43.0405634Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2022-11-23T01:27:43.0407282Z adding 'torch/include/ATen/ops/round_native.h' 2022-11-23T01:27:43.0409162Z adding 'torch/include/ATen/ops/round_ops.h' 2022-11-23T01:27:43.0410754Z adding 'torch/include/ATen/ops/row_indices.h' 2022-11-23T01:27:43.0412366Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2022-11-23T01:27:43.0414040Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.0415722Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0417174Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2022-11-23T01:27:43.0418982Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2022-11-23T01:27:43.0420609Z adding 'torch/include/ATen/ops/row_indices_native.h' 2022-11-23T01:27:43.0422237Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2022-11-23T01:27:43.0423836Z adding 'torch/include/ATen/ops/row_stack.h' 2022-11-23T01:27:43.0425606Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0427156Z adding 'torch/include/ATen/ops/row_stack_native.h' 2022-11-23T01:27:43.0429024Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2022-11-23T01:27:43.0430434Z adding 'torch/include/ATen/ops/rrelu.h' 2022-11-23T01:27:43.0432335Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0433551Z adding 'torch/include/ATen/ops/rrelu_native.h' 2022-11-23T01:27:43.0435132Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2022-11-23T01:27:43.0437022Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2022-11-23T01:27:43.0438681Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2022-11-23T01:27:43.0440417Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.0441645Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2022-11-23T01:27:43.0443223Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2022-11-23T01:27:43.0444839Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2022-11-23T01:27:43.0446342Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2022-11-23T01:27:43.0447933Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2022-11-23T01:27:43.0449302Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2022-11-23T01:27:43.0450925Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2022-11-23T01:27:43.0452576Z adding 'torch/include/ATen/ops/rshift.h' 2022-11-23T01:27:43.0454296Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.0455602Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2022-11-23T01:27:43.0457064Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2022-11-23T01:27:43.0458551Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2022-11-23T01:27:43.0460016Z adding 'torch/include/ATen/ops/rshift_native.h' 2022-11-23T01:27:43.0461673Z adding 'torch/include/ATen/ops/rshift_ops.h' 2022-11-23T01:27:43.0463239Z adding 'torch/include/ATen/ops/rsqrt.h' 2022-11-23T01:27:43.0464922Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0466301Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2022-11-23T01:27:43.0467634Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2022-11-23T01:27:43.0469068Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2022-11-23T01:27:43.0470494Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2022-11-23T01:27:43.0471930Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2022-11-23T01:27:43.0473576Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2022-11-23T01:27:43.0475249Z adding 'torch/include/ATen/ops/rsub.h' 2022-11-23T01:27:43.0476775Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.0478528Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2022-11-23T01:27:43.0479968Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2022-11-23T01:27:43.0481529Z adding 'torch/include/ATen/ops/rsub_native.h' 2022-11-23T01:27:43.0482996Z adding 'torch/include/ATen/ops/rsub_ops.h' 2022-11-23T01:27:43.0484598Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2022-11-23T01:27:43.0486311Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.0487704Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2022-11-23T01:27:43.0489386Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2022-11-23T01:27:43.0491166Z adding 'torch/include/ATen/ops/scatter.h' 2022-11-23T01:27:43.0492994Z adding 'torch/include/ATen/ops/scatter_add.h' 2022-11-23T01:27:43.0494796Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0496323Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0497968Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2022-11-23T01:27:43.0499562Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2022-11-23T01:27:43.0501246Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2022-11-23T01:27:43.0503251Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2022-11-23T01:27:43.0505106Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2022-11-23T01:27:43.0506639Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2022-11-23T01:27:43.0508435Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0509894Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0511462Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2022-11-23T01:27:43.0513302Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2022-11-23T01:27:43.0515056Z adding 'torch/include/ATen/ops/scatter_meta.h' 2022-11-23T01:27:43.0516695Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2022-11-23T01:27:43.0518476Z adding 'torch/include/ATen/ops/scatter_native.h' 2022-11-23T01:27:43.0520420Z adding 'torch/include/ATen/ops/scatter_ops.h' 2022-11-23T01:27:43.0522355Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2022-11-23T01:27:43.0524577Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0525398Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2022-11-23T01:27:43.0527042Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2022-11-23T01:27:43.0528499Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2022-11-23T01:27:43.0530033Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2022-11-23T01:27:43.0531478Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2022-11-23T01:27:43.0533144Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2022-11-23T01:27:43.0541719Z adding 'torch/include/ATen/ops/searchsorted.h' 2022-11-23T01:27:43.0544223Z adding 'torch/include/ATen/ops/searchsorted_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.0545619Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2022-11-23T01:27:43.0547309Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2022-11-23T01:27:43.0548675Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2022-11-23T01:27:43.0550289Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2022-11-23T01:27:43.0552001Z adding 'torch/include/ATen/ops/segment_reduce.h' 2022-11-23T01:27:43.0553739Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.0555340Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2022-11-23T01:27:43.0556968Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2022-11-23T01:27:43.0558683Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2022-11-23T01:27:43.0560356Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2022-11-23T01:27:43.0562017Z adding 'torch/include/ATen/ops/select.h' 2022-11-23T01:27:43.0563554Z adding 'torch/include/ATen/ops/select_backward.h' 2022-11-23T01:27:43.0565362Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.0566873Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0568346Z adding 'torch/include/ATen/ops/select_backward_native.h' 2022-11-23T01:27:43.0570049Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2022-11-23T01:27:43.0571746Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.0573184Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0574720Z adding 'torch/include/ATen/ops/select_copy.h' 2022-11-23T01:27:43.0576249Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.0577850Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0579230Z adding 'torch/include/ATen/ops/select_copy_native.h' 2022-11-23T01:27:43.0580809Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2022-11-23T01:27:43.0582368Z adding 'torch/include/ATen/ops/select_native.h' 2022-11-23T01:27:43.0584083Z adding 'torch/include/ATen/ops/select_ops.h' 2022-11-23T01:27:43.0585731Z adding 'torch/include/ATen/ops/select_scatter.h' 2022-11-23T01:27:43.0587497Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.0589059Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2022-11-23T01:27:43.0590758Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2022-11-23T01:27:43.0592361Z adding 'torch/include/ATen/ops/selu.h' 2022-11-23T01:27:43.0594228Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0595850Z adding 'torch/include/ATen/ops/selu_native.h' 2022-11-23T01:27:43.0597636Z adding 'torch/include/ATen/ops/selu_ops.h' 2022-11-23T01:27:43.0599807Z adding 'torch/include/ATen/ops/set.h' 2022-11-23T01:27:43.0601542Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.0603230Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0604492Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2022-11-23T01:27:43.0605982Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2022-11-23T01:27:43.0607395Z adding 'torch/include/ATen/ops/set_data.h' 2022-11-23T01:27:43.0608983Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0610656Z adding 'torch/include/ATen/ops/set_data_native.h' 2022-11-23T01:27:43.0612135Z adding 'torch/include/ATen/ops/set_data_ops.h' 2022-11-23T01:27:43.0613704Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2022-11-23T01:27:43.0615214Z adding 'torch/include/ATen/ops/set_native.h' 2022-11-23T01:27:43.0617311Z adding 'torch/include/ATen/ops/set_ops.h' 2022-11-23T01:27:43.0619121Z adding 'torch/include/ATen/ops/sgn.h' 2022-11-23T01:27:43.0620936Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0622412Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2022-11-23T01:27:43.0623865Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2022-11-23T01:27:43.0625243Z adding 'torch/include/ATen/ops/sgn_meta.h' 2022-11-23T01:27:43.0626702Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2022-11-23T01:27:43.0628284Z adding 'torch/include/ATen/ops/sgn_native.h' 2022-11-23T01:27:43.0629917Z adding 'torch/include/ATen/ops/sgn_ops.h' 2022-11-23T01:27:43.0631489Z adding 'torch/include/ATen/ops/sigmoid.h' 2022-11-23T01:27:43.0633159Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2022-11-23T01:27:43.0635095Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0636606Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2022-11-23T01:27:43.0638151Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2022-11-23T01:27:43.0639685Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2022-11-23T01:27:43.0641268Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2022-11-23T01:27:43.0642771Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2022-11-23T01:27:43.0644304Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2022-11-23T01:27:43.0646096Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0647561Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2022-11-23T01:27:43.0649116Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2022-11-23T01:27:43.0650568Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2022-11-23T01:27:43.0652254Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2022-11-23T01:27:43.0653774Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2022-11-23T01:27:43.0655500Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2022-11-23T01:27:43.0656852Z adding 'torch/include/ATen/ops/sign.h' 2022-11-23T01:27:43.0658860Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0660181Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2022-11-23T01:27:43.0661628Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2022-11-23T01:27:43.0663055Z adding 'torch/include/ATen/ops/sign_meta.h' 2022-11-23T01:27:43.0664517Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2022-11-23T01:27:43.0666250Z adding 'torch/include/ATen/ops/sign_native.h' 2022-11-23T01:27:43.0667943Z adding 'torch/include/ATen/ops/sign_ops.h' 2022-11-23T01:27:43.0669642Z adding 'torch/include/ATen/ops/signbit.h' 2022-11-23T01:27:43.0671224Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0672377Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2022-11-23T01:27:43.0674267Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2022-11-23T01:27:43.0675659Z adding 'torch/include/ATen/ops/signbit_meta.h' 2022-11-23T01:27:43.0677224Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2022-11-23T01:27:43.0678597Z adding 'torch/include/ATen/ops/signbit_native.h' 2022-11-23T01:27:43.0680208Z adding 'torch/include/ATen/ops/signbit_ops.h' 2022-11-23T01:27:43.0681919Z adding 'torch/include/ATen/ops/silu.h' 2022-11-23T01:27:43.0683456Z adding 'torch/include/ATen/ops/silu_backward.h' 2022-11-23T01:27:43.0685162Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0686620Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0688065Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2022-11-23T01:27:43.0689546Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2022-11-23T01:27:43.0690925Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2022-11-23T01:27:43.0692495Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2022-11-23T01:27:43.0693911Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2022-11-23T01:27:43.0695498Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2022-11-23T01:27:43.0697023Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0698635Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2022-11-23T01:27:43.0699987Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2022-11-23T01:27:43.0701573Z adding 'torch/include/ATen/ops/silu_meta.h' 2022-11-23T01:27:43.0703132Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2022-11-23T01:27:43.0704563Z adding 'torch/include/ATen/ops/silu_native.h' 2022-11-23T01:27:43.0705972Z adding 'torch/include/ATen/ops/silu_ops.h' 2022-11-23T01:27:43.0707486Z adding 'torch/include/ATen/ops/sin.h' 2022-11-23T01:27:43.0709094Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0710595Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2022-11-23T01:27:43.0712100Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2022-11-23T01:27:43.0713500Z adding 'torch/include/ATen/ops/sin_meta.h' 2022-11-23T01:27:43.0715104Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2022-11-23T01:27:43.0716658Z adding 'torch/include/ATen/ops/sin_native.h' 2022-11-23T01:27:43.0718208Z adding 'torch/include/ATen/ops/sin_ops.h' 2022-11-23T01:27:43.0719715Z adding 'torch/include/ATen/ops/sinc.h' 2022-11-23T01:27:43.0721274Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0722658Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2022-11-23T01:27:43.0724298Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2022-11-23T01:27:43.0725785Z adding 'torch/include/ATen/ops/sinc_meta.h' 2022-11-23T01:27:43.0727219Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2022-11-23T01:27:43.0728938Z adding 'torch/include/ATen/ops/sinc_native.h' 2022-11-23T01:27:43.0730719Z adding 'torch/include/ATen/ops/sinc_ops.h' 2022-11-23T01:27:43.0732163Z adding 'torch/include/ATen/ops/sinh.h' 2022-11-23T01:27:43.0734474Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0735068Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2022-11-23T01:27:43.0736915Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2022-11-23T01:27:43.0738378Z adding 'torch/include/ATen/ops/sinh_meta.h' 2022-11-23T01:27:43.0739998Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2022-11-23T01:27:43.0741697Z adding 'torch/include/ATen/ops/sinh_native.h' 2022-11-23T01:27:43.0743582Z adding 'torch/include/ATen/ops/sinh_ops.h' 2022-11-23T01:27:43.0745259Z adding 'torch/include/ATen/ops/size.h' 2022-11-23T01:27:43.0747052Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0748571Z adding 'torch/include/ATen/ops/size_native.h' 2022-11-23T01:27:43.0750456Z adding 'torch/include/ATen/ops/size_ops.h' 2022-11-23T01:27:43.0752202Z adding 'torch/include/ATen/ops/slice.h' 2022-11-23T01:27:43.0754596Z adding 'torch/include/ATen/ops/slice_backward.h' 2022-11-23T01:27:43.0756750Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.0758461Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2022-11-23T01:27:43.0760343Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2022-11-23T01:27:43.0762100Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.0763593Z adding 'torch/include/ATen/ops/slice_copy.h' 2022-11-23T01:27:43.0765639Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.0767293Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0768587Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2022-11-23T01:27:43.0770282Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2022-11-23T01:27:43.0771722Z adding 'torch/include/ATen/ops/slice_native.h' 2022-11-23T01:27:43.0773265Z adding 'torch/include/ATen/ops/slice_ops.h' 2022-11-23T01:27:43.0775138Z adding 'torch/include/ATen/ops/slice_scatter.h' 2022-11-23T01:27:43.0777259Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.0778802Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2022-11-23T01:27:43.0780381Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2022-11-23T01:27:43.0781894Z adding 'torch/include/ATen/ops/slogdet.h' 2022-11-23T01:27:43.0783676Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0784996Z adding 'torch/include/ATen/ops/slogdet_native.h' 2022-11-23T01:27:43.0786642Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2022-11-23T01:27:43.0788500Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2022-11-23T01:27:43.0790474Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0792153Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2022-11-23T01:27:43.0794068Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2022-11-23T01:27:43.0795759Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2022-11-23T01:27:43.0797457Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2022-11-23T01:27:43.0798977Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2022-11-23T01:27:43.0800648Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2022-11-23T01:27:43.0802532Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2022-11-23T01:27:43.0804501Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.0805939Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2022-11-23T01:27:43.0807479Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2022-11-23T01:27:43.0808901Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2022-11-23T01:27:43.0810656Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2022-11-23T01:27:43.0812654Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2022-11-23T01:27:43.0814482Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.0815944Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2022-11-23T01:27:43.0817632Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2022-11-23T01:27:43.0819108Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2022-11-23T01:27:43.0820888Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2022-11-23T01:27:43.0822856Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2022-11-23T01:27:43.0825011Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0826482Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2022-11-23T01:27:43.0828071Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2022-11-23T01:27:43.0829587Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2022-11-23T01:27:43.0831299Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2022-11-23T01:27:43.0832785Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2022-11-23T01:27:43.0834636Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2022-11-23T01:27:43.0836648Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2022-11-23T01:27:43.0839061Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2022-11-23T01:27:43.0840449Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2022-11-23T01:27:43.0842020Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2022-11-23T01:27:43.0843703Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2022-11-23T01:27:43.0845281Z adding 'torch/include/ATen/ops/smm.h' 2022-11-23T01:27:43.0846788Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0848279Z adding 'torch/include/ATen/ops/smm_native.h' 2022-11-23T01:27:43.0849777Z adding 'torch/include/ATen/ops/smm_ops.h' 2022-11-23T01:27:43.0851366Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2022-11-23T01:27:43.0852880Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2022-11-23T01:27:43.0854670Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.0856195Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2022-11-23T01:27:43.0857765Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2022-11-23T01:27:43.0859155Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2022-11-23T01:27:43.0860779Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2022-11-23T01:27:43.0862387Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0863832Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2022-11-23T01:27:43.0865360Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2022-11-23T01:27:43.0866882Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2022-11-23T01:27:43.0868407Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2022-11-23T01:27:43.0869925Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2022-11-23T01:27:43.0871474Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2022-11-23T01:27:43.0873242Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2022-11-23T01:27:43.0874960Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2022-11-23T01:27:43.0876848Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.0878335Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2022-11-23T01:27:43.0879987Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2022-11-23T01:27:43.0881552Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.0883063Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2022-11-23T01:27:43.0884624Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2022-11-23T01:27:43.0886252Z adding 'torch/include/ATen/ops/softmax.h' 2022-11-23T01:27:43.0887905Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.0889447Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0890892Z adding 'torch/include/ATen/ops/softmax_native.h' 2022-11-23T01:27:43.0892509Z adding 'torch/include/ATen/ops/softmax_ops.h' 2022-11-23T01:27:43.0894294Z adding 'torch/include/ATen/ops/softplus.h' 2022-11-23T01:27:43.0895961Z adding 'torch/include/ATen/ops/softplus_backward.h' 2022-11-23T01:27:43.0897732Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0899286Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2022-11-23T01:27:43.0900784Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2022-11-23T01:27:43.0902287Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2022-11-23T01:27:43.0903857Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2022-11-23T01:27:43.0905358Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2022-11-23T01:27:43.0906949Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2022-11-23T01:27:43.0908679Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0909976Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2022-11-23T01:27:43.0911502Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2022-11-23T01:27:43.0912956Z adding 'torch/include/ATen/ops/softplus_meta.h' 2022-11-23T01:27:43.0915388Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2022-11-23T01:27:43.0916934Z adding 'torch/include/ATen/ops/softplus_native.h' 2022-11-23T01:27:43.0918573Z adding 'torch/include/ATen/ops/softplus_ops.h' 2022-11-23T01:27:43.0920192Z adding 'torch/include/ATen/ops/softshrink.h' 2022-11-23T01:27:43.0921830Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2022-11-23T01:27:43.0923477Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0924964Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2022-11-23T01:27:43.0926498Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2022-11-23T01:27:43.0927880Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2022-11-23T01:27:43.0929410Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2022-11-23T01:27:43.0930846Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2022-11-23T01:27:43.0932455Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2022-11-23T01:27:43.0934158Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0935475Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2022-11-23T01:27:43.0936998Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2022-11-23T01:27:43.0938554Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2022-11-23T01:27:43.0940089Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2022-11-23T01:27:43.0941529Z adding 'torch/include/ATen/ops/softshrink_native.h' 2022-11-23T01:27:43.0943153Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2022-11-23T01:27:43.0944877Z adding 'torch/include/ATen/ops/sort.h' 2022-11-23T01:27:43.0946644Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.0948242Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.0949801Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0951276Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2022-11-23T01:27:43.0953056Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2022-11-23T01:27:43.0954768Z adding 'torch/include/ATen/ops/sort_meta.h' 2022-11-23T01:27:43.0956354Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2022-11-23T01:27:43.0957929Z adding 'torch/include/ATen/ops/sort_native.h' 2022-11-23T01:27:43.0959894Z adding 'torch/include/ATen/ops/sort_ops.h' 2022-11-23T01:27:43.0961709Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2022-11-23T01:27:43.0963461Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0964952Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2022-11-23T01:27:43.0966647Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2022-11-23T01:27:43.0968321Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2022-11-23T01:27:43.0970093Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0971489Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2022-11-23T01:27:43.0973737Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2022-11-23T01:27:43.0975297Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2022-11-23T01:27:43.0977069Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0978700Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2022-11-23T01:27:43.0980587Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2022-11-23T01:27:43.0982558Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2022-11-23T01:27:43.0984537Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.0986504Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0988141Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2022-11-23T01:27:43.0990137Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2022-11-23T01:27:43.0992270Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2022-11-23T01:27:43.0994366Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.0996207Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2022-11-23T01:27:43.0998198Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2022-11-23T01:27:43.1000124Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2022-11-23T01:27:43.1002137Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1003649Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2022-11-23T01:27:43.1005377Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2022-11-23T01:27:43.1007039Z adding 'torch/include/ATen/ops/sparse_dim.h' 2022-11-23T01:27:43.1008561Z adding 'torch/include/ATen/ops/sparse_dim_cpu_dispatch.h' 2022-11-23T01:27:43.1010178Z adding 'torch/include/ATen/ops/sparse_dim_cuda_dispatch.h' 2022-11-23T01:27:43.1011764Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2022-11-23T01:27:43.1013525Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2022-11-23T01:27:43.1015260Z adding 'torch/include/ATen/ops/sparse_mask.h' 2022-11-23T01:27:43.1017075Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.1018810Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2022-11-23T01:27:43.1020621Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2022-11-23T01:27:43.1022491Z adding 'torch/include/ATen/ops/sparse_resize.h' 2022-11-23T01:27:43.1024299Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2022-11-23T01:27:43.1026193Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.1027964Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2022-11-23T01:27:43.1029748Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2022-11-23T01:27:43.1031622Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2022-11-23T01:27:43.1033582Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.1035493Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2022-11-23T01:27:43.1037421Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2022-11-23T01:27:43.1039250Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2022-11-23T01:27:43.1041081Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2022-11-23T01:27:43.1042886Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2022-11-23T01:27:43.1044765Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2022-11-23T01:27:43.1046586Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2022-11-23T01:27:43.1048372Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1049980Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2022-11-23T01:27:43.1051709Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2022-11-23T01:27:43.1053382Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2022-11-23T01:27:43.1055132Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2022-11-23T01:27:43.1056826Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2022-11-23T01:27:43.1058787Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2022-11-23T01:27:43.1060677Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2022-11-23T01:27:43.1062542Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1064097Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2022-11-23T01:27:43.1065808Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2022-11-23T01:27:43.1067638Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2022-11-23T01:27:43.1069234Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2022-11-23T01:27:43.1070950Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2022-11-23T01:27:43.1072731Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2022-11-23T01:27:43.1074706Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2022-11-23T01:27:43.1076665Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1078115Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2022-11-23T01:27:43.1079781Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2022-11-23T01:27:43.1081387Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2022-11-23T01:27:43.1083062Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2022-11-23T01:27:43.1084554Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2022-11-23T01:27:43.1086355Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2022-11-23T01:27:43.1087983Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2022-11-23T01:27:43.1089864Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1091296Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2022-11-23T01:27:43.1092960Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2022-11-23T01:27:43.1094434Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2022-11-23T01:27:43.1096089Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2022-11-23T01:27:43.1097730Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2022-11-23T01:27:43.1099520Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2022-11-23T01:27:43.1101118Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2022-11-23T01:27:43.1103047Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1104496Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2022-11-23T01:27:43.1106169Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2022-11-23T01:27:43.1107658Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2022-11-23T01:27:43.1109406Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2022-11-23T01:27:43.1110894Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2022-11-23T01:27:43.1112689Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2022-11-23T01:27:43.1114788Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2022-11-23T01:27:43.1116530Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.1118200Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1119773Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1121351Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2022-11-23T01:27:43.1122993Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2022-11-23T01:27:43.1124521Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2022-11-23T01:27:43.1126183Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2022-11-23T01:27:43.1127792Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2022-11-23T01:27:43.1129714Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2022-11-23T01:27:43.1131559Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2022-11-23T01:27:43.1133316Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.1135031Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1136680Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1138370Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2022-11-23T01:27:43.1140033Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2022-11-23T01:27:43.1141635Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2022-11-23T01:27:43.1143428Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2022-11-23T01:27:43.1145416Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2022-11-23T01:27:43.1146916Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2022-11-23T01:27:43.1148948Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2022-11-23T01:27:43.1150287Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.1151821Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1153240Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1154862Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2022-11-23T01:27:43.1156321Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2022-11-23T01:27:43.1157937Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2022-11-23T01:27:43.1159683Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2022-11-23T01:27:43.1161101Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2022-11-23T01:27:43.1162978Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2022-11-23T01:27:43.1164540Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2022-11-23T01:27:43.1166171Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.1167866Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1169294Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1170668Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2022-11-23T01:27:43.1172180Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2022-11-23T01:27:43.1173536Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2022-11-23T01:27:43.1175125Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2022-11-23T01:27:43.1176637Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2022-11-23T01:27:43.1178345Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2022-11-23T01:27:43.1179988Z adding 'torch/include/ATen/ops/special_digamma.h' 2022-11-23T01:27:43.1181647Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1183033Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2022-11-23T01:27:43.1184483Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2022-11-23T01:27:43.1186102Z adding 'torch/include/ATen/ops/special_entr.h' 2022-11-23T01:27:43.1187818Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1189114Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2022-11-23T01:27:43.1190700Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2022-11-23T01:27:43.1192139Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2022-11-23T01:27:43.1193712Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2022-11-23T01:27:43.1195027Z adding 'torch/include/ATen/ops/special_entr_native.h' 2022-11-23T01:27:43.1196948Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2022-11-23T01:27:43.1198454Z adding 'torch/include/ATen/ops/special_erf.h' 2022-11-23T01:27:43.1200129Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1201519Z adding 'torch/include/ATen/ops/special_erf_native.h' 2022-11-23T01:27:43.1203233Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2022-11-23T01:27:43.1204932Z adding 'torch/include/ATen/ops/special_erfc.h' 2022-11-23T01:27:43.1206670Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1208104Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2022-11-23T01:27:43.1209793Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2022-11-23T01:27:43.1211458Z adding 'torch/include/ATen/ops/special_erfcx.h' 2022-11-23T01:27:43.1213377Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1214770Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2022-11-23T01:27:43.1216369Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2022-11-23T01:27:43.1218086Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2022-11-23T01:27:43.1219791Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2022-11-23T01:27:43.1221151Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2022-11-23T01:27:43.1223422Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2022-11-23T01:27:43.1224696Z adding 'torch/include/ATen/ops/special_erfinv.h' 2022-11-23T01:27:43.1226291Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1227732Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2022-11-23T01:27:43.1229337Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2022-11-23T01:27:43.1230979Z adding 'torch/include/ATen/ops/special_exp2.h' 2022-11-23T01:27:43.1232642Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1234000Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2022-11-23T01:27:43.1235792Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2022-11-23T01:27:43.1237525Z adding 'torch/include/ATen/ops/special_expit.h' 2022-11-23T01:27:43.1239181Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1240725Z adding 'torch/include/ATen/ops/special_expit_native.h' 2022-11-23T01:27:43.1242446Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2022-11-23T01:27:43.1244129Z adding 'torch/include/ATen/ops/special_expm1.h' 2022-11-23T01:27:43.1245723Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1247338Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2022-11-23T01:27:43.1248942Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2022-11-23T01:27:43.1250664Z adding 'torch/include/ATen/ops/special_gammainc.h' 2022-11-23T01:27:43.1252623Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1254113Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2022-11-23T01:27:43.1255942Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2022-11-23T01:27:43.1257660Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2022-11-23T01:27:43.1259555Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1261134Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2022-11-23T01:27:43.1262816Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2022-11-23T01:27:43.1264537Z adding 'torch/include/ATen/ops/special_gammaln.h' 2022-11-23T01:27:43.1266329Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1267850Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2022-11-23T01:27:43.1269663Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2022-11-23T01:27:43.1271534Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2022-11-23T01:27:43.1273357Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.1275199Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1276835Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1278475Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2022-11-23T01:27:43.1280132Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2022-11-23T01:27:43.1281734Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2022-11-23T01:27:43.1283505Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2022-11-23T01:27:43.1285163Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2022-11-23T01:27:43.1287173Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2022-11-23T01:27:43.1289042Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2022-11-23T01:27:43.1290809Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.1292560Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1294208Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1295863Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2022-11-23T01:27:43.1297621Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2022-11-23T01:27:43.1299237Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2022-11-23T01:27:43.1300931Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2022-11-23T01:27:43.1303261Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2022-11-23T01:27:43.1305297Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2022-11-23T01:27:43.1307004Z adding 'torch/include/ATen/ops/special_i0.h' 2022-11-23T01:27:43.1308931Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1310473Z adding 'torch/include/ATen/ops/special_i0_native.h' 2022-11-23T01:27:43.1312338Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2022-11-23T01:27:43.1313642Z adding 'torch/include/ATen/ops/special_i0e.h' 2022-11-23T01:27:43.1315320Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1316673Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2022-11-23T01:27:43.1318072Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2022-11-23T01:27:43.1319557Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2022-11-23T01:27:43.1321056Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2022-11-23T01:27:43.1322525Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2022-11-23T01:27:43.1324040Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2022-11-23T01:27:43.1325577Z adding 'torch/include/ATen/ops/special_i1.h' 2022-11-23T01:27:43.1327148Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1328534Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2022-11-23T01:27:43.1329959Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2022-11-23T01:27:43.1331339Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2022-11-23T01:27:43.1332808Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2022-11-23T01:27:43.1334218Z adding 'torch/include/ATen/ops/special_i1_native.h' 2022-11-23T01:27:43.1335808Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2022-11-23T01:27:43.1337370Z adding 'torch/include/ATen/ops/special_i1e.h' 2022-11-23T01:27:43.1338984Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1340374Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2022-11-23T01:27:43.1341841Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2022-11-23T01:27:43.1343329Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2022-11-23T01:27:43.1344785Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2022-11-23T01:27:43.1346245Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2022-11-23T01:27:43.1347825Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2022-11-23T01:27:43.1349564Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2022-11-23T01:27:43.1351364Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.1352928Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1354572Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1356159Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2022-11-23T01:27:43.1357894Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2022-11-23T01:27:43.1359315Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2022-11-23T01:27:43.1360885Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2022-11-23T01:27:43.1362321Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2022-11-23T01:27:43.1364000Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2022-11-23T01:27:43.1365750Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2022-11-23T01:27:43.1367569Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.1369180Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1370861Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1372378Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2022-11-23T01:27:43.1373826Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2022-11-23T01:27:43.1375368Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2022-11-23T01:27:43.1376825Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2022-11-23T01:27:43.1378511Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2022-11-23T01:27:43.1380290Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2022-11-23T01:27:43.1381880Z adding 'torch/include/ATen/ops/special_log1p.h' 2022-11-23T01:27:43.1383529Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1385056Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2022-11-23T01:27:43.1386644Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2022-11-23T01:27:43.1388195Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2022-11-23T01:27:43.1389636Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1391017Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2022-11-23T01:27:43.1392467Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2022-11-23T01:27:43.1394229Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2022-11-23T01:27:43.1395809Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2022-11-23T01:27:43.1397281Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2022-11-23T01:27:43.1398731Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2022-11-23T01:27:43.1400257Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2022-11-23T01:27:43.1401817Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1403210Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2022-11-23T01:27:43.1404678Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2022-11-23T01:27:43.1406228Z adding 'torch/include/ATen/ops/special_logit.h' 2022-11-23T01:27:43.1407838Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1409234Z adding 'torch/include/ATen/ops/special_logit_native.h' 2022-11-23T01:27:43.1410827Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2022-11-23T01:27:43.1412436Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2022-11-23T01:27:43.1413966Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1415337Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2022-11-23T01:27:43.1416965Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2022-11-23T01:27:43.1418603Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2022-11-23T01:27:43.1420393Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1421783Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2022-11-23T01:27:43.1423208Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2022-11-23T01:27:43.1424579Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2022-11-23T01:27:43.1426033Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2022-11-23T01:27:43.1427453Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2022-11-23T01:27:43.1428994Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2022-11-23T01:27:43.1430473Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2022-11-23T01:27:43.1432093Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1433510Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2022-11-23T01:27:43.1435137Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2022-11-23T01:27:43.1436544Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2022-11-23T01:27:43.1438006Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2022-11-23T01:27:43.1439427Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2022-11-23T01:27:43.1441038Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2022-11-23T01:27:43.1442559Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2022-11-23T01:27:43.1444188Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1445733Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2022-11-23T01:27:43.1447111Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2022-11-23T01:27:43.1448460Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2022-11-23T01:27:43.1449888Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2022-11-23T01:27:43.1451302Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2022-11-23T01:27:43.1452843Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2022-11-23T01:27:43.1454363Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2022-11-23T01:27:43.1455943Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1457423Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2022-11-23T01:27:43.1458932Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2022-11-23T01:27:43.1460417Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2022-11-23T01:27:43.1461951Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2022-11-23T01:27:43.1463466Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2022-11-23T01:27:43.1465105Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2022-11-23T01:27:43.1466874Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2022-11-23T01:27:43.1469465Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1470236Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2022-11-23T01:27:43.1472071Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2022-11-23T01:27:43.1473781Z adding 'torch/include/ATen/ops/special_ndtr.h' 2022-11-23T01:27:43.1475700Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1477238Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2022-11-23T01:27:43.1479069Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2022-11-23T01:27:43.1480728Z adding 'torch/include/ATen/ops/special_ndtri.h' 2022-11-23T01:27:43.1482594Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1484248Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2022-11-23T01:27:43.1485798Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2022-11-23T01:27:43.1487372Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2022-11-23T01:27:43.1489021Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2022-11-23T01:27:43.1490585Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2022-11-23T01:27:43.1492570Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2022-11-23T01:27:43.1494215Z adding 'torch/include/ATen/ops/special_polygamma.h' 2022-11-23T01:27:43.1495822Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1497606Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2022-11-23T01:27:43.1499030Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2022-11-23T01:27:43.1500636Z adding 'torch/include/ATen/ops/special_psi.h' 2022-11-23T01:27:43.1502154Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1503809Z adding 'torch/include/ATen/ops/special_psi_native.h' 2022-11-23T01:27:43.1505071Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2022-11-23T01:27:43.1506577Z adding 'torch/include/ATen/ops/special_round.h' 2022-11-23T01:27:43.1508378Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1509790Z adding 'torch/include/ATen/ops/special_round_native.h' 2022-11-23T01:27:43.1511415Z adding 'torch/include/ATen/ops/special_round_ops.h' 2022-11-23T01:27:43.1513088Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2022-11-23T01:27:43.1515070Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1516753Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2022-11-23T01:27:43.1518494Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2022-11-23T01:27:43.1520148Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2022-11-23T01:27:43.1521742Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2022-11-23T01:27:43.1523362Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2022-11-23T01:27:43.1525102Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2022-11-23T01:27:43.1526797Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2022-11-23T01:27:43.1528564Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1530058Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2022-11-23T01:27:43.1531645Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2022-11-23T01:27:43.1533208Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2022-11-23T01:27:43.1534794Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2022-11-23T01:27:43.1536352Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2022-11-23T01:27:43.1538180Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2022-11-23T01:27:43.1539975Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2022-11-23T01:27:43.1541872Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.1543571Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1545209Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1546881Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2022-11-23T01:27:43.1548610Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2022-11-23T01:27:43.1550254Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2022-11-23T01:27:43.1551997Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2022-11-23T01:27:43.1553467Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2022-11-23T01:27:43.1555580Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2022-11-23T01:27:43.1557498Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2022-11-23T01:27:43.1559346Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.1561010Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1562678Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1564272Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2022-11-23T01:27:43.1565905Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2022-11-23T01:27:43.1567488Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2022-11-23T01:27:43.1569127Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2022-11-23T01:27:43.1570748Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2022-11-23T01:27:43.1572672Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2022-11-23T01:27:43.1574538Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2022-11-23T01:27:43.1576498Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.1578260Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1579943Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1581721Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2022-11-23T01:27:43.1583345Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2022-11-23T01:27:43.1584886Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2022-11-23T01:27:43.1586568Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2022-11-23T01:27:43.1588218Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2022-11-23T01:27:43.1590186Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2022-11-23T01:27:43.1592098Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2022-11-23T01:27:43.1593943Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.1595730Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1597389Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1599081Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2022-11-23T01:27:43.1600784Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2022-11-23T01:27:43.1602386Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2022-11-23T01:27:43.1604044Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2022-11-23T01:27:43.1605642Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2022-11-23T01:27:43.1607587Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2022-11-23T01:27:43.1609562Z adding 'torch/include/ATen/ops/special_sinc.h' 2022-11-23T01:27:43.1611189Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1612555Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2022-11-23T01:27:43.1614252Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2022-11-23T01:27:43.1615997Z adding 'torch/include/ATen/ops/special_softmax.h' 2022-11-23T01:27:43.1617754Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1619263Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2022-11-23T01:27:43.1620939Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2022-11-23T01:27:43.1622615Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2022-11-23T01:27:43.1624366Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1625990Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2022-11-23T01:27:43.1627637Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2022-11-23T01:27:43.1629221Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2022-11-23T01:27:43.1630850Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2022-11-23T01:27:43.1632625Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2022-11-23T01:27:43.1634294Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2022-11-23T01:27:43.1636504Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2022-11-23T01:27:43.1638272Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.1639764Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1641082Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2022-11-23T01:27:43.1642502Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2022-11-23T01:27:43.1643885Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2022-11-23T01:27:43.1645358Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2022-11-23T01:27:43.1646990Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2022-11-23T01:27:43.1648683Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2022-11-23T01:27:43.1650315Z adding 'torch/include/ATen/ops/special_xlogy.h' 2022-11-23T01:27:43.1652133Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1653478Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2022-11-23T01:27:43.1655613Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2022-11-23T01:27:43.1657193Z adding 'torch/include/ATen/ops/special_zeta.h' 2022-11-23T01:27:43.1658486Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.1660032Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1661379Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2022-11-23T01:27:43.1662957Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2022-11-23T01:27:43.1664542Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2022-11-23T01:27:43.1666128Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2022-11-23T01:27:43.1667574Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2022-11-23T01:27:43.1669225Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2022-11-23T01:27:43.1670858Z adding 'torch/include/ATen/ops/split.h' 2022-11-23T01:27:43.1672409Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.1674701Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1676645Z adding 'torch/include/ATen/ops/split_copy.h' 2022-11-23T01:27:43.1678312Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.1680012Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1681494Z adding 'torch/include/ATen/ops/split_copy_native.h' 2022-11-23T01:27:43.1683132Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2022-11-23T01:27:43.1684711Z adding 'torch/include/ATen/ops/split_native.h' 2022-11-23T01:27:43.1686381Z adding 'torch/include/ATen/ops/split_ops.h' 2022-11-23T01:27:43.1688121Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2022-11-23T01:27:43.1689869Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.1691591Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2022-11-23T01:27:43.1693381Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.1695047Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1696527Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2022-11-23T01:27:43.1698260Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2022-11-23T01:27:43.1699901Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2022-11-23T01:27:43.1701556Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2022-11-23T01:27:43.1703213Z adding 'torch/include/ATen/ops/sqrt.h' 2022-11-23T01:27:43.1704911Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1706467Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2022-11-23T01:27:43.1708007Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2022-11-23T01:27:43.1709538Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2022-11-23T01:27:43.1711117Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2022-11-23T01:27:43.1712708Z adding 'torch/include/ATen/ops/sqrt_native.h' 2022-11-23T01:27:43.1714667Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2022-11-23T01:27:43.1716363Z adding 'torch/include/ATen/ops/square.h' 2022-11-23T01:27:43.1718017Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1719589Z adding 'torch/include/ATen/ops/square_native.h' 2022-11-23T01:27:43.1721112Z adding 'torch/include/ATen/ops/square_ops.h' 2022-11-23T01:27:43.1722629Z adding 'torch/include/ATen/ops/squeeze.h' 2022-11-23T01:27:43.1724329Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.1725784Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1727278Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2022-11-23T01:27:43.1729032Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.1730578Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1731999Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2022-11-23T01:27:43.1733635Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2022-11-23T01:27:43.1735279Z adding 'torch/include/ATen/ops/squeeze_native.h' 2022-11-23T01:27:43.1736950Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2022-11-23T01:27:43.1738826Z adding 'torch/include/ATen/ops/sspaddmm.h' 2022-11-23T01:27:43.1740516Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1742083Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2022-11-23T01:27:43.1743592Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2022-11-23T01:27:43.1745124Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2022-11-23T01:27:43.1746795Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2022-11-23T01:27:43.1748459Z adding 'torch/include/ATen/ops/stack.h' 2022-11-23T01:27:43.1750135Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.1751541Z adding 'torch/include/ATen/ops/stack_native.h' 2022-11-23T01:27:43.1753322Z adding 'torch/include/ATen/ops/stack_ops.h' 2022-11-23T01:27:43.1755520Z adding 'torch/include/ATen/ops/std.h' 2022-11-23T01:27:43.1757322Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1759220Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2022-11-23T01:27:43.1760449Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2022-11-23T01:27:43.1762097Z adding 'torch/include/ATen/ops/std_mean.h' 2022-11-23T01:27:43.1763821Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.1765382Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1766882Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2022-11-23T01:27:43.1768332Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2022-11-23T01:27:43.1769859Z adding 'torch/include/ATen/ops/std_mean_native.h' 2022-11-23T01:27:43.1771721Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2022-11-23T01:27:43.1773406Z adding 'torch/include/ATen/ops/std_native.h' 2022-11-23T01:27:43.1775652Z adding 'torch/include/ATen/ops/std_ops.h' 2022-11-23T01:27:43.1777425Z adding 'torch/include/ATen/ops/stft.h' 2022-11-23T01:27:43.1779133Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1780701Z adding 'torch/include/ATen/ops/stft_native.h' 2022-11-23T01:27:43.1782689Z adding 'torch/include/ATen/ops/stft_ops.h' 2022-11-23T01:27:43.1784267Z adding 'torch/include/ATen/ops/stride.h' 2022-11-23T01:27:43.1785991Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1787539Z adding 'torch/include/ATen/ops/stride_native.h' 2022-11-23T01:27:43.1789181Z adding 'torch/include/ATen/ops/stride_ops.h' 2022-11-23T01:27:43.1790822Z adding 'torch/include/ATen/ops/sub.h' 2022-11-23T01:27:43.1792523Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.1794044Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1795953Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2022-11-23T01:27:43.1797737Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2022-11-23T01:27:43.1799534Z adding 'torch/include/ATen/ops/sub_meta.h' 2022-11-23T01:27:43.1801066Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2022-11-23T01:27:43.1802528Z adding 'torch/include/ATen/ops/sub_native.h' 2022-11-23T01:27:43.1804485Z adding 'torch/include/ATen/ops/sub_ops.h' 2022-11-23T01:27:43.1806187Z adding 'torch/include/ATen/ops/subtract.h' 2022-11-23T01:27:43.1807905Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1809397Z adding 'torch/include/ATen/ops/subtract_native.h' 2022-11-23T01:27:43.1811167Z adding 'torch/include/ATen/ops/subtract_ops.h' 2022-11-23T01:27:43.1813019Z adding 'torch/include/ATen/ops/sum.h' 2022-11-23T01:27:43.1815117Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.1816836Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1818456Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1820116Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2022-11-23T01:27:43.1821605Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2022-11-23T01:27:43.1823056Z adding 'torch/include/ATen/ops/sum_meta.h' 2022-11-23T01:27:43.1824909Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2022-11-23T01:27:43.1826362Z adding 'torch/include/ATen/ops/sum_native.h' 2022-11-23T01:27:43.1828203Z adding 'torch/include/ATen/ops/sum_ops.h' 2022-11-23T01:27:43.1829769Z adding 'torch/include/ATen/ops/sum_to_size.h' 2022-11-23T01:27:43.1831426Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1832804Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2022-11-23T01:27:43.1834610Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2022-11-23T01:27:43.1836162Z adding 'torch/include/ATen/ops/svd.h' 2022-11-23T01:27:43.1837881Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1839342Z adding 'torch/include/ATen/ops/svd_native.h' 2022-11-23T01:27:43.1841177Z adding 'torch/include/ATen/ops/svd_ops.h' 2022-11-23T01:27:43.1842646Z adding 'torch/include/ATen/ops/swapaxes.h' 2022-11-23T01:27:43.1844386Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1845776Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2022-11-23T01:27:43.1847433Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2022-11-23T01:27:43.1848954Z adding 'torch/include/ATen/ops/swapdims.h' 2022-11-23T01:27:43.1850587Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1852029Z adding 'torch/include/ATen/ops/swapdims_native.h' 2022-11-23T01:27:43.1853772Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2022-11-23T01:27:43.1855390Z adding 'torch/include/ATen/ops/symeig.h' 2022-11-23T01:27:43.1857195Z adding 'torch/include/ATen/ops/symeig_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.1858648Z adding 'torch/include/ATen/ops/symeig_native.h' 2022-11-23T01:27:43.1860362Z adding 'torch/include/ATen/ops/symeig_ops.h' 2022-11-23T01:27:43.1862188Z adding 'torch/include/ATen/ops/t.h' 2022-11-23T01:27:43.1863861Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.1865330Z adding 'torch/include/ATen/ops/t_copy.h' 2022-11-23T01:27:43.1866979Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.1868577Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1870007Z adding 'torch/include/ATen/ops/t_copy_native.h' 2022-11-23T01:27:43.1871784Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2022-11-23T01:27:43.1873300Z adding 'torch/include/ATen/ops/t_native.h' 2022-11-23T01:27:43.1875018Z adding 'torch/include/ATen/ops/t_ops.h' 2022-11-23T01:27:43.1876545Z adding 'torch/include/ATen/ops/take.h' 2022-11-23T01:27:43.1878173Z adding 'torch/include/ATen/ops/take_along_dim.h' 2022-11-23T01:27:43.1879939Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1881408Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2022-11-23T01:27:43.1883080Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2022-11-23T01:27:43.1884684Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2022-11-23T01:27:43.1886355Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2022-11-23T01:27:43.1887867Z adding 'torch/include/ATen/ops/take_native.h' 2022-11-23T01:27:43.1889521Z adding 'torch/include/ATen/ops/take_ops.h' 2022-11-23T01:27:43.1891170Z adding 'torch/include/ATen/ops/tan.h' 2022-11-23T01:27:43.1892906Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1894459Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2022-11-23T01:27:43.1896047Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2022-11-23T01:27:43.1897929Z adding 'torch/include/ATen/ops/tan_meta.h' 2022-11-23T01:27:43.1899498Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2022-11-23T01:27:43.1900928Z adding 'torch/include/ATen/ops/tan_native.h' 2022-11-23T01:27:43.1902477Z adding 'torch/include/ATen/ops/tan_ops.h' 2022-11-23T01:27:43.1904032Z adding 'torch/include/ATen/ops/tanh.h' 2022-11-23T01:27:43.1905477Z adding 'torch/include/ATen/ops/tanh_backward.h' 2022-11-23T01:27:43.1907059Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1908365Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2022-11-23T01:27:43.1909805Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2022-11-23T01:27:43.1911201Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2022-11-23T01:27:43.1912700Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2022-11-23T01:27:43.1914057Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2022-11-23T01:27:43.1915778Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2022-11-23T01:27:43.1917509Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1918933Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2022-11-23T01:27:43.1920233Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2022-11-23T01:27:43.1921634Z adding 'torch/include/ATen/ops/tanh_meta.h' 2022-11-23T01:27:43.1923224Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2022-11-23T01:27:43.1924799Z adding 'torch/include/ATen/ops/tanh_native.h' 2022-11-23T01:27:43.1926450Z adding 'torch/include/ATen/ops/tanh_ops.h' 2022-11-23T01:27:43.1928088Z adding 'torch/include/ATen/ops/tensor.h' 2022-11-23T01:27:43.1929836Z adding 'torch/include/ATen/ops/tensor_split.h' 2022-11-23T01:27:43.1931685Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1933134Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2022-11-23T01:27:43.1934858Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2022-11-23T01:27:43.1936547Z adding 'torch/include/ATen/ops/tensordot.h' 2022-11-23T01:27:43.1938330Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1940003Z adding 'torch/include/ATen/ops/tensordot_cpu_dispatch.h' 2022-11-23T01:27:43.1941612Z adding 'torch/include/ATen/ops/tensordot_cuda_dispatch.h' 2022-11-23T01:27:43.1943247Z adding 'torch/include/ATen/ops/tensordot_native.h' 2022-11-23T01:27:43.1945144Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2022-11-23T01:27:43.1946990Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2022-11-23T01:27:43.1949005Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1950444Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2022-11-23T01:27:43.1952264Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2022-11-23T01:27:43.1954017Z adding 'torch/include/ATen/ops/threshold.h' 2022-11-23T01:27:43.1956244Z adding 'torch/include/ATen/ops/threshold_backward.h' 2022-11-23T01:27:43.1958111Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1959826Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2022-11-23T01:27:43.1961497Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2022-11-23T01:27:43.1963255Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2022-11-23T01:27:43.1965636Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2022-11-23T01:27:43.1966951Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2022-11-23T01:27:43.1968816Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2022-11-23T01:27:43.1970486Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.1971957Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2022-11-23T01:27:43.1973475Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2022-11-23T01:27:43.1975031Z adding 'torch/include/ATen/ops/threshold_meta.h' 2022-11-23T01:27:43.1976683Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2022-11-23T01:27:43.1978281Z adding 'torch/include/ATen/ops/threshold_native.h' 2022-11-23T01:27:43.1980144Z adding 'torch/include/ATen/ops/threshold_ops.h' 2022-11-23T01:27:43.1981756Z adding 'torch/include/ATen/ops/tile.h' 2022-11-23T01:27:43.1983390Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1984785Z adding 'torch/include/ATen/ops/tile_native.h' 2022-11-23T01:27:43.1986397Z adding 'torch/include/ATen/ops/tile_ops.h' 2022-11-23T01:27:43.1987864Z adding 'torch/include/ATen/ops/to.h' 2022-11-23T01:27:43.1989585Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1991093Z adding 'torch/include/ATen/ops/to_dense.h' 2022-11-23T01:27:43.1992806Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2022-11-23T01:27:43.1994573Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.1995526Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2022-11-23T01:27:43.1997181Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2022-11-23T01:27:43.1999026Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.2000491Z adding 'torch/include/ATen/ops/to_dense_native.h' 2022-11-23T01:27:43.2002142Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2022-11-23T01:27:43.2003840Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2022-11-23T01:27:43.2005657Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2022-11-23T01:27:43.2007416Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.2009210Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2022-11-23T01:27:43.2010926Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2022-11-23T01:27:43.2012677Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.2014409Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2022-11-23T01:27:43.2016260Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2022-11-23T01:27:43.2018299Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2022-11-23T01:27:43.2020128Z adding 'torch/include/ATen/ops/to_native.h' 2022-11-23T01:27:43.2022111Z adding 'torch/include/ATen/ops/to_ops.h' 2022-11-23T01:27:43.2024205Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2022-11-23T01:27:43.2026102Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.2027826Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2022-11-23T01:27:43.2029749Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2022-11-23T01:27:43.2031351Z adding 'torch/include/ATen/ops/to_sparse.h' 2022-11-23T01:27:43.2033076Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2022-11-23T01:27:43.2035002Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.2036888Z adding 'torch/include/ATen/ops/to_sparse_bsc_cpu_dispatch.h' 2022-11-23T01:27:43.2038311Z adding 'torch/include/ATen/ops/to_sparse_bsc_cuda_dispatch.h' 2022-11-23T01:27:43.2040085Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2022-11-23T01:27:43.2041641Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2022-11-23T01:27:43.2043220Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2022-11-23T01:27:43.2044846Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.2046367Z adding 'torch/include/ATen/ops/to_sparse_bsr_cpu_dispatch.h' 2022-11-23T01:27:43.2047895Z adding 'torch/include/ATen/ops/to_sparse_bsr_cuda_dispatch.h' 2022-11-23T01:27:43.2049390Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2022-11-23T01:27:43.2051073Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2022-11-23T01:27:43.2052792Z adding 'torch/include/ATen/ops/to_sparse_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.2054312Z adding 'torch/include/ATen/ops/to_sparse_cpu_dispatch.h' 2022-11-23T01:27:43.2056611Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2022-11-23T01:27:43.2058638Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.2060141Z adding 'torch/include/ATen/ops/to_sparse_csc_cpu_dispatch.h' 2022-11-23T01:27:43.2061729Z adding 'torch/include/ATen/ops/to_sparse_csc_cuda_dispatch.h' 2022-11-23T01:27:43.2063095Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2022-11-23T01:27:43.2064761Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2022-11-23T01:27:43.2066347Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2022-11-23T01:27:43.2068093Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.2069610Z adding 'torch/include/ATen/ops/to_sparse_csr_cpu_dispatch.h' 2022-11-23T01:27:43.2071236Z adding 'torch/include/ATen/ops/to_sparse_csr_cuda_dispatch.h' 2022-11-23T01:27:43.2072880Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2022-11-23T01:27:43.2074657Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2022-11-23T01:27:43.2076422Z adding 'torch/include/ATen/ops/to_sparse_cuda_dispatch.h' 2022-11-23T01:27:43.2078055Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2022-11-23T01:27:43.2079735Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2022-11-23T01:27:43.2081422Z adding 'torch/include/ATen/ops/topk.h' 2022-11-23T01:27:43.2083228Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.2084756Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2022-11-23T01:27:43.2086485Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2022-11-23T01:27:43.2088032Z adding 'torch/include/ATen/ops/topk_meta.h' 2022-11-23T01:27:43.2089654Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2022-11-23T01:27:43.2091202Z adding 'torch/include/ATen/ops/topk_native.h' 2022-11-23T01:27:43.2092958Z adding 'torch/include/ATen/ops/topk_ops.h' 2022-11-23T01:27:43.2094548Z adding 'torch/include/ATen/ops/trace.h' 2022-11-23T01:27:43.2096250Z adding 'torch/include/ATen/ops/trace_backward.h' 2022-11-23T01:27:43.2098024Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.2099465Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2022-11-23T01:27:43.2101387Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2022-11-23T01:27:43.2102842Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.2104274Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2022-11-23T01:27:43.2105771Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2022-11-23T01:27:43.2107174Z adding 'torch/include/ATen/ops/trace_native.h' 2022-11-23T01:27:43.2108897Z adding 'torch/include/ATen/ops/trace_ops.h' 2022-11-23T01:27:43.2110687Z adding 'torch/include/ATen/ops/transpose.h' 2022-11-23T01:27:43.2112870Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.2114632Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.2116862Z adding 'torch/include/ATen/ops/transpose_copy.h' 2022-11-23T01:27:43.2118556Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.2120387Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.2121658Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2022-11-23T01:27:43.2123284Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2022-11-23T01:27:43.2124863Z adding 'torch/include/ATen/ops/transpose_native.h' 2022-11-23T01:27:43.2126611Z adding 'torch/include/ATen/ops/transpose_ops.h' 2022-11-23T01:27:43.2127985Z adding 'torch/include/ATen/ops/trapezoid.h' 2022-11-23T01:27:43.2129648Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.2131285Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2022-11-23T01:27:43.2133053Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2022-11-23T01:27:43.2134511Z adding 'torch/include/ATen/ops/trapz.h' 2022-11-23T01:27:43.2135953Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.2137399Z adding 'torch/include/ATen/ops/trapz_native.h' 2022-11-23T01:27:43.2139036Z adding 'torch/include/ATen/ops/trapz_ops.h' 2022-11-23T01:27:43.2140666Z adding 'torch/include/ATen/ops/triangular_solve.h' 2022-11-23T01:27:43.2142335Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.2143671Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2022-11-23T01:27:43.2145160Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2022-11-23T01:27:43.2146547Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2022-11-23T01:27:43.2148118Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2022-11-23T01:27:43.2149579Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2022-11-23T01:27:43.2151166Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2022-11-23T01:27:43.2152702Z adding 'torch/include/ATen/ops/tril.h' 2022-11-23T01:27:43.2154417Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.2156020Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2022-11-23T01:27:43.2157386Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2022-11-23T01:27:43.2158978Z adding 'torch/include/ATen/ops/tril_indices.h' 2022-11-23T01:27:43.2160729Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.2162115Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2022-11-23T01:27:43.2163612Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2022-11-23T01:27:43.2165034Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2022-11-23T01:27:43.2166569Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2022-11-23T01:27:43.2168071Z adding 'torch/include/ATen/ops/tril_meta.h' 2022-11-23T01:27:43.2169625Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2022-11-23T01:27:43.2171033Z adding 'torch/include/ATen/ops/tril_native.h' 2022-11-23T01:27:43.2172626Z adding 'torch/include/ATen/ops/tril_ops.h' 2022-11-23T01:27:43.2174243Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2022-11-23T01:27:43.2175943Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.2177387Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2022-11-23T01:27:43.2179398Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2022-11-23T01:27:43.2180849Z adding 'torch/include/ATen/ops/triu.h' 2022-11-23T01:27:43.2182517Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.2183996Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2022-11-23T01:27:43.2185421Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2022-11-23T01:27:43.2187037Z adding 'torch/include/ATen/ops/triu_indices.h' 2022-11-23T01:27:43.2188695Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.2190206Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2022-11-23T01:27:43.2191746Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2022-11-23T01:27:43.2193160Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2022-11-23T01:27:43.2195015Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2022-11-23T01:27:43.2196511Z adding 'torch/include/ATen/ops/triu_meta.h' 2022-11-23T01:27:43.2198077Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2022-11-23T01:27:43.2199543Z adding 'torch/include/ATen/ops/triu_native.h' 2022-11-23T01:27:43.2201180Z adding 'torch/include/ATen/ops/triu_ops.h' 2022-11-23T01:27:43.2202771Z adding 'torch/include/ATen/ops/true_divide.h' 2022-11-23T01:27:43.2204384Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.2205791Z adding 'torch/include/ATen/ops/true_divide_native.h' 2022-11-23T01:27:43.2207535Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2022-11-23T01:27:43.2209124Z adding 'torch/include/ATen/ops/trunc.h' 2022-11-23T01:27:43.2210888Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.2212622Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2022-11-23T01:27:43.2214246Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2022-11-23T01:27:43.2215705Z adding 'torch/include/ATen/ops/trunc_meta.h' 2022-11-23T01:27:43.2217340Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2022-11-23T01:27:43.2218886Z adding 'torch/include/ATen/ops/trunc_native.h' 2022-11-23T01:27:43.2220552Z adding 'torch/include/ATen/ops/trunc_ops.h' 2022-11-23T01:27:43.2221971Z adding 'torch/include/ATen/ops/type_as.h' 2022-11-23T01:27:43.2223792Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.2225233Z adding 'torch/include/ATen/ops/type_as_native.h' 2022-11-23T01:27:43.2226621Z adding 'torch/include/ATen/ops/type_as_ops.h' 2022-11-23T01:27:43.2228051Z adding 'torch/include/ATen/ops/unbind.h' 2022-11-23T01:27:43.2229570Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.2231143Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.2232791Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautogradnestedtensor_dispatch.h' 2022-11-23T01:27:43.2234468Z adding 'torch/include/ATen/ops/unbind_copy.h' 2022-11-23T01:27:43.2236069Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.2237597Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.2238850Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2022-11-23T01:27:43.2240510Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2022-11-23T01:27:43.2242090Z adding 'torch/include/ATen/ops/unbind_native.h' 2022-11-23T01:27:43.2243513Z adding 'torch/include/ATen/ops/unbind_ops.h' 2022-11-23T01:27:43.2245043Z adding 'torch/include/ATen/ops/unflatten.h' 2022-11-23T01:27:43.2246741Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.2248181Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2022-11-23T01:27:43.2249662Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.2250965Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2022-11-23T01:27:43.2252783Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2022-11-23T01:27:43.2253675Z adding 'torch/include/ATen/ops/unflatten_native.h' 2022-11-23T01:27:43.2255378Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2022-11-23T01:27:43.2256884Z adding 'torch/include/ATen/ops/unfold.h' 2022-11-23T01:27:43.2258845Z adding 'torch/include/ATen/ops/unfold_backward.h' 2022-11-23T01:27:43.2260654Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.2262142Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2022-11-23T01:27:43.2263892Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2022-11-23T01:27:43.2265478Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2022-11-23T01:27:43.2267009Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2022-11-23T01:27:43.2268624Z adding 'torch/include/ATen/ops/unfold_copy.h' 2022-11-23T01:27:43.2270284Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.2272010Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.2273260Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2022-11-23T01:27:43.2275347Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2022-11-23T01:27:43.2277152Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2022-11-23T01:27:43.2278662Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2022-11-23T01:27:43.2280157Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2022-11-23T01:27:43.2281671Z adding 'torch/include/ATen/ops/unfold_native.h' 2022-11-23T01:27:43.2283270Z adding 'torch/include/ATen/ops/unfold_ops.h' 2022-11-23T01:27:43.2284930Z adding 'torch/include/ATen/ops/uniform.h' 2022-11-23T01:27:43.2286671Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.2288201Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2022-11-23T01:27:43.2289794Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2022-11-23T01:27:43.2291332Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2022-11-23T01:27:43.2292849Z adding 'torch/include/ATen/ops/uniform_native.h' 2022-11-23T01:27:43.2294607Z adding 'torch/include/ATen/ops/uniform_ops.h' 2022-11-23T01:27:43.2296339Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2022-11-23T01:27:43.2298227Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.2299868Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2022-11-23T01:27:43.2301522Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2022-11-23T01:27:43.2303141Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2022-11-23T01:27:43.2304958Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2022-11-23T01:27:43.2306580Z adding 'torch/include/ATen/ops/unique_dim.h' 2022-11-23T01:27:43.2308306Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.2309931Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2022-11-23T01:27:43.2311668Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.2313303Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2022-11-23T01:27:43.2315004Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2022-11-23T01:27:43.2316640Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2022-11-23T01:27:43.2318450Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2022-11-23T01:27:43.2320065Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2022-11-23T01:27:43.2321672Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2022-11-23T01:27:43.2323263Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2022-11-23T01:27:43.2324931Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2022-11-23T01:27:43.2326601Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2022-11-23T01:27:43.2328420Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.2329827Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2022-11-23T01:27:43.2331536Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2022-11-23T01:27:43.2333415Z adding 'torch/include/ATen/ops/unsafe_split.h' 2022-11-23T01:27:43.2335269Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.2336899Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2022-11-23T01:27:43.2338704Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2022-11-23T01:27:43.2340635Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2022-11-23T01:27:43.2342542Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.2344252Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2022-11-23T01:27:43.2345924Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2022-11-23T01:27:43.2347634Z adding 'torch/include/ATen/ops/unsqueeze.h' 2022-11-23T01:27:43.2349402Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.2351012Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2022-11-23T01:27:43.2352774Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.2354600Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.2356151Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2022-11-23T01:27:43.2357849Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2022-11-23T01:27:43.2359421Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2022-11-23T01:27:43.2361198Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2022-11-23T01:27:43.2363307Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2022-11-23T01:27:43.2365529Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2022-11-23T01:27:43.2367555Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.2369258Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2022-11-23T01:27:43.2370975Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2022-11-23T01:27:43.2372688Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2022-11-23T01:27:43.2374476Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2022-11-23T01:27:43.2376208Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2022-11-23T01:27:43.2378048Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2022-11-23T01:27:43.2380045Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.2381702Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.2383388Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2022-11-23T01:27:43.2385151Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2022-11-23T01:27:43.2386812Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2022-11-23T01:27:43.2388550Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2022-11-23T01:27:43.2390267Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2022-11-23T01:27:43.2392143Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2022-11-23T01:27:43.2394409Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2022-11-23T01:27:43.2396994Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2022-11-23T01:27:43.2399028Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.2400716Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2022-11-23T01:27:43.2402485Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2022-11-23T01:27:43.2404140Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2022-11-23T01:27:43.2405882Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2022-11-23T01:27:43.2407639Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2022-11-23T01:27:43.2409507Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2022-11-23T01:27:43.2411349Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.2413057Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.2414725Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2022-11-23T01:27:43.2416494Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2022-11-23T01:27:43.2418213Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2022-11-23T01:27:43.2419993Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2022-11-23T01:27:43.2421720Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2022-11-23T01:27:43.2423629Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2022-11-23T01:27:43.2425741Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2022-11-23T01:27:43.2427962Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2022-11-23T01:27:43.2429835Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.2431428Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2022-11-23T01:27:43.2433170Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2022-11-23T01:27:43.2434957Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2022-11-23T01:27:43.2436774Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2022-11-23T01:27:43.2438935Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2022-11-23T01:27:43.2440864Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2022-11-23T01:27:43.2442700Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.2444493Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.2446081Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2022-11-23T01:27:43.2447747Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2022-11-23T01:27:43.2449519Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2022-11-23T01:27:43.2451267Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2022-11-23T01:27:43.2452788Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2022-11-23T01:27:43.2454603Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2022-11-23T01:27:43.2456476Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2022-11-23T01:27:43.2458820Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2022-11-23T01:27:43.2460715Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.2462171Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2022-11-23T01:27:43.2464054Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2022-11-23T01:27:43.2465438Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2022-11-23T01:27:43.2467076Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2022-11-23T01:27:43.2468446Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2022-11-23T01:27:43.2470119Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2022-11-23T01:27:43.2471895Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.2473527Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.2475428Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2022-11-23T01:27:43.2477142Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2022-11-23T01:27:43.2478763Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2022-11-23T01:27:43.2480565Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2022-11-23T01:27:43.2482240Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2022-11-23T01:27:43.2484120Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2022-11-23T01:27:43.2486174Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2022-11-23T01:27:43.2488448Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2022-11-23T01:27:43.2490440Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.2492114Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2022-11-23T01:27:43.2493905Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2022-11-23T01:27:43.2495523Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2022-11-23T01:27:43.2497489Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2022-11-23T01:27:43.2499104Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2022-11-23T01:27:43.2500863Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2022-11-23T01:27:43.2502648Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.2504371Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.2506027Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2022-11-23T01:27:43.2507713Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2022-11-23T01:27:43.2509335Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2022-11-23T01:27:43.2511018Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2022-11-23T01:27:43.2512854Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2022-11-23T01:27:43.2515193Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2022-11-23T01:27:43.2517751Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2022-11-23T01:27:43.2520203Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2022-11-23T01:27:43.2522855Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.2524801Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2022-11-23T01:27:43.2527034Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2022-11-23T01:27:43.2529574Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2022-11-23T01:27:43.2531836Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2022-11-23T01:27:43.2533758Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2022-11-23T01:27:43.2536167Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2022-11-23T01:27:43.2538424Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.2540550Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.2542667Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2022-11-23T01:27:43.2545008Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2022-11-23T01:27:43.2546706Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2022-11-23T01:27:43.2549199Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2022-11-23T01:27:43.2550788Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2022-11-23T01:27:43.2553225Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2022-11-23T01:27:43.2556223Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2022-11-23T01:27:43.2559111Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2022-11-23T01:27:43.2561432Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.2563551Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2022-11-23T01:27:43.2565861Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2022-11-23T01:27:43.2567822Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2022-11-23T01:27:43.2570266Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2022-11-23T01:27:43.2572238Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2022-11-23T01:27:43.2574701Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2022-11-23T01:27:43.2576963Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.2579211Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.2581318Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2022-11-23T01:27:43.2583578Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2022-11-23T01:27:43.2585503Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2022-11-23T01:27:43.2587868Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2022-11-23T01:27:43.2589764Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2022-11-23T01:27:43.2592466Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2022-11-23T01:27:43.2594426Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2022-11-23T01:27:43.2597118Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.2598761Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2022-11-23T01:27:43.2601093Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2022-11-23T01:27:43.2602484Z adding 'torch/include/ATen/ops/values.h' 2022-11-23T01:27:43.2604673Z adding 'torch/include/ATen/ops/values_copy.h' 2022-11-23T01:27:43.2606569Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.2608653Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.2610312Z adding 'torch/include/ATen/ops/values_copy_native.h' 2022-11-23T01:27:43.2612529Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2022-11-23T01:27:43.2614219Z adding 'torch/include/ATen/ops/values_native.h' 2022-11-23T01:27:43.2616353Z adding 'torch/include/ATen/ops/values_ops.h' 2022-11-23T01:27:43.2618186Z adding 'torch/include/ATen/ops/vander.h' 2022-11-23T01:27:43.2620727Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.2621868Z adding 'torch/include/ATen/ops/vander_native.h' 2022-11-23T01:27:43.2624380Z adding 'torch/include/ATen/ops/vander_ops.h' 2022-11-23T01:27:43.2626464Z adding 'torch/include/ATen/ops/var.h' 2022-11-23T01:27:43.2628875Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.2630721Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2022-11-23T01:27:43.2632754Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2022-11-23T01:27:43.2635211Z adding 'torch/include/ATen/ops/var_mean.h' 2022-11-23T01:27:43.2637259Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.2639150Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.2641171Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2022-11-23T01:27:43.2643174Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2022-11-23T01:27:43.2645091Z adding 'torch/include/ATen/ops/var_mean_native.h' 2022-11-23T01:27:43.2647521Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2022-11-23T01:27:43.2649554Z adding 'torch/include/ATen/ops/var_native.h' 2022-11-23T01:27:43.2652020Z adding 'torch/include/ATen/ops/var_ops.h' 2022-11-23T01:27:43.2654055Z adding 'torch/include/ATen/ops/vdot.h' 2022-11-23T01:27:43.2656143Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.2657908Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2022-11-23T01:27:43.2660057Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2022-11-23T01:27:43.2661870Z adding 'torch/include/ATen/ops/vdot_native.h' 2022-11-23T01:27:43.2664173Z adding 'torch/include/ATen/ops/vdot_ops.h' 2022-11-23T01:27:43.2665891Z adding 'torch/include/ATen/ops/view.h' 2022-11-23T01:27:43.2667711Z adding 'torch/include/ATen/ops/view_as.h' 2022-11-23T01:27:43.2669585Z adding 'torch/include/ATen/ops/view_as_complex.h' 2022-11-23T01:27:43.2671438Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2022-11-23T01:27:43.2673864Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.2675898Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.2678083Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2022-11-23T01:27:43.2679814Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2022-11-23T01:27:43.2682030Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2022-11-23T01:27:43.2683646Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2022-11-23T01:27:43.2685747Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2022-11-23T01:27:43.2687505Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2022-11-23T01:27:43.2689219Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2022-11-23T01:27:43.2690881Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.2692065Z adding 'torch/include/ATen/ops/view_as_native.h' 2022-11-23T01:27:43.2693683Z adding 'torch/include/ATen/ops/view_as_ops.h' 2022-11-23T01:27:43.2695383Z adding 'torch/include/ATen/ops/view_as_real.h' 2022-11-23T01:27:43.2696927Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2022-11-23T01:27:43.2698801Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.2700356Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.2701804Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2022-11-23T01:27:43.2703523Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2022-11-23T01:27:43.2705190Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2022-11-23T01:27:43.2706888Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2022-11-23T01:27:43.2708574Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2022-11-23T01:27:43.2710319Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2022-11-23T01:27:43.2711782Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2022-11-23T01:27:43.2713474Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.2715755Z adding 'torch/include/ATen/ops/view_copy.h' 2022-11-23T01:27:43.2717311Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.2719035Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.2720460Z adding 'torch/include/ATen/ops/view_copy_native.h' 2022-11-23T01:27:43.2722245Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2022-11-23T01:27:43.2724090Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2022-11-23T01:27:43.2725615Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2022-11-23T01:27:43.2727046Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2022-11-23T01:27:43.2728486Z adding 'torch/include/ATen/ops/view_native.h' 2022-11-23T01:27:43.2730199Z adding 'torch/include/ATen/ops/view_ops.h' 2022-11-23T01:27:43.2731864Z adding 'torch/include/ATen/ops/vsplit.h' 2022-11-23T01:27:43.2733592Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.2735230Z adding 'torch/include/ATen/ops/vsplit_native.h' 2022-11-23T01:27:43.2737063Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2022-11-23T01:27:43.2738799Z adding 'torch/include/ATen/ops/vstack.h' 2022-11-23T01:27:43.2740479Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.2741984Z adding 'torch/include/ATen/ops/vstack_native.h' 2022-11-23T01:27:43.2743553Z adding 'torch/include/ATen/ops/vstack_ops.h' 2022-11-23T01:27:43.2745669Z adding 'torch/include/ATen/ops/where.h' 2022-11-23T01:27:43.2747325Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.2748969Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2022-11-23T01:27:43.2751358Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2022-11-23T01:27:43.2753100Z adding 'torch/include/ATen/ops/where_native.h' 2022-11-23T01:27:43.2755704Z adding 'torch/include/ATen/ops/where_ops.h' 2022-11-23T01:27:43.2757795Z adding 'torch/include/ATen/ops/xlogy.h' 2022-11-23T01:27:43.2759872Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.2761878Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:43.2763672Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2022-11-23T01:27:43.2765825Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2022-11-23T01:27:43.2767368Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2022-11-23T01:27:43.2769692Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2022-11-23T01:27:43.2771310Z adding 'torch/include/ATen/ops/xlogy_native.h' 2022-11-23T01:27:43.2773950Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2022-11-23T01:27:43.2775898Z adding 'torch/include/ATen/ops/xor.h' 2022-11-23T01:27:43.2778200Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:43.2779929Z adding 'torch/include/ATen/ops/xor_native.h' 2022-11-23T01:27:43.2782405Z adding 'torch/include/ATen/ops/xor_ops.h' 2022-11-23T01:27:43.2784269Z adding 'torch/include/ATen/ops/zero.h' 2022-11-23T01:27:43.2786646Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.2788373Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2022-11-23T01:27:43.2790232Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2022-11-23T01:27:43.2791738Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2022-11-23T01:27:43.2793125Z adding 'torch/include/ATen/ops/zero_native.h' 2022-11-23T01:27:43.2794956Z adding 'torch/include/ATen/ops/zero_ops.h' 2022-11-23T01:27:43.2797237Z adding 'torch/include/ATen/ops/zeros.h' 2022-11-23T01:27:43.2799192Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.2800978Z adding 'torch/include/ATen/ops/zeros_like.h' 2022-11-23T01:27:43.2802913Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:43.2804412Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2022-11-23T01:27:43.2806201Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2022-11-23T01:27:43.2807907Z adding 'torch/include/ATen/ops/zeros_native.h' 2022-11-23T01:27:43.2809892Z adding 'torch/include/ATen/ops/zeros_ops.h' 2022-11-23T01:27:43.2814648Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2022-11-23T01:27:43.2817943Z adding 'torch/include/ATen/quantized/Quantizer.h' 2022-11-23T01:27:43.2820118Z adding 'torch/include/THH/THHAtomics.cuh' 2022-11-23T01:27:43.2821868Z adding 'torch/include/THH/THHDeviceUtils.cuh' 2022-11-23T01:27:43.2826013Z adding 'torch/include/c10/core/Allocator.h' 2022-11-23T01:27:43.2827932Z adding 'torch/include/c10/core/AutogradState.h' 2022-11-23T01:27:43.2830612Z adding 'torch/include/c10/core/Backend.h' 2022-11-23T01:27:43.2832653Z adding 'torch/include/c10/core/CPUAllocator.h' 2022-11-23T01:27:43.2834735Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2022-11-23T01:27:43.2836399Z adding 'torch/include/c10/core/CopyBytes.h' 2022-11-23T01:27:43.2837966Z adding 'torch/include/c10/core/DefaultDtype.h' 2022-11-23T01:27:43.2839813Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2022-11-23T01:27:43.2842477Z adding 'torch/include/c10/core/Device.h' 2022-11-23T01:27:43.2844193Z adding 'torch/include/c10/core/DeviceArray.h' 2022-11-23T01:27:43.2847141Z adding 'torch/include/c10/core/DeviceGuard.h' 2022-11-23T01:27:43.2849714Z adding 'torch/include/c10/core/DeviceType.h' 2022-11-23T01:27:43.2859830Z adding 'torch/include/c10/core/DispatchKey.h' 2022-11-23T01:27:43.2873129Z adding 'torch/include/c10/core/DispatchKeySet.h' 2022-11-23T01:27:43.2876931Z adding 'torch/include/c10/core/DynamicCast.h' 2022-11-23T01:27:43.2879477Z adding 'torch/include/c10/core/Event.h' 2022-11-23T01:27:43.2881830Z adding 'torch/include/c10/core/GeneratorImpl.h' 2022-11-23T01:27:43.2883592Z adding 'torch/include/c10/core/GradMode.h' 2022-11-23T01:27:43.2885821Z adding 'torch/include/c10/core/InferenceMode.h' 2022-11-23T01:27:43.2887634Z adding 'torch/include/c10/core/Layout.h' 2022-11-23T01:27:43.2890955Z adding 'torch/include/c10/core/MemoryFormat.h' 2022-11-23T01:27:43.2892868Z adding 'torch/include/c10/core/OptionalRef.h' 2022-11-23T01:27:43.2895211Z adding 'torch/include/c10/core/PyHandleCache.h' 2022-11-23T01:27:43.2896950Z adding 'torch/include/c10/core/QEngine.h' 2022-11-23T01:27:43.2898726Z adding 'torch/include/c10/core/QScheme.h' 2022-11-23T01:27:43.2900364Z adding 'torch/include/c10/core/SafePyObject.h' 2022-11-23T01:27:43.2903423Z adding 'torch/include/c10/core/Scalar.h' 2022-11-23T01:27:43.2908177Z adding 'torch/include/c10/core/ScalarType.h' 2022-11-23T01:27:43.2910280Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2022-11-23T01:27:43.2922523Z adding 'torch/include/c10/core/Storage.h' 2022-11-23T01:27:43.2922961Z adding 'torch/include/c10/core/StorageImpl.h' 2022-11-23T01:27:43.2923206Z adding 'torch/include/c10/core/Stream.h' 2022-11-23T01:27:43.2923363Z adding 'torch/include/c10/core/StreamGuard.h' 2022-11-23T01:27:43.2923509Z adding 'torch/include/c10/core/SymFloat.h' 2022-11-23T01:27:43.2928097Z adding 'torch/include/c10/core/SymInt.h' 2022-11-23T01:27:43.2930789Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2022-11-23T01:27:43.2933055Z adding 'torch/include/c10/core/SymNodeImpl.h' 2022-11-23T01:27:43.2973024Z adding 'torch/include/c10/core/TensorImpl.h' 2022-11-23T01:27:43.2983834Z adding 'torch/include/c10/core/TensorOptions.h' 2022-11-23T01:27:43.2986308Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2022-11-23T01:27:43.2988289Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2022-11-23T01:27:43.2990148Z adding 'torch/include/c10/core/alignment.h' 2022-11-23T01:27:43.2992882Z adding 'torch/include/c10/core/thread_pool.h' 2022-11-23T01:27:43.2998348Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2022-11-23T01:27:43.3001137Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2022-11-23T01:27:43.3003182Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2022-11-23T01:27:43.3005782Z adding 'torch/include/c10/core/impl/HermeticPyObjectTLS.h' 2022-11-23T01:27:43.3010973Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2022-11-23T01:27:43.3013823Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2022-11-23T01:27:43.3017762Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2022-11-23T01:27:43.3021053Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2022-11-23T01:27:43.3025195Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2022-11-23T01:27:43.3027386Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2022-11-23T01:27:43.3030611Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2022-11-23T01:27:43.3032926Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2022-11-23T01:27:43.3035261Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2022-11-23T01:27:43.3037463Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2022-11-23T01:27:43.3039889Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2022-11-23T01:27:43.3043791Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2022-11-23T01:27:43.3046546Z adding 'torch/include/c10/cuda/CUDAException.h' 2022-11-23T01:27:43.3049198Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2022-11-23T01:27:43.3051692Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2022-11-23T01:27:43.3055521Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2022-11-23T01:27:43.3057829Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2022-11-23T01:27:43.3060274Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2022-11-23T01:27:43.3062156Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2022-11-23T01:27:43.3066451Z adding 'torch/include/c10/cuda/CUDAStream.h' 2022-11-23T01:27:43.3070310Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2022-11-23T01:27:43.3071949Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2022-11-23T01:27:43.3074854Z adding 'torch/include/c10/hip/HIPAlgorithm.h' 2022-11-23T01:27:43.3078553Z adding 'torch/include/c10/hip/HIPCachingAllocator.h' 2022-11-23T01:27:43.3081311Z adding 'torch/include/c10/hip/HIPException.h' 2022-11-23T01:27:43.3083992Z adding 'torch/include/c10/hip/HIPFunctions.h' 2022-11-23T01:27:43.3086402Z adding 'torch/include/c10/hip/HIPGraphsC10Utils.h' 2022-11-23T01:27:43.3089994Z adding 'torch/include/c10/hip/HIPGuard.h' 2022-11-23T01:27:43.3092394Z adding 'torch/include/c10/hip/HIPMacros.h' 2022-11-23T01:27:43.3094770Z adding 'torch/include/c10/hip/HIPMathCompat.h' 2022-11-23T01:27:43.3096686Z adding 'torch/include/c10/hip/HIPMiscFunctions.h' 2022-11-23T01:27:43.3101181Z adding 'torch/include/c10/hip/HIPStream.h' 2022-11-23T01:27:43.3104680Z adding 'torch/include/c10/hip/impl/HIPGuardImpl.h' 2022-11-23T01:27:43.3106256Z adding 'torch/include/c10/hip/impl/HIPTest.h' 2022-11-23T01:27:43.3107853Z adding 'torch/include/c10/hip/impl/hip_cmake_macros.h' 2022-11-23T01:27:43.3110581Z adding 'torch/include/c10/macros/Export.h' 2022-11-23T01:27:43.3116367Z adding 'torch/include/c10/macros/Macros.h' 2022-11-23T01:27:43.3118263Z adding 'torch/include/c10/macros/cmake_macros.h' 2022-11-23T01:27:43.3121690Z adding 'torch/include/c10/util/AlignOf.h' 2022-11-23T01:27:43.3125057Z adding 'torch/include/c10/util/Array.h' 2022-11-23T01:27:43.3128709Z adding 'torch/include/c10/util/ArrayRef.h' 2022-11-23T01:27:43.3131448Z adding 'torch/include/c10/util/BFloat16-inl.h' 2022-11-23T01:27:43.3134056Z adding 'torch/include/c10/util/BFloat16-math.h' 2022-11-23T01:27:43.3136013Z adding 'torch/include/c10/util/BFloat16.h' 2022-11-23T01:27:43.3137607Z adding 'torch/include/c10/util/Backtrace.h' 2022-11-23T01:27:43.3139687Z adding 'torch/include/c10/util/Bitset.h' 2022-11-23T01:27:43.3143760Z adding 'torch/include/c10/util/C++17.h' 2022-11-23T01:27:43.3145977Z adding 'torch/include/c10/util/CallOnce.h' 2022-11-23T01:27:43.3149074Z adding 'torch/include/c10/util/ConstexprCrc.h' 2022-11-23T01:27:43.3151063Z adding 'torch/include/c10/util/DeadlockDetection.h' 2022-11-23T01:27:43.3153157Z adding 'torch/include/c10/util/Deprecated.h' 2022-11-23T01:27:43.3154779Z adding 'torch/include/c10/util/DimVector.h' 2022-11-23T01:27:43.3161946Z adding 'torch/include/c10/util/Exception.h' 2022-11-23T01:27:43.3165070Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2022-11-23T01:27:43.3167176Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2022-11-23T01:27:43.3170228Z adding 'torch/include/c10/util/Flags.h' 2022-11-23T01:27:43.3172349Z adding 'torch/include/c10/util/FunctionRef.h' 2022-11-23T01:27:43.3174852Z adding 'torch/include/c10/util/Half-inl.h' 2022-11-23T01:27:43.3181186Z adding 'torch/include/c10/util/Half.h' 2022-11-23T01:27:43.3183638Z adding 'torch/include/c10/util/IdWrapper.h' 2022-11-23T01:27:43.3186468Z adding 'torch/include/c10/util/LeftRight.h' 2022-11-23T01:27:43.3188178Z adding 'torch/include/c10/util/Load.h' 2022-11-23T01:27:43.3191558Z adding 'torch/include/c10/util/Logging.h' 2022-11-23T01:27:43.3193778Z adding 'torch/include/c10/util/MathConstants.h' 2022-11-23T01:27:43.3196656Z adding 'torch/include/c10/util/MaybeOwned.h' 2022-11-23T01:27:43.3201065Z adding 'torch/include/c10/util/Metaprogramming.h' 2022-11-23T01:27:43.3209116Z adding 'torch/include/c10/util/Optional.h' 2022-11-23T01:27:43.3212319Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2022-11-23T01:27:43.3215966Z adding 'torch/include/c10/util/Registry.h' 2022-11-23T01:27:43.3218023Z adding 'torch/include/c10/util/ScopeExit.h' 2022-11-23T01:27:43.3219820Z adding 'torch/include/c10/util/SmallBuffer.h' 2022-11-23T01:27:43.3233627Z adding 'torch/include/c10/util/SmallVector.h' 2022-11-23T01:27:43.3237283Z adding 'torch/include/c10/util/StringUtil.h' 2022-11-23T01:27:43.3239162Z adding 'torch/include/c10/util/Synchronized.h' 2022-11-23T01:27:43.3241451Z adding 'torch/include/c10/util/ThreadLocal.h' 2022-11-23T01:27:43.3243418Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2022-11-23T01:27:43.3244961Z adding 'torch/include/c10/util/Type.h' 2022-11-23T01:27:43.3247131Z adding 'torch/include/c10/util/TypeCast.h' 2022-11-23T01:27:43.3249601Z adding 'torch/include/c10/util/TypeIndex.h' 2022-11-23T01:27:43.3254037Z adding 'torch/include/c10/util/TypeList.h' 2022-11-23T01:27:43.3256478Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2022-11-23T01:27:43.3258940Z adding 'torch/include/c10/util/TypeTraits.h' 2022-11-23T01:27:43.3260477Z adding 'torch/include/c10/util/Unicode.h' 2022-11-23T01:27:43.3262698Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2022-11-23T01:27:43.3264175Z adding 'torch/include/c10/util/Unroll.h' 2022-11-23T01:27:43.3266002Z adding 'torch/include/c10/util/accumulate.h' 2022-11-23T01:27:43.3270792Z adding 'torch/include/c10/util/complex.h' 2022-11-23T01:27:43.3273170Z adding 'torch/include/c10/util/complex_math.h' 2022-11-23T01:27:43.3274894Z adding 'torch/include/c10/util/complex_utils.h' 2022-11-23T01:27:43.3276584Z adding 'torch/include/c10/util/copysign.h' 2022-11-23T01:27:43.3278757Z adding 'torch/include/c10/util/either.h' 2022-11-23T01:27:43.3280338Z adding 'torch/include/c10/util/env.h' 2022-11-23T01:27:43.3292241Z adding 'torch/include/c10/util/flat_hash_map.h' 2022-11-23T01:27:43.3297224Z adding 'torch/include/c10/util/hash.h' 2022-11-23T01:27:43.3298825Z adding 'torch/include/c10/util/in_place.h' 2022-11-23T01:27:43.3302409Z adding 'torch/include/c10/util/int128.h' 2022-11-23T01:27:43.3312090Z adding 'torch/include/c10/util/intrusive_ptr.h' 2022-11-23T01:27:43.3315301Z adding 'torch/include/c10/util/irange.h' 2022-11-23T01:27:43.3323365Z adding 'torch/include/c10/util/llvmMathExtras.h' 2022-11-23T01:27:43.3326468Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2022-11-23T01:27:43.3329306Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2022-11-23T01:27:43.3331634Z adding 'torch/include/c10/util/math_compat.h' 2022-11-23T01:27:43.3333165Z adding 'torch/include/c10/util/numa.h' 2022-11-23T01:27:43.3347473Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2022-11-23T01:27:43.3350298Z adding 'torch/include/c10/util/overloaded.h' 2022-11-23T01:27:43.3352371Z adding 'torch/include/c10/util/python_stub.h' 2022-11-23T01:27:43.3352642Z adding 'torch/include/c10/util/qint32.h' 2022-11-23T01:27:43.3354476Z adding 'torch/include/c10/util/qint8.h' 2022-11-23T01:27:43.3356353Z adding 'torch/include/c10/util/quint2x4.h' 2022-11-23T01:27:43.3357940Z adding 'torch/include/c10/util/quint4x2.h' 2022-11-23T01:27:43.3359929Z adding 'torch/include/c10/util/quint8.h' 2022-11-23T01:27:43.3362906Z adding 'torch/include/c10/util/reverse_iterator.h' 2022-11-23T01:27:43.3365326Z adding 'torch/include/c10/util/safe_numerics.h' 2022-11-23T01:27:43.3367969Z adding 'torch/include/c10/util/signal_handler.h' 2022-11-23T01:27:43.3375197Z adding 'torch/include/c10/util/sparse_bitset.h' 2022-11-23T01:27:43.3377908Z adding 'torch/include/c10/util/strides.h' 2022-11-23T01:27:43.3380310Z adding 'torch/include/c10/util/string_utils.h' 2022-11-23T01:27:43.3385986Z adding 'torch/include/c10/util/string_view.h' 2022-11-23T01:27:43.3394417Z adding 'torch/include/c10/util/strong_type.h' 2022-11-23T01:27:43.3398443Z adding 'torch/include/c10/util/tempfile.h' 2022-11-23T01:27:43.3399970Z adding 'torch/include/c10/util/thread_name.h' 2022-11-23T01:27:43.3407326Z adding 'torch/include/c10/util/typeid.h' 2022-11-23T01:27:43.3428021Z adding 'torch/include/c10/util/variant.h' 2022-11-23T01:27:43.3432504Z adding 'torch/include/c10/util/win32-headers.h' 2022-11-23T01:27:43.3465558Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2022-11-23T01:27:43.3469531Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2022-11-23T01:27:43.3471375Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2022-11-23T01:27:43.3475241Z adding 'torch/include/caffe2/serialize/inline_container.h' 2022-11-23T01:27:43.3477139Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2022-11-23T01:27:43.3479257Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2022-11-23T01:27:43.3482592Z adding 'torch/include/caffe2/serialize/versions.h' 2022-11-23T01:27:43.3489682Z adding 'torch/include/pybind11/attr.h' 2022-11-23T01:27:43.3493572Z adding 'torch/include/pybind11/buffer_info.h' 2022-11-23T01:27:43.3512448Z adding 'torch/include/pybind11/cast.h' 2022-11-23T01:27:43.3517791Z adding 'torch/include/pybind11/chrono.h' 2022-11-23T01:27:43.3519073Z adding 'torch/include/pybind11/common.h' 2022-11-23T01:27:43.3521717Z adding 'torch/include/pybind11/complex.h' 2022-11-23T01:27:43.3530853Z adding 'torch/include/pybind11/eigen.h' 2022-11-23T01:27:43.3535981Z adding 'torch/include/pybind11/embed.h' 2022-11-23T01:27:43.3539008Z adding 'torch/include/pybind11/eval.h' 2022-11-23T01:27:43.3541969Z adding 'torch/include/pybind11/functional.h' 2022-11-23T01:27:43.3545332Z adding 'torch/include/pybind11/gil.h' 2022-11-23T01:27:43.3549282Z adding 'torch/include/pybind11/iostream.h' 2022-11-23T01:27:43.3571766Z adding 'torch/include/pybind11/numpy.h' 2022-11-23T01:27:43.3576978Z adding 'torch/include/pybind11/operators.h' 2022-11-23T01:27:43.3579342Z adding 'torch/include/pybind11/options.h' 2022-11-23T01:27:43.3614904Z adding 'torch/include/pybind11/pybind11.h' 2022-11-23T01:27:43.3642461Z adding 'torch/include/pybind11/pytypes.h' 2022-11-23T01:27:43.3649098Z adding 'torch/include/pybind11/stl.h' 2022-11-23T01:27:43.3656264Z adding 'torch/include/pybind11/stl_bind.h' 2022-11-23T01:27:43.3665789Z adding 'torch/include/pybind11/detail/class.h' 2022-11-23T01:27:43.3681162Z adding 'torch/include/pybind11/detail/common.h' 2022-11-23T01:27:43.3685181Z adding 'torch/include/pybind11/detail/descr.h' 2022-11-23T01:27:43.3690562Z adding 'torch/include/pybind11/detail/init.h' 2022-11-23T01:27:43.3698367Z adding 'torch/include/pybind11/detail/internals.h' 2022-11-23T01:27:43.3711643Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2022-11-23T01:27:43.3715055Z adding 'torch/include/pybind11/detail/typeid.h' 2022-11-23T01:27:43.3721537Z adding 'torch/include/torch/custom_class.h' 2022-11-23T01:27:43.3725321Z adding 'torch/include/torch/custom_class_detail.h' 2022-11-23T01:27:43.3727194Z adding 'torch/include/torch/extension.h' 2022-11-23T01:27:43.3739593Z adding 'torch/include/torch/library.h' 2022-11-23T01:27:43.3742310Z adding 'torch/include/torch/script.h' 2022-11-23T01:27:43.3745596Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2022-11-23T01:27:43.3747431Z adding 'torch/include/torch/csrc/DataLoader.h' 2022-11-23T01:27:43.3749442Z adding 'torch/include/torch/csrc/Device.h' 2022-11-23T01:27:43.3751368Z adding 'torch/include/torch/csrc/Dtype.h' 2022-11-23T01:27:43.3753499Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2022-11-23T01:27:43.3758578Z adding 'torch/include/torch/csrc/Exceptions.h' 2022-11-23T01:27:43.3760772Z adding 'torch/include/torch/csrc/Export.h' 2022-11-23T01:27:43.3762675Z adding 'torch/include/torch/csrc/Generator.h' 2022-11-23T01:27:43.3764789Z adding 'torch/include/torch/csrc/Layout.h' 2022-11-23T01:27:43.3766522Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2022-11-23T01:27:43.3768092Z adding 'torch/include/torch/csrc/Module.h' 2022-11-23T01:27:43.3769752Z adding 'torch/include/torch/csrc/PythonTypes.h' 2022-11-23T01:27:43.3771315Z adding 'torch/include/torch/csrc/QScheme.h' 2022-11-23T01:27:43.3772761Z adding 'torch/include/torch/csrc/Size.h' 2022-11-23T01:27:43.3774214Z adding 'torch/include/torch/csrc/Storage.h' 2022-11-23T01:27:43.3775934Z adding 'torch/include/torch/csrc/StorageMethods.h' 2022-11-23T01:27:43.3777426Z adding 'torch/include/torch/csrc/StorageSharing.h' 2022-11-23T01:27:43.3778622Z adding 'torch/include/torch/csrc/Stream.h' 2022-11-23T01:27:43.3780216Z adding 'torch/include/torch/csrc/THConcat.h' 2022-11-23T01:27:43.3781669Z adding 'torch/include/torch/csrc/THP.h' 2022-11-23T01:27:43.3782996Z adding 'torch/include/torch/csrc/TypeInfo.h' 2022-11-23T01:27:43.3784339Z adding 'torch/include/torch/csrc/Types.h' 2022-11-23T01:27:43.3786031Z adding 'torch/include/torch/csrc/copy_utils.h' 2022-11-23T01:27:43.3787495Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2022-11-23T01:27:43.3788973Z adding 'torch/include/torch/csrc/python_dimname.h' 2022-11-23T01:27:43.3790357Z adding 'torch/include/torch/csrc/python_headers.h' 2022-11-23T01:27:43.3791932Z adding 'torch/include/torch/csrc/serialization.h' 2022-11-23T01:27:43.3794591Z adding 'torch/include/torch/csrc/utils.h' 2022-11-23T01:27:43.3797178Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2022-11-23T01:27:43.3798823Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2022-11-23T01:27:43.3800363Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2022-11-23T01:27:43.3801937Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2022-11-23T01:27:43.3803277Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2022-11-23T01:27:43.3805710Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2022-11-23T01:27:43.3808498Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2022-11-23T01:27:43.3811282Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2022-11-23T01:27:43.3813408Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2022-11-23T01:27:43.3815157Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2022-11-23T01:27:43.3819954Z adding 'torch/include/torch/csrc/api/include/torch/linalg.h' 2022-11-23T01:27:43.3822702Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2022-11-23T01:27:43.3824160Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2022-11-23T01:27:43.3825711Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2022-11-23T01:27:43.3830011Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2022-11-23T01:27:43.3833509Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2022-11-23T01:27:43.3836195Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2022-11-23T01:27:43.3837763Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2022-11-23T01:27:43.3842361Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2022-11-23T01:27:43.3844671Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2022-11-23T01:27:43.3846592Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2022-11-23T01:27:43.3848456Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2022-11-23T01:27:43.3849937Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2022-11-23T01:27:43.3851908Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2022-11-23T01:27:43.3853763Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2022-11-23T01:27:43.3856574Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2022-11-23T01:27:43.3858346Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2022-11-23T01:27:43.3860482Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2022-11-23T01:27:43.3862008Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2022-11-23T01:27:43.3863434Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2022-11-23T01:27:43.3864994Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2022-11-23T01:27:43.3868811Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2022-11-23T01:27:43.3871176Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2022-11-23T01:27:43.3873377Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2022-11-23T01:27:43.3876022Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2022-11-23T01:27:43.3882405Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2022-11-23T01:27:43.3885067Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2022-11-23T01:27:43.3886905Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2022-11-23T01:27:43.3888687Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2022-11-23T01:27:43.3890638Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2022-11-23T01:27:43.3892281Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2022-11-23T01:27:43.3894592Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2022-11-23T01:27:43.3896336Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2022-11-23T01:27:43.3898683Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2022-11-23T01:27:43.3900768Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2022-11-23T01:27:43.3902435Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2022-11-23T01:27:43.3904302Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2022-11-23T01:27:43.3906091Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2022-11-23T01:27:43.3907773Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2022-11-23T01:27:43.3909348Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2022-11-23T01:27:43.3911162Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2022-11-23T01:27:43.3913206Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2022-11-23T01:27:43.3915133Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2022-11-23T01:27:43.3916939Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2022-11-23T01:27:43.3918630Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2022-11-23T01:27:43.3920603Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2022-11-23T01:27:43.3925210Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2022-11-23T01:27:43.3927605Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2022-11-23T01:27:43.3930292Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2022-11-23T01:27:43.3931828Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2022-11-23T01:27:43.3934085Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2022-11-23T01:27:43.3940968Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2022-11-23T01:27:43.3943302Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2022-11-23T01:27:43.3944754Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2022-11-23T01:27:43.3946839Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2022-11-23T01:27:43.3949862Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2022-11-23T01:27:43.3951512Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2022-11-23T01:27:43.3957545Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2022-11-23T01:27:43.3960311Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2022-11-23T01:27:43.3962583Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2022-11-23T01:27:43.3964672Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2022-11-23T01:27:43.3966954Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2022-11-23T01:27:43.3969751Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2022-11-23T01:27:43.3971879Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2022-11-23T01:27:43.3973785Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2022-11-23T01:27:43.3975546Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2022-11-23T01:27:43.3980342Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2022-11-23T01:27:43.3984349Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2022-11-23T01:27:43.3985886Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2022-11-23T01:27:43.3987602Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2022-11-23T01:27:43.3992450Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2022-11-23T01:27:43.3996625Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2022-11-23T01:27:43.3999084Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2022-11-23T01:27:43.4001429Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2022-11-23T01:27:43.4005948Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2022-11-23T01:27:43.4009179Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2022-11-23T01:27:43.4011920Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2022-11-23T01:27:43.4014588Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2022-11-23T01:27:43.4018409Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2022-11-23T01:27:43.4020960Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2022-11-23T01:27:43.4023349Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2022-11-23T01:27:43.4026088Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2022-11-23T01:27:43.4028272Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2022-11-23T01:27:43.4030567Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2022-11-23T01:27:43.4033237Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2022-11-23T01:27:43.4039103Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2022-11-23T01:27:43.4042436Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2022-11-23T01:27:43.4045527Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2022-11-23T01:27:43.4048026Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2022-11-23T01:27:43.4052606Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2022-11-23T01:27:43.4056800Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2022-11-23T01:27:43.4059877Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2022-11-23T01:27:43.4062415Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2022-11-23T01:27:43.4065150Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2022-11-23T01:27:43.4067260Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2022-11-23T01:27:43.4069092Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2022-11-23T01:27:43.4073836Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2022-11-23T01:27:43.4077014Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2022-11-23T01:27:43.4079551Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2022-11-23T01:27:43.4082032Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2022-11-23T01:27:43.4085237Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2022-11-23T01:27:43.4088718Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2022-11-23T01:27:43.4091039Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2022-11-23T01:27:43.4093441Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2022-11-23T01:27:43.4096043Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2022-11-23T01:27:43.4100832Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2022-11-23T01:27:43.4105530Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2022-11-23T01:27:43.4107826Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2022-11-23T01:27:43.4109736Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2022-11-23T01:27:43.4112699Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2022-11-23T01:27:43.4115046Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2022-11-23T01:27:43.4117469Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2022-11-23T01:27:43.4120378Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2022-11-23T01:27:43.4122390Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2022-11-23T01:27:43.4124465Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2022-11-23T01:27:43.4126485Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2022-11-23T01:27:43.4131456Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2022-11-23T01:27:43.4134561Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2022-11-23T01:27:43.4136909Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2022-11-23T01:27:43.4139064Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2022-11-23T01:27:43.4142763Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2022-11-23T01:27:43.4147050Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2022-11-23T01:27:43.4147741Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2022-11-23T01:27:43.4149897Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2022-11-23T01:27:43.4151985Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2022-11-23T01:27:43.4154328Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2022-11-23T01:27:43.4156103Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2022-11-23T01:27:43.4160213Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2022-11-23T01:27:43.4163033Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2022-11-23T01:27:43.4165156Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2022-11-23T01:27:43.4169148Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2022-11-23T01:27:43.4172151Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2022-11-23T01:27:43.4174558Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2022-11-23T01:27:43.4176442Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2022-11-23T01:27:43.4178915Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2022-11-23T01:27:43.4182206Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2022-11-23T01:27:43.4184295Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2022-11-23T01:27:43.4187998Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2022-11-23T01:27:43.4190436Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2022-11-23T01:27:43.4193317Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2022-11-23T01:27:43.4194644Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2022-11-23T01:27:43.4196818Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2022-11-23T01:27:43.4198973Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2022-11-23T01:27:43.4201238Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2022-11-23T01:27:43.4203079Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2022-11-23T01:27:43.4211310Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2022-11-23T01:27:43.4214210Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2022-11-23T01:27:43.4220261Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2022-11-23T01:27:43.4222617Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2022-11-23T01:27:43.4225369Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2022-11-23T01:27:43.4227420Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2022-11-23T01:27:43.4229742Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2022-11-23T01:27:43.4234876Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2022-11-23T01:27:43.4236985Z adding 'torch/include/torch/csrc/autograd/edge.h' 2022-11-23T01:27:43.4241010Z adding 'torch/include/torch/csrc/autograd/engine.h' 2022-11-23T01:27:43.4244859Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2022-11-23T01:27:43.4253541Z adding 'torch/include/torch/csrc/autograd/function.h' 2022-11-23T01:27:43.4255673Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2022-11-23T01:27:43.4257078Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2022-11-23T01:27:43.4260247Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2022-11-23T01:27:43.4262302Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2022-11-23T01:27:43.4264995Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2022-11-23T01:27:43.4266799Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2022-11-23T01:27:43.4268101Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2022-11-23T01:27:43.4270926Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2022-11-23T01:27:43.4275200Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2022-11-23T01:27:43.4277217Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2022-11-23T01:27:43.4278783Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2022-11-23T01:27:43.4280091Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2022-11-23T01:27:43.4282387Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2022-11-23T01:27:43.4284067Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2022-11-23T01:27:43.4285355Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2022-11-23T01:27:43.4286791Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2022-11-23T01:27:43.4289098Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2022-11-23T01:27:43.4290561Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2022-11-23T01:27:43.4292160Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2022-11-23T01:27:43.4293395Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2022-11-23T01:27:43.4294758Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2022-11-23T01:27:43.4296080Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2022-11-23T01:27:43.4297628Z adding 'torch/include/torch/csrc/autograd/python_return_types.h' 2022-11-23T01:27:43.4299222Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2022-11-23T01:27:43.4300647Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2022-11-23T01:27:43.4301983Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2022-11-23T01:27:43.4303493Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2022-11-23T01:27:43.4305355Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2022-11-23T01:27:43.4306959Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2022-11-23T01:27:43.4309049Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2022-11-23T01:27:43.4311445Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2022-11-23T01:27:43.4313010Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2022-11-23T01:27:43.4315191Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2022-11-23T01:27:43.4326084Z adding 'torch/include/torch/csrc/autograd/variable.h' 2022-11-23T01:27:43.4331818Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2022-11-23T01:27:43.4333908Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2022-11-23T01:27:43.4335994Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2022-11-23T01:27:43.4337849Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2022-11-23T01:27:43.4339895Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2022-11-23T01:27:43.4342055Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2022-11-23T01:27:43.4365709Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2022-11-23T01:27:43.4373474Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2022-11-23T01:27:43.4375200Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2022-11-23T01:27:43.4380720Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2022-11-23T01:27:43.4384051Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2022-11-23T01:27:43.4386052Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2022-11-23T01:27:43.4388119Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2022-11-23T01:27:43.4389879Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2022-11-23T01:27:43.4391688Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2022-11-23T01:27:43.4393977Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2022-11-23T01:27:43.4396259Z adding 'torch/include/torch/csrc/cuda/Event.h' 2022-11-23T01:27:43.4397950Z adding 'torch/include/torch/csrc/cuda/Module.h' 2022-11-23T01:27:43.4399647Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2022-11-23T01:27:43.4401183Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2022-11-23T01:27:43.4402967Z adding 'torch/include/torch/csrc/cuda/comm.h' 2022-11-23T01:27:43.4404243Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2022-11-23T01:27:43.4406068Z adding 'torch/include/torch/csrc/cuda/memory_snapshot.h' 2022-11-23T01:27:43.4408632Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2022-11-23T01:27:43.4410459Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2022-11-23T01:27:43.4412250Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2022-11-23T01:27:43.4415826Z adding 'torch/include/torch/csrc/distributed/c10d/Backend.hpp' 2022-11-23T01:27:43.4418142Z adding 'torch/include/torch/csrc/distributed/c10d/FileStore.hpp' 2022-11-23T01:27:43.4420051Z adding 'torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2022-11-23T01:27:43.4421784Z adding 'torch/include/torch/csrc/distributed/c10d/HashStore.hpp' 2022-11-23T01:27:43.4424634Z adding 'torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2022-11-23T01:27:43.4426627Z adding 'torch/include/torch/csrc/distributed/c10d/Ops.hpp' 2022-11-23T01:27:43.4429066Z adding 'torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2022-11-23T01:27:43.4431168Z adding 'torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp' 2022-11-23T01:27:43.4434781Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2022-11-23T01:27:43.4439818Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2022-11-23T01:27:43.4443397Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2022-11-23T01:27:43.4452011Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2022-11-23T01:27:43.4454919Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp' 2022-11-23T01:27:43.4458678Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2022-11-23T01:27:43.4461541Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2022-11-23T01:27:43.4463977Z adding 'torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2022-11-23T01:27:43.4466412Z adding 'torch/include/torch/csrc/distributed/c10d/Store.hpp' 2022-11-23T01:27:43.4468868Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStore.hpp' 2022-11-23T01:27:43.4472125Z adding 'torch/include/torch/csrc/distributed/c10d/TraceUtils.h' 2022-11-23T01:27:43.4474991Z adding 'torch/include/torch/csrc/distributed/c10d/Types.hpp' 2022-11-23T01:27:43.4477142Z adding 'torch/include/torch/csrc/distributed/c10d/UCCForNCCL.hpp' 2022-11-23T01:27:43.4479259Z adding 'torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp' 2022-11-23T01:27:43.4482204Z adding 'torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp' 2022-11-23T01:27:43.4484264Z adding 'torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2022-11-23T01:27:43.4490105Z adding 'torch/include/torch/csrc/distributed/c10d/Utils.hpp' 2022-11-23T01:27:43.4492559Z adding 'torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2022-11-23T01:27:43.4495378Z adding 'torch/include/torch/csrc/distributed/c10d/Work.hpp' 2022-11-23T01:27:43.4497407Z adding 'torch/include/torch/csrc/distributed/c10d/c10d.h' 2022-11-23T01:27:43.4499993Z adding 'torch/include/torch/csrc/distributed/c10d/comm.hpp' 2022-11-23T01:27:43.4502982Z adding 'torch/include/torch/csrc/distributed/c10d/debug.h' 2022-11-23T01:27:43.4505211Z adding 'torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2022-11-23T01:27:43.4507400Z adding 'torch/include/torch/csrc/distributed/c10d/error.h' 2022-11-23T01:27:43.4509177Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2022-11-23T01:27:43.4511901Z adding 'torch/include/torch/csrc/distributed/c10d/logger.hpp' 2022-11-23T01:27:43.4514298Z adding 'torch/include/torch/csrc/distributed/c10d/logging.h' 2022-11-23T01:27:43.4516430Z adding 'torch/include/torch/csrc/distributed/c10d/python_comm_hook.h' 2022-11-23T01:27:43.4524831Z adding 'torch/include/torch/csrc/distributed/c10d/reducer.hpp' 2022-11-23T01:27:43.4527431Z adding 'torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp' 2022-11-23T01:27:43.4529660Z adding 'torch/include/torch/csrc/distributed/c10d/sequence_num.hpp' 2022-11-23T01:27:43.4531885Z adding 'torch/include/torch/csrc/distributed/c10d/socket.h' 2022-11-23T01:27:43.4534625Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2022-11-23T01:27:43.4537908Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2022-11-23T01:27:43.4540642Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2022-11-23T01:27:43.4543065Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2022-11-23T01:27:43.4545031Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2022-11-23T01:27:43.4546918Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2022-11-23T01:27:43.4548811Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2022-11-23T01:27:43.4551701Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2022-11-23T01:27:43.4553887Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2022-11-23T01:27:43.4556212Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2022-11-23T01:27:43.4558638Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2022-11-23T01:27:43.4560424Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2022-11-23T01:27:43.4565377Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2022-11-23T01:27:43.4567732Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2022-11-23T01:27:43.4573767Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2022-11-23T01:27:43.4580194Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2022-11-23T01:27:43.4583107Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2022-11-23T01:27:43.4585536Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2022-11-23T01:27:43.4587759Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2022-11-23T01:27:43.4589674Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2022-11-23T01:27:43.4595791Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2022-11-23T01:27:43.4598966Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2022-11-23T01:27:43.4601284Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2022-11-23T01:27:43.4603330Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2022-11-23T01:27:43.4605493Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2022-11-23T01:27:43.4607558Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2022-11-23T01:27:43.4610169Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2022-11-23T01:27:43.4613246Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2022-11-23T01:27:43.4615462Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2022-11-23T01:27:43.4617368Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2022-11-23T01:27:43.4622004Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2022-11-23T01:27:43.4625438Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2022-11-23T01:27:43.4627930Z adding 'torch/include/torch/csrc/jit/api/method.h' 2022-11-23T01:27:43.4635232Z adding 'torch/include/torch/csrc/jit/api/module.h' 2022-11-23T01:27:43.4639097Z adding 'torch/include/torch/csrc/jit/api/object.h' 2022-11-23T01:27:43.4641860Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2022-11-23T01:27:43.4645311Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2022-11-23T01:27:43.4647734Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2022-11-23T01:27:43.4649794Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2022-11-23T01:27:43.4652081Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2022-11-23T01:27:43.4653985Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2022-11-23T01:27:43.4655963Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2022-11-23T01:27:43.4657906Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2022-11-23T01:27:43.4659594Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2022-11-23T01:27:43.4666766Z adding 'torch/include/torch/csrc/jit/codegen/cuda/arith.h' 2022-11-23T01:27:43.4669332Z adding 'torch/include/torch/csrc/jit/codegen/cuda/codegen.h' 2022-11-23T01:27:43.4671397Z adding 'torch/include/torch/csrc/jit/codegen/cuda/compute_at.h' 2022-11-23T01:27:43.4675567Z adding 'torch/include/torch/csrc/jit/codegen/cuda/compute_at_map.h' 2022-11-23T01:27:43.4680331Z adding 'torch/include/torch/csrc/jit/codegen/cuda/contiguity.h' 2022-11-23T01:27:43.4684094Z adding 'torch/include/torch/csrc/jit/codegen/cuda/disjoint_set.h' 2022-11-23T01:27:43.4687905Z adding 'torch/include/torch/csrc/jit/codegen/cuda/dispatch.h' 2022-11-23T01:27:43.4691495Z adding 'torch/include/torch/csrc/jit/codegen/cuda/dynamic_type.h' 2022-11-23T01:27:43.4695788Z adding 'torch/include/torch/csrc/jit/codegen/cuda/evaluator_common.h' 2022-11-23T01:27:43.4700248Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor.h' 2022-11-23T01:27:43.4704453Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h' 2022-11-23T01:27:43.4707084Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_launch_params.h' 2022-11-23T01:27:43.4710852Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_utils.h' 2022-11-23T01:27:43.4713419Z adding 'torch/include/torch/csrc/jit/codegen/cuda/expr_evaluator.h' 2022-11-23T01:27:43.4717746Z adding 'torch/include/torch/csrc/jit/codegen/cuda/fusion.h' 2022-11-23T01:27:43.4724948Z adding 'torch/include/torch/csrc/jit/codegen/cuda/fusion_segmenter.h' 2022-11-23T01:27:43.4727537Z adding 'torch/include/torch/csrc/jit/codegen/cuda/grouped_reduction.h' 2022-11-23T01:27:43.4732859Z adding 'torch/include/torch/csrc/jit/codegen/cuda/index_compute.h' 2022-11-23T01:27:43.4735631Z adding 'torch/include/torch/csrc/jit/codegen/cuda/inlining.h' 2022-11-23T01:27:43.4738434Z adding 'torch/include/torch/csrc/jit/codegen/cuda/instrumentation.h' 2022-11-23T01:27:43.4741128Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2022-11-23T01:27:43.4742575Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_all_nodes.h' 2022-11-23T01:27:43.4749044Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_base_nodes.h' 2022-11-23T01:27:43.4751723Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_builder.h' 2022-11-23T01:27:43.4754618Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_cloner.h' 2022-11-23T01:27:43.4757924Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_container.h' 2022-11-23T01:27:43.4760727Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_graphviz.h' 2022-11-23T01:27:43.4767576Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h' 2022-11-23T01:27:43.4783565Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h' 2022-11-23T01:27:43.4787402Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_iostream.h' 2022-11-23T01:27:43.4789634Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_printer.h' 2022-11-23T01:27:43.4793633Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_utils.h' 2022-11-23T01:27:43.4798656Z adding 'torch/include/torch/csrc/jit/codegen/cuda/iter_visitor.h' 2022-11-23T01:27:43.4802542Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel.h' 2022-11-23T01:27:43.4808851Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_cache.h' 2022-11-23T01:27:43.4811732Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h' 2022-11-23T01:27:43.4818113Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_ir.h' 2022-11-23T01:27:43.4821573Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h' 2022-11-23T01:27:43.4825083Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower2device.h' 2022-11-23T01:27:43.4827347Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_alias_memory.h' 2022-11-23T01:27:43.4829409Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_allocation.h' 2022-11-23T01:27:43.4831924Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_bank_conflict.h' 2022-11-23T01:27:43.4833751Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_divisible_split.h' 2022-11-23T01:27:43.4837836Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_double_buffer.h' 2022-11-23T01:27:43.4839434Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_expr_sort.h' 2022-11-23T01:27:43.4841102Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h' 2022-11-23T01:27:43.4842733Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h' 2022-11-23T01:27:43.4844856Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index.h' 2022-11-23T01:27:43.4848152Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index_compute.h' 2022-11-23T01:27:43.4850952Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index_hoist.h' 2022-11-23T01:27:43.4852671Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h' 2022-11-23T01:27:43.4854352Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_instrument.h' 2022-11-23T01:27:43.4856186Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_loops.h' 2022-11-23T01:27:43.4858392Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_magic_zero.h' 2022-11-23T01:27:43.4860472Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h' 2022-11-23T01:27:43.4862168Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_predicate.h' 2022-11-23T01:27:43.4864108Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h' 2022-11-23T01:27:43.4865864Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_replace_size.h' 2022-11-23T01:27:43.4869271Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_shift.h' 2022-11-23T01:27:43.4871297Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_sync_information.h' 2022-11-23T01:27:43.4873952Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h' 2022-11-23T01:27:43.4876556Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h' 2022-11-23T01:27:43.4878426Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h' 2022-11-23T01:27:43.4880217Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_unroll.h' 2022-11-23T01:27:43.4884054Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_utils.h' 2022-11-23T01:27:43.4886531Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_validation.h' 2022-11-23T01:27:43.4888115Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h' 2022-11-23T01:27:43.4889877Z adding 'torch/include/torch/csrc/jit/codegen/cuda/manager.h' 2022-11-23T01:27:43.4894171Z adding 'torch/include/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h' 2022-11-23T01:27:43.4897702Z adding 'torch/include/torch/csrc/jit/codegen/cuda/mma_type.h' 2022-11-23T01:27:43.4899481Z adding 'torch/include/torch/csrc/jit/codegen/cuda/mutator.h' 2022-11-23T01:27:43.4901642Z adding 'torch/include/torch/csrc/jit/codegen/cuda/non_divisible_split.h' 2022-11-23T01:27:43.4903658Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h' 2022-11-23T01:27:43.4906153Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h' 2022-11-23T01:27:43.4908045Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parser.h' 2022-11-23T01:27:43.4910050Z adding 'torch/include/torch/csrc/jit/codegen/cuda/partial_split_map.h' 2022-11-23T01:27:43.4911396Z adding 'torch/include/torch/csrc/jit/codegen/cuda/partition.h' 2022-11-23T01:27:43.4913768Z adding 'torch/include/torch/csrc/jit/codegen/cuda/predicate_compute.h' 2022-11-23T01:27:43.4919077Z adding 'torch/include/torch/csrc/jit/codegen/cuda/root_domain_map.h' 2022-11-23T01:27:43.4923524Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_iter.h' 2022-11-23T01:27:43.4926365Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_replay.h' 2022-11-23T01:27:43.4928274Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_rfactor.h' 2022-11-23T01:27:43.4930446Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_view.h' 2022-11-23T01:27:43.4934709Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type.h' 2022-11-23T01:27:43.4936568Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type_inference.h' 2022-11-23T01:27:43.4938548Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type_promotion.h' 2022-11-23T01:27:43.4941354Z adding 'torch/include/torch/csrc/jit/codegen/cuda/utils.h' 2022-11-23T01:27:43.4943175Z adding 'torch/include/torch/csrc/jit/codegen/cuda/vectorization_info.h' 2022-11-23T01:27:43.4945381Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/alias.h' 2022-11-23T01:27:43.4946893Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/all_ops.h' 2022-11-23T01:27:43.4948551Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/composite.h' 2022-11-23T01:27:43.4950704Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/normalization.h' 2022-11-23T01:27:43.4952917Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h' 2022-11-23T01:27:43.4956926Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h' 2022-11-23T01:27:43.4959041Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h' 2022-11-23T01:27:43.4960773Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h' 2022-11-23T01:27:43.4962581Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/matmul.h' 2022-11-23T01:27:43.4965763Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h' 2022-11-23T01:27:43.4967753Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/normalization.h' 2022-11-23T01:27:43.4971454Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h' 2022-11-23T01:27:43.4973966Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h' 2022-11-23T01:27:43.4976041Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h' 2022-11-23T01:27:43.4977829Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction.h' 2022-11-23T01:27:43.4981196Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h' 2022-11-23T01:27:43.4983455Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h' 2022-11-23T01:27:43.4986711Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/registry.h' 2022-11-23T01:27:43.4989748Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose.h' 2022-11-23T01:27:43.4992444Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h' 2022-11-23T01:27:43.5000314Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/utils.h' 2022-11-23T01:27:43.5002896Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h' 2022-11-23T01:27:43.5005034Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2022-11-23T01:27:43.5006664Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2022-11-23T01:27:43.5010229Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2022-11-23T01:27:43.5012147Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2022-11-23T01:27:43.5013687Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2022-11-23T01:27:43.5015543Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2022-11-23T01:27:43.5017175Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2022-11-23T01:27:43.5018887Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2022-11-23T01:27:43.5020361Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2022-11-23T01:27:43.5021856Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2022-11-23T01:27:43.5027845Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2022-11-23T01:27:43.5030242Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2022-11-23T01:27:43.5031922Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2022-11-23T01:27:43.5033869Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2022-11-23T01:27:43.5035753Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2022-11-23T01:27:43.5037387Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2022-11-23T01:27:43.5039098Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2022-11-23T01:27:43.5041156Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2022-11-23T01:27:43.5042926Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2022-11-23T01:27:43.5044912Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2022-11-23T01:27:43.5049117Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2022-11-23T01:27:43.5051292Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2022-11-23T01:27:43.5052806Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2022-11-23T01:27:43.5060386Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2022-11-23T01:27:43.5064820Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2022-11-23T01:27:43.5068180Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2022-11-23T01:27:43.5076695Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2022-11-23T01:27:43.5079349Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2022-11-23T01:27:43.5084108Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2022-11-23T01:27:43.5086891Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2022-11-23T01:27:43.5088878Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2022-11-23T01:27:43.5091580Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2022-11-23T01:27:43.5108565Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2022-11-23T01:27:43.5112578Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2022-11-23T01:27:43.5114394Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2022-11-23T01:27:43.5116384Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2022-11-23T01:27:43.5117933Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2022-11-23T01:27:43.5120489Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2022-11-23T01:27:43.5123017Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2022-11-23T01:27:43.5124515Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2022-11-23T01:27:43.5126511Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2022-11-23T01:27:43.5128480Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2022-11-23T01:27:43.5130974Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2022-11-23T01:27:43.5133257Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2022-11-23T01:27:43.5135196Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2022-11-23T01:27:43.5136827Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2022-11-23T01:27:43.5139122Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2022-11-23T01:27:43.5140728Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2022-11-23T01:27:43.5142245Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2022-11-23T01:27:43.5143769Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2022-11-23T01:27:43.5145623Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2022-11-23T01:27:43.5148271Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2022-11-23T01:27:43.5150620Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2022-11-23T01:27:43.5151935Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2022-11-23T01:27:43.5153756Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2022-11-23T01:27:43.5155014Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2022-11-23T01:27:43.5158184Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2022-11-23T01:27:43.5159615Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2022-11-23T01:27:43.5161387Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2022-11-23T01:27:43.5163265Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2022-11-23T01:27:43.5165078Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2022-11-23T01:27:43.5166813Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2022-11-23T01:27:43.5169414Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2022-11-23T01:27:43.5171454Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2022-11-23T01:27:43.5172274Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2022-11-23T01:27:43.5174606Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2022-11-23T01:27:43.5176052Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2022-11-23T01:27:43.5177640Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2022-11-23T01:27:43.5179155Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2022-11-23T01:27:43.5180455Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2022-11-23T01:27:43.5182011Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2022-11-23T01:27:43.5183478Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2022-11-23T01:27:43.5184742Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2022-11-23T01:27:43.5185988Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2022-11-23T01:27:43.5187414Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2022-11-23T01:27:43.5188792Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2022-11-23T01:27:43.5190472Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2022-11-23T01:27:43.5192254Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2022-11-23T01:27:43.5193838Z adding 'torch/include/torch/csrc/jit/passes/cuda_graph_fuser.h' 2022-11-23T01:27:43.5195774Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2022-11-23T01:27:43.5197326Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2022-11-23T01:27:43.5198974Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2022-11-23T01:27:43.5200393Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2022-11-23T01:27:43.5201803Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2022-11-23T01:27:43.5203477Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2022-11-23T01:27:43.5205330Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2022-11-23T01:27:43.5206948Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2022-11-23T01:27:43.5208617Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2022-11-23T01:27:43.5210344Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2022-11-23T01:27:43.5211944Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2022-11-23T01:27:43.5213268Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2022-11-23T01:27:43.5214816Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2022-11-23T01:27:43.5216273Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2022-11-23T01:27:43.5217852Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2022-11-23T01:27:43.5219692Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2022-11-23T01:27:43.5221248Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2022-11-23T01:27:43.5222883Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2022-11-23T01:27:43.5224921Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2022-11-23T01:27:43.5226396Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2022-11-23T01:27:43.5227636Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2022-11-23T01:27:43.5229090Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2022-11-23T01:27:43.5230615Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2022-11-23T01:27:43.5232164Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2022-11-23T01:27:43.5233680Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2022-11-23T01:27:43.5234894Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2022-11-23T01:27:43.5236738Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2022-11-23T01:27:43.5238309Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2022-11-23T01:27:43.5239888Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2022-11-23T01:27:43.5241323Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2022-11-23T01:27:43.5243005Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2022-11-23T01:27:43.5244497Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2022-11-23T01:27:43.5246053Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2022-11-23T01:27:43.5247684Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2022-11-23T01:27:43.5249353Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2022-11-23T01:27:43.5250981Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2022-11-23T01:27:43.5252607Z adding 'torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h' 2022-11-23T01:27:43.5254241Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2022-11-23T01:27:43.5256073Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2022-11-23T01:27:43.5257786Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2022-11-23T01:27:43.5260538Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2022-11-23T01:27:43.5262302Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2022-11-23T01:27:43.5264027Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2022-11-23T01:27:43.5265741Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2022-11-23T01:27:43.5267671Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2022-11-23T01:27:43.5269319Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2022-11-23T01:27:43.5270969Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2022-11-23T01:27:43.5272474Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2022-11-23T01:27:43.5274016Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2022-11-23T01:27:43.5275954Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2022-11-23T01:27:43.5277525Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2022-11-23T01:27:43.5279044Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2022-11-23T01:27:43.5281136Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2022-11-23T01:27:43.5282729Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2022-11-23T01:27:43.5284422Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2022-11-23T01:27:43.5286006Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2022-11-23T01:27:43.5287875Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2022-11-23T01:27:43.5289763Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2022-11-23T01:27:43.5291598Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2022-11-23T01:27:43.5294231Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2022-11-23T01:27:43.5296422Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2022-11-23T01:27:43.5298566Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2022-11-23T01:27:43.5300850Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2022-11-23T01:27:43.5303145Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2022-11-23T01:27:43.5305105Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2022-11-23T01:27:43.5307137Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2022-11-23T01:27:43.5309022Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2022-11-23T01:27:43.5310734Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2022-11-23T01:27:43.5312572Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2022-11-23T01:27:43.5315057Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2022-11-23T01:27:43.5317213Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2022-11-23T01:27:43.5319000Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2022-11-23T01:27:43.5321815Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2022-11-23T01:27:43.5324225Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2022-11-23T01:27:43.5326112Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2022-11-23T01:27:43.5334312Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2022-11-23T01:27:43.5337316Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2022-11-23T01:27:43.5339040Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2022-11-23T01:27:43.5341076Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2022-11-23T01:27:43.5343981Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2022-11-23T01:27:43.5345961Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2022-11-23T01:27:43.5347671Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2022-11-23T01:27:43.5349726Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2022-11-23T01:27:43.5351781Z adding 'torch/include/torch/csrc/jit/python/init.h' 2022-11-23T01:27:43.5353494Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2022-11-23T01:27:43.5356682Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2022-11-23T01:27:43.5367728Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2022-11-23T01:27:43.5370933Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2022-11-23T01:27:43.5372569Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2022-11-23T01:27:43.5374708Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2022-11-23T01:27:43.5376829Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2022-11-23T01:27:43.5379086Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2022-11-23T01:27:43.5381689Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2022-11-23T01:27:43.5385202Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2022-11-23T01:27:43.5387144Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2022-11-23T01:27:43.5388730Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2022-11-23T01:27:43.5390205Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2022-11-23T01:27:43.5391627Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2022-11-23T01:27:43.5397530Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2022-11-23T01:27:43.5400377Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2022-11-23T01:27:43.5402431Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2022-11-23T01:27:43.5404282Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2022-11-23T01:27:43.5406012Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2022-11-23T01:27:43.5407495Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2022-11-23T01:27:43.5408996Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2022-11-23T01:27:43.5411712Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2022-11-23T01:27:43.5413994Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2022-11-23T01:27:43.5416655Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2022-11-23T01:27:43.5419490Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2022-11-23T01:27:43.5422309Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2022-11-23T01:27:43.5424137Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2022-11-23T01:27:43.5425823Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2022-11-23T01:27:43.5427541Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2022-11-23T01:27:43.5431229Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2022-11-23T01:27:43.5433085Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2022-11-23T01:27:43.5434926Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2022-11-23T01:27:43.5436894Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2022-11-23T01:27:43.5440266Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2022-11-23T01:27:43.5447675Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2022-11-23T01:27:43.5450788Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2022-11-23T01:27:43.5452522Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2022-11-23T01:27:43.5454016Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2022-11-23T01:27:43.5455567Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2022-11-23T01:27:43.5457708Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2022-11-23T01:27:43.5458748Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2022-11-23T01:27:43.5461063Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2022-11-23T01:27:43.5462300Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2022-11-23T01:27:43.5464031Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2022-11-23T01:27:43.5465635Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2022-11-23T01:27:43.5468129Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2022-11-23T01:27:43.5471834Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2022-11-23T01:27:43.5473983Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2022-11-23T01:27:43.5476329Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2022-11-23T01:27:43.5478134Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2022-11-23T01:27:43.5480120Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2022-11-23T01:27:43.5481958Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2022-11-23T01:27:43.5483491Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2022-11-23T01:27:43.5485124Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2022-11-23T01:27:43.5486667Z adding 'torch/include/torch/csrc/jit/serialization/import_legacy.h' 2022-11-23T01:27:43.5488370Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2022-11-23T01:27:43.5490437Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2022-11-23T01:27:43.5506637Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2022-11-23T01:27:43.5510421Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2022-11-23T01:27:43.5512627Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2022-11-23T01:27:43.5516879Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2022-11-23T01:27:43.5519089Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2022-11-23T01:27:43.5521028Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2022-11-23T01:27:43.5522801Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2022-11-23T01:27:43.5524661Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2022-11-23T01:27:43.5526408Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2022-11-23T01:27:43.5529707Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2022-11-23T01:27:43.5533604Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2022-11-23T01:27:43.5536896Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2022-11-23T01:27:43.5539526Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2022-11-23T01:27:43.5542420Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2022-11-23T01:27:43.5546035Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2022-11-23T01:27:43.5548707Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2022-11-23T01:27:43.5550977Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2022-11-23T01:27:43.5554642Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2022-11-23T01:27:43.5557487Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2022-11-23T01:27:43.5561180Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2022-11-23T01:27:43.5563858Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2022-11-23T01:27:43.5568364Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2022-11-23T01:27:43.5571268Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2022-11-23T01:27:43.5573122Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2022-11-23T01:27:43.5575809Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2022-11-23T01:27:43.5578348Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2022-11-23T01:27:43.5581466Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2022-11-23T01:27:43.5584427Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2022-11-23T01:27:43.5587935Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2022-11-23T01:27:43.5590019Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2022-11-23T01:27:43.5596299Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2022-11-23T01:27:43.5599047Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2022-11-23T01:27:43.5601284Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2022-11-23T01:27:43.5603887Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2022-11-23T01:27:43.5608610Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2022-11-23T01:27:43.5610419Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2022-11-23T01:27:43.5612644Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2022-11-23T01:27:43.5616641Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2022-11-23T01:27:43.5618981Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2022-11-23T01:27:43.5620788Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2022-11-23T01:27:43.5627378Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2022-11-23T01:27:43.5629651Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2022-11-23T01:27:43.5631108Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2022-11-23T01:27:43.5635358Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2022-11-23T01:27:43.5638928Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2022-11-23T01:27:43.5643231Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2022-11-23T01:27:43.5649390Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2022-11-23T01:27:43.5652958Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2022-11-23T01:27:43.5654840Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2022-11-23T01:27:43.5656768Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2022-11-23T01:27:43.5658550Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2022-11-23T01:27:43.5660324Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2022-11-23T01:27:43.5662222Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2022-11-23T01:27:43.5663643Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2022-11-23T01:27:43.5665458Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2022-11-23T01:27:43.5666941Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2022-11-23T01:27:43.5668292Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2022-11-23T01:27:43.5670051Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2022-11-23T01:27:43.5671813Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2022-11-23T01:27:43.5673421Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2022-11-23T01:27:43.5675072Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2022-11-23T01:27:43.5676994Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2022-11-23T01:27:43.5678595Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2022-11-23T01:27:43.5680674Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2022-11-23T01:27:43.5682552Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2022-11-23T01:27:43.5684770Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2022-11-23T01:27:43.5686715Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2022-11-23T01:27:43.5689097Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2022-11-23T01:27:43.5690710Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2022-11-23T01:27:43.5692117Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2022-11-23T01:27:43.5693649Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2022-11-23T01:27:43.5696228Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2022-11-23T01:27:43.5698154Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2022-11-23T01:27:43.5701829Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2022-11-23T01:27:43.5704327Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2022-11-23T01:27:43.5706763Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2022-11-23T01:27:43.5708480Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2022-11-23T01:27:43.5710129Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2022-11-23T01:27:43.5713359Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2022-11-23T01:27:43.5716625Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2022-11-23T01:27:43.5718567Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2022-11-23T01:27:43.5720302Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2022-11-23T01:27:43.5722120Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2022-11-23T01:27:43.5725209Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2022-11-23T01:27:43.5728978Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2022-11-23T01:27:43.5730892Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2022-11-23T01:27:43.5732825Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2022-11-23T01:27:43.5734400Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2022-11-23T01:27:43.5736279Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2022-11-23T01:27:43.5737997Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2022-11-23T01:27:43.5739960Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2022-11-23T01:27:43.5741967Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2022-11-23T01:27:43.5743683Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2022-11-23T01:27:43.5745231Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2022-11-23T01:27:43.5747089Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2022-11-23T01:27:43.5748848Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2022-11-23T01:27:43.5750615Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2022-11-23T01:27:43.5752121Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2022-11-23T01:27:43.5753623Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2022-11-23T01:27:43.5755188Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2022-11-23T01:27:43.5756695Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2022-11-23T01:27:43.5758941Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2022-11-23T01:27:43.5761059Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2022-11-23T01:27:43.5762593Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2022-11-23T01:27:43.5764161Z adding 'torch/include/torch/csrc/onnx/init.h' 2022-11-23T01:27:43.5765650Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2022-11-23T01:27:43.5767325Z adding 'torch/include/torch/csrc/profiler/api.h' 2022-11-23T01:27:43.5772020Z adding 'torch/include/torch/csrc/profiler/collection.h' 2022-11-23T01:27:43.5774933Z adding 'torch/include/torch/csrc/profiler/containers.h' 2022-11-23T01:27:43.5777265Z adding 'torch/include/torch/csrc/profiler/data_flow.h' 2022-11-23T01:27:43.5778975Z adding 'torch/include/torch/csrc/profiler/events.h' 2022-11-23T01:27:43.5780961Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2022-11-23T01:27:43.5782687Z adding 'torch/include/torch/csrc/profiler/perf-inl.h' 2022-11-23T01:27:43.5784468Z adding 'torch/include/torch/csrc/profiler/perf.h' 2022-11-23T01:27:43.5787060Z adding 'torch/include/torch/csrc/profiler/util.h' 2022-11-23T01:27:43.5789562Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2022-11-23T01:27:43.5791253Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2022-11-23T01:27:43.5793314Z adding 'torch/include/torch/csrc/profiler/stubs/base.h' 2022-11-23T01:27:43.5795162Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2022-11-23T01:27:43.5797350Z adding 'torch/include/torch/csrc/utils/auto_gil.h' 2022-11-23T01:27:43.5798914Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2022-11-23T01:27:43.5800388Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2022-11-23T01:27:43.5801610Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2022-11-23T01:27:43.5803389Z adding 'torch/include/torch/csrc/utils/cuda_lazy_init.h' 2022-11-23T01:27:43.5804775Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2022-11-23T01:27:43.5806017Z adding 'torch/include/torch/csrc/utils/init.h' 2022-11-23T01:27:43.5807456Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2022-11-23T01:27:43.5809075Z adding 'torch/include/torch/csrc/utils/memory.h' 2022-11-23T01:27:43.5810305Z adding 'torch/include/torch/csrc/utils/nested.h' 2022-11-23T01:27:43.5811778Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2022-11-23T01:27:43.5813560Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2022-11-23T01:27:43.5815083Z adding 'torch/include/torch/csrc/utils/out_types.h' 2022-11-23T01:27:43.5818455Z adding 'torch/include/torch/csrc/utils/pybind.h' 2022-11-23T01:27:43.5820414Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2022-11-23T01:27:43.5829879Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2022-11-23T01:27:43.5833132Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2022-11-23T01:27:43.5835006Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2022-11-23T01:27:43.5837303Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2022-11-23T01:27:43.5839295Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2022-11-23T01:27:43.5841454Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2022-11-23T01:27:43.5842988Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2022-11-23T01:27:43.5844844Z adding 'torch/include/torch/csrc/utils/python_symnode.h' 2022-11-23T01:27:43.5846587Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2022-11-23T01:27:43.5848159Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2022-11-23T01:27:43.5850376Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2022-11-23T01:27:43.5852258Z adding 'torch/include/torch/csrc/utils/six.h' 2022-11-23T01:27:43.5853724Z adding 'torch/include/torch/csrc/utils/structseq.h' 2022-11-23T01:27:43.5855066Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2022-11-23T01:27:43.5856552Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2022-11-23T01:27:43.5858566Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2022-11-23T01:27:43.5860090Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2022-11-23T01:27:43.5861644Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2022-11-23T01:27:43.5863058Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2022-11-23T01:27:43.5864852Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2022-11-23T01:27:43.5866699Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2022-11-23T01:27:43.5868206Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2022-11-23T01:27:43.5869739Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2022-11-23T01:27:43.5872312Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2022-11-23T01:27:43.5875500Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2022-11-23T01:27:43.5877298Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2022-11-23T01:27:43.5879627Z adding 'torch/include/torch/csrc/utils/variadic.h' 2022-11-23T01:27:43.5883588Z adding 'torch/jit/__init__.py' 2022-11-23T01:27:43.5886123Z adding 'torch/jit/_async.py' 2022-11-23T01:27:43.5888834Z adding 'torch/jit/_builtins.py' 2022-11-23T01:27:43.5892342Z adding 'torch/jit/_check.py' 2022-11-23T01:27:43.5895315Z adding 'torch/jit/_dataclass_impls.py' 2022-11-23T01:27:43.5896953Z adding 'torch/jit/_decomposition_utils.py' 2022-11-23T01:27:43.5899313Z adding 'torch/jit/_decompositions.py' 2022-11-23T01:27:43.5902932Z adding 'torch/jit/_freeze.py' 2022-11-23T01:27:43.5905906Z adding 'torch/jit/_fuser.py' 2022-11-23T01:27:43.5907527Z adding 'torch/jit/_ir_utils.py' 2022-11-23T01:27:43.5909300Z adding 'torch/jit/_logging.py' 2022-11-23T01:27:43.5911978Z adding 'torch/jit/_monkeytype_config.py' 2022-11-23T01:27:43.5913706Z adding 'torch/jit/_pickle.py' 2022-11-23T01:27:43.5926221Z adding 'torch/jit/_recursive.py' 2022-11-23T01:27:43.5946001Z adding 'torch/jit/_script.py' 2022-11-23T01:27:43.5950874Z adding 'torch/jit/_serialization.py' 2022-11-23T01:27:43.5961750Z adding 'torch/jit/_shape_functions.py' 2022-11-23T01:27:43.5964908Z adding 'torch/jit/_state.py' 2022-11-23T01:27:43.5979418Z adding 'torch/jit/_trace.py' 2022-11-23T01:27:43.5986056Z adding 'torch/jit/annotations.py' 2022-11-23T01:27:43.5998352Z adding 'torch/jit/frontend.py' 2022-11-23T01:27:43.6001100Z adding 'torch/jit/generate_bytecode.py' 2022-11-23T01:27:43.6006255Z adding 'torch/jit/quantized.py' 2022-11-23T01:27:43.6010234Z adding 'torch/jit/supported_ops.py' 2022-11-23T01:27:43.6012365Z adding 'torch/jit/unsupported_tensor_ops.py' 2022-11-23T01:27:43.6014025Z adding 'torch/jit/_passes/__init__.py' 2022-11-23T01:27:43.6015687Z adding 'torch/jit/_passes/_property_propagation.py' 2022-11-23T01:27:43.6018618Z adding 'torch/jit/mobile/__init__.py' 2022-11-23T01:27:43.6154566Z adding 'torch/lib/libbackend_with_compiler.so' 2022-11-23T01:27:43.6474397Z adding 'torch/lib/libc10.so' 2022-11-23T01:27:43.6680861Z adding 'torch/lib/libc10_hip.so' 2022-11-23T01:27:43.6695875Z adding 'torch/lib/libcaffe2_nvrtc.so' 2022-11-23T01:27:43.6803792Z adding 'torch/lib/libjitbackend_test.so' 2022-11-23T01:27:43.6823918Z adding 'torch/lib/libshm.so' 2022-11-23T01:27:43.6828794Z adding 'torch/lib/libtorch.so' 2022-11-23T01:27:55.3330123Z adding 'torch/lib/libtorch_cpu.so' 2022-11-23T01:27:56.0495583Z adding 'torch/lib/libtorch_global_deps.so' 2022-11-23T01:28:00.6728389Z adding 'torch/lib/libtorch_hip.so' 2022-11-23T01:28:01.9519712Z adding 'torch/lib/libtorch_python.so' 2022-11-23T01:28:02.0276020Z adding 'torch/lib/libtorchbind_test.so' 2022-11-23T01:28:02.0322689Z adding 'torch/linalg/__init__.py' 2022-11-23T01:28:02.0327615Z adding 'torch/masked/__init__.py' 2022-11-23T01:28:02.0332589Z adding 'torch/masked/_docs.py' 2022-11-23T01:28:02.0348775Z adding 'torch/masked/_ops.py' 2022-11-23T01:28:02.0352137Z adding 'torch/masked/maskedtensor/__init__.py' 2022-11-23T01:28:02.0355957Z adding 'torch/masked/maskedtensor/_ops_refs.py' 2022-11-23T01:28:02.0358849Z adding 'torch/masked/maskedtensor/binary.py' 2022-11-23T01:28:02.0362930Z adding 'torch/masked/maskedtensor/core.py' 2022-11-23T01:28:02.0364915Z adding 'torch/masked/maskedtensor/creation.py' 2022-11-23T01:28:02.0366380Z adding 'torch/masked/maskedtensor/passthrough.py' 2022-11-23T01:28:02.0368516Z adding 'torch/masked/maskedtensor/reductions.py' 2022-11-23T01:28:02.0370775Z adding 'torch/masked/maskedtensor/unary.py' 2022-11-23T01:28:02.0372647Z adding 'torch/monitor/__init__.py' 2022-11-23T01:28:02.0374822Z adding 'torch/multiprocessing/__init__.py' 2022-11-23T01:28:02.0376635Z adding 'torch/multiprocessing/_atfork.py' 2022-11-23T01:28:02.0378289Z adding 'torch/multiprocessing/pool.py' 2022-11-23T01:28:02.0379934Z adding 'torch/multiprocessing/queue.py' 2022-11-23T01:28:02.0384977Z adding 'torch/multiprocessing/reductions.py' 2022-11-23T01:28:02.0388824Z adding 'torch/multiprocessing/spawn.py' 2022-11-23T01:28:02.0391564Z adding 'torch/nested/__init__.py' 2022-11-23T01:28:02.0393954Z adding 'torch/nn/__init__.py' 2022-11-23T01:28:02.0395801Z adding 'torch/nn/_reduction.py' 2022-11-23T01:28:02.0397489Z adding 'torch/nn/common_types.py' 2022-11-23T01:28:02.0399394Z adding 'torch/nn/cpp.py' 2022-11-23T01:28:02.0453258Z adding 'torch/nn/functional.py' 2022-11-23T01:28:02.0461524Z adding 'torch/nn/functional.pyi' 2022-11-23T01:28:02.0464038Z adding 'torch/nn/grad.py' 2022-11-23T01:28:02.0469451Z adding 'torch/nn/init.py' 2022-11-23T01:28:02.0473098Z adding 'torch/nn/parameter.py' 2022-11-23T01:28:02.0475008Z adding 'torch/nn/parameter.pyi' 2022-11-23T01:28:02.0476587Z adding 'torch/nn/backends/__init__.py' 2022-11-23T01:28:02.0477940Z adding 'torch/nn/backends/thnn.py' 2022-11-23T01:28:02.0479624Z adding 'torch/nn/intrinsic/__init__.py' 2022-11-23T01:28:02.0481274Z adding 'torch/nn/intrinsic/modules/__init__.py' 2022-11-23T01:28:02.0482739Z adding 'torch/nn/intrinsic/modules/fused.py' 2022-11-23T01:28:02.0484266Z adding 'torch/nn/intrinsic/qat/__init__.py' 2022-11-23T01:28:02.0485970Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2022-11-23T01:28:02.0487512Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2022-11-23T01:28:02.0489042Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2022-11-23T01:28:02.0490411Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2022-11-23T01:28:02.0491924Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2022-11-23T01:28:02.0493431Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2022-11-23T01:28:02.0495023Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2022-11-23T01:28:02.0496451Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2022-11-23T01:28:02.0498430Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2022-11-23T01:28:02.0499697Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2022-11-23T01:28:02.0500953Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2022-11-23T01:28:02.0502217Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2022-11-23T01:28:02.0505253Z adding 'torch/nn/modules/__init__.py' 2022-11-23T01:28:02.0508756Z adding 'torch/nn/modules/_functions.py' 2022-11-23T01:28:02.0521158Z adding 'torch/nn/modules/activation.py' 2022-11-23T01:28:02.0526337Z adding 'torch/nn/modules/adaptive.py' 2022-11-23T01:28:02.0533579Z adding 'torch/nn/modules/batchnorm.py' 2022-11-23T01:28:02.0536110Z adding 'torch/nn/modules/channelshuffle.py' 2022-11-23T01:28:02.0544276Z adding 'torch/nn/modules/container.py' 2022-11-23T01:28:02.0557513Z adding 'torch/nn/modules/conv.py' 2022-11-23T01:28:02.0561189Z adding 'torch/nn/modules/distance.py' 2022-11-23T01:28:02.0564105Z adding 'torch/nn/modules/dropout.py' 2022-11-23T01:28:02.0566775Z adding 'torch/nn/modules/flatten.py' 2022-11-23T01:28:02.0570414Z adding 'torch/nn/modules/fold.py' 2022-11-23T01:28:02.0574596Z adding 'torch/nn/modules/instancenorm.py' 2022-11-23T01:28:02.0578679Z adding 'torch/nn/modules/lazy.py' 2022-11-23T01:28:02.0581939Z adding 'torch/nn/modules/linear.py' 2022-11-23T01:28:02.0602206Z adding 'torch/nn/modules/loss.py' 2022-11-23T01:28:02.0631816Z adding 'torch/nn/modules/module.py' 2022-11-23T01:28:02.0637497Z adding 'torch/nn/modules/normalization.py' 2022-11-23T01:28:02.0640904Z adding 'torch/nn/modules/padding.py' 2022-11-23T01:28:02.0643288Z adding 'torch/nn/modules/pixelshuffle.py' 2022-11-23T01:28:02.0651710Z adding 'torch/nn/modules/pooling.py' 2022-11-23T01:28:02.0664679Z adding 'torch/nn/modules/rnn.py' 2022-11-23T01:28:02.0671412Z adding 'torch/nn/modules/sparse.py' 2022-11-23T01:28:02.0679799Z adding 'torch/nn/modules/transformer.py' 2022-11-23T01:28:02.0683560Z adding 'torch/nn/modules/upsampling.py' 2022-11-23T01:28:02.0685895Z adding 'torch/nn/modules/utils.py' 2022-11-23T01:28:02.0687797Z adding 'torch/nn/parallel/__init__.py' 2022-11-23T01:28:02.0689286Z adding 'torch/nn/parallel/__init__.pyi' 2022-11-23T01:28:02.0691645Z adding 'torch/nn/parallel/_functions.py' 2022-11-23T01:28:02.0693358Z adding 'torch/nn/parallel/_replicated_tensor_ddp_interop.py' 2022-11-23T01:28:02.0694990Z adding 'torch/nn/parallel/_replicated_tensor_ddp_utils.py' 2022-11-23T01:28:02.0698347Z adding 'torch/nn/parallel/comm.py' 2022-11-23T01:28:02.0699967Z adding 'torch/nn/parallel/common_types.pyi' 2022-11-23T01:28:02.0703416Z adding 'torch/nn/parallel/data_parallel.py' 2022-11-23T01:28:02.0705085Z adding 'torch/nn/parallel/data_parallel.pyi' 2022-11-23T01:28:02.0731314Z adding 'torch/nn/parallel/distributed.py' 2022-11-23T01:28:02.0735353Z adding 'torch/nn/parallel/parallel_apply.py' 2022-11-23T01:28:02.0736922Z adding 'torch/nn/parallel/parallel_apply.pyi' 2022-11-23T01:28:02.0739371Z adding 'torch/nn/parallel/replicate.py' 2022-11-23T01:28:02.0740939Z adding 'torch/nn/parallel/replicate.pyi' 2022-11-23T01:28:02.0742986Z adding 'torch/nn/parallel/scatter_gather.py' 2022-11-23T01:28:02.0744603Z adding 'torch/nn/parallel/scatter_gather.pyi' 2022-11-23T01:28:02.0746257Z adding 'torch/nn/qat/__init__.py' 2022-11-23T01:28:02.0747742Z adding 'torch/nn/qat/dynamic/__init__.py' 2022-11-23T01:28:02.0749108Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2022-11-23T01:28:02.0750427Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2022-11-23T01:28:02.0752088Z adding 'torch/nn/qat/modules/__init__.py' 2022-11-23T01:28:02.0753663Z adding 'torch/nn/qat/modules/conv.py' 2022-11-23T01:28:02.0755270Z adding 'torch/nn/qat/modules/embedding_ops.py' 2022-11-23T01:28:02.0756619Z adding 'torch/nn/qat/modules/linear.py' 2022-11-23T01:28:02.0758160Z adding 'torch/nn/quantizable/__init__.py' 2022-11-23T01:28:02.0759715Z adding 'torch/nn/quantizable/modules/__init__.py' 2022-11-23T01:28:02.0761043Z adding 'torch/nn/quantizable/modules/activation.py' 2022-11-23T01:28:02.0762431Z adding 'torch/nn/quantizable/modules/rnn.py' 2022-11-23T01:28:02.0764246Z adding 'torch/nn/quantized/__init__.py' 2022-11-23T01:28:02.0765781Z adding 'torch/nn/quantized/functional.py' 2022-11-23T01:28:02.0767186Z adding 'torch/nn/quantized/_reference/__init__.py' 2022-11-23T01:28:02.0769162Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2022-11-23T01:28:02.0771490Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2022-11-23T01:28:02.0773009Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2022-11-23T01:28:02.0774669Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2022-11-23T01:28:02.0776031Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2022-11-23T01:28:02.0777790Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2022-11-23T01:28:02.0779201Z adding 'torch/nn/quantized/dynamic/__init__.py' 2022-11-23T01:28:02.0780919Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2022-11-23T01:28:02.0782397Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2022-11-23T01:28:02.0783762Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2022-11-23T01:28:02.0785266Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2022-11-23T01:28:02.0787365Z adding 'torch/nn/quantized/modules/__init__.py' 2022-11-23T01:28:02.0789012Z adding 'torch/nn/quantized/modules/activation.py' 2022-11-23T01:28:02.0790398Z adding 'torch/nn/quantized/modules/batchnorm.py' 2022-11-23T01:28:02.0791871Z adding 'torch/nn/quantized/modules/conv.py' 2022-11-23T01:28:02.0793250Z adding 'torch/nn/quantized/modules/dropout.py' 2022-11-23T01:28:02.0795023Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2022-11-23T01:28:02.0796400Z adding 'torch/nn/quantized/modules/functional_modules.py' 2022-11-23T01:28:02.0797896Z adding 'torch/nn/quantized/modules/linear.py' 2022-11-23T01:28:02.0799327Z adding 'torch/nn/quantized/modules/normalization.py' 2022-11-23T01:28:02.0800691Z adding 'torch/nn/quantized/modules/rnn.py' 2022-11-23T01:28:02.0802118Z adding 'torch/nn/quantized/modules/utils.py' 2022-11-23T01:28:02.0804059Z adding 'torch/nn/utils/__init__.py' 2022-11-23T01:28:02.0805697Z adding 'torch/nn/utils/_deprecation_utils.py' 2022-11-23T01:28:02.0808171Z adding 'torch/nn/utils/_per_sample_grad.py' 2022-11-23T01:28:02.0809848Z adding 'torch/nn/utils/_stateless.py' 2022-11-23T01:28:02.0812066Z adding 'torch/nn/utils/clip_grad.py' 2022-11-23T01:28:02.0814159Z adding 'torch/nn/utils/convert_parameters.py' 2022-11-23T01:28:02.0816202Z adding 'torch/nn/utils/fusion.py' 2022-11-23T01:28:02.0817990Z adding 'torch/nn/utils/init.py' 2022-11-23T01:28:02.0820455Z adding 'torch/nn/utils/memory_format.py' 2022-11-23T01:28:02.0827477Z adding 'torch/nn/utils/parametrizations.py' 2022-11-23T01:28:02.0838088Z adding 'torch/nn/utils/parametrize.py' 2022-11-23T01:28:02.0852418Z adding 'torch/nn/utils/prune.py' 2022-11-23T01:28:02.0860049Z adding 'torch/nn/utils/rnn.py' 2022-11-23T01:28:02.0865241Z adding 'torch/nn/utils/spectral_norm.py' 2022-11-23T01:28:02.0868400Z adding 'torch/nn/utils/stateless.py' 2022-11-23T01:28:02.0871046Z adding 'torch/nn/utils/weight_norm.py' 2022-11-23T01:28:02.0873307Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2022-11-23T01:28:02.0875566Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2022-11-23T01:28:02.0879165Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2022-11-23T01:28:02.0881570Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2022-11-23T01:28:02.0883745Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2022-11-23T01:28:02.0886528Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2022-11-23T01:28:02.0889003Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2022-11-23T01:28:02.0891393Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2022-11-23T01:28:02.0893515Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2022-11-23T01:28:02.0895472Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2022-11-23T01:28:02.0898433Z adding 'torch/onnx/__init__.py' 2022-11-23T01:28:02.0900256Z adding 'torch/onnx/_constants.py' 2022-11-23T01:28:02.0902237Z adding 'torch/onnx/_deprecation.py' 2022-11-23T01:28:02.0904108Z adding 'torch/onnx/_experimental.py' 2022-11-23T01:28:02.0906075Z adding 'torch/onnx/_exporter_states.py' 2022-11-23T01:28:02.0908178Z adding 'torch/onnx/_globals.py' 2022-11-23T01:28:02.0910547Z adding 'torch/onnx/_onnx_supported_ops.py' 2022-11-23T01:28:02.0914446Z adding 'torch/onnx/_patch_torch.py' 2022-11-23T01:28:02.0918402Z adding 'torch/onnx/_type_utils.py' 2022-11-23T01:28:02.0921139Z adding 'torch/onnx/errors.py' 2022-11-23T01:28:02.0922764Z adding 'torch/onnx/operators.py' 2022-11-23T01:28:02.0925616Z adding 'torch/onnx/symbolic_caffe2.py' 2022-11-23T01:28:02.0942541Z adding 'torch/onnx/symbolic_helper.py' 2022-11-23T01:28:02.0950896Z adding 'torch/onnx/symbolic_opset10.py' 2022-11-23T01:28:02.0966364Z adding 'torch/onnx/symbolic_opset11.py' 2022-11-23T01:28:02.0972509Z adding 'torch/onnx/symbolic_opset12.py' 2022-11-23T01:28:02.0980749Z adding 'torch/onnx/symbolic_opset13.py' 2022-11-23T01:28:02.0983810Z adding 'torch/onnx/symbolic_opset14.py' 2022-11-23T01:28:02.0985998Z adding 'torch/onnx/symbolic_opset15.py' 2022-11-23T01:28:02.0988347Z adding 'torch/onnx/symbolic_opset16.py' 2022-11-23T01:28:02.0990351Z adding 'torch/onnx/symbolic_opset17.py' 2022-11-23T01:28:02.0992301Z adding 'torch/onnx/symbolic_opset7.py' 2022-11-23T01:28:02.0996714Z adding 'torch/onnx/symbolic_opset8.py' 2022-11-23T01:28:02.1056880Z adding 'torch/onnx/symbolic_opset9.py' 2022-11-23T01:28:02.1087249Z adding 'torch/onnx/utils.py' 2022-11-23T01:28:02.1096254Z adding 'torch/onnx/verification.py' 2022-11-23T01:28:02.1098809Z adding 'torch/onnx/_internal/__init__.py' 2022-11-23T01:28:02.1101061Z adding 'torch/onnx/_internal/_beartype.py' 2022-11-23T01:28:02.1105624Z adding 'torch/onnx/_internal/jit_utils.py' 2022-11-23T01:28:02.1108760Z adding 'torch/onnx/_internal/onnx_proto_utils.py' 2022-11-23T01:28:02.1112948Z adding 'torch/onnx/_internal/registration.py' 2022-11-23T01:28:02.1115351Z adding 'torch/onnx/_internal/diagnostics/__init__.py' 2022-11-23T01:28:02.1118046Z adding 'torch/onnx/_internal/diagnostics/_diagnostic.py' 2022-11-23T01:28:02.1120773Z adding 'torch/onnx/_internal/diagnostics/_rules.py' 2022-11-23T01:28:02.1123168Z adding 'torch/onnx/_internal/diagnostics/infra/__init__.py' 2022-11-23T01:28:02.1127692Z adding 'torch/onnx/_internal/diagnostics/infra/_infra.py' 2022-11-23T01:28:02.1130549Z adding 'torch/onnx/_internal/diagnostics/infra/engine.py' 2022-11-23T01:28:02.1132676Z adding 'torch/onnx/_internal/diagnostics/infra/formatter.py' 2022-11-23T01:28:02.1134563Z adding 'torch/onnx/_internal/diagnostics/infra/utils.py' 2022-11-23T01:28:02.1137629Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/__init__.py' 2022-11-23T01:28:02.1139616Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_address.py' 2022-11-23T01:28:02.1141676Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py' 2022-11-23T01:28:02.1143597Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py' 2022-11-23T01:28:02.1145425Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py' 2022-11-23T01:28:02.1147217Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py' 2022-11-23T01:28:02.1148999Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py' 2022-11-23T01:28:02.1150767Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py' 2022-11-23T01:28:02.1152650Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py' 2022-11-23T01:28:02.1154757Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py' 2022-11-23T01:28:02.1156423Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge.py' 2022-11-23T01:28:02.1158292Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py' 2022-11-23T01:28:02.1160114Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_exception.py' 2022-11-23T01:28:02.1162177Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py' 2022-11-23T01:28:02.1164105Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py' 2022-11-23T01:28:02.1166008Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py' 2022-11-23T01:28:02.1167627Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_fix.py' 2022-11-23T01:28:02.1169302Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph.py' 2022-11-23T01:28:02.1171010Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py' 2022-11-23T01:28:02.1172966Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py' 2022-11-23T01:28:02.1174766Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location.py' 2022-11-23T01:28:02.1176493Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py' 2022-11-23T01:28:02.1178174Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py' 2022-11-23T01:28:02.1179893Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_message.py' 2022-11-23T01:28:02.1181515Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py' 2022-11-23T01:28:02.1183133Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_node.py' 2022-11-23T01:28:02.1184894Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_notification.py' 2022-11-23T01:28:02.1186603Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py' 2022-11-23T01:28:02.1188175Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py' 2022-11-23T01:28:02.1189748Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py' 2022-11-23T01:28:02.1191457Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_region.py' 2022-11-23T01:28:02.1193300Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py' 2022-11-23T01:28:02.1195068Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py' 2022-11-23T01:28:02.1197027Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py' 2022-11-23T01:28:02.1198714Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py' 2022-11-23T01:28:02.1200423Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py' 2022-11-23T01:28:02.1202435Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result.py' 2022-11-23T01:28:02.1204306Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py' 2022-11-23T01:28:02.1206422Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run.py' 2022-11-23T01:28:02.1208352Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py' 2022-11-23T01:28:02.1210015Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py' 2022-11-23T01:28:02.1211706Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py' 2022-11-23T01:28:02.1213249Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack.py' 2022-11-23T01:28:02.1214876Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py' 2022-11-23T01:28:02.1216494Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py' 2022-11-23T01:28:02.1218312Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py' 2022-11-23T01:28:02.1220166Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py' 2022-11-23T01:28:02.1221820Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool.py' 2022-11-23T01:28:02.1223832Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py' 2022-11-23T01:28:02.1225659Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py' 2022-11-23T01:28:02.1227285Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py' 2022-11-23T01:28:02.1229131Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py' 2022-11-23T01:28:02.1230729Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py' 2022-11-23T01:28:02.1232412Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py' 2022-11-23T01:28:02.1233908Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/version.py' 2022-11-23T01:28:02.1236398Z adding 'torch/optim/__init__.py' 2022-11-23T01:28:02.1237896Z adding 'torch/optim/__init__.pyi' 2022-11-23T01:28:02.1239868Z adding 'torch/optim/_functional.py' 2022-11-23T01:28:02.1243236Z adding 'torch/optim/adadelta.py' 2022-11-23T01:28:02.1245003Z adding 'torch/optim/adadelta.pyi' 2022-11-23T01:28:02.1248819Z adding 'torch/optim/adagrad.py' 2022-11-23T01:28:02.1250631Z adding 'torch/optim/adagrad.pyi' 2022-11-23T01:28:02.1257219Z adding 'torch/optim/adam.py' 2022-11-23T01:28:02.1259426Z adding 'torch/optim/adam.pyi' 2022-11-23T01:28:02.1262942Z adding 'torch/optim/adamax.py' 2022-11-23T01:28:02.1264769Z adding 'torch/optim/adamax.pyi' 2022-11-23T01:28:02.1269483Z adding 'torch/optim/adamw.py' 2022-11-23T01:28:02.1271474Z adding 'torch/optim/adamw.pyi' 2022-11-23T01:28:02.1275134Z adding 'torch/optim/asgd.py' 2022-11-23T01:28:02.1276907Z adding 'torch/optim/asgd.pyi' 2022-11-23T01:28:02.1281622Z adding 'torch/optim/lbfgs.py' 2022-11-23T01:28:02.1283525Z adding 'torch/optim/lbfgs.pyi' 2022-11-23T01:28:02.1301286Z adding 'torch/optim/lr_scheduler.py' 2022-11-23T01:28:02.1305273Z adding 'torch/optim/lr_scheduler.pyi' 2022-11-23T01:28:02.1309313Z adding 'torch/optim/nadam.py' 2022-11-23T01:28:02.1311171Z adding 'torch/optim/nadam.pyi' 2022-11-23T01:28:02.1316072Z adding 'torch/optim/optimizer.py' 2022-11-23T01:28:02.1318038Z adding 'torch/optim/optimizer.pyi' 2022-11-23T01:28:02.1321893Z adding 'torch/optim/radam.py' 2022-11-23T01:28:02.1323592Z adding 'torch/optim/radam.pyi' 2022-11-23T01:28:02.1327403Z adding 'torch/optim/rmsprop.py' 2022-11-23T01:28:02.1329258Z adding 'torch/optim/rmsprop.pyi' 2022-11-23T01:28:02.1332832Z adding 'torch/optim/rprop.py' 2022-11-23T01:28:02.1334512Z adding 'torch/optim/rprop.pyi' 2022-11-23T01:28:02.1338193Z adding 'torch/optim/sgd.py' 2022-11-23T01:28:02.1340048Z adding 'torch/optim/sgd.pyi' 2022-11-23T01:28:02.1342122Z adding 'torch/optim/sparse_adam.py' 2022-11-23T01:28:02.1343664Z adding 'torch/optim/sparse_adam.pyi' 2022-11-23T01:28:02.1347745Z adding 'torch/optim/swa_utils.py' 2022-11-23T01:28:02.1357916Z adding 'torch/optim/swa_utils.pyi' 2022-11-23T01:28:02.1358453Z adding 'torch/optim/_multi_tensor/__init__.py' 2022-11-23T01:28:02.1358912Z adding 'torch/package/__init__.py' 2022-11-23T01:28:02.1359157Z adding 'torch/package/_digraph.py' 2022-11-23T01:28:02.1359425Z adding 'torch/package/_directory_reader.py' 2022-11-23T01:28:02.1360380Z adding 'torch/package/_importlib.py' 2022-11-23T01:28:02.1362543Z adding 'torch/package/_mangling.py' 2022-11-23T01:28:02.1364619Z adding 'torch/package/_mock.py' 2022-11-23T01:28:02.1367347Z adding 'torch/package/_package_pickler.py' 2022-11-23T01:28:02.1368947Z adding 'torch/package/_package_unpickler.py' 2022-11-23T01:28:02.1371344Z adding 'torch/package/_stdlib.py' 2022-11-23T01:28:02.1374054Z adding 'torch/package/file_structure_representation.py' 2022-11-23T01:28:02.1376231Z adding 'torch/package/find_file_dependencies.py' 2022-11-23T01:28:02.1378426Z adding 'torch/package/glob_group.py' 2022-11-23T01:28:02.1381659Z adding 'torch/package/importer.py' 2022-11-23T01:28:02.1395375Z adding 'torch/package/package_exporter.py' 2022-11-23T01:28:02.1405822Z adding 'torch/package/package_importer.py' 2022-11-23T01:28:02.1408071Z adding 'torch/package/analyze/__init__.py' 2022-11-23T01:28:02.1409644Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2022-11-23T01:28:02.1411119Z adding 'torch/package/analyze/is_from_package.py' 2022-11-23T01:28:02.1412923Z adding 'torch/package/analyze/trace_dependencies.py' 2022-11-23T01:28:02.1414795Z adding 'torch/profiler/__init__.py' 2022-11-23T01:28:02.1418271Z adding 'torch/profiler/_memory_profiler.py' 2022-11-23T01:28:02.1424536Z adding 'torch/profiler/_pattern_matcher.py' 2022-11-23T01:28:02.1429287Z adding 'torch/profiler/_utils.py' 2022-11-23T01:28:02.1431434Z adding 'torch/profiler/itt.py' 2022-11-23T01:28:02.1438093Z adding 'torch/profiler/profiler.py' 2022-11-23T01:28:02.1440258Z adding 'torch/profiler/python_tracer.py' 2022-11-23T01:28:02.1442634Z adding 'torch/quantization/__init__.py' 2022-11-23T01:28:02.1444368Z adding 'torch/quantization/_numeric_suite.py' 2022-11-23T01:28:02.1446326Z adding 'torch/quantization/_numeric_suite_fx.py' 2022-11-23T01:28:02.1447425Z adding 'torch/quantization/fake_quantize.py' 2022-11-23T01:28:02.1448972Z adding 'torch/quantization/fuse_modules.py' 2022-11-23T01:28:02.1450827Z adding 'torch/quantization/fuser_method_mappings.py' 2022-11-23T01:28:02.1452568Z adding 'torch/quantization/observer.py' 2022-11-23T01:28:02.1453965Z adding 'torch/quantization/qconfig.py' 2022-11-23T01:28:02.1455593Z adding 'torch/quantization/quant_type.py' 2022-11-23T01:28:02.1456735Z adding 'torch/quantization/quantization_mappings.py' 2022-11-23T01:28:02.1458549Z adding 'torch/quantization/quantize.py' 2022-11-23T01:28:02.1459716Z adding 'torch/quantization/quantize_fx.py' 2022-11-23T01:28:02.1461114Z adding 'torch/quantization/quantize_jit.py' 2022-11-23T01:28:02.1462266Z adding 'torch/quantization/stubs.py' 2022-11-23T01:28:02.1464082Z adding 'torch/quantization/utils.py' 2022-11-23T01:28:02.1466301Z adding 'torch/quantization/fx/__init__.py' 2022-11-23T01:28:02.1467868Z adding 'torch/quantization/fx/_equalize.py' 2022-11-23T01:28:02.1469102Z adding 'torch/quantization/fx/convert.py' 2022-11-23T01:28:02.1470671Z adding 'torch/quantization/fx/fuse.py' 2022-11-23T01:28:02.1471968Z adding 'torch/quantization/fx/fusion_patterns.py' 2022-11-23T01:28:02.1473412Z adding 'torch/quantization/fx/graph_module.py' 2022-11-23T01:28:02.1474942Z adding 'torch/quantization/fx/match_utils.py' 2022-11-23T01:28:02.1476767Z adding 'torch/quantization/fx/pattern_utils.py' 2022-11-23T01:28:02.1478194Z adding 'torch/quantization/fx/prepare.py' 2022-11-23T01:28:02.1479879Z adding 'torch/quantization/fx/quantization_patterns.py' 2022-11-23T01:28:02.1481530Z adding 'torch/quantization/fx/quantization_types.py' 2022-11-23T01:28:02.1482938Z adding 'torch/quantization/fx/utils.py' 2022-11-23T01:28:02.1485028Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2022-11-23T01:28:02.1495207Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2022-11-23T01:28:02.1497022Z adding 'torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake' 2022-11-23T01:28:02.1498906Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2022-11-23T01:28:02.1501484Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2022-11-23T01:28:02.1503579Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2022-11-23T01:28:02.1505470Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2022-11-23T01:28:02.1507661Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2022-11-23T01:28:02.1534655Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2022-11-23T01:28:02.1541438Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2022-11-23T01:28:02.1543670Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2022-11-23T01:28:02.1546523Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2022-11-23T01:28:02.1548873Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2022-11-23T01:28:02.1552869Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2022-11-23T01:28:02.1557081Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2022-11-23T01:28:02.1560803Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2022-11-23T01:28:02.1566674Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2022-11-23T01:28:02.1569111Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2022-11-23T01:28:02.1571115Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2022-11-23T01:28:02.1572738Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2022-11-23T01:28:02.1574307Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2022-11-23T01:28:02.1576285Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2022-11-23T01:28:02.1578045Z adding 'torch/share/cmake/Caffe2/public/threads.cmake' 2022-11-23T01:28:02.1584559Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2022-11-23T01:28:02.1587279Z adding 'torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake' 2022-11-23T01:28:02.1589286Z adding 'torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake' 2022-11-23T01:28:02.1592236Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2022-11-23T01:28:02.1594283Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2022-11-23T01:28:02.1596293Z adding 'torch/signal/__init__.py' 2022-11-23T01:28:02.1597194Z adding 'torch/signal/windows/__init__.py' 2022-11-23T01:28:02.1600564Z adding 'torch/signal/windows/windows.py' 2022-11-23T01:28:02.1605078Z adding 'torch/sparse/__init__.py' 2022-11-23T01:28:02.1611972Z adding 'torch/special/__init__.py' 2022-11-23T01:28:02.1886305Z adding 'torch/test/CppSignature_test' 2022-11-23T01:28:02.2281412Z adding 'torch/test/Dict_test' 2022-11-23T01:28:02.2581807Z adding 'torch/test/Dimname_test' 2022-11-23T01:28:02.2915084Z adding 'torch/test/IListRef_test' 2022-11-23T01:28:02.3273291Z adding 'torch/test/KernelFunction_test' 2022-11-23T01:28:02.3824220Z adding 'torch/test/List_test' 2022-11-23T01:28:02.4191270Z adding 'torch/test/MaybeOwned_test' 2022-11-23T01:28:02.4516342Z adding 'torch/test/NamedTensor_test' 2022-11-23T01:28:02.4840691Z adding 'torch/test/apply_utils_test' 2022-11-23T01:28:02.5167100Z adding 'torch/test/atest' 2022-11-23T01:28:02.5480138Z adding 'torch/test/backend_fallback_test' 2022-11-23T01:28:02.5832651Z adding 'torch/test/basic' 2022-11-23T01:28:02.6141084Z adding 'torch/test/broadcast_test' 2022-11-23T01:28:02.6412804Z adding 'torch/test/c10_Array_test' 2022-11-23T01:28:02.6706783Z adding 'torch/test/c10_Bitset_test' 2022-11-23T01:28:02.6991936Z adding 'torch/test/c10_C++17_test' 2022-11-23T01:28:02.7271083Z adding 'torch/test/c10_CompileTimeFunctionPointer_test' 2022-11-23T01:28:02.7541687Z adding 'torch/test/c10_ConstexprCrc_test' 2022-11-23T01:28:02.7817454Z adding 'torch/test/c10_DeadlockDetection_test' 2022-11-23T01:28:02.8103777Z adding 'torch/test/c10_DeviceGuard_test' 2022-11-23T01:28:02.8383855Z adding 'torch/test/c10_Device_test' 2022-11-23T01:28:02.8711283Z adding 'torch/test/c10_DispatchKeySet_test' 2022-11-23T01:28:02.8989466Z adding 'torch/test/c10_Half_test' 2022-11-23T01:28:02.9289421Z adding 'torch/test/c10_InlineDeviceGuard_test' 2022-11-23T01:28:02.9598963Z adding 'torch/test/c10_InlineStreamGuard_test' 2022-11-23T01:28:02.9910305Z adding 'torch/test/c10_LeftRight_test' 2022-11-23T01:28:03.0256862Z adding 'torch/test/c10_Metaprogramming_test' 2022-11-23T01:28:03.0571071Z adding 'torch/test/c10_SizesAndStrides_test' 2022-11-23T01:28:03.1275044Z adding 'torch/test/c10_SmallVectorTest' 2022-11-23T01:28:03.1582613Z adding 'torch/test/c10_StreamGuard_test' 2022-11-23T01:28:03.1859439Z adding 'torch/test/c10_SymInt_test' 2022-11-23T01:28:03.2138165Z adding 'torch/test/c10_Synchronized_test' 2022-11-23T01:28:03.2444212Z adding 'torch/test/c10_ThreadLocal_test' 2022-11-23T01:28:03.2731810Z adding 'torch/test/c10_TypeIndex_test' 2022-11-23T01:28:03.3015225Z adding 'torch/test/c10_TypeList_test' 2022-11-23T01:28:03.3286914Z adding 'torch/test/c10_TypeTraits_test' 2022-11-23T01:28:03.3574972Z adding 'torch/test/c10_accumulate_test' 2022-11-23T01:28:03.3883933Z adding 'torch/test/c10_bfloat16_test' 2022-11-23T01:28:03.4187335Z adding 'torch/test/c10_complex_math_test' 2022-11-23T01:28:03.4493979Z adding 'torch/test/c10_complex_test' 2022-11-23T01:28:03.5040666Z adding 'torch/test/c10_either_test' 2022-11-23T01:28:03.5356285Z adding 'torch/test/c10_exception_test' 2022-11-23T01:28:03.5638363Z adding 'torch/test/c10_flags_test' 2022-11-23T01:28:03.5911034Z adding 'torch/test/c10_hip_HIPTest' 2022-11-23T01:28:03.6193954Z adding 'torch/test/c10_intrusive_ptr_benchmark' 2022-11-23T01:28:03.7003348Z adding 'torch/test/c10_intrusive_ptr_test' 2022-11-23T01:28:03.7328807Z adding 'torch/test/c10_irange_test' 2022-11-23T01:28:03.7641770Z adding 'torch/test/c10_logging_test' 2022-11-23T01:28:03.8047534Z adding 'torch/test/c10_optional_test' 2022-11-23T01:28:03.8393769Z adding 'torch/test/c10_ordered_preserving_dict_test' 2022-11-23T01:28:03.8697431Z adding 'torch/test/c10_registry_test' 2022-11-23T01:28:03.9023142Z adding 'torch/test/c10_string_view_test' 2022-11-23T01:28:03.9311805Z adding 'torch/test/c10_tempfile_test' 2022-11-23T01:28:03.9624655Z adding 'torch/test/c10_typeid_test' 2022-11-23T01:28:03.9947978Z adding 'torch/test/cpu_generator_test' 2022-11-23T01:28:04.0246073Z adding 'torch/test/cpu_profiling_allocator_test' 2022-11-23T01:28:04.0717825Z adding 'torch/test/cpu_rng_test' 2022-11-23T01:28:04.1008290Z adding 'torch/test/dispatch_key_set_test' 2022-11-23T01:28:04.1288075Z adding 'torch/test/dlconvertor_test' 2022-11-23T01:28:04.1609264Z adding 'torch/test/extension_backend_test' 2022-11-23T01:28:04.1917349Z adding 'torch/test/half_test' 2022-11-23T01:28:04.2212129Z adding 'torch/test/hip_apply_test' 2022-11-23T01:28:04.2484534Z adding 'torch/test/hip_complex_math_test' 2022-11-23T01:28:04.2755624Z adding 'torch/test/hip_complex_test' 2022-11-23T01:28:04.3025806Z adding 'torch/test/hip_distributions_test' 2022-11-23T01:28:04.3308266Z adding 'torch/test/hip_dlconvertor_test' 2022-11-23T01:28:04.3580423Z adding 'torch/test/hip_generator_test' 2022-11-23T01:28:04.3852230Z adding 'torch/test/hip_half_test' 2022-11-23T01:28:04.4123091Z adding 'torch/test/hip_integer_divider_test' 2022-11-23T01:28:04.4393784Z adding 'torch/test/hip_optional_test' 2022-11-23T01:28:04.4665593Z adding 'torch/test/hip_packedtensoraccessor_test' 2022-11-23T01:28:04.4936368Z adding 'torch/test/hip_vectorized_test' 2022-11-23T01:28:04.5228467Z adding 'torch/test/inline_container_test' 2022-11-23T01:28:04.5762178Z adding 'torch/test/ivalue_test' 2022-11-23T01:28:04.6408489Z adding 'torch/test/kernel_function_legacy_test' 2022-11-23T01:28:04.6941188Z adding 'torch/test/kernel_function_test' 2022-11-23T01:28:04.7593521Z adding 'torch/test/kernel_lambda_legacy_test' 2022-11-23T01:28:04.8139860Z adding 'torch/test/kernel_lambda_test' 2022-11-23T01:28:04.8494033Z adding 'torch/test/kernel_stackbased_test' 2022-11-23T01:28:04.8774749Z adding 'torch/test/lazy_tensor_test' 2022-11-23T01:28:04.9289105Z adding 'torch/test/make_boxed_from_unboxed_functor_test' 2022-11-23T01:28:04.9602513Z adding 'torch/test/math_kernel_test' 2022-11-23T01:28:04.9902333Z adding 'torch/test/memory_format_test' 2022-11-23T01:28:05.0197223Z adding 'torch/test/memory_overlapping_test' 2022-11-23T01:28:05.0495133Z adding 'torch/test/mobile_memory_cleanup' 2022-11-23T01:28:05.0810343Z adding 'torch/test/native_test' 2022-11-23T01:28:05.1083941Z adding 'torch/test/op_allowlist_test' 2022-11-23T01:28:05.2402045Z adding 'torch/test/op_registration_test' 2022-11-23T01:28:05.2777224Z adding 'torch/test/operator_name_test' 2022-11-23T01:28:05.3064350Z adding 'torch/test/operators_test' 2022-11-23T01:28:05.3353987Z adding 'torch/test/packedtensoraccessor_test' 2022-11-23T01:28:05.3714864Z adding 'torch/test/pow_test' 2022-11-23T01:28:05.4033860Z adding 'torch/test/quantized_test' 2022-11-23T01:28:05.4313320Z adding 'torch/test/reduce_ops_test' 2022-11-23T01:28:05.4598051Z adding 'torch/test/reportMemoryUsage_test' 2022-11-23T01:28:05.4913313Z adding 'torch/test/scalar_tensor_test' 2022-11-23T01:28:05.5234432Z adding 'torch/test/scalar_test' 2022-11-23T01:28:05.5527765Z adding 'torch/test/stride_properties_test' 2022-11-23T01:28:05.5934146Z adding 'torch/test/tensor_iterator_test' 2022-11-23T01:28:05.6247063Z adding 'torch/test/test_parallel' 2022-11-23T01:28:05.6269500Z adding 'torch/test/thread_init_test' 2022-11-23T01:28:05.6565312Z adding 'torch/test/type_ptr_test' 2022-11-23T01:28:05.6905578Z adding 'torch/test/type_test' 2022-11-23T01:28:05.7197979Z adding 'torch/test/undefined_tensor_test' 2022-11-23T01:28:05.7474835Z adding 'torch/test/variant_test' 2022-11-23T01:28:05.7492224Z adding 'torch/test/verify_api_visibility' 2022-11-23T01:28:05.7876144Z adding 'torch/test/vmap_test' 2022-11-23T01:28:05.8168413Z adding 'torch/test/weakref_test' 2022-11-23T01:28:05.8455773Z adding 'torch/test/wrapdim_test' 2022-11-23T01:28:05.8730597Z adding 'torch/test/xla_tensor_test' 2022-11-23T01:28:05.8745135Z adding 'torch/testing/__init__.py' 2022-11-23T01:28:05.8759909Z adding 'torch/testing/_comparison.py' 2022-11-23T01:28:05.8764586Z adding 'torch/testing/_creation.py' 2022-11-23T01:28:05.8766750Z adding 'torch/testing/_deprecated.py' 2022-11-23T01:28:05.8768654Z adding 'torch/testing/_internal/__init__.py' 2022-11-23T01:28:05.8772538Z adding 'torch/testing/_internal/autocast_test_lists.py' 2022-11-23T01:28:05.8775773Z adding 'torch/testing/_internal/check_kernel_launches.py' 2022-11-23T01:28:05.8778787Z adding 'torch/testing/_internal/common_cuda.py' 2022-11-23T01:28:05.8796245Z adding 'torch/testing/_internal/common_device_type.py' 2022-11-23T01:28:05.8807311Z adding 'torch/testing/_internal/common_distributed.py' 2022-11-23T01:28:05.8810267Z adding 'torch/testing/_internal/common_dtype.py' 2022-11-23T01:28:05.8820798Z adding 'torch/testing/_internal/common_fsdp.py' 2022-11-23T01:28:05.8826096Z adding 'torch/testing/_internal/common_jit.py' 2022-11-23T01:28:05.9000618Z adding 'torch/testing/_internal/common_methods_invocations.py' 2022-11-23T01:28:05.9031947Z adding 'torch/testing/_internal/common_modules.py' 2022-11-23T01:28:05.9076461Z adding 'torch/testing/_internal/common_nn.py' 2022-11-23T01:28:05.9100485Z adding 'torch/testing/_internal/common_quantization.py' 2022-11-23T01:28:05.9105483Z adding 'torch/testing/_internal/common_quantized.py' 2022-11-23T01:28:05.9108557Z adding 'torch/testing/_internal/common_subclass.py' 2022-11-23T01:28:05.9162688Z adding 'torch/testing/_internal/common_utils.py' 2022-11-23T01:28:05.9172868Z adding 'torch/testing/_internal/composite_compliance.py' 2022-11-23T01:28:05.9176310Z adding 'torch/testing/_internal/dist_utils.py' 2022-11-23T01:28:05.9180949Z adding 'torch/testing/_internal/hypothesis_utils.py' 2022-11-23T01:28:05.9182695Z adding 'torch/testing/_internal/inductor_utils.py' 2022-11-23T01:28:05.9190582Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2022-11-23T01:28:05.9200735Z adding 'torch/testing/_internal/jit_utils.py' 2022-11-23T01:28:05.9204002Z adding 'torch/testing/_internal/logging_tensor.py' 2022-11-23T01:28:05.9205712Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2022-11-23T01:28:05.9207975Z adding 'torch/testing/_internal/schema_check_mode.py' 2022-11-23T01:28:05.9209709Z adding 'torch/testing/_internal/codegen/__init__.py' 2022-11-23T01:28:05.9213982Z adding 'torch/testing/_internal/codegen/random_topo_test.py' 2022-11-23T01:28:05.9215899Z adding 'torch/testing/_internal/data/__init__.py' 2022-11-23T01:28:05.9217382Z adding 'torch/testing/_internal/data/network1.py' 2022-11-23T01:28:05.9218822Z adding 'torch/testing/_internal/data/network2.py' 2022-11-23T01:28:05.9220510Z adding 'torch/testing/_internal/distributed/__init__.py' 2022-11-23T01:28:05.9226892Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2022-11-23T01:28:05.9308950Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2022-11-23T01:28:05.9320000Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2022-11-23T01:28:05.9323523Z adding 'torch/testing/_internal/distributed/multi_threaded_pg.py' 2022-11-23T01:28:05.9326232Z adding 'torch/testing/_internal/distributed/pipe_with_ddp_test.py' 2022-11-23T01:28:05.9329516Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2022-11-23T01:28:05.9330967Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2022-11-23T01:28:05.9332492Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2022-11-23T01:28:05.9334781Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2022-11-23T01:28:05.9336994Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2022-11-23T01:28:05.9338954Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2022-11-23T01:28:05.9340491Z adding 'torch/testing/_internal/distributed/_tensor/__init__.py' 2022-11-23T01:28:05.9344172Z adding 'torch/testing/_internal/distributed/_tensor/common_dtensor.py' 2022-11-23T01:28:05.9348455Z adding 'torch/testing/_internal/distributed/_tensor/dtensor_lagging_op_db.py' 2022-11-23T01:28:05.9350942Z adding 'torch/testing/_internal/distributed/_tensor/gen_dtensor_lagging_op_db.py' 2022-11-23T01:28:05.9352586Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2022-11-23T01:28:05.9354824Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2022-11-23T01:28:05.9359508Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2022-11-23T01:28:05.9362015Z adding 'torch/testing/_internal/distributed/pipeline/__init__.py' 2022-11-23T01:28:05.9363680Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2022-11-23T01:28:05.9387770Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2022-11-23T01:28:05.9393120Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2022-11-23T01:28:05.9397092Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2022-11-23T01:28:05.9399491Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2022-11-23T01:28:05.9401486Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2022-11-23T01:28:05.9453549Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2022-11-23T01:28:05.9460535Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2022-11-23T01:28:05.9462178Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2022-11-23T01:28:05.9464564Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2022-11-23T01:28:05.9468201Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2022-11-23T01:28:05.9470328Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2022-11-23T01:28:05.9472360Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2022-11-23T01:28:05.9483602Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2022-11-23T01:28:05.9487460Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2022-11-23T01:28:05.9489405Z adding 'torch/testing/_internal/generated/__init__.py' 2022-11-23T01:28:05.9521110Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2022-11-23T01:28:05.9530623Z adding 'torch/testing/_internal/opinfo/__init__.py' 2022-11-23T01:28:05.9560515Z adding 'torch/testing/_internal/opinfo/core.py' 2022-11-23T01:28:05.9565590Z adding 'torch/testing/_internal/opinfo/refs.py' 2022-11-23T01:28:05.9569625Z adding 'torch/testing/_internal/opinfo/utils.py' 2022-11-23T01:28:05.9571660Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2022-11-23T01:28:05.9577970Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2022-11-23T01:28:05.9582742Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2022-11-23T01:28:05.9599218Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2022-11-23T01:28:05.9604275Z adding 'torch/testing/_internal/opinfo/definitions/signal.py' 2022-11-23T01:28:05.9608727Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2022-11-23T01:28:05.9611085Z adding 'torch/testing/_internal/test_module/__init__.py' 2022-11-23T01:28:05.9612577Z adding 'torch/testing/_internal/test_module/future_div.py' 2022-11-23T01:28:05.9614033Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2022-11-23T01:28:05.9616032Z adding 'torch/utils/__init__.py' 2022-11-23T01:28:05.9618057Z adding 'torch/utils/_cpp_extension_versioner.py' 2022-11-23T01:28:05.9619583Z adding 'torch/utils/_crash_handler.py' 2022-11-23T01:28:05.9621251Z adding 'torch/utils/_cuda_trace.py' 2022-11-23T01:28:05.9624876Z adding 'torch/utils/_freeze.py' 2022-11-23T01:28:05.9858842Z adding 'torch/utils/_mode_utils.py' 2022-11-23T01:28:05.9860706Z adding 'torch/utils/_python_dispatch.py' 2022-11-23T01:28:05.9864491Z adding 'torch/utils/_pytree.py' 2022-11-23T01:28:05.9866582Z adding 'torch/utils/_zip.py' 2022-11-23T01:28:05.9868258Z adding 'torch/utils/backend_registration.py' 2022-11-23T01:28:05.9874403Z adding 'torch/utils/bundled_inputs.py' 2022-11-23T01:28:05.9880705Z adding 'torch/utils/checkpoint.py' 2022-11-23T01:28:05.9886203Z adding 'torch/utils/collect_env.py' 2022-11-23T01:28:05.9888049Z adding 'torch/utils/cpp_backtrace.py' 2022-11-23T01:28:05.9916854Z adding 'torch/utils/cpp_extension.py' 2022-11-23T01:28:05.9921406Z adding 'torch/utils/dlpack.py' 2022-11-23T01:28:05.9923167Z adding 'torch/utils/file_baton.py' 2022-11-23T01:28:05.9926113Z adding 'torch/utils/hooks.py' 2022-11-23T01:28:05.9928664Z adding 'torch/utils/mkldnn.py' 2022-11-23T01:28:05.9931243Z adding 'torch/utils/mobile_optimizer.py' 2022-11-23T01:28:05.9932749Z adding 'torch/utils/model_zoo.py' 2022-11-23T01:28:05.9935201Z adding 'torch/utils/show_pickle.py' 2022-11-23T01:28:05.9938107Z adding 'torch/utils/throughput_benchmark.py' 2022-11-23T01:28:05.9939974Z adding 'torch/utils/backcompat/__init__.py' 2022-11-23T01:28:05.9941645Z adding 'torch/utils/benchmark/__init__.py' 2022-11-23T01:28:05.9943098Z adding 'torch/utils/benchmark/examples/__init__.py' 2022-11-23T01:28:05.9945941Z adding 'torch/utils/benchmark/examples/blas_compare.py' 2022-11-23T01:28:05.9948895Z adding 'torch/utils/benchmark/examples/blas_compare_setup.py' 2022-11-23T01:28:05.9951033Z adding 'torch/utils/benchmark/examples/compare.py' 2022-11-23T01:28:05.9955819Z adding 'torch/utils/benchmark/examples/end_to_end.py' 2022-11-23T01:28:05.9958259Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2022-11-23T01:28:05.9960553Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2022-11-23T01:28:05.9962276Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2022-11-23T01:28:05.9964657Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2022-11-23T01:28:05.9966330Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2022-11-23T01:28:05.9968107Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2022-11-23T01:28:05.9970155Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2022-11-23T01:28:05.9972055Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2022-11-23T01:28:05.9974061Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2022-11-23T01:28:05.9975920Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2022-11-23T01:28:05.9977738Z adding 'torch/utils/benchmark/utils/__init__.py' 2022-11-23T01:28:05.9979226Z adding 'torch/utils/benchmark/utils/_stubs.py' 2022-11-23T01:28:05.9983552Z adding 'torch/utils/benchmark/utils/common.py' 2022-11-23T01:28:05.9987736Z adding 'torch/utils/benchmark/utils/compare.py' 2022-11-23T01:28:05.9990956Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2022-11-23T01:28:05.9996689Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2022-11-23T01:28:05.9999620Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2022-11-23T01:28:06.0001392Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2022-11-23T01:28:06.0007674Z adding 'torch/utils/benchmark/utils/timer.py' 2022-11-23T01:28:06.0009753Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2022-11-23T01:28:06.0012218Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2022-11-23T01:28:06.0014044Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2022-11-23T01:28:06.0015649Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2022-11-23T01:28:06.0025946Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2022-11-23T01:28:06.0071330Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2022-11-23T01:28:06.0082197Z adding 'torch/utils/bottleneck/__init__.py' 2022-11-23T01:28:06.0084886Z adding 'torch/utils/bottleneck/__main__.py' 2022-11-23T01:28:06.0087017Z adding 'torch/utils/data/__init__.py' 2022-11-23T01:28:06.0088528Z adding 'torch/utils/data/backward_compatibility.py' 2022-11-23T01:28:06.0113195Z adding 'torch/utils/data/dataloader.py' 2022-11-23T01:28:06.0119678Z adding 'torch/utils/data/dataset.py' 2022-11-23T01:28:06.0121823Z adding 'torch/utils/data/distributed.py' 2022-11-23T01:28:06.0124473Z adding 'torch/utils/data/graph.py' 2022-11-23T01:28:06.0127336Z adding 'torch/utils/data/graph_settings.py' 2022-11-23T01:28:06.0131242Z adding 'torch/utils/data/sampler.py' 2022-11-23T01:28:06.0133961Z adding 'torch/utils/data/_utils/__init__.py' 2022-11-23T01:28:06.0137876Z adding 'torch/utils/data/_utils/collate.py' 2022-11-23T01:28:06.0140305Z adding 'torch/utils/data/_utils/fetch.py' 2022-11-23T01:28:06.0142470Z adding 'torch/utils/data/_utils/pin_memory.py' 2022-11-23T01:28:06.0144323Z adding 'torch/utils/data/_utils/serialization.py' 2022-11-23T01:28:06.0146691Z adding 'torch/utils/data/_utils/signal_handling.py' 2022-11-23T01:28:06.0151434Z adding 'torch/utils/data/_utils/worker.py' 2022-11-23T01:28:06.0153731Z adding 'torch/utils/data/datapipes/__init__.py' 2022-11-23T01:28:06.0156724Z adding 'torch/utils/data/datapipes/_decorator.py' 2022-11-23T01:28:06.0160760Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2022-11-23T01:28:06.0166235Z adding 'torch/utils/data/datapipes/_typing.py' 2022-11-23T01:28:06.0171192Z adding 'torch/utils/data/datapipes/datapipe.py' 2022-11-23T01:28:06.0174329Z adding 'torch/utils/data/datapipes/datapipe.pyi' 2022-11-23T01:28:06.0178103Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2022-11-23T01:28:06.0180403Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2022-11-23T01:28:06.0182591Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2022-11-23T01:28:06.0186663Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2022-11-23T01:28:06.0189219Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2022-11-23T01:28:06.0191150Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2022-11-23T01:28:06.0193830Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2022-11-23T01:28:06.0197362Z adding 'torch/utils/data/datapipes/iter/callable.py' 2022-11-23T01:28:06.0200640Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2022-11-23T01:28:06.0206997Z adding 'torch/utils/data/datapipes/iter/combining.py' 2022-11-23T01:28:06.0209880Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2022-11-23T01:28:06.0212207Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2022-11-23T01:28:06.0216549Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2022-11-23T01:28:06.0219223Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2022-11-23T01:28:06.0221660Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2022-11-23T01:28:06.0223667Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2022-11-23T01:28:06.0225711Z adding 'torch/utils/data/datapipes/iter/utils.py' 2022-11-23T01:28:06.0227817Z adding 'torch/utils/data/datapipes/map/__init__.py' 2022-11-23T01:28:06.0229876Z adding 'torch/utils/data/datapipes/map/callable.py' 2022-11-23T01:28:06.0232393Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2022-11-23T01:28:06.0234953Z adding 'torch/utils/data/datapipes/map/combining.py' 2022-11-23T01:28:06.0237583Z adding 'torch/utils/data/datapipes/map/grouping.py' 2022-11-23T01:28:06.0239678Z adding 'torch/utils/data/datapipes/map/utils.py' 2022-11-23T01:28:06.0241455Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2022-11-23T01:28:06.0245886Z adding 'torch/utils/data/datapipes/utils/common.py' 2022-11-23T01:28:06.0249926Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2022-11-23T01:28:06.0252619Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2022-11-23T01:28:06.0254481Z adding 'torch/utils/hipify/__init__.py' 2022-11-23T01:28:06.0256400Z adding 'torch/utils/hipify/constants.py' 2022-11-23T01:28:06.0302287Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2022-11-23T01:28:06.0322379Z adding 'torch/utils/hipify/hipify_python.py' 2022-11-23T01:28:06.0324913Z adding 'torch/utils/hipify/version.py' 2022-11-23T01:28:06.0326712Z adding 'torch/utils/jit/__init__.py' 2022-11-23T01:28:06.0329609Z adding 'torch/utils/jit/log_extract.py' 2022-11-23T01:28:06.0334938Z adding 'torch/utils/model_dump/__init__.py' 2022-11-23T01:28:06.0336888Z adding 'torch/utils/model_dump/__main__.py' 2022-11-23T01:28:06.0342576Z adding 'torch/utils/model_dump/code.js' 2022-11-23T01:28:06.0344877Z adding 'torch/utils/model_dump/htm.mjs' 2022-11-23T01:28:06.0348968Z adding 'torch/utils/model_dump/preact.mjs' 2022-11-23T01:28:06.0351012Z adding 'torch/utils/model_dump/skeleton.html' 2022-11-23T01:28:06.0353090Z adding 'torch/utils/tensorboard/__init__.py' 2022-11-23T01:28:06.0361357Z adding 'torch/utils/tensorboard/_caffe2_graph.py' 2022-11-23T01:28:06.0363931Z adding 'torch/utils/tensorboard/_convert_np.py' 2022-11-23T01:28:06.0365903Z adding 'torch/utils/tensorboard/_embedding.py' 2022-11-23T01:28:06.0367861Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2022-11-23T01:28:06.0369673Z adding 'torch/utils/tensorboard/_proto_graph.py' 2022-11-23T01:28:06.0374456Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2022-11-23T01:28:06.0377127Z adding 'torch/utils/tensorboard/_utils.py' 2022-11-23T01:28:06.0386070Z adding 'torch/utils/tensorboard/summary.py' 2022-11-23T01:28:06.0398605Z adding 'torch/utils/tensorboard/writer.py' 2022-11-23T01:28:06.0403334Z adding 'torchgen/__init__.py' 2022-11-23T01:28:06.0405288Z adding 'torchgen/code_template.py' 2022-11-23T01:28:06.0407243Z adding 'torchgen/context.py' 2022-11-23T01:28:06.0436692Z adding 'torchgen/gen.py' 2022-11-23T01:28:06.0445020Z adding 'torchgen/gen_backend_stubs.py' 2022-11-23T01:28:06.0454283Z adding 'torchgen/gen_functionalization_type.py' 2022-11-23T01:28:06.0461560Z adding 'torchgen/gen_lazy_tensor.py' 2022-11-23T01:28:06.0464800Z adding 'torchgen/gen_vmap_plumbing.py' 2022-11-23T01:28:06.0466561Z adding 'torchgen/local.py' 2022-11-23T01:28:06.0501445Z adding 'torchgen/model.py' 2022-11-23T01:28:06.0512392Z adding 'torchgen/native_function_generation.py' 2022-11-23T01:28:06.0518502Z adding 'torchgen/utils.py' 2022-11-23T01:28:06.0520322Z adding 'torchgen/api/__init__.py' 2022-11-23T01:28:06.0527613Z adding 'torchgen/api/autograd.py' 2022-11-23T01:28:06.0532718Z adding 'torchgen/api/cpp.py' 2022-11-23T01:28:06.0534991Z adding 'torchgen/api/dispatcher.py' 2022-11-23T01:28:06.0537718Z adding 'torchgen/api/functionalization.py' 2022-11-23T01:28:06.0542940Z adding 'torchgen/api/lazy.py' 2022-11-23T01:28:06.0544710Z adding 'torchgen/api/meta.py' 2022-11-23T01:28:06.0546853Z adding 'torchgen/api/native.py' 2022-11-23T01:28:06.0563047Z adding 'torchgen/api/python.py' 2022-11-23T01:28:06.0566749Z adding 'torchgen/api/structured.py' 2022-11-23T01:28:06.0571739Z adding 'torchgen/api/translate.py' 2022-11-23T01:28:06.0579454Z adding 'torchgen/api/types.py' 2022-11-23T01:28:06.0582625Z adding 'torchgen/api/ufunc.py' 2022-11-23T01:28:06.0585848Z adding 'torchgen/api/unboxing.py' 2022-11-23T01:28:06.0587779Z adding 'torchgen/dest/__init__.py' 2022-11-23T01:28:06.0595309Z adding 'torchgen/dest/lazy_ir.py' 2022-11-23T01:28:06.0597727Z adding 'torchgen/dest/lazy_ts_lowering.py' 2022-11-23T01:28:06.0599375Z adding 'torchgen/dest/native_functions.py' 2022-11-23T01:28:06.0609788Z adding 'torchgen/dest/register_dispatch_key.py' 2022-11-23T01:28:06.0615645Z adding 'torchgen/dest/ufunc.py' 2022-11-23T01:28:06.0618153Z adding 'torchgen/operator_versions/__init__.py' 2022-11-23T01:28:06.0621774Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2022-11-23T01:28:06.0624033Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2022-11-23T01:28:06.0717780Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2022-11-23T01:28:06.0730969Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2022-11-23T01:28:06.0733325Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2022-11-23T01:28:06.0735152Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2022-11-23T01:28:06.0737131Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2022-11-23T01:28:06.0738592Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2022-11-23T01:28:06.0740131Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2022-11-23T01:28:06.0741748Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2022-11-23T01:28:06.0743009Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2022-11-23T01:28:06.0744408Z adding 'torchgen/packaged/ATen/templates/Function.h' 2022-11-23T01:28:06.0745884Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2022-11-23T01:28:06.0747769Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2022-11-23T01:28:06.0750304Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2022-11-23T01:28:06.0752042Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2022-11-23T01:28:06.0753590Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2022-11-23T01:28:06.0755433Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2022-11-23T01:28:06.0757096Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2022-11-23T01:28:06.0758807Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2022-11-23T01:28:06.0760524Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2022-11-23T01:28:06.0761992Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2022-11-23T01:28:06.0763576Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2022-11-23T01:28:06.0765100Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2022-11-23T01:28:06.0767207Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2022-11-23T01:28:06.0769200Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2022-11-23T01:28:06.0770766Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2022-11-23T01:28:06.0772637Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2022-11-23T01:28:06.0774639Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2022-11-23T01:28:06.0776111Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2022-11-23T01:28:06.0777753Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2022-11-23T01:28:06.0779779Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2022-11-23T01:28:06.0781519Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2022-11-23T01:28:06.0783035Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2022-11-23T01:28:06.0792175Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2022-11-23T01:28:06.0794833Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2022-11-23T01:28:06.0796515Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2022-11-23T01:28:06.0798054Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2022-11-23T01:28:06.0799787Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2022-11-23T01:28:06.0801643Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2022-11-23T01:28:06.0803302Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2022-11-23T01:28:06.0805150Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2022-11-23T01:28:06.0806260Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2022-11-23T01:28:06.0807915Z adding 'torchgen/selective_build/__init__.py' 2022-11-23T01:28:06.0810311Z adding 'torchgen/selective_build/operator.py' 2022-11-23T01:28:06.0813725Z adding 'torchgen/selective_build/selector.py' 2022-11-23T01:28:06.0815607Z adding 'torchgen/static_runtime/__init__.py' 2022-11-23T01:28:06.0818581Z adding 'torchgen/static_runtime/config.py' 2022-11-23T01:28:06.0821717Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2022-11-23T01:28:06.0828064Z adding 'torchgen/static_runtime/generator.py' 2022-11-23T01:28:06.0866337Z adding 'torch-1.14.0a0+git1cfd385.dist-info/LICENSE' 2022-11-23T01:28:06.0880726Z adding 'torch-1.14.0a0+git1cfd385.dist-info/METADATA' 2022-11-23T01:28:06.0887390Z adding 'torch-1.14.0a0+git1cfd385.dist-info/NOTICE' 2022-11-23T01:28:06.0889108Z adding 'torch-1.14.0a0+git1cfd385.dist-info/WHEEL' 2022-11-23T01:28:06.0890280Z adding 'torch-1.14.0a0+git1cfd385.dist-info/entry_points.txt' 2022-11-23T01:28:06.0891151Z adding 'torch-1.14.0a0+git1cfd385.dist-info/top_level.txt' 2022-11-23T01:28:06.1397422Z adding 'torch-1.14.0a0+git1cfd385.dist-info/RECORD' 2022-11-23T01:28:06.1623180Z removing build/bdist.linux-x86_64/wheel 2022-11-23T01:28:06.4786842Z ++ echo dist/torch-1.14.0a0+git1cfd385-cp38-cp38-linux_x86_64.whl 2022-11-23T01:28:06.4787347Z + pip_install_whl dist/torch-1.14.0a0+git1cfd385-cp38-cp38-linux_x86_64.whl 2022-11-23T01:28:06.4787791Z + python3 -mpip install --no-index --no-deps dist/torch-1.14.0a0+git1cfd385-cp38-cp38-linux_x86_64.whl 2022-11-23T01:28:07.3186973Z Processing ./dist/torch-1.14.0a0+git1cfd385-cp38-cp38-linux_x86_64.whl 2022-11-23T01:28:07.8176679Z Installing collected packages: torch 2022-11-23T01:28:14.1553633Z Successfully installed torch-1.14.0a0+git1cfd385 2022-11-23T01:28:14.2113713Z + set -x 2022-11-23T01:28:14.2113921Z + assert_git_not_dirty 2022-11-23T01:28:14.2114423Z + [[ linux-focal-rocm5.2-py3.8 != *rocm* ]] 2022-11-23T01:28:14.2115419Z + mkdir -p dist 2022-11-23T01:28:14.2147075Z + '[' -f build/.ninja_log ']' 2022-11-23T01:28:14.2147398Z + [[ linux-focal-rocm5.2-py3.8 == *rocm* ]] 2022-11-23T01:28:14.2147658Z + sudo rm -f /opt/cache/bin/cc 2022-11-23T01:28:14.2568173Z + sudo rm -f /opt/cache/bin/c++ 2022-11-23T01:28:14.2607771Z + sudo rm -f /opt/cache/bin/gcc 2022-11-23T01:28:14.2648372Z + sudo rm -f /opt/cache/bin/g++ 2022-11-23T01:28:14.2688541Z + pushd /opt/rocm/llvm/bin 2022-11-23T01:28:14.2688773Z /opt/rocm/llvm/bin ~/workspace 2022-11-23T01:28:14.2689087Z + [[ -d original ]] 2022-11-23T01:28:14.2689323Z + sudo mv original/clang . 2022-11-23T01:28:14.2770749Z + sudo mv original/clang++ . 2022-11-23T01:28:14.2813815Z + sudo rm -rf original 2022-11-23T01:28:14.2852997Z + popd 2022-11-23T01:28:14.2853225Z ~/workspace 2022-11-23T01:28:14.2853513Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=build/custom_test_artifacts 2022-11-23T01:28:14.2856265Z ++ [[ linux-focal-rocm5.2-py3.8 == *rocm* ]] 2022-11-23T01:28:14.2856517Z ++ echo ON 2022-11-23T01:28:14.2858283Z + CUSTOM_TEST_USE_ROCM=ON 2022-11-23T01:28:14.2858577Z + CUSTOM_TEST_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public 2022-11-23T01:28:14.2858986Z + mkdir -pv build/custom_test_artifacts 2022-11-23T01:28:14.2866447Z mkdir: created directory 'build/custom_test_artifacts' 2022-11-23T01:28:14.2867832Z + CUSTOM_OP_BUILD=build/custom_test_artifacts/custom-op-build 2022-11-23T01:28:14.2868194Z + CUSTOM_OP_TEST=/var/lib/jenkins/workspace/test/custom_operator 2022-11-23T01:28:14.2868448Z + python --version 2022-11-23T01:28:14.2878904Z Python 3.8.13 2022-11-23T01:28:14.2883818Z ++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())' 2022-11-23T01:28:14.4797376Z + SITE_PACKAGES=/opt/conda/lib/python3.8/site-packages 2022-11-23T01:28:14.4797736Z + mkdir -p build/custom_test_artifacts/custom-op-build 2022-11-23T01:28:14.4806860Z + pushd build/custom_test_artifacts/custom-op-build 2022-11-23T01:28:14.4807410Z ~/workspace/build/custom_test_artifacts/custom-op-build ~/workspace 2022-11-23T01:28:14.4810999Z ++ which python 2022-11-23T01:28:14.4824500Z + cmake /var/lib/jenkins/workspace/test/custom_operator -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.8/site-packages/torch -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DCMAKE_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public -DUSE_ROCM=ON 2022-11-23T01:28:14.5586327Z -- The C compiler identification is GNU 9.4.0 2022-11-23T01:28:14.6095078Z -- The CXX compiler identification is GNU 9.4.0 2022-11-23T01:28:14.6162727Z -- Detecting C compiler ABI info 2022-11-23T01:28:14.6713876Z -- Detecting C compiler ABI info - done 2022-11-23T01:28:14.6790398Z -- Check for working C compiler: /usr/bin/cc - skipped 2022-11-23T01:28:14.6792729Z -- Detecting C compile features 2022-11-23T01:28:14.6797114Z -- Detecting C compile features - done 2022-11-23T01:28:14.6825992Z -- Detecting CXX compiler ABI info 2022-11-23T01:28:14.7448614Z -- Detecting CXX compiler ABI info - done 2022-11-23T01:28:14.7528219Z -- Check for working CXX compiler: /usr/bin/c++ - skipped 2022-11-23T01:28:14.7530890Z -- Detecting CXX compile features 2022-11-23T01:28:14.7535575Z -- Detecting CXX compile features - done 2022-11-23T01:28:14.7568729Z Building PyTorch for GPU arch: gfx906 2022-11-23T01:28:14.9380439Z -- Found HIP: /opt/rocm-5.2.0/hip (found suitable version "5.2.21151-afdc89f8", minimum required is "1.0") 2022-11-23T01:28:14.9383260Z HIP VERSION: 5.2.21151-afdc89f8 2022-11-23T01:28:15.0064272Z -- Caffe2: Header version is: 5.2.0 2022-11-23T01:28:15.0064803Z  2022-11-23T01:28:15.0065131Z ***** ROCm version from rocm_version.h **** 2022-11-23T01:28:15.0065465Z  2022-11-23T01:28:15.0065830Z ROCM_VERSION_DEV: 5.2.0 2022-11-23T01:28:15.0069154Z ROCM_VERSION_DEV_MAJOR: 5 2022-11-23T01:28:15.0069565Z ROCM_VERSION_DEV_MINOR: 2 2022-11-23T01:28:15.0069970Z ROCM_VERSION_DEV_PATCH: 0 2022-11-23T01:28:15.0070298Z ROCM_VERSION_DEV_INT: 50200 2022-11-23T01:28:15.0070614Z HIP_VERSION_MAJOR: 5 2022-11-23T01:28:15.0070952Z HIP_VERSION_MINOR: 2 2022-11-23T01:28:15.0071315Z TORCH_HIP_VERSION: 502 2022-11-23T01:28:15.0071606Z  2022-11-23T01:28:15.0071878Z ***** Library versions from dpkg ***** 2022-11-23T01:28:15.0072236Z  2022-11-23T01:28:15.0181554Z rocm-dev VERSION: 5.2.0.50200-65 2022-11-23T01:28:15.0181866Z rocm-device-libs VERSION: 1.0.0.50200-65 2022-11-23T01:28:15.0298807Z rocm-libs VERSION: 5.2.0.50200-65 2022-11-23T01:28:15.0414054Z hsakmt-roct-dev VERSION: 20220426.0.86.50200-65 2022-11-23T01:28:15.0530461Z hsa-rocr-dev VERSION: 1.5.0.50200-65 2022-11-23T01:28:15.0881425Z  2022-11-23T01:28:15.0881715Z ***** Library versions from cmake find_package ***** 2022-11-23T01:28:15.0881948Z  2022-11-23T01:28:15.0925057Z -- Looking for pthread.h 2022-11-23T01:28:15.1481634Z -- Looking for pthread.h - found 2022-11-23T01:28:15.1482768Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T01:28:15.2051240Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-11-23T01:28:15.2051629Z -- Looking for pthread_create in pthreads 2022-11-23T01:28:15.2488756Z -- Looking for pthread_create in pthreads - not found 2022-11-23T01:28:15.2489079Z -- Looking for pthread_create in pthread 2022-11-23T01:28:15.3011659Z -- Looking for pthread_create in pthread - found 2022-11-23T01:28:15.3019974Z -- Found Threads: TRUE 2022-11-23T01:28:15.3024321Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:15.3134602Z hip VERSION: 5.2.22212 2022-11-23T01:28:15.3140606Z hsa-runtime64 VERSION: 1.5.50200 2022-11-23T01:28:15.3144885Z amd_comgr VERSION: 2.4.0 2022-11-23T01:28:15.3187522Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:15.3195603Z rocrand VERSION: 2.10.9 2022-11-23T01:28:15.3237414Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:15.3245958Z hiprand VERSION: 2.10.9 2022-11-23T01:28:15.3287004Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:15.3295581Z rocblas VERSION: 2.44.0 2022-11-23T01:28:15.3336612Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:15.3349632Z miopen VERSION: 2.17.0 2022-11-23T01:28:15.3390862Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:15.3401051Z hipfft VERSION: 1.0.8 2022-11-23T01:28:15.3442282Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:15.3452507Z hipsparse VERSION: 2.1.0 2022-11-23T01:28:15.3494046Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:15.3504346Z rccl VERSION: 2.11.4 2022-11-23T01:28:15.3545066Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:15.3555822Z rocprim VERSION: 2.10.9 2022-11-23T01:28:15.3601583Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:15.3614704Z hipcub VERSION: 2.10.12 2022-11-23T01:28:15.3660016Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:15.3674021Z rocthrust VERSION: 2.10.9 2022-11-23T01:28:15.3674465Z HIP library name: amdhip64 2022-11-23T01:28:15.3719548Z Building PyTorch for GPU arch: gfx906 2022-11-23T01:28:15.3736194Z -- Found HIP: /opt/rocm-5.2.0/hip (found suitable version "5.2.21151-afdc89f8", minimum required is "1.0") 2022-11-23T01:28:15.3738839Z HIP VERSION: 5.2.21151-afdc89f8 2022-11-23T01:28:15.4441551Z -- Caffe2: Header version is: 5.2.0 2022-11-23T01:28:15.4441970Z  2022-11-23T01:28:15.4442195Z ***** ROCm version from rocm_version.h **** 2022-11-23T01:28:15.4442418Z  2022-11-23T01:28:15.4442615Z ROCM_VERSION_DEV: 5.2.0 2022-11-23T01:28:15.4442963Z ROCM_VERSION_DEV_MAJOR: 5 2022-11-23T01:28:15.4443411Z ROCM_VERSION_DEV_MINOR: 2 2022-11-23T01:28:15.4443743Z ROCM_VERSION_DEV_PATCH: 0 2022-11-23T01:28:15.4443988Z ROCM_VERSION_DEV_INT: 50200 2022-11-23T01:28:15.4444232Z HIP_VERSION_MAJOR: 5 2022-11-23T01:28:15.4444629Z HIP_VERSION_MINOR: 2 2022-11-23T01:28:15.4444864Z TORCH_HIP_VERSION: 502 2022-11-23T01:28:15.4445059Z  2022-11-23T01:28:15.4445227Z ***** Library versions from dpkg ***** 2022-11-23T01:28:15.4445432Z  2022-11-23T01:28:15.4561065Z rocm-dev VERSION: 5.2.0.50200-65 2022-11-23T01:28:15.4561368Z rocm-device-libs VERSION: 1.0.0.50200-65 2022-11-23T01:28:15.4682676Z rocm-libs VERSION: 5.2.0.50200-65 2022-11-23T01:28:15.4799123Z hsakmt-roct-dev VERSION: 20220426.0.86.50200-65 2022-11-23T01:28:15.4914706Z hsa-rocr-dev VERSION: 1.5.0.50200-65 2022-11-23T01:28:15.5267994Z  2022-11-23T01:28:15.5268306Z ***** Library versions from cmake find_package ***** 2022-11-23T01:28:15.5268536Z  2022-11-23T01:28:15.5313113Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:15.5324096Z hip VERSION: 5.2.22212 2022-11-23T01:28:15.5330202Z hsa-runtime64 VERSION: 1.5.50200 2022-11-23T01:28:15.5334343Z amd_comgr VERSION: 2.4.0 2022-11-23T01:28:15.5377012Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:15.5391018Z rocrand VERSION: 2.10.9 2022-11-23T01:28:15.5433084Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:15.5447745Z hiprand VERSION: 2.10.9 2022-11-23T01:28:15.5489886Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:15.5504216Z rocblas VERSION: 2.44.0 2022-11-23T01:28:15.5545853Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:15.5565005Z miopen VERSION: 2.17.0 2022-11-23T01:28:15.5606683Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:15.5622567Z hipfft VERSION: 1.0.8 2022-11-23T01:28:15.5664234Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:15.5681006Z hipsparse VERSION: 2.1.0 2022-11-23T01:28:15.5723383Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:15.5740923Z rccl VERSION: 2.11.4 2022-11-23T01:28:15.5783096Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:15.5801739Z rocprim VERSION: 2.10.9 2022-11-23T01:28:15.5848114Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:15.5869046Z hipcub VERSION: 2.10.12 2022-11-23T01:28:15.5917489Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:15.5939030Z rocthrust VERSION: 2.10.9 2022-11-23T01:28:15.5939480Z HIP library name: amdhip64 2022-11-23T01:28:15.6205617Z CMake Warning at /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-11-23T01:28:15.6206356Z static library kineto_LIBRARY-NOTFOUND not found. 2022-11-23T01:28:15.6206787Z Call Stack (most recent call first): 2022-11-23T01:28:15.6207480Z /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-11-23T01:28:15.6207944Z CMakeLists.txt:9 (find_package) 2022-11-23T01:28:15.6208151Z 2022-11-23T01:28:15.6208282Z  2022-11-23T01:28:15.6208811Z -- Found Torch: /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so 2022-11-23T01:28:15.6212957Z -- Configuring done 2022-11-23T01:28:15.6302151Z -- Generating done 2022-11-23T01:28:15.6308029Z CMake Warning: 2022-11-23T01:28:15.6308543Z Manually-specified variables were not used by the project: 2022-11-23T01:28:15.6308839Z 2022-11-23T01:28:15.6308976Z PYTHON_EXECUTABLE 2022-11-23T01:28:15.6309114Z 2022-11-23T01:28:15.6309197Z  2022-11-23T01:28:15.6323774Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build 2022-11-23T01:28:15.6362180Z + make VERBOSE=1 2022-11-23T01:28:15.6375501Z /opt/conda/bin/cmake -S/var/lib/jenkins/workspace/test/custom_operator -B/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build --check-build-system CMakeFiles/Makefile.cmake 0 2022-11-23T01:28:15.6431979Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build//CMakeFiles/progress.marks 2022-11-23T01:28:15.6471428Z make -f CMakeFiles/Makefile2 all 2022-11-23T01:28:15.6480818Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:28:15.6481246Z make -f CMakeFiles/custom_ops.dir/build.make CMakeFiles/custom_ops.dir/depend 2022-11-23T01:28:15.6490548Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:28:15.6491645Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build && /opt/conda/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake --color= 2022-11-23T01:28:15.6535023Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:28:15.6536196Z make -f CMakeFiles/custom_ops.dir/build.make CMakeFiles/custom_ops.dir/build 2022-11-23T01:28:15.6545649Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:28:15.6584602Z [ 25%] Building CXX object CMakeFiles/custom_ops.dir/op.cpp.o 2022-11-23T01:28:15.6591848Z /usr/bin/c++ -DUSE_C10D_GLOO -DUSE_C10D_NCCL -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -D__HIP_PLATFORM_AMD__=1 -D__HIP_PLATFORM_HCC__=1 -Dcustom_ops_EXPORTS -isystem /opt/conda/lib/python3.8/site-packages/torch/include -isystem /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -isystem /opt/rocm-5.2.0/include -isystem /opt/rocm-5.2.0/include/hiprand -fPIC -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -D__HIP_PLATFORM_HCC__=1 -DCUDA_HAS_FP16=1 -D__HIP_NO_HALF_OPERATORS__=1 -D__HIP_NO_HALF_CONVERSIONS__=1 -DTORCH_HIP_VERSION=502 -Wno-macro-redefined -Wno-inconsistent-missing-override -Wno-exceptions -Wno-shift-count-negative -Wno-shift-count-overflow -Wno-unused-command-line-argument -Wno-duplicate-decl-specifier -Wno-implicit-int-float-conversion -DCAFFE2_USE_MIOPEN -DTHRUST_DEVICE_SYSTEM=THRUST_DEVICE_SYSTEM_HIP -std=c++14 -MD -MT CMakeFiles/custom_ops.dir/op.cpp.o -MF CMakeFiles/custom_ops.dir/op.cpp.o.d -o CMakeFiles/custom_ops.dir/op.cpp.o -c /var/lib/jenkins/workspace/test/custom_operator/op.cpp 2022-11-23T01:28:15.6618304Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:28:25.2581538Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:28:25.2582455Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:28:25.2583173Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:28:25.2584112Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:28:25.2584860Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:28:25.4159204Z [ 50%] Linking CXX shared library libcustom_ops.so 2022-11-23T01:28:25.4162837Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/custom_ops.dir/link.txt --verbose=1 2022-11-23T01:28:25.4201551Z /usr/bin/c++ -fPIC -shared -Wl,-soname,libcustom_ops.so -o libcustom_ops.so CMakeFiles/custom_ops.dir/op.cpp.o -Wl,-rpath,/opt/conda/lib/python3.8/site-packages/torch/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.8/site-packages/torch/lib/libc10.so -Wl,--no-as-needed,"/opt/conda/lib/python3.8/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed -lpthread -Wl,--no-as-needed,"/opt/conda/lib/python3.8/site-packages/torch/lib/libtorch_hip.so" -Wl,--as-needed /opt/conda/lib/python3.8/site-packages/torch/lib/libc10_hip.so /opt/conda/lib/python3.8/site-packages/torch/lib/libc10.so /opt/rocm/hip/lib/libamdhip64.so /opt/rocm-5.2.0/lib/libMIOpen.so.1.0.50200 -lrt /opt/rocm/roctracer/lib/libroctx64.so /opt/rocm-5.2.0/lib/librocblas.so.0.1.50200 /opt/rocm/lib/libamdhip64.so.5.2.50200 /opt/rocm/llvm/lib/clang/14.0.0/lib/linux/libclang_rt.builtins-x86_64.a /opt/rocm-5.2.0/lib/libhipfft.so /opt/rocm-5.2.0/lib/libhiprand.so.1.1.50200 /opt/rocm-5.2.0/lib/libhipsparse.so.0.1.50200 -Wl,--no-as-needed,"/opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so" -Wl,--as-needed -Wl,-rpath-link,/opt/rocm-5.2.0/lib 2022-11-23T01:28:25.8093615Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:28:25.8152855Z [ 50%] Built target custom_ops 2022-11-23T01:28:25.8157169Z make -f CMakeFiles/test_custom_ops.dir/build.make CMakeFiles/test_custom_ops.dir/depend 2022-11-23T01:28:25.8167861Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:28:25.8168994Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build && /opt/conda/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake --color= 2022-11-23T01:28:25.8215675Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:28:25.8216458Z make -f CMakeFiles/test_custom_ops.dir/build.make CMakeFiles/test_custom_ops.dir/build 2022-11-23T01:28:25.8226039Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:28:25.8267098Z [ 75%] Building CXX object CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-11-23T01:28:25.8272650Z /usr/bin/c++ -DUSE_C10D_GLOO -DUSE_C10D_NCCL -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -D__HIP_PLATFORM_AMD__=1 -D__HIP_PLATFORM_HCC__=1 -isystem /opt/conda/lib/python3.8/site-packages/torch/include -isystem /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -isystem /opt/rocm-5.2.0/include -isystem /opt/rocm-5.2.0/include/hiprand -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -D__HIP_PLATFORM_HCC__=1 -DCUDA_HAS_FP16=1 -D__HIP_NO_HALF_OPERATORS__=1 -D__HIP_NO_HALF_CONVERSIONS__=1 -DTORCH_HIP_VERSION=502 -Wno-macro-redefined -Wno-inconsistent-missing-override -Wno-exceptions -Wno-shift-count-negative -Wno-shift-count-overflow -Wno-unused-command-line-argument -Wno-duplicate-decl-specifier -Wno-implicit-int-float-conversion -DCAFFE2_USE_MIOPEN -DTHRUST_DEVICE_SYSTEM=THRUST_DEVICE_SYSTEM_HIP -std=c++14 -MD -MT CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o -MF CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d -o CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o -c /var/lib/jenkins/workspace/test/custom_operator/test_custom_ops.cpp 2022-11-23T01:28:25.8300903Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:28:35.1643832Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:28:35.1644724Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:28:35.1645441Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:28:35.1646190Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:28:35.1646949Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:28:35.2870291Z [100%] Linking CXX executable test_custom_ops 2022-11-23T01:28:35.2873256Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/test_custom_ops.dir/link.txt --verbose=1 2022-11-23T01:28:35.2913161Z /usr/bin/c++ -rdynamic CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o -o test_custom_ops -Wl,-rpath,/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build:/opt/conda/lib/python3.8/site-packages/torch/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib libcustom_ops.so /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/lib/python3.8/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed -lpthread -Wl,--no-as-needed,"/opt/conda/lib/python3.8/site-packages/torch/lib/libtorch_hip.so" -Wl,--as-needed /opt/conda/lib/python3.8/site-packages/torch/lib/libc10_hip.so /opt/conda/lib/python3.8/site-packages/torch/lib/libc10.so /opt/rocm/hip/lib/libamdhip64.so /opt/rocm-5.2.0/lib/libMIOpen.so.1.0.50200 -lrt /opt/rocm/roctracer/lib/libroctx64.so /opt/rocm-5.2.0/lib/librocblas.so.0.1.50200 /opt/rocm/lib/libamdhip64.so.5.2.50200 /opt/rocm/llvm/lib/clang/14.0.0/lib/linux/libclang_rt.builtins-x86_64.a /opt/rocm-5.2.0/lib/libhipfft.so /opt/rocm-5.2.0/lib/libhiprand.so.1.1.50200 /opt/rocm-5.2.0/lib/libhipsparse.so.0.1.50200 -Wl,--no-as-needed,"/opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so" -Wl,--as-needed /opt/conda/lib/python3.8/site-packages/torch/lib/libc10.so -Wl,-rpath-link,/opt/rocm-5.2.0/lib 2022-11-23T01:28:36.0540424Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:28:36.0609813Z [100%] Built target test_custom_ops 2022-11-23T01:28:36.0613892Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:28:36.0635180Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles 0 2022-11-23T01:28:36.0659389Z + popd 2022-11-23T01:28:36.0660261Z ~/workspace 2022-11-23T01:28:36.0660639Z + assert_git_not_dirty 2022-11-23T01:28:36.0661186Z + [[ linux-focal-rocm5.2-py3.8 != *rocm* ]] 2022-11-23T01:28:36.0661524Z + JIT_HOOK_BUILD=build/custom_test_artifacts/jit-hook-build 2022-11-23T01:28:36.0661800Z + JIT_HOOK_TEST=/var/lib/jenkins/workspace/test/jit_hooks 2022-11-23T01:28:36.0662035Z + python --version 2022-11-23T01:28:36.0671818Z Python 3.8.13 2022-11-23T01:28:36.0676579Z ++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())' 2022-11-23T01:28:36.2607083Z + SITE_PACKAGES=/opt/conda/lib/python3.8/site-packages 2022-11-23T01:28:36.2607448Z + mkdir -p build/custom_test_artifacts/jit-hook-build 2022-11-23T01:28:36.2616953Z + pushd build/custom_test_artifacts/jit-hook-build 2022-11-23T01:28:36.2617383Z ~/workspace/build/custom_test_artifacts/jit-hook-build ~/workspace 2022-11-23T01:28:36.2619850Z ++ which python 2022-11-23T01:28:36.2628492Z + cmake /var/lib/jenkins/workspace/test/jit_hooks -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.8/site-packages/torch -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DCMAKE_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public -DUSE_ROCM=ON 2022-11-23T01:28:36.3098179Z -- The C compiler identification is GNU 9.4.0 2022-11-23T01:28:36.3599242Z -- The CXX compiler identification is GNU 9.4.0 2022-11-23T01:28:36.3660167Z -- Detecting C compiler ABI info 2022-11-23T01:28:36.4177765Z -- Detecting C compiler ABI info - done 2022-11-23T01:28:36.4254857Z -- Check for working C compiler: /usr/bin/cc - skipped 2022-11-23T01:28:36.4256909Z -- Detecting C compile features 2022-11-23T01:28:36.4260914Z -- Detecting C compile features - done 2022-11-23T01:28:36.4290123Z -- Detecting CXX compiler ABI info 2022-11-23T01:28:36.4920377Z -- Detecting CXX compiler ABI info - done 2022-11-23T01:28:36.4999219Z -- Check for working CXX compiler: /usr/bin/c++ - skipped 2022-11-23T01:28:36.5001756Z -- Detecting CXX compile features 2022-11-23T01:28:36.5006331Z -- Detecting CXX compile features - done 2022-11-23T01:28:36.5020209Z Building PyTorch for GPU arch: gfx906 2022-11-23T01:28:36.6764985Z -- Found HIP: /opt/rocm-5.2.0/hip (found suitable version "5.2.21151-afdc89f8", minimum required is "1.0") 2022-11-23T01:28:36.6768190Z HIP VERSION: 5.2.21151-afdc89f8 2022-11-23T01:28:36.7454058Z -- Caffe2: Header version is: 5.2.0 2022-11-23T01:28:36.7454449Z  2022-11-23T01:28:36.7454740Z ***** ROCm version from rocm_version.h **** 2022-11-23T01:28:36.7454969Z  2022-11-23T01:28:36.7455251Z ROCM_VERSION_DEV: 5.2.0 2022-11-23T01:28:36.7455631Z ROCM_VERSION_DEV_MAJOR: 5 2022-11-23T01:28:36.7456087Z ROCM_VERSION_DEV_MINOR: 2 2022-11-23T01:28:36.7456388Z ROCM_VERSION_DEV_PATCH: 0 2022-11-23T01:28:36.7456630Z ROCM_VERSION_DEV_INT: 50200 2022-11-23T01:28:36.7456867Z HIP_VERSION_MAJOR: 5 2022-11-23T01:28:36.7457113Z HIP_VERSION_MINOR: 2 2022-11-23T01:28:36.7457410Z TORCH_HIP_VERSION: 502 2022-11-23T01:28:36.7457593Z  2022-11-23T01:28:36.7457775Z ***** Library versions from dpkg ***** 2022-11-23T01:28:36.7457988Z  2022-11-23T01:28:36.7571609Z rocm-dev VERSION: 5.2.0.50200-65 2022-11-23T01:28:36.7571918Z rocm-device-libs VERSION: 1.0.0.50200-65 2022-11-23T01:28:36.7691804Z rocm-libs VERSION: 5.2.0.50200-65 2022-11-23T01:28:36.7813218Z hsakmt-roct-dev VERSION: 20220426.0.86.50200-65 2022-11-23T01:28:36.7929285Z hsa-rocr-dev VERSION: 1.5.0.50200-65 2022-11-23T01:28:36.8293469Z  2022-11-23T01:28:36.8293913Z ***** Library versions from cmake find_package ***** 2022-11-23T01:28:36.8294301Z  2022-11-23T01:28:36.8337527Z -- Looking for pthread.h 2022-11-23T01:28:36.8897740Z -- Looking for pthread.h - found 2022-11-23T01:28:36.8898564Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T01:28:36.9460088Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-11-23T01:28:36.9460965Z -- Looking for pthread_create in pthreads 2022-11-23T01:28:36.9871920Z -- Looking for pthread_create in pthreads - not found 2022-11-23T01:28:36.9872274Z -- Looking for pthread_create in pthread 2022-11-23T01:28:37.0388378Z -- Looking for pthread_create in pthread - found 2022-11-23T01:28:37.0396824Z -- Found Threads: TRUE 2022-11-23T01:28:37.0400482Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:37.0456785Z hip VERSION: 5.2.22212 2022-11-23T01:28:37.0462451Z hsa-runtime64 VERSION: 1.5.50200 2022-11-23T01:28:37.0466838Z amd_comgr VERSION: 2.4.0 2022-11-23T01:28:37.0508924Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:37.0516438Z rocrand VERSION: 2.10.9 2022-11-23T01:28:37.0557404Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:37.0565654Z hiprand VERSION: 2.10.9 2022-11-23T01:28:37.0606439Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:37.0614587Z rocblas VERSION: 2.44.0 2022-11-23T01:28:37.0655357Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:37.0668232Z miopen VERSION: 2.17.0 2022-11-23T01:28:37.0708940Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:37.0719080Z hipfft VERSION: 1.0.8 2022-11-23T01:28:37.0759879Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:37.0769992Z hipsparse VERSION: 2.1.0 2022-11-23T01:28:37.0811292Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:37.0822139Z rccl VERSION: 2.11.4 2022-11-23T01:28:37.0863017Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:37.0874064Z rocprim VERSION: 2.10.9 2022-11-23T01:28:37.0919968Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:37.0933477Z hipcub VERSION: 2.10.12 2022-11-23T01:28:37.0979066Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:37.0993207Z rocthrust VERSION: 2.10.9 2022-11-23T01:28:37.0993484Z HIP library name: amdhip64 2022-11-23T01:28:37.1038181Z Building PyTorch for GPU arch: gfx906 2022-11-23T01:28:37.1055241Z -- Found HIP: /opt/rocm-5.2.0/hip (found suitable version "5.2.21151-afdc89f8", minimum required is "1.0") 2022-11-23T01:28:37.1058109Z HIP VERSION: 5.2.21151-afdc89f8 2022-11-23T01:28:37.1752995Z -- Caffe2: Header version is: 5.2.0 2022-11-23T01:28:37.1753446Z  2022-11-23T01:28:37.1753671Z ***** ROCm version from rocm_version.h **** 2022-11-23T01:28:37.1753874Z  2022-11-23T01:28:37.1754239Z ROCM_VERSION_DEV: 5.2.0 2022-11-23T01:28:37.1754515Z ROCM_VERSION_DEV_MAJOR: 5 2022-11-23T01:28:37.1754755Z ROCM_VERSION_DEV_MINOR: 2 2022-11-23T01:28:37.1754995Z ROCM_VERSION_DEV_PATCH: 0 2022-11-23T01:28:37.1755241Z ROCM_VERSION_DEV_INT: 50200 2022-11-23T01:28:37.1755477Z HIP_VERSION_MAJOR: 5 2022-11-23T01:28:37.1755691Z HIP_VERSION_MINOR: 2 2022-11-23T01:28:37.1755926Z TORCH_HIP_VERSION: 502 2022-11-23T01:28:37.1756120Z  2022-11-23T01:28:37.1756287Z ***** Library versions from dpkg ***** 2022-11-23T01:28:37.1756489Z  2022-11-23T01:28:37.1870804Z rocm-dev VERSION: 5.2.0.50200-65 2022-11-23T01:28:37.1871226Z rocm-device-libs VERSION: 1.0.0.50200-65 2022-11-23T01:28:37.1988569Z rocm-libs VERSION: 5.2.0.50200-65 2022-11-23T01:28:37.2106750Z hsakmt-roct-dev VERSION: 20220426.0.86.50200-65 2022-11-23T01:28:37.2227868Z hsa-rocr-dev VERSION: 1.5.0.50200-65 2022-11-23T01:28:37.2580765Z  2022-11-23T01:28:37.2581248Z ***** Library versions from cmake find_package ***** 2022-11-23T01:28:37.2581656Z  2022-11-23T01:28:37.2626875Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:37.2638427Z hip VERSION: 5.2.22212 2022-11-23T01:28:37.2644339Z hsa-runtime64 VERSION: 1.5.50200 2022-11-23T01:28:37.2649028Z amd_comgr VERSION: 2.4.0 2022-11-23T01:28:37.2691896Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:37.2706310Z rocrand VERSION: 2.10.9 2022-11-23T01:28:37.2749060Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:37.2764181Z hiprand VERSION: 2.10.9 2022-11-23T01:28:37.2806045Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:37.2821020Z rocblas VERSION: 2.44.0 2022-11-23T01:28:37.2863654Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:37.2882683Z miopen VERSION: 2.17.0 2022-11-23T01:28:37.2924776Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:37.2940981Z hipfft VERSION: 1.0.8 2022-11-23T01:28:37.2982715Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:37.2999805Z hipsparse VERSION: 2.1.0 2022-11-23T01:28:37.3041556Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:37.3059168Z rccl VERSION: 2.11.4 2022-11-23T01:28:37.3101219Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:37.3120920Z rocprim VERSION: 2.10.9 2022-11-23T01:28:37.3166862Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:37.3187619Z hipcub VERSION: 2.10.12 2022-11-23T01:28:37.3235804Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:37.3257368Z rocthrust VERSION: 2.10.9 2022-11-23T01:28:37.3257828Z HIP library name: amdhip64 2022-11-23T01:28:37.3404089Z CMake Warning at /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-11-23T01:28:37.3404816Z static library kineto_LIBRARY-NOTFOUND not found. 2022-11-23T01:28:37.3405238Z Call Stack (most recent call first): 2022-11-23T01:28:37.3405884Z /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-11-23T01:28:37.3406390Z CMakeLists.txt:9 (find_package) 2022-11-23T01:28:37.3406610Z 2022-11-23T01:28:37.3406750Z  2022-11-23T01:28:37.3407264Z -- Found Torch: /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so 2022-11-23T01:28:37.3409403Z -- Configuring done 2022-11-23T01:28:37.3467562Z -- Generating done 2022-11-23T01:28:37.3472828Z CMake Warning: 2022-11-23T01:28:37.3473379Z Manually-specified variables were not used by the project: 2022-11-23T01:28:37.3473680Z 2022-11-23T01:28:37.3473798Z PYTHON_EXECUTABLE 2022-11-23T01:28:37.3473995Z 2022-11-23T01:28:37.3474382Z  2022-11-23T01:28:37.3482635Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build 2022-11-23T01:28:37.3519046Z + make VERBOSE=1 2022-11-23T01:28:37.3530635Z /opt/conda/bin/cmake -S/var/lib/jenkins/workspace/test/jit_hooks -B/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build --check-build-system CMakeFiles/Makefile.cmake 0 2022-11-23T01:28:37.3585883Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build/CMakeFiles /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build//CMakeFiles/progress.marks 2022-11-23T01:28:37.3625303Z make -f CMakeFiles/Makefile2 all 2022-11-23T01:28:37.3633873Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:28:37.3634517Z make -f CMakeFiles/test_jit_hooks.dir/build.make CMakeFiles/test_jit_hooks.dir/depend 2022-11-23T01:28:37.3643898Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:28:37.3644984Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build && /opt/conda/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/jit_hooks /var/lib/jenkins/workspace/test/jit_hooks /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake --color= 2022-11-23T01:28:37.3690126Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:28:37.3690579Z make -f CMakeFiles/test_jit_hooks.dir/build.make CMakeFiles/test_jit_hooks.dir/build 2022-11-23T01:28:37.3699976Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:28:37.3740813Z [ 50%] Building CXX object CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-11-23T01:28:37.3746378Z /usr/bin/c++ -DUSE_C10D_GLOO -DUSE_C10D_NCCL -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -D__HIP_PLATFORM_AMD__=1 -D__HIP_PLATFORM_HCC__=1 -isystem /opt/conda/lib/python3.8/site-packages/torch/include -isystem /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -isystem /opt/rocm-5.2.0/include -isystem /opt/rocm-5.2.0/include/hiprand -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -D__HIP_PLATFORM_HCC__=1 -DCUDA_HAS_FP16=1 -D__HIP_NO_HALF_OPERATORS__=1 -D__HIP_NO_HALF_CONVERSIONS__=1 -DTORCH_HIP_VERSION=502 -Wno-macro-redefined -Wno-inconsistent-missing-override -Wno-exceptions -Wno-shift-count-negative -Wno-shift-count-overflow -Wno-unused-command-line-argument -Wno-duplicate-decl-specifier -Wno-implicit-int-float-conversion -DCAFFE2_USE_MIOPEN -DTHRUST_DEVICE_SYSTEM=THRUST_DEVICE_SYSTEM_HIP -std=c++14 -MD -MT CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o -MF CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d -o CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o -c /var/lib/jenkins/workspace/test/jit_hooks/test_jit_hooks.cpp 2022-11-23T01:28:37.3774095Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:28:46.4881790Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:28:46.4882621Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:28:46.4883117Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:28:46.4883627Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:28:46.4884107Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:28:46.5852303Z [100%] Linking CXX executable test_jit_hooks 2022-11-23T01:28:46.5855516Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/test_jit_hooks.dir/link.txt --verbose=1 2022-11-23T01:28:46.5894456Z /usr/bin/c++ -rdynamic CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o -o test_jit_hooks -Wl,-rpath,/opt/conda/lib/python3.8/site-packages/torch/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.8/site-packages/torch/lib/libc10.so -Wl,--no-as-needed,"/opt/conda/lib/python3.8/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed -lpthread -Wl,--no-as-needed,"/opt/conda/lib/python3.8/site-packages/torch/lib/libtorch_hip.so" -Wl,--as-needed /opt/conda/lib/python3.8/site-packages/torch/lib/libc10_hip.so /opt/conda/lib/python3.8/site-packages/torch/lib/libc10.so /opt/rocm/hip/lib/libamdhip64.so /opt/rocm-5.2.0/lib/libMIOpen.so.1.0.50200 -lrt /opt/rocm/roctracer/lib/libroctx64.so /opt/rocm-5.2.0/lib/librocblas.so.0.1.50200 /opt/rocm/lib/libamdhip64.so.5.2.50200 /opt/rocm/llvm/lib/clang/14.0.0/lib/linux/libclang_rt.builtins-x86_64.a /opt/rocm-5.2.0/lib/libhipfft.so /opt/rocm-5.2.0/lib/libhiprand.so.1.1.50200 /opt/rocm-5.2.0/lib/libhipsparse.so.0.1.50200 -Wl,--no-as-needed,"/opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so" -Wl,--as-needed -Wl,-rpath-link,/opt/rocm-5.2.0/lib 2022-11-23T01:28:47.2944549Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:28:47.3174055Z [100%] Built target test_jit_hooks 2022-11-23T01:28:47.3177964Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:28:47.3179518Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build/CMakeFiles 0 2022-11-23T01:28:47.3291902Z + popd 2022-11-23T01:28:47.3292175Z ~/workspace 2022-11-23T01:28:47.3292513Z + assert_git_not_dirty 2022-11-23T01:28:47.3293033Z + [[ linux-focal-rocm5.2-py3.8 != *rocm* ]] 2022-11-23T01:28:47.3293483Z + CUSTOM_BACKEND_BUILD=build/custom_test_artifacts/custom-backend-build 2022-11-23T01:28:47.3293784Z + CUSTOM_BACKEND_TEST=/var/lib/jenkins/workspace/test/custom_backend 2022-11-23T01:28:47.3294042Z + python --version 2022-11-23T01:28:47.3303810Z Python 3.8.13 2022-11-23T01:28:47.3305273Z + mkdir -p build/custom_test_artifacts/custom-backend-build 2022-11-23T01:28:47.3316038Z + pushd build/custom_test_artifacts/custom-backend-build 2022-11-23T01:28:47.3316413Z ~/workspace/build/custom_test_artifacts/custom-backend-build ~/workspace 2022-11-23T01:28:47.3319635Z ++ which python 2022-11-23T01:28:47.3326156Z + cmake /var/lib/jenkins/workspace/test/custom_backend -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.8/site-packages/torch -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DCMAKE_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public -DUSE_ROCM=ON 2022-11-23T01:28:47.3796815Z -- The C compiler identification is GNU 9.4.0 2022-11-23T01:28:47.4298569Z -- The CXX compiler identification is GNU 9.4.0 2022-11-23T01:28:47.4359971Z -- Detecting C compiler ABI info 2022-11-23T01:28:47.4950537Z -- Detecting C compiler ABI info - done 2022-11-23T01:28:47.5026964Z -- Check for working C compiler: /usr/bin/cc - skipped 2022-11-23T01:28:47.5029107Z -- Detecting C compile features 2022-11-23T01:28:47.5033309Z -- Detecting C compile features - done 2022-11-23T01:28:47.5062500Z -- Detecting CXX compiler ABI info 2022-11-23T01:28:47.5784296Z -- Detecting CXX compiler ABI info - done 2022-11-23T01:28:47.5863621Z -- Check for working CXX compiler: /usr/bin/c++ - skipped 2022-11-23T01:28:47.5866189Z -- Detecting CXX compile features 2022-11-23T01:28:47.5870812Z -- Detecting CXX compile features - done 2022-11-23T01:28:47.5884456Z Building PyTorch for GPU arch: gfx906 2022-11-23T01:28:47.7634860Z -- Found HIP: /opt/rocm-5.2.0/hip (found suitable version "5.2.21151-afdc89f8", minimum required is "1.0") 2022-11-23T01:28:47.7638690Z HIP VERSION: 5.2.21151-afdc89f8 2022-11-23T01:28:47.8406848Z -- Caffe2: Header version is: 5.2.0 2022-11-23T01:28:47.8407172Z  2022-11-23T01:28:47.8407575Z ***** ROCm version from rocm_version.h **** 2022-11-23T01:28:47.8407969Z  2022-11-23T01:28:47.8408359Z ROCM_VERSION_DEV: 5.2.0 2022-11-23T01:28:47.8408599Z ROCM_VERSION_DEV_MAJOR: 5 2022-11-23T01:28:47.8408838Z ROCM_VERSION_DEV_MINOR: 2 2022-11-23T01:28:47.8409081Z ROCM_VERSION_DEV_PATCH: 0 2022-11-23T01:28:47.8409313Z ROCM_VERSION_DEV_INT: 50200 2022-11-23T01:28:47.8409546Z HIP_VERSION_MAJOR: 5 2022-11-23T01:28:47.8409773Z HIP_VERSION_MINOR: 2 2022-11-23T01:28:47.8409990Z TORCH_HIP_VERSION: 502 2022-11-23T01:28:47.8410190Z  2022-11-23T01:28:47.8410371Z ***** Library versions from dpkg ***** 2022-11-23T01:28:47.8410560Z  2022-11-23T01:28:47.8525347Z rocm-dev VERSION: 5.2.0.50200-65 2022-11-23T01:28:47.8525668Z rocm-device-libs VERSION: 1.0.0.50200-65 2022-11-23T01:28:47.8643886Z rocm-libs VERSION: 5.2.0.50200-65 2022-11-23T01:28:47.8764056Z hsakmt-roct-dev VERSION: 20220426.0.86.50200-65 2022-11-23T01:28:47.8885944Z hsa-rocr-dev VERSION: 1.5.0.50200-65 2022-11-23T01:28:47.9246970Z  2022-11-23T01:28:47.9247248Z ***** Library versions from cmake find_package ***** 2022-11-23T01:28:47.9247479Z  2022-11-23T01:28:47.9290652Z -- Looking for pthread.h 2022-11-23T01:28:47.9949422Z -- Looking for pthread.h - found 2022-11-23T01:28:47.9950533Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T01:28:48.0501734Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-11-23T01:28:48.0502081Z -- Looking for pthread_create in pthreads 2022-11-23T01:28:48.0911633Z -- Looking for pthread_create in pthreads - not found 2022-11-23T01:28:48.1428839Z -- Looking for pthread_create in pthread 2022-11-23T01:28:48.1429176Z -- Looking for pthread_create in pthread - found 2022-11-23T01:28:48.1436826Z -- Found Threads: TRUE 2022-11-23T01:28:48.1440928Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:48.1497332Z hip VERSION: 5.2.22212 2022-11-23T01:28:48.1502744Z hsa-runtime64 VERSION: 1.5.50200 2022-11-23T01:28:48.1506790Z amd_comgr VERSION: 2.4.0 2022-11-23T01:28:48.1549203Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:48.1556957Z rocrand VERSION: 2.10.9 2022-11-23T01:28:48.1598268Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:48.1606664Z hiprand VERSION: 2.10.9 2022-11-23T01:28:48.1647804Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:48.1656135Z rocblas VERSION: 2.44.0 2022-11-23T01:28:48.1698100Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:48.1710093Z miopen VERSION: 2.17.0 2022-11-23T01:28:48.1751350Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:48.1761187Z hipfft VERSION: 1.0.8 2022-11-23T01:28:48.1802227Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:48.1812327Z hipsparse VERSION: 2.1.0 2022-11-23T01:28:48.1853562Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:48.1864412Z rccl VERSION: 2.11.4 2022-11-23T01:28:48.1905010Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:48.1916212Z rocprim VERSION: 2.10.9 2022-11-23T01:28:48.1962493Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:48.1975378Z hipcub VERSION: 2.10.12 2022-11-23T01:28:48.2021004Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:48.2035370Z rocthrust VERSION: 2.10.9 2022-11-23T01:28:48.2035687Z HIP library name: amdhip64 2022-11-23T01:28:48.2080344Z Building PyTorch for GPU arch: gfx906 2022-11-23T01:28:48.2097198Z -- Found HIP: /opt/rocm-5.2.0/hip (found suitable version "5.2.21151-afdc89f8", minimum required is "1.0") 2022-11-23T01:28:48.2100129Z HIP VERSION: 5.2.21151-afdc89f8 2022-11-23T01:28:48.2797253Z -- Caffe2: Header version is: 5.2.0 2022-11-23T01:28:48.2797686Z  2022-11-23T01:28:48.2797912Z ***** ROCm version from rocm_version.h **** 2022-11-23T01:28:48.2798251Z  2022-11-23T01:28:48.2798609Z ROCM_VERSION_DEV: 5.2.0 2022-11-23T01:28:48.2799065Z ROCM_VERSION_DEV_MAJOR: 5 2022-11-23T01:28:48.2799381Z ROCM_VERSION_DEV_MINOR: 2 2022-11-23T01:28:48.2799642Z ROCM_VERSION_DEV_PATCH: 0 2022-11-23T01:28:48.2800048Z ROCM_VERSION_DEV_INT: 50200 2022-11-23T01:28:48.2800289Z HIP_VERSION_MAJOR: 5 2022-11-23T01:28:48.2800507Z HIP_VERSION_MINOR: 2 2022-11-23T01:28:48.2800741Z TORCH_HIP_VERSION: 502 2022-11-23T01:28:48.2800936Z  2022-11-23T01:28:48.2801107Z ***** Library versions from dpkg ***** 2022-11-23T01:28:48.2801308Z  2022-11-23T01:28:48.2926632Z rocm-dev VERSION: 5.2.0.50200-65 2022-11-23T01:28:48.2926927Z rocm-device-libs VERSION: 1.0.0.50200-65 2022-11-23T01:28:48.3047491Z rocm-libs VERSION: 5.2.0.50200-65 2022-11-23T01:28:48.3164965Z hsakmt-roct-dev VERSION: 20220426.0.86.50200-65 2022-11-23T01:28:48.3282408Z hsa-rocr-dev VERSION: 1.5.0.50200-65 2022-11-23T01:28:48.3639882Z  2022-11-23T01:28:48.3640349Z ***** Library versions from cmake find_package ***** 2022-11-23T01:28:48.3640762Z  2022-11-23T01:28:48.3688282Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:48.3699399Z hip VERSION: 5.2.22212 2022-11-23T01:28:48.3704751Z hsa-runtime64 VERSION: 1.5.50200 2022-11-23T01:28:48.3708902Z amd_comgr VERSION: 2.4.0 2022-11-23T01:28:48.3751038Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:48.3765120Z rocrand VERSION: 2.10.9 2022-11-23T01:28:48.3806435Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:48.3820609Z hiprand VERSION: 2.10.9 2022-11-23T01:28:48.3862276Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:48.3876561Z rocblas VERSION: 2.44.0 2022-11-23T01:28:48.3918916Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:48.3936960Z miopen VERSION: 2.17.0 2022-11-23T01:28:48.3978286Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:48.3993567Z hipfft VERSION: 1.0.8 2022-11-23T01:28:48.4035004Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:48.4050931Z hipsparse VERSION: 2.1.0 2022-11-23T01:28:48.4092038Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:48.4108562Z rccl VERSION: 2.11.4 2022-11-23T01:28:48.4150009Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:48.4167868Z rocprim VERSION: 2.10.9 2022-11-23T01:28:48.4213932Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:48.4233938Z hipcub VERSION: 2.10.12 2022-11-23T01:28:48.4281902Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:48.4302615Z rocthrust VERSION: 2.10.9 2022-11-23T01:28:48.4303055Z HIP library name: amdhip64 2022-11-23T01:28:48.4449084Z CMake Warning at /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-11-23T01:28:48.4449667Z static library kineto_LIBRARY-NOTFOUND not found. 2022-11-23T01:28:48.4449919Z Call Stack (most recent call first): 2022-11-23T01:28:48.4450308Z /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-11-23T01:28:48.4450909Z CMakeLists.txt:9 (find_package) 2022-11-23T01:28:48.4451042Z 2022-11-23T01:28:48.4451126Z  2022-11-23T01:28:48.4452019Z -- Found Torch: /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so 2022-11-23T01:28:48.4454506Z -- Configuring done 2022-11-23T01:28:48.4539733Z -- Generating done 2022-11-23T01:28:48.4545108Z CMake Warning: 2022-11-23T01:28:48.4545650Z Manually-specified variables were not used by the project: 2022-11-23T01:28:48.4545955Z 2022-11-23T01:28:48.4546039Z PYTHON_EXECUTABLE 2022-11-23T01:28:48.4546160Z 2022-11-23T01:28:48.4546240Z  2022-11-23T01:28:48.4554440Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build 2022-11-23T01:28:48.4592745Z + make VERBOSE=1 2022-11-23T01:28:48.4605537Z /opt/conda/bin/cmake -S/var/lib/jenkins/workspace/test/custom_backend -B/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build --check-build-system CMakeFiles/Makefile.cmake 0 2022-11-23T01:28:48.4662364Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build//CMakeFiles/progress.marks 2022-11-23T01:28:48.4702361Z make -f CMakeFiles/Makefile2 all 2022-11-23T01:28:48.4711701Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:28:48.4712191Z make -f CMakeFiles/custom_backend.dir/build.make CMakeFiles/custom_backend.dir/depend 2022-11-23T01:28:48.4721589Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:28:48.4722737Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build && /opt/conda/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake --color= 2022-11-23T01:28:48.4768595Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:28:48.4769547Z make -f CMakeFiles/custom_backend.dir/build.make CMakeFiles/custom_backend.dir/build 2022-11-23T01:28:48.4779578Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:28:48.4820366Z [ 25%] Building CXX object CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-11-23T01:28:48.4826360Z /usr/bin/c++ -DUSE_C10D_GLOO -DUSE_C10D_NCCL -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -D__HIP_PLATFORM_AMD__=1 -D__HIP_PLATFORM_HCC__=1 -Dcustom_backend_EXPORTS -isystem /opt/conda/lib/python3.8/site-packages/torch/include -isystem /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -isystem /opt/rocm-5.2.0/include -isystem /opt/rocm-5.2.0/include/hiprand -fPIC -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -D__HIP_PLATFORM_HCC__=1 -DCUDA_HAS_FP16=1 -D__HIP_NO_HALF_OPERATORS__=1 -D__HIP_NO_HALF_CONVERSIONS__=1 -DTORCH_HIP_VERSION=502 -Wno-macro-redefined -Wno-inconsistent-missing-override -Wno-exceptions -Wno-shift-count-negative -Wno-shift-count-overflow -Wno-unused-command-line-argument -Wno-duplicate-decl-specifier -Wno-implicit-int-float-conversion -DCAFFE2_USE_MIOPEN -DTHRUST_DEVICE_SYSTEM=THRUST_DEVICE_SYSTEM_HIP -std=c++14 -MD -MT CMakeFiles/custom_backend.dir/custom_backend.cpp.o -MF CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d -o CMakeFiles/custom_backend.dir/custom_backend.cpp.o -c /var/lib/jenkins/workspace/test/custom_backend/custom_backend.cpp 2022-11-23T01:28:48.4852985Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:28:54.5441263Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:28:54.5441866Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:28:54.5442366Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:28:54.5442880Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:28:54.5443378Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:28:54.7413507Z [ 50%] Linking CXX shared library libcustom_backend.so 2022-11-23T01:28:54.7416750Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/custom_backend.dir/link.txt --verbose=1 2022-11-23T01:28:54.7456249Z /usr/bin/c++ -fPIC -shared -Wl,-soname,libcustom_backend.so -o libcustom_backend.so CMakeFiles/custom_backend.dir/custom_backend.cpp.o -Wl,-rpath,/opt/conda/lib/python3.8/site-packages/torch/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.8/site-packages/torch/lib/libc10.so -Wl,--no-as-needed,"/opt/conda/lib/python3.8/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed -lpthread -Wl,--no-as-needed,"/opt/conda/lib/python3.8/site-packages/torch/lib/libtorch_hip.so" -Wl,--as-needed /opt/conda/lib/python3.8/site-packages/torch/lib/libc10_hip.so /opt/conda/lib/python3.8/site-packages/torch/lib/libc10.so /opt/rocm/hip/lib/libamdhip64.so /opt/rocm-5.2.0/lib/libMIOpen.so.1.0.50200 -lrt /opt/rocm/roctracer/lib/libroctx64.so /opt/rocm-5.2.0/lib/librocblas.so.0.1.50200 /opt/rocm/lib/libamdhip64.so.5.2.50200 /opt/rocm/llvm/lib/clang/14.0.0/lib/linux/libclang_rt.builtins-x86_64.a /opt/rocm-5.2.0/lib/libhipfft.so /opt/rocm-5.2.0/lib/libhiprand.so.1.1.50200 /opt/rocm-5.2.0/lib/libhipsparse.so.0.1.50200 -Wl,--no-as-needed,"/opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so" -Wl,--as-needed -Wl,-rpath-link,/opt/rocm-5.2.0/lib 2022-11-23T01:28:55.1783213Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:28:55.1847037Z [ 50%] Built target custom_backend 2022-11-23T01:28:55.1851344Z make -f CMakeFiles/test_custom_backend.dir/build.make CMakeFiles/test_custom_backend.dir/depend 2022-11-23T01:28:55.1862050Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:28:55.1863231Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build && /opt/conda/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake --color= 2022-11-23T01:28:55.1910337Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:28:55.1911528Z make -f CMakeFiles/test_custom_backend.dir/build.make CMakeFiles/test_custom_backend.dir/build 2022-11-23T01:28:55.1922019Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:28:55.1962640Z [ 75%] Building CXX object CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-11-23T01:28:55.1968389Z /usr/bin/c++ -DUSE_C10D_GLOO -DUSE_C10D_NCCL -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -D__HIP_PLATFORM_AMD__=1 -D__HIP_PLATFORM_HCC__=1 -isystem /opt/conda/lib/python3.8/site-packages/torch/include -isystem /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -isystem /opt/rocm-5.2.0/include -isystem /opt/rocm-5.2.0/include/hiprand -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -D__HIP_PLATFORM_HCC__=1 -DCUDA_HAS_FP16=1 -D__HIP_NO_HALF_OPERATORS__=1 -D__HIP_NO_HALF_CONVERSIONS__=1 -DTORCH_HIP_VERSION=502 -Wno-macro-redefined -Wno-inconsistent-missing-override -Wno-exceptions -Wno-shift-count-negative -Wno-shift-count-overflow -Wno-unused-command-line-argument -Wno-duplicate-decl-specifier -Wno-implicit-int-float-conversion -DCAFFE2_USE_MIOPEN -DTHRUST_DEVICE_SYSTEM=THRUST_DEVICE_SYSTEM_HIP -std=c++14 -MD -MT CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o -MF CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d -o CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o -c /var/lib/jenkins/workspace/test/custom_backend/test_custom_backend.cpp 2022-11-23T01:28:55.1995727Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:29:04.2878453Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:29:04.2879222Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:29:04.2879718Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:29:04.2880222Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:29:04.2880717Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:29:04.3777456Z [100%] Linking CXX executable test_custom_backend 2022-11-23T01:29:04.3780770Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/test_custom_backend.dir/link.txt --verbose=1 2022-11-23T01:29:04.3820785Z /usr/bin/c++ -rdynamic CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o -o test_custom_backend -Wl,-rpath,/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build:/opt/conda/lib/python3.8/site-packages/torch/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib libcustom_backend.so /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/lib/python3.8/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed -lpthread -Wl,--no-as-needed,"/opt/conda/lib/python3.8/site-packages/torch/lib/libtorch_hip.so" -Wl,--as-needed /opt/conda/lib/python3.8/site-packages/torch/lib/libc10_hip.so /opt/conda/lib/python3.8/site-packages/torch/lib/libc10.so /opt/rocm/hip/lib/libamdhip64.so /opt/rocm-5.2.0/lib/libMIOpen.so.1.0.50200 -lrt /opt/rocm/roctracer/lib/libroctx64.so /opt/rocm-5.2.0/lib/librocblas.so.0.1.50200 /opt/rocm/lib/libamdhip64.so.5.2.50200 /opt/rocm/llvm/lib/clang/14.0.0/lib/linux/libclang_rt.builtins-x86_64.a /opt/rocm-5.2.0/lib/libhipfft.so /opt/rocm-5.2.0/lib/libhiprand.so.1.1.50200 /opt/rocm-5.2.0/lib/libhipsparse.so.0.1.50200 -Wl,--no-as-needed,"/opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so" -Wl,--as-needed /opt/conda/lib/python3.8/site-packages/torch/lib/libc10.so -Wl,-rpath-link,/opt/rocm-5.2.0/lib 2022-11-23T01:29:05.1148146Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:29:05.1211208Z [100%] Built target test_custom_backend 2022-11-23T01:29:05.1215337Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:29:05.1216945Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles 0 2022-11-23T01:29:05.1260179Z + popd 2022-11-23T01:29:05.1260517Z ~/workspace 2022-11-23T01:29:05.1260822Z + assert_git_not_dirty 2022-11-23T01:29:05.1261354Z + [[ linux-focal-rocm5.2-py3.8 != *rocm* ]] 2022-11-23T01:29:05.1262686Z + [[ linux-focal-rocm5.2-py3.8 != *libtorch* ]] 2022-11-23T01:29:05.1263169Z + [[ linux-focal-rocm5.2-py3.8 != *bazel* ]] 2022-11-23T01:29:05.1263506Z + python tools/stats/export_test_times.py 2022-11-23T01:29:05.1759858Z Ignoring disabled issues: [] 2022-11-23T01:29:05.1760313Z Exporting test times from test-infra to .pytorch-test-times.json 2022-11-23T01:29:05.1760862Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json to /var/lib/jenkins/workspace/.pytorch-test-times.json 2022-11-23T01:29:05.2215265Z + print_sccache_stats 2022-11-23T01:29:05.2215714Z + echo 'PyTorch Build Statistics' 2022-11-23T01:29:05.2215931Z PyTorch Build Statistics 2022-11-23T01:29:05.2216154Z + sccache --show-stats 2022-11-23T01:29:05.2231118Z Compile requests 10153 2022-11-23T01:29:05.2231488Z Compile requests executed 6811 2022-11-23T01:29:05.2231766Z Cache hits 6788 2022-11-23T01:29:05.2232071Z Cache misses 1 2022-11-23T01:29:05.2232387Z Cache timeouts 0 2022-11-23T01:29:05.2232641Z Cache read errors 0 2022-11-23T01:29:05.2232851Z Forced recaches 0 2022-11-23T01:29:05.2233448Z Cache write errors 0 2022-11-23T01:29:05.2233792Z Compilation failures 7 2022-11-23T01:29:05.2234317Z Cache errors 15 2022-11-23T01:29:05.2234697Z Non-cacheable compilations 0 2022-11-23T01:29:05.2234931Z Non-cacheable calls 14 2022-11-23T01:29:05.2235175Z Non-compilation calls 3328 2022-11-23T01:29:05.2237258Z Unsupported compiler calls 0 2022-11-23T01:29:05.2237653Z Average cache write 0.050 s 2022-11-23T01:29:05.2237989Z Average cache read miss 9.873 s 2022-11-23T01:29:05.2238300Z Average cache read hit 0.029 s 2022-11-23T01:29:05.2239116Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-11-23T01:29:05.2239860Z + [[ -n 9655215325 ]] 2022-11-23T01:29:05.2240276Z + sccache --show-stats --stats-format json 2022-11-23T01:29:05.2240590Z + jq .stats 2022-11-23T01:29:05.2612511Z + sccache_epilogue 2022-11-23T01:29:05.2613037Z + echo '::group::Sccache Compilation Log' 2022-11-23T01:29:05.2613686Z ##[group]Sccache Compilation Log 2022-11-23T01:29:05.2613979Z + echo '=================== sccache compilation log ===================' 2022-11-23T01:29:05.2614241Z =================== sccache compilation log =================== 2022-11-23T01:29:05.2614564Z + python /var/lib/jenkins/workspace/.jenkins/pytorch/print_sccache_log.py /var/lib/jenkins/sccache_error.log 2022-11-23T01:29:05.2793020Z + echo '=========== If your build fails, please take a look at the log above for possible reasons ===========' 2022-11-23T01:29:05.2793395Z =========== If your build fails, please take a look at the log above for possible reasons =========== 2022-11-23T01:29:05.2793750Z + sccache --show-stats 2022-11-23T01:29:05.2808198Z Compile requests 10153 2022-11-23T01:29:05.2808749Z Compile requests executed 6811 2022-11-23T01:29:05.2809109Z Cache hits 6788 2022-11-23T01:29:05.2809441Z Cache misses 1 2022-11-23T01:29:05.2809729Z Cache timeouts 0 2022-11-23T01:29:05.2809914Z Cache read errors 0 2022-11-23T01:29:05.2810146Z Forced recaches 0 2022-11-23T01:29:05.2810445Z Cache write errors 0 2022-11-23T01:29:05.2810638Z Compilation failures 7 2022-11-23T01:29:05.2810839Z Cache errors 15 2022-11-23T01:29:05.2811137Z Non-cacheable compilations 0 2022-11-23T01:29:05.2811377Z Non-cacheable calls 14 2022-11-23T01:29:05.2811624Z Non-compilation calls 3328 2022-11-23T01:29:05.2811841Z Unsupported compiler calls 0 2022-11-23T01:29:05.2812038Z Average cache write 0.050 s 2022-11-23T01:29:05.2812249Z Average cache read miss 9.873 s 2022-11-23T01:29:05.2812652Z Average cache read hit 0.029 s 2022-11-23T01:29:05.2813207Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-11-23T01:29:05.2813633Z + sccache --stop-server 2022-11-23T01:29:05.2820821Z Stopping sccache server... 2022-11-23T01:29:05.2825184Z Compile requests 10153 2022-11-23T01:29:05.2825517Z Compile requests executed 6811 2022-11-23T01:29:05.2825892Z Cache hits 6788 2022-11-23T01:29:05.2826220Z Cache misses 1 2022-11-23T01:29:05.2826548Z Cache timeouts 0 2022-11-23T01:29:05.2826891Z Cache read errors 0 2022-11-23T01:29:05.2827251Z Forced recaches 0 2022-11-23T01:29:05.2827591Z Cache write errors 0 2022-11-23T01:29:05.2827939Z Compilation failures 7 2022-11-23T01:29:05.2828209Z Cache errors 15 2022-11-23T01:29:05.2828608Z Non-cacheable compilations 0 2022-11-23T01:29:05.2828954Z Non-cacheable calls 14 2022-11-23T01:29:05.2829349Z Non-compilation calls 3328 2022-11-23T01:29:05.2839606Z Unsupported compiler calls 0 2022-11-23T01:29:05.2840158Z Average cache write 0.050 s 2022-11-23T01:29:05.2840429Z Average cache read miss 9.873 s 2022-11-23T01:29:05.2840660Z Average cache read hit 0.029 s 2022-11-23T01:29:05.2841503Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-11-23T01:29:05.2842138Z + echo ::endgroup:: 2022-11-23T01:29:05.2842715Z ##[endgroup] 2022-11-23T01:29:05.2893544Z ##[group]Run zip -1 -r artifacts.zip dist/ build/custom_test_artifacts build/lib build/bin .pytorch-test-times.json 2022-11-23T01:29:05.2893953Z zip -1 -r artifacts.zip dist/ build/custom_test_artifacts build/lib build/bin .pytorch-test-times.json 2022-11-23T01:29:05.2962032Z shell: /usr/bin/bash -e {0} 2022-11-23T01:29:05.2962234Z ##[endgroup] 2022-11-23T01:29:05.3043535Z adding: dist/ (stored 0%) 2022-11-23T01:29:10.1693942Z adding: dist/torch-1.14.0a0+git1cfd385-cp38-cp38-linux_x86_64.whl (deflated 2%) 2022-11-23T01:29:10.1694531Z adding: build/custom_test_artifacts/ (stored 0%) 2022-11-23T01:29:10.1695134Z adding: build/custom_test_artifacts/custom-op-build/ (stored 0%) 2022-11-23T01:29:10.1695814Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/ (stored 0%) 2022-11-23T01:29:10.1697266Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log (deflated 88%) 2022-11-23T01:29:10.1698151Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ (stored 0%) 2022-11-23T01:29:10.1698974Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake (deflated 64%) 2022-11-23T01:29:10.1699783Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ (stored 0%) 2022-11-23T01:29:10.1700601Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ (stored 0%) 2022-11-23T01:29:10.1701707Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2022-11-23T01:29:10.1704381Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out (deflated 82%) 2022-11-23T01:29:10.1705204Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ (stored 0%) 2022-11-23T01:29:10.1706042Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ (stored 0%) 2022-11-23T01:29:10.1708106Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 76%) 2022-11-23T01:29:10.1710604Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out (deflated 82%) 2022-11-23T01:29:10.1713080Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin (deflated 82%) 2022-11-23T01:29:10.1714408Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake (deflated 67%) 2022-11-23T01:29:10.1716699Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin (deflated 82%) 2022-11-23T01:29:10.1717753Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake (deflated 72%) 2022-11-23T01:29:10.1718590Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ (stored 0%) 2022-11-23T01:29:10.1719374Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log (deflated 72%) 2022-11-23T01:29:10.1720214Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache (deflated 8%) 2022-11-23T01:29:10.1721018Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ (stored 0%) 2022-11-23T01:29:10.1721857Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts (deflated 15%) 2022-11-23T01:29:10.1722831Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make (deflated 21%) 2022-11-23T01:29:10.1723699Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make (deflated 18%) 2022-11-23T01:29:10.1724552Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt (deflated 68%) 2022-11-23T01:29:10.1725399Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake (deflated 40%) 2022-11-23T01:29:10.1726394Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make (deflated 73%) 2022-11-23T01:29:10.1727266Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake (deflated 44%) 2022-11-23T01:29:10.1728139Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make (deflated 45%) 2022-11-23T01:29:10.1728985Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make (deflated 26%) 2022-11-23T01:29:10.1744169Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d (deflated 92%) 2022-11-23T01:29:10.1879904Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o (deflated 81%) 2022-11-23T01:29:10.1880790Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ (stored 0%) 2022-11-23T01:29:10.1881663Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts (deflated 16%) 2022-11-23T01:29:10.1882598Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make (deflated 21%) 2022-11-23T01:29:10.1883523Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make (deflated 17%) 2022-11-23T01:29:10.1884412Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt (deflated 69%) 2022-11-23T01:29:10.1885276Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake (deflated 46%) 2022-11-23T01:29:10.1886177Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make (deflated 74%) 2022-11-23T01:29:10.1887076Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake (deflated 51%) 2022-11-23T01:29:10.1887980Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make (deflated 45%) 2022-11-23T01:29:10.1888859Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make (deflated 26%) 2022-11-23T01:29:10.1904446Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d (deflated 92%) 2022-11-23T01:29:10.2003546Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o (deflated 80%) 2022-11-23T01:29:10.2004517Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 47%) 2022-11-23T01:29:10.2005410Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt (deflated 72%) 2022-11-23T01:29:10.2006230Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks (stored 0%) 2022-11-23T01:29:10.2007014Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 (deflated 75%) 2022-11-23T01:29:10.2007822Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake (deflated 86%) 2022-11-23T01:29:10.2008597Z adding: build/custom_test_artifacts/custom-op-build/detect_rocm_version.cc (deflated 42%) 2022-11-23T01:29:10.2010553Z adding: build/custom_test_artifacts/custom-op-build/CMakeCache.txt (deflated 79%) 2022-11-23T01:29:10.2011657Z adding: build/custom_test_artifacts/custom-op-build/Makefile (deflated 74%) 2022-11-23T01:29:10.2012514Z adding: build/custom_test_artifacts/custom-op-build/cmake_install.cmake (deflated 61%) 2022-11-23T01:29:10.2138783Z adding: build/custom_test_artifacts/custom-op-build/libcustom_ops.so (deflated 72%) 2022-11-23T01:29:10.2223859Z adding: build/custom_test_artifacts/custom-op-build/test_custom_ops (deflated 71%) 2022-11-23T01:29:10.2224555Z adding: build/custom_test_artifacts/jit-hook-build/ (stored 0%) 2022-11-23T01:29:10.2225227Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ (stored 0%) 2022-11-23T01:29:10.2227889Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log (deflated 88%) 2022-11-23T01:29:10.2228675Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ (stored 0%) 2022-11-23T01:29:10.2229476Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake (deflated 64%) 2022-11-23T01:29:10.2230294Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ (stored 0%) 2022-11-23T01:29:10.2231073Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ (stored 0%) 2022-11-23T01:29:10.2231918Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2022-11-23T01:29:10.2234637Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out (deflated 82%) 2022-11-23T01:29:10.2235463Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ (stored 0%) 2022-11-23T01:29:10.2236276Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ (stored 0%) 2022-11-23T01:29:10.2238335Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 76%) 2022-11-23T01:29:10.2240771Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out (deflated 82%) 2022-11-23T01:29:10.2243294Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin (deflated 82%) 2022-11-23T01:29:10.2244195Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake (deflated 67%) 2022-11-23T01:29:10.2246591Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin (deflated 82%) 2022-11-23T01:29:10.2247636Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake (deflated 72%) 2022-11-23T01:29:10.2248476Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ (stored 0%) 2022-11-23T01:29:10.2249258Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log (deflated 72%) 2022-11-23T01:29:10.2250071Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache (deflated 8%) 2022-11-23T01:29:10.2250873Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ (stored 0%) 2022-11-23T01:29:10.2251870Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts (deflated 15%) 2022-11-23T01:29:10.2252770Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make (deflated 20%) 2022-11-23T01:29:10.2253670Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make (deflated 17%) 2022-11-23T01:29:10.2254527Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt (deflated 70%) 2022-11-23T01:29:10.2255423Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake (deflated 45%) 2022-11-23T01:29:10.2256276Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make (deflated 74%) 2022-11-23T01:29:10.2257147Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake (deflated 48%) 2022-11-23T01:29:10.2258092Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make (deflated 45%) 2022-11-23T01:29:10.2258965Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make (deflated 26%) 2022-11-23T01:29:10.2273976Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d (deflated 92%) 2022-11-23T01:29:10.2352521Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o (deflated 80%) 2022-11-23T01:29:10.2353592Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 47%) 2022-11-23T01:29:10.2354644Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt (deflated 64%) 2022-11-23T01:29:10.2355439Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks (stored 0%) 2022-11-23T01:29:10.2356221Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 (deflated 68%) 2022-11-23T01:29:10.2357013Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake (deflated 86%) 2022-11-23T01:29:10.2357789Z adding: build/custom_test_artifacts/jit-hook-build/detect_rocm_version.cc (deflated 42%) 2022-11-23T01:29:10.2359303Z adding: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt (deflated 79%) 2022-11-23T01:29:10.2360544Z adding: build/custom_test_artifacts/jit-hook-build/Makefile (deflated 71%) 2022-11-23T01:29:10.2361388Z adding: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake (deflated 61%) 2022-11-23T01:29:10.2428405Z adding: build/custom_test_artifacts/jit-hook-build/test_jit_hooks (deflated 71%) 2022-11-23T01:29:10.2429106Z adding: build/custom_test_artifacts/custom-backend-build/ (stored 0%) 2022-11-23T01:29:10.2429826Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ (stored 0%) 2022-11-23T01:29:10.2432396Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log (deflated 88%) 2022-11-23T01:29:10.2433207Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ (stored 0%) 2022-11-23T01:29:10.2434032Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake (deflated 64%) 2022-11-23T01:29:10.2435161Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ (stored 0%) 2022-11-23T01:29:10.2435650Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ (stored 0%) 2022-11-23T01:29:10.2436178Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2022-11-23T01:29:10.2437992Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out (deflated 82%) 2022-11-23T01:29:10.2438458Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ (stored 0%) 2022-11-23T01:29:10.2439108Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ (stored 0%) 2022-11-23T01:29:10.2440695Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 76%) 2022-11-23T01:29:10.2442498Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out (deflated 82%) 2022-11-23T01:29:10.2444403Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin (deflated 82%) 2022-11-23T01:29:10.2444925Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake (deflated 67%) 2022-11-23T01:29:10.2446872Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin (deflated 82%) 2022-11-23T01:29:10.2447660Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake (deflated 72%) 2022-11-23T01:29:10.2448121Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ (stored 0%) 2022-11-23T01:29:10.2448570Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log (deflated 72%) 2022-11-23T01:29:10.2449023Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache (deflated 8%) 2022-11-23T01:29:10.2449468Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ (stored 0%) 2022-11-23T01:29:10.2450035Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts (deflated 15%) 2022-11-23T01:29:10.2450558Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make (deflated 21%) 2022-11-23T01:29:10.2451062Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make (deflated 18%) 2022-11-23T01:29:10.2451545Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt (deflated 69%) 2022-11-23T01:29:10.2452038Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake (deflated 46%) 2022-11-23T01:29:10.2452534Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make (deflated 74%) 2022-11-23T01:29:10.2453037Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake (deflated 48%) 2022-11-23T01:29:10.2453523Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make (deflated 45%) 2022-11-23T01:29:10.2454019Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make (deflated 26%) 2022-11-23T01:29:10.2456324Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d (deflated 89%) 2022-11-23T01:29:10.2629722Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o (deflated 81%) 2022-11-23T01:29:10.2630226Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ (stored 0%) 2022-11-23T01:29:10.2630720Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts (deflated 16%) 2022-11-23T01:29:10.2631247Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make (deflated 20%) 2022-11-23T01:29:10.2631761Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make (deflated 18%) 2022-11-23T01:29:10.2632258Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt (deflated 69%) 2022-11-23T01:29:10.2632757Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake (deflated 49%) 2022-11-23T01:29:10.2633372Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make (deflated 75%) 2022-11-23T01:29:10.2633882Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake (deflated 52%) 2022-11-23T01:29:10.2634693Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make (deflated 45%) 2022-11-23T01:29:10.2635194Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make (deflated 26%) 2022-11-23T01:29:10.2651809Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d (deflated 92%) 2022-11-23T01:29:10.2722680Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o (deflated 79%) 2022-11-23T01:29:10.2723226Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 48%) 2022-11-23T01:29:10.2723726Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt (deflated 74%) 2022-11-23T01:29:10.2724189Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks (stored 0%) 2022-11-23T01:29:10.2724630Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 (deflated 75%) 2022-11-23T01:29:10.2725326Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake (deflated 86%) 2022-11-23T01:29:10.2725868Z adding: build/custom_test_artifacts/custom-backend-build/detect_rocm_version.cc (deflated 42%) 2022-11-23T01:29:10.2727800Z adding: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt (deflated 79%) 2022-11-23T01:29:10.2728692Z adding: build/custom_test_artifacts/custom-backend-build/Makefile (deflated 75%) 2022-11-23T01:29:10.2729575Z adding: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake (deflated 61%) 2022-11-23T01:29:10.2889756Z adding: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so (deflated 72%) 2022-11-23T01:29:10.2950789Z adding: build/custom_test_artifacts/custom-backend-build/test_custom_backend (deflated 71%) 2022-11-23T01:29:10.2951296Z adding: build/lib/ (stored 0%) 2022-11-23T01:29:10.2951702Z adding: build/lib/libclog.a (deflated 74%) 2022-11-23T01:29:10.3051664Z adding: build/lib/libgtest.a (deflated 73%) 2022-11-23T01:29:10.3066414Z adding: build/lib/libpthreadpool.a (deflated 59%) 2022-11-23T01:29:10.3190401Z adding: build/lib/libbenchmark.a (deflated 70%) 2022-11-23T01:29:10.3330980Z adding: build/lib/libprotobuf-lite.a (deflated 74%) 2022-11-23T01:29:10.3341672Z adding: build/lib/libittnotify.a (deflated 78%) 2022-11-23T01:29:10.3389163Z adding: build/lib/libtensorpipe_uv.a (deflated 66%) 2022-11-23T01:29:10.3542706Z adding: build/lib/libgloo.a (deflated 71%) 2022-11-23T01:29:10.3658707Z adding: build/lib/libasmjit.a (deflated 62%) 2022-11-23T01:29:10.4392322Z adding: build/lib/libprotobuf.a (deflated 73%) 2022-11-23T01:29:10.4438030Z adding: build/lib/libfmt.a (deflated 71%) 2022-11-23T01:29:10.4438954Z adding: build/lib/libfoxi_loader.a (deflated 59%) 2022-11-23T01:29:10.4441073Z adding: build/lib/libcaffe2_nvrtc.so (deflated 80%) 2022-11-23T01:29:10.4548072Z adding: build/lib/libc10.so (deflated 61%) 2022-11-23T01:29:10.4549532Z adding: build/lib/libtorch_global_deps.so (deflated 87%) 2022-11-23T01:29:10.4562050Z adding: build/lib/libcpuinfo.a (deflated 70%) 2022-11-23T01:29:10.4574011Z adding: build/lib/libcpuinfo_internals.a (deflated 70%) 2022-11-23T01:29:10.4597460Z adding: build/lib/libqnnpack.a (deflated 66%) 2022-11-23T01:29:10.4600716Z adding: build/lib/libnnpack_reference_layers.a (deflated 69%) 2022-11-23T01:29:10.4633587Z adding: build/lib/libpytorch_qnnpack.a (deflated 67%) 2022-11-23T01:29:10.5458275Z adding: build/lib/libprotoc.a (deflated 71%) 2022-11-23T01:29:10.5459141Z adding: build/lib/libgtest_main.a (deflated 63%) 2022-11-23T01:29:10.5487602Z adding: build/lib/libgmock.a (deflated 72%) 2022-11-23T01:29:10.5488337Z adding: build/lib/libbenchmark_main.a (deflated 64%) 2022-11-23T01:29:11.7580722Z adding: build/lib/libdnnl.a (deflated 80%) 2022-11-23T01:29:11.7608840Z adding: build/lib/libnnpack.a (deflated 73%) 2022-11-23T01:29:11.8111767Z adding: build/lib/libgloo_hip.a (deflated 86%) 2022-11-23T01:29:11.8974783Z adding: build/lib/libtensorpipe.a (deflated 78%) 2022-11-23T01:29:11.9040885Z adding: build/lib/libc10_hip.so (deflated 60%) 2022-11-23T01:29:11.9041533Z adding: build/lib/libgmock_main.a (deflated 63%) 2022-11-23T01:29:12.0807548Z adding: build/lib/libfbgemm.a (deflated 81%) 2022-11-23T01:29:12.2279849Z adding: build/lib/libdnnl_graph.a (deflated 78%) 2022-11-23T01:29:12.2765451Z adding: build/lib/libkineto.a (deflated 67%) 2022-11-23T01:29:12.2824677Z adding: build/lib/libcaffe2_protos.a (deflated 76%) 2022-11-23T01:29:12.2885584Z adding: build/lib/libonnx_proto.a (deflated 77%) 2022-11-23T01:29:12.3081492Z adding: build/lib/libXNNPACK.a (deflated 70%) 2022-11-23T01:29:12.3986082Z adding: build/lib/libonnx.a (deflated 75%) 2022-11-23T01:29:16.3712776Z adding: build/lib/libtorch_cpu.so (deflated 69%) 2022-11-23T01:29:18.1634897Z adding: build/lib/libtorch_hip.so (deflated 76%) 2022-11-23T01:29:18.1635780Z adding: build/lib/libtorch.so (deflated 87%) 2022-11-23T01:29:18.1672263Z adding: build/lib/libjitbackend_test.so (deflated 62%) 2022-11-23T01:29:18.1757848Z adding: build/lib/libtorchbind_test.so (deflated 70%) 2022-11-23T01:29:18.1804285Z adding: build/lib/libbackend_with_compiler.so (deflated 60%) 2022-11-23T01:29:18.1810398Z adding: build/lib/libshm.so (deflated 65%) 2022-11-23T01:29:18.4665090Z adding: build/lib/libtorch_python.so (deflated 68%) 2022-11-23T01:29:18.4728019Z adding: build/lib/libnnapi_backend.so (deflated 58%) 2022-11-23T01:29:18.4728446Z adding: build/bin/ (stored 0%) 2022-11-23T01:29:18.4728866Z adding: build/bin/CMakeFiles/ (stored 0%) 2022-11-23T01:29:18.4738715Z adding: build/bin/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 47%) 2022-11-23T01:29:18.4739308Z adding: build/bin/CMakeFiles/progress.marks (stored 0%) 2022-11-23T01:29:18.4824816Z adding: build/bin/hip_generator_test (deflated 61%) 2022-11-23T01:29:18.4839321Z adding: build/bin/Makefile (deflated 74%) 2022-11-23T01:29:18.4931210Z adding: build/bin/undefined_tensor_test (deflated 60%) 2022-11-23T01:29:18.4934885Z adding: build/bin/cmake_install.cmake (deflated 58%) 2022-11-23T01:29:18.5022777Z adding: build/bin/variant_test (deflated 60%) 2022-11-23T01:29:18.5026510Z adding: build/bin/CTestTestfile.cmake (deflated 40%) 2022-11-23T01:29:18.5114744Z adding: build/bin/c10_CompileTimeFunctionPointer_test (deflated 61%) 2022-11-23T01:29:18.5203448Z adding: build/bin/c10_Device_test (deflated 60%) 2022-11-23T01:29:18.5294119Z adding: build/bin/c10_DeviceGuard_test (deflated 61%) 2022-11-23T01:29:18.5398405Z adding: build/bin/c10_DispatchKeySet_test (deflated 62%) 2022-11-23T01:29:18.5484271Z adding: build/bin/c10_StreamGuard_test (deflated 60%) 2022-11-23T01:29:18.5572111Z adding: build/bin/c10_SymInt_test (deflated 61%) 2022-11-23T01:29:18.5667286Z adding: build/bin/c10_InlineDeviceGuard_test (deflated 61%) 2022-11-23T01:29:18.5765544Z adding: build/bin/c10_InlineStreamGuard_test (deflated 61%) 2022-11-23T01:29:18.5863982Z adding: build/bin/c10_SizesAndStrides_test (deflated 62%) 2022-11-23T01:29:18.5949868Z adding: build/bin/c10_Array_test (deflated 60%) 2022-11-23T01:29:18.6042399Z adding: build/bin/c10_Bitset_test (deflated 61%) 2022-11-23T01:29:18.6128518Z adding: build/bin/c10_ConstexprCrc_test (deflated 60%) 2022-11-23T01:29:18.6218488Z adding: build/bin/c10_C++17_test (deflated 62%) 2022-11-23T01:29:18.6306011Z adding: build/bin/c10_DeadlockDetection_test (deflated 61%) 2022-11-23T01:29:18.6393628Z adding: build/bin/c10_Half_test (deflated 60%) 2022-11-23T01:29:18.6492035Z adding: build/bin/c10_LeftRight_test (deflated 62%) 2022-11-23T01:29:18.6601529Z adding: build/bin/c10_Metaprogramming_test (deflated 65%) 2022-11-23T01:29:18.6689886Z adding: build/bin/c10_Synchronized_test (deflated 61%) 2022-11-23T01:29:18.6786505Z adding: build/bin/c10_ThreadLocal_test (deflated 62%) 2022-11-23T01:29:18.7026454Z adding: build/bin/c10_SmallVectorTest (deflated 74%) 2022-11-23T01:29:18.7116277Z adding: build/bin/c10_TypeIndex_test (deflated 61%) 2022-11-23T01:29:18.7202299Z adding: build/bin/c10_TypeTraits_test (deflated 60%) 2022-11-23T01:29:18.7291636Z adding: build/bin/c10_TypeList_test (deflated 61%) 2022-11-23T01:29:18.7382793Z adding: build/bin/c10_accumulate_test (deflated 60%) 2022-11-23T01:29:18.7480285Z adding: build/bin/c10_bfloat16_test (deflated 61%) 2022-11-23T01:29:18.7576107Z adding: build/bin/c10_complex_math_test (deflated 61%) 2022-11-23T01:29:18.7668927Z adding: build/bin/c10_exception_test (deflated 61%) 2022-11-23T01:29:18.7765674Z adding: build/bin/c10_complex_test (deflated 61%) 2022-11-23T01:29:18.7854962Z adding: build/bin/c10_flags_test (deflated 61%) 2022-11-23T01:29:18.8038631Z adding: build/bin/c10_either_test (deflated 71%) 2022-11-23T01:29:18.8127530Z adding: build/bin/c10_irange_test (deflated 61%) 2022-11-23T01:29:18.8225959Z adding: build/bin/c10_logging_test (deflated 61%) 2022-11-23T01:29:18.8354745Z adding: build/bin/c10_optional_test (deflated 65%) 2022-11-23T01:29:18.8617934Z adding: build/bin/c10_intrusive_ptr_test (deflated 73%) 2022-11-23T01:29:18.8712301Z adding: build/bin/c10_registry_test (deflated 61%) 2022-11-23T01:29:18.8821340Z adding: build/bin/c10_ordered_preserving_dict_test (deflated 63%) 2022-11-23T01:29:18.8910990Z adding: build/bin/c10_tempfile_test (deflated 60%) 2022-11-23T01:29:18.9013642Z adding: build/bin/c10_string_view_test (deflated 62%) 2022-11-23T01:29:18.9102660Z adding: build/bin/c10_intrusive_ptr_benchmark (deflated 58%) 2022-11-23T01:29:18.9201747Z adding: build/bin/c10_typeid_test (deflated 61%) 2022-11-23T01:29:19.0020936Z adding: build/bin/protoc-3.13.0.0 (deflated 61%) 2022-11-23T01:29:19.0838444Z adding: build/bin/protoc (deflated 61%) 2022-11-23T01:29:19.0924932Z adding: build/bin/c10_hip_HIPTest (deflated 60%) 2022-11-23T01:29:19.1381019Z adding: build/bin/vec_test_all_types_DEFAULT (deflated 75%) 2022-11-23T01:29:19.1908714Z adding: build/bin/vec_test_all_types_AVX2 (deflated 73%) 2022-11-23T01:29:19.2395995Z adding: build/bin/vec_test_all_types_AVX512 (deflated 75%) 2022-11-23T01:29:19.2489049Z adding: build/bin/FileStoreTest (deflated 61%) 2022-11-23T01:29:19.2595329Z adding: build/bin/TCPStoreTest (deflated 61%) 2022-11-23T01:29:19.2689056Z adding: build/bin/HashStoreTest (deflated 61%) 2022-11-23T01:29:19.2693206Z adding: build/bin/example_allreduce (deflated 68%) 2022-11-23T01:29:19.2808152Z adding: build/bin/ProcessGroupGlooTest (deflated 61%) 2022-11-23T01:29:19.2899787Z adding: build/bin/Dimname_test (deflated 61%) 2022-11-23T01:29:19.3000714Z adding: build/bin/NamedTensor_test (deflated 61%) 2022-11-23T01:29:19.3111450Z adding: build/bin/MaybeOwned_test (deflated 65%) 2022-11-23T01:29:19.3237625Z adding: build/bin/Dict_test (deflated 64%) 2022-11-23T01:29:19.3340298Z adding: build/bin/apply_utils_test (deflated 62%) 2022-11-23T01:29:19.3448949Z adding: build/bin/static_runtime_bench (deflated 59%) 2022-11-23T01:29:19.3551328Z adding: build/bin/atest (deflated 62%) 2022-11-23T01:29:19.3662189Z adding: build/bin/basic (deflated 60%) 2022-11-23T01:29:19.3758724Z adding: build/bin/broadcast_test (deflated 60%) 2022-11-23T01:29:19.3860779Z adding: build/bin/cpu_generator_test (deflated 62%) 2022-11-23T01:29:19.3954695Z adding: build/bin/cpu_profiling_allocator_test (deflated 60%) 2022-11-23T01:29:19.4389740Z adding: build/bin/static_runtime_test (deflated 69%) 2022-11-23T01:29:19.4477675Z adding: build/bin/dispatch_key_set_test (deflated 60%) 2022-11-23T01:29:19.4566107Z adding: build/bin/dlconvertor_test (deflated 61%) 2022-11-23T01:29:19.4719970Z adding: build/bin/cpu_rng_test (deflated 65%) 2022-11-23T01:29:19.4821960Z adding: build/bin/extension_backend_test (deflated 61%) 2022-11-23T01:29:19.4918887Z adding: build/bin/half_test (deflated 61%) 2022-11-23T01:29:19.5006637Z adding: build/bin/lazy_tensor_test (deflated 61%) 2022-11-23T01:29:19.5175371Z adding: build/bin/ivalue_test (deflated 61%) 2022-11-23T01:29:19.5269965Z adding: build/bin/math_kernel_test (deflated 60%) 2022-11-23T01:29:19.5364205Z adding: build/bin/memory_format_test (deflated 61%) 2022-11-23T01:29:19.5457003Z adding: build/bin/memory_overlapping_test (deflated 61%) 2022-11-23T01:29:19.5546143Z adding: build/bin/operator_name_test (deflated 61%) 2022-11-23T01:29:19.5645921Z adding: build/bin/native_test (deflated 60%) 2022-11-23T01:29:19.5736398Z adding: build/bin/operators_test (deflated 61%) 2022-11-23T01:29:19.5829720Z adding: build/bin/mobile_memory_cleanup (deflated 60%) 2022-11-23T01:29:19.5921064Z adding: build/bin/packedtensoraccessor_test (deflated 60%) 2022-11-23T01:29:19.6036512Z adding: build/bin/pow_test (deflated 62%) 2022-11-23T01:29:19.6136301Z adding: build/bin/quantized_test (deflated 61%) 2022-11-23T01:29:19.6226275Z adding: build/bin/reportMemoryUsage_test (deflated 61%) 2022-11-23T01:29:19.6313740Z adding: build/bin/reduce_ops_test (deflated 60%) 2022-11-23T01:29:19.6414243Z adding: build/bin/scalar_tensor_test (deflated 61%) 2022-11-23T01:29:19.6515835Z adding: build/bin/scalar_test (deflated 61%) 2022-11-23T01:29:19.6608038Z adding: build/bin/stride_properties_test (deflated 61%) 2022-11-23T01:29:19.6738568Z adding: build/bin/tensor_iterator_test (deflated 67%) 2022-11-23T01:29:19.6837310Z adding: build/bin/type_ptr_test (deflated 61%) 2022-11-23T01:29:19.6840822Z adding: build/bin/thread_init_test (deflated 70%) 2022-11-23T01:29:19.6936865Z adding: build/bin/test_parallel (deflated 61%) 2022-11-23T01:29:19.7043958Z adding: build/bin/type_test (deflated 61%) 2022-11-23T01:29:19.7045751Z adding: build/bin/verify_api_visibility (deflated 82%) 2022-11-23T01:29:19.7170055Z adding: build/bin/vmap_test (deflated 62%) 2022-11-23T01:29:19.7260839Z adding: build/bin/weakref_test (deflated 60%) 2022-11-23T01:29:19.7351554Z adding: build/bin/wrapdim_test (deflated 60%) 2022-11-23T01:29:19.7456822Z adding: build/bin/IListRef_test (deflated 62%) 2022-11-23T01:29:19.7543943Z adding: build/bin/xla_tensor_test (deflated 60%) 2022-11-23T01:29:19.7721905Z adding: build/bin/List_test (deflated 69%) 2022-11-23T01:29:19.7926528Z adding: build/bin/kernel_function_legacy_test (deflated 66%) 2022-11-23T01:29:19.8089188Z adding: build/bin/kernel_function_test (deflated 66%) 2022-11-23T01:29:19.8201311Z adding: build/bin/KernelFunction_test (deflated 64%) 2022-11-23T01:29:19.8410009Z adding: build/bin/kernel_lambda_legacy_test (deflated 70%) 2022-11-23T01:29:19.8578676Z adding: build/bin/kernel_lambda_test (deflated 70%) 2022-11-23T01:29:19.8683978Z adding: build/bin/kernel_stackbased_test (deflated 62%) 2022-11-23T01:29:19.8773537Z adding: build/bin/CppSignature_test (deflated 61%) 2022-11-23T01:29:19.8937059Z adding: build/bin/make_boxed_from_unboxed_functor_test (deflated 65%) 2022-11-23T01:29:19.9022742Z adding: build/bin/op_allowlist_test (deflated 61%) 2022-11-23T01:29:19.9121417Z adding: build/bin/backend_fallback_test (deflated 60%) 2022-11-23T01:29:19.9213567Z adding: build/bin/inline_container_test (deflated 61%) 2022-11-23T01:29:19.9670102Z adding: build/bin/op_registration_test (deflated 77%) 2022-11-23T01:29:19.9755852Z adding: build/bin/hip_complex_math_test (deflated 61%) 2022-11-23T01:29:19.9848014Z adding: build/bin/hip_apply_test (deflated 61%) 2022-11-23T01:29:19.9933590Z adding: build/bin/hip_complex_test (deflated 61%) 2022-11-23T01:29:20.0019647Z adding: build/bin/hip_distributions_test (deflated 61%) 2022-11-23T01:29:20.0105143Z adding: build/bin/hip_half_test (deflated 61%) 2022-11-23T01:29:20.0190834Z adding: build/bin/hip_integer_divider_test (deflated 61%) 2022-11-23T01:29:20.0276605Z adding: build/bin/hip_optional_test (deflated 61%) 2022-11-23T01:29:20.0362423Z adding: build/bin/hip_packedtensoraccessor_test (deflated 61%) 2022-11-23T01:29:20.0448144Z adding: build/bin/hip_vectorized_test (deflated 61%) 2022-11-23T01:29:20.0537258Z adding: build/bin/hip_dlconvertor_test (deflated 61%) 2022-11-23T01:29:20.0563376Z adding: build/bin/tutorial_tensorexpr (deflated 66%) 2022-11-23T01:29:20.0659765Z adding: build/bin/test_dist_autograd (deflated 60%) 2022-11-23T01:29:20.0783631Z adding: build/bin/test_cpp_rpc (deflated 60%) 2022-11-23T01:29:20.2176887Z adding: build/bin/test_tensorexpr (deflated 66%) 2022-11-23T01:29:20.2180347Z adding: build/bin/parallel_benchmark (deflated 73%) 2022-11-23T01:29:20.2300093Z adding: build/bin/test_mobile_nnc (deflated 61%) 2022-11-23T01:29:20.2315640Z adding: build/bin/aot_model_compiler_test (deflated 66%) 2022-11-23T01:29:20.2878988Z adding: build/bin/test_lazy (deflated 73%) 2022-11-23T01:29:20.4852161Z adding: build/bin/test_api (deflated 67%) 2022-11-23T01:29:20.4859743Z adding: build/bin/torch_shm_manager (deflated 62%) 2022-11-23T01:29:20.5849480Z adding: build/bin/test_jit (deflated 65%) 2022-11-23T01:29:20.5850516Z adding: .pytorch-test-times.json (deflated 61%) 2022-11-23T01:29:20.5912959Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T01:29:20.5913177Z with: 2022-11-23T01:29:20.5913369Z name: linux-focal-rocm5.2-py3.8 2022-11-23T01:29:20.5913776Z retention-days: 14 2022-11-23T01:29:20.5913973Z if-no-files-found: error 2022-11-23T01:29:20.5914352Z path: artifacts.zip 2022-11-23T01:29:20.5914531Z s3-bucket: gha-artifacts 2022-11-23T01:29:20.5914723Z region: us-east-1 2022-11-23T01:29:20.5914899Z ##[endgroup] 2022-11-23T01:29:20.9591068Z With the provided path, there will be 1 file uploaded 2022-11-23T01:29:20.9591747Z Uploading to s3 prefix: pytorch/pytorch/3528394938/linux-focal-rocm5.2-py3.8 2022-11-23T01:29:20.9658671Z Starting upload of artifacts.zip 2022-11-23T01:29:23.9410392Z Finished upload of artifacts.zip 2022-11-23T01:29:23.9547877Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T01:29:23.9548105Z with: 2022-11-23T01:29:23.9548296Z s3-prefix: pytorch/pytorch/3528394938/1/artifact 2022-11-23T01:29:23.9548517Z retention-days: 365 2022-11-23T01:29:23.9548748Z if-no-files-found: warn 2022-11-23T01:29:23.9548938Z path: sccache-stats-*.json 2022-11-23T01:29:23.9549128Z name: artifact 2022-11-23T01:29:23.9549310Z s3-bucket: gha-artifacts 2022-11-23T01:29:23.9549489Z region: us-east-1 2022-11-23T01:29:23.9549664Z ##[endgroup] 2022-11-23T01:29:24.2910572Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T01:29:24.2911072Z With the provided path, there will be 1 file uploaded 2022-11-23T01:29:24.2911526Z Uploading to s3 prefix: pytorch/pytorch/3528394938/1/artifact 2022-11-23T01:29:24.2919899Z Starting upload of sccache-stats-linux-focal-rocm5.2-py3.8-9655215325.json 2022-11-23T01:29:24.4082505Z Finished upload of sccache-stats-linux-focal-rocm5.2-py3.8-9655215325.json 2022-11-23T01:29:24.4207975Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2022-11-23T01:29:24.4208223Z with: 2022-11-23T01:29:24.4208386Z ##[endgroup] 2022-11-23T01:29:24.4220942Z ##[group]Run set -eou pipefail 2022-11-23T01:29:24.4221169Z set -eou pipefail 2022-11-23T01:29:24.4221349Z  2022-11-23T01:29:24.4221570Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-11-23T01:29:24.4221823Z for _ in $(seq 1440); do 2022-11-23T01:29:24.4222043Z  # Break if no ssh session exists anymore 2022-11-23T01:29:24.4222248Z  if [ "$(who)" = "" ]; then 2022-11-23T01:29:24.4222432Z  break 2022-11-23T01:29:24.4222602Z  fi 2022-11-23T01:29:24.4222754Z  echo "." 2022-11-23T01:29:24.4222925Z  sleep 5 2022-11-23T01:29:24.4223096Z done 2022-11-23T01:29:24.4234347Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:29:24.4234701Z ##[endgroup] 2022-11-23T01:29:24.4258803Z Holding runner for 2 hours until all ssh sessions have logged out 2022-11-23T01:29:24.4343341Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-11-23T01:29:24.4343655Z # ignore expansion of "docker ps -q" since it could be empty 2022-11-23T01:29:24.4343906Z # shellcheck disable=SC2046 2022-11-23T01:29:24.4344119Z docker stop $(docker ps -q) || true 2022-11-23T01:29:24.4344344Z # Prune all of the docker images 2022-11-23T01:29:24.4344563Z docker system prune -af 2022-11-23T01:29:24.4355500Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:29:24.4355729Z ##[endgroup] 2022-11-23T01:29:27.2974229Z 16c421d84bed 2022-11-23T01:29:27.6581309Z Deleted Containers: 2022-11-23T01:29:27.6581622Z 16c421d84bed65bfe20c4462d4d283456a2f166919268b54d7325f41b46fbb42 2022-11-23T01:29:27.6581880Z 2022-11-23T01:29:33.7177099Z Deleted Images: 2022-11-23T01:29:33.7177971Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm5.2-py3.8:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:29:33.7178881Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm5.2-py3.8@sha256:e87a36ec61feda70f611e8b9d81b5905818ddbccaa4370d649a51cd9a3833ba3 2022-11-23T01:29:33.7179659Z deleted: sha256:811bd0469bb7b13f7d5156ef28797d4806c557ef468fb898056e584dc9b3fde0 2022-11-23T01:29:33.7179985Z deleted: sha256:40f845b716462f348011e2ba91ab6a5675027c096def77465b77871cd15a290f 2022-11-23T01:29:33.7180377Z deleted: sha256:3d166ac2263d8d5a9e57bd3467dd58828af57d63a3d7a185d712cf80562ab518 2022-11-23T01:29:33.7180685Z deleted: sha256:d98228f7567fd985456a7068251694ac53bf05e3454a8c46994923b23c59ff1d 2022-11-23T01:29:33.7180994Z deleted: sha256:844261bc1c1859e775f9e666b384b974f7281f39b981734821fc5fd0deef236c 2022-11-23T01:29:33.7181362Z deleted: sha256:7fd7d8a4455910849da9e7809e2504d46636baa263b520254bb12ac496db0543 2022-11-23T01:29:33.7181687Z deleted: sha256:8ae4b73c06615ff0c21140435e8b1c4193290f79a89d3a0d7b27e652b3928da1 2022-11-23T01:29:33.7182062Z deleted: sha256:174330b5dad715921fea7870ffd6d097cb7adc5d56f1c3fdc3722d6ec2325db1 2022-11-23T01:29:33.7182396Z deleted: sha256:6bc9b3c13e41d9c4500b2e5b9156da90d1c2c677dab70baf22b15246c28f79ea 2022-11-23T01:29:33.7182777Z deleted: sha256:471916509094457c1508f205d5ba45daf7c5bfc662733a97575d17bdbb0c26d7 2022-11-23T01:29:33.7183088Z deleted: sha256:5d0210e8c2e3ff1ff61da414bdd3aa7bd490c9ee2b226b107c9ffa11eb1a4f39 2022-11-23T01:29:33.7183456Z deleted: sha256:1c1217e3dc055e1839c74a7b8e46801424265ad6254bd8775d6a4a2bc0a61f5f 2022-11-23T01:29:33.7183811Z deleted: sha256:7ee01ea42603c7e35dab4eefbf877e569bf6c6693eb5053124b2ce26c8066f8e 2022-11-23T01:29:33.7184145Z deleted: sha256:29f7ee02091a916fec8712d865ebf2b16080a05d7b06fbcb77a4e40495fc9d0d 2022-11-23T01:29:33.7184525Z deleted: sha256:ab79ecd2b243a69b35100b7f154a4360c72601d4aeb21de6d01163ebe2f60953 2022-11-23T01:29:33.7185238Z deleted: sha256:a7bfd6a2ac10226b6fde8caf9c0c5b48e91e4e54d80586c69fd01bda995cfed0 2022-11-23T01:29:33.7185594Z deleted: sha256:841e6fd8d7abd96ceb1a537d3659344804f9305a6ef30280656dae98f2356218 2022-11-23T01:29:33.7185961Z deleted: sha256:a38779965df64f48d72de84a490e512fcf416578e41c0898b0a25efd1ff8a117 2022-11-23T01:29:33.7186296Z deleted: sha256:0a3b07af2ffbb4aced35a933a93bd190671fc94f72badb70a8e20e05743b7a61 2022-11-23T01:29:33.7186705Z deleted: sha256:76bfc4ca07b7bccad9b77fb6c7c374e9337a1107d2a325bd190125b862e2417a 2022-11-23T01:29:33.7187043Z deleted: sha256:073e588ddf766dc3c9b535ba91774e376dfe9e50b5ba73005e795589025ff489 2022-11-23T01:29:33.7187355Z deleted: sha256:d2f855071fc9d8a71b4986922088e31bbe1c0b590175ffe97639614bb56a9b14 2022-11-23T01:29:33.7187724Z deleted: sha256:79d09ca583988a64e10a0c959d238107b4049e43bf647150180efde2a1fc8c3d 2022-11-23T01:29:33.7188047Z deleted: sha256:e1a224593c16b117ef5c07cda6c0da7c441b3ed5eae3cd81216b0d880fc7eb55 2022-11-23T01:29:33.7188421Z deleted: sha256:8b9e85ae94ec32e723d030d90e4f18681218b136850026a9219622c5333f40a1 2022-11-23T01:29:33.7188820Z deleted: sha256:5c71a84d060c7c2a23a8164c12bb6e9b51fe33e8dd658a061492e55b4c133479 2022-11-23T01:29:33.7189203Z deleted: sha256:5ee936c2784f74feb337608ae6d4d9987f4c959c12b4ece358b68c33882882f5 2022-11-23T01:29:33.7189524Z deleted: sha256:c1526792c433b08e15a8ab93328e13fec6c9180f34c2988c87e87ccbbffd969f 2022-11-23T01:29:33.7189873Z deleted: sha256:62564532ce94bd57be17892440b338f244fd3854ea2edce249c33015698b9027 2022-11-23T01:29:33.7190209Z deleted: sha256:3fbce988ecf60c54c19a229a2ba3278abb8a4b666cbe8adbbc7816058d414067 2022-11-23T01:29:33.7190573Z deleted: sha256:9cb99aef5ddf50c82ed4005a6dfe89c755f65efe676ebffbf4a4a297e10ffaf8 2022-11-23T01:29:33.7190958Z deleted: sha256:e417a85c427c4ff210949cb6bf3b1d7c8bc4c208e2ef0d718bb121b15b12907e 2022-11-23T01:29:33.7191290Z deleted: sha256:db2cfc6a11ac466fc726103cac9586d34489134fb8b67282e06e0b19594a7b68 2022-11-23T01:29:33.7191694Z deleted: sha256:23f6ac531d46e88e248fe2a8bee1605ce2ffddbf77d230e15a1d56d0ac91ecb1 2022-11-23T01:29:33.7192035Z deleted: sha256:f4462d5b2da2985f37409c9b257afd2b9fb82356ce4e43e804ee34214242e34a 2022-11-23T01:29:33.7192253Z 2022-11-23T01:29:33.7200374Z Total reclaimed space: 22.96GB 2022-11-23T01:29:33.7264241Z Post job cleanup. 2022-11-23T01:29:33.7302982Z Post job cleanup. 2022-11-23T01:29:33.8399205Z [command]/usr/bin/git version 2022-11-23T01:29:33.8751328Z git version 2.37.1 2022-11-23T01:29:33.8790951Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/d2ed143f-7dd5-4dfe-b380-259d782c4542' before making global git config changes 2022-11-23T01:29:33.8791396Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:29:33.8795376Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:29:33.8864681Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:29:33.8895392Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-11-23T01:29:33.9382155Z Entering 'android/libs/fbjni' 2022-11-23T01:29:33.9451538Z Entering 'third_party/FP16' 2022-11-23T01:29:33.9514606Z Entering 'third_party/FXdiv' 2022-11-23T01:29:33.9566534Z Entering 'third_party/NNPACK' 2022-11-23T01:29:33.9621260Z Entering 'third_party/QNNPACK' 2022-11-23T01:29:33.9676279Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:29:33.9730309Z Entering 'third_party/XNNPACK' 2022-11-23T01:29:33.9841584Z Entering 'third_party/benchmark' 2022-11-23T01:29:33.9894363Z Entering 'third_party/cpuinfo' 2022-11-23T01:29:33.9954750Z Entering 'third_party/cub' 2022-11-23T01:29:34.0010837Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:29:34.0106525Z Entering 'third_party/cutlass' 2022-11-23T01:29:34.0208550Z Entering 'third_party/eigen' 2022-11-23T01:29:34.0273484Z Entering 'third_party/fbgemm' 2022-11-23T01:29:34.0332543Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:29:34.0384700Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:29:34.0438569Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:29:34.0494418Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:29:34.0545477Z Entering 'third_party/flatbuffers' 2022-11-23T01:29:34.0614205Z Entering 'third_party/fmt' 2022-11-23T01:29:34.0673775Z Entering 'third_party/foxi' 2022-11-23T01:29:34.0727985Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:29:34.0778768Z Entering 'third_party/gloo' 2022-11-23T01:29:34.0831728Z Entering 'third_party/googletest' 2022-11-23T01:29:34.0886332Z Entering 'third_party/ideep' 2022-11-23T01:29:34.0937724Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:29:34.1020745Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:29:34.1108185Z Entering 'third_party/ios-cmake' 2022-11-23T01:29:34.1182039Z Entering 'third_party/ittapi' 2022-11-23T01:29:34.1241302Z Entering 'third_party/kineto' 2022-11-23T01:29:34.1304616Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:29:34.1357582Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:29:34.1408799Z Entering 'third_party/nccl/nccl' 2022-11-23T01:29:34.1464735Z Entering 'third_party/neon2sse' 2022-11-23T01:29:34.1527867Z Entering 'third_party/nlohmann' 2022-11-23T01:29:34.1571402Z Entering 'third_party/onnx' 2022-11-23T01:29:34.1691442Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:29:34.1747481Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:29:34.1808872Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:29:34.1861640Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:29:34.1942770Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:29:34.2014447Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:29:34.2069082Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:29:34.2127158Z Entering 'third_party/pocketfft' 2022-11-23T01:29:34.2186706Z Entering 'third_party/protobuf' 2022-11-23T01:29:34.2293201Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:29:34.2346414Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:29:34.2405030Z Entering 'third_party/psimd' 2022-11-23T01:29:34.2458853Z Entering 'third_party/pthreadpool' 2022-11-23T01:29:34.2513728Z Entering 'third_party/pybind11' 2022-11-23T01:29:34.2570416Z Entering 'third_party/python-enum' 2022-11-23T01:29:34.2620933Z Entering 'third_party/python-peachpy' 2022-11-23T01:29:34.2677060Z Entering 'third_party/python-six' 2022-11-23T01:29:34.2726310Z Entering 'third_party/sleef' 2022-11-23T01:29:34.2784697Z Entering 'third_party/tbb' 2022-11-23T01:29:34.2863294Z Entering 'third_party/tensorpipe' 2022-11-23T01:29:34.2922203Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:29:34.2974501Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:29:34.3025734Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:29:34.3095581Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:29:34.3158589Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:29:34.3214387Z Entering 'third_party/zstd' 2022-11-23T01:29:34.3274190Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:29:34.3300520Z http.https://github.com/.extraheader 2022-11-23T01:29:34.3307814Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-11-23T01:29:34.3338610Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-11-23T01:29:34.3588402Z Entering 'android/libs/fbjni' 2022-11-23T01:29:34.3608745Z http.https://github.com/.extraheader 2022-11-23T01:29:34.3635188Z Entering 'third_party/FP16' 2022-11-23T01:29:34.3654748Z http.https://github.com/.extraheader 2022-11-23T01:29:34.3681209Z Entering 'third_party/FXdiv' 2022-11-23T01:29:34.3701091Z http.https://github.com/.extraheader 2022-11-23T01:29:34.3727090Z Entering 'third_party/NNPACK' 2022-11-23T01:29:34.3746379Z http.https://github.com/.extraheader 2022-11-23T01:29:34.3772730Z Entering 'third_party/QNNPACK' 2022-11-23T01:29:34.3792982Z http.https://github.com/.extraheader 2022-11-23T01:29:34.3819225Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:29:34.3839011Z http.https://github.com/.extraheader 2022-11-23T01:29:34.3865079Z Entering 'third_party/XNNPACK' 2022-11-23T01:29:34.3885612Z http.https://github.com/.extraheader 2022-11-23T01:29:34.3922041Z Entering 'third_party/benchmark' 2022-11-23T01:29:34.3942070Z http.https://github.com/.extraheader 2022-11-23T01:29:34.3967607Z Entering 'third_party/cpuinfo' 2022-11-23T01:29:34.3987228Z http.https://github.com/.extraheader 2022-11-23T01:29:34.4014531Z Entering 'third_party/cub' 2022-11-23T01:29:34.4034424Z http.https://github.com/.extraheader 2022-11-23T01:29:34.4060431Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:29:34.4079979Z http.https://github.com/.extraheader 2022-11-23T01:29:34.4111331Z Entering 'third_party/cutlass' 2022-11-23T01:29:34.4130908Z http.https://github.com/.extraheader 2022-11-23T01:29:34.4164263Z Entering 'third_party/eigen' 2022-11-23T01:29:34.4184092Z http.https://github.com/.extraheader 2022-11-23T01:29:34.4212111Z Entering 'third_party/fbgemm' 2022-11-23T01:29:34.4232029Z http.https://github.com/.extraheader 2022-11-23T01:29:34.4258435Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:29:34.4277582Z http.https://github.com/.extraheader 2022-11-23T01:29:34.4304194Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:29:34.4323364Z http.https://github.com/.extraheader 2022-11-23T01:29:34.4349594Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:29:34.4368649Z http.https://github.com/.extraheader 2022-11-23T01:29:34.4395959Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:29:34.4414977Z http.https://github.com/.extraheader 2022-11-23T01:29:34.4442912Z Entering 'third_party/flatbuffers' 2022-11-23T01:29:34.4462234Z http.https://github.com/.extraheader 2022-11-23T01:29:34.4489484Z Entering 'third_party/fmt' 2022-11-23T01:29:34.4508889Z http.https://github.com/.extraheader 2022-11-23T01:29:34.4534742Z Entering 'third_party/foxi' 2022-11-23T01:29:34.4554058Z http.https://github.com/.extraheader 2022-11-23T01:29:34.4579598Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:29:34.4599522Z http.https://github.com/.extraheader 2022-11-23T01:29:34.4625812Z Entering 'third_party/gloo' 2022-11-23T01:29:34.4644985Z http.https://github.com/.extraheader 2022-11-23T01:29:34.4671379Z Entering 'third_party/googletest' 2022-11-23T01:29:34.4690703Z http.https://github.com/.extraheader 2022-11-23T01:29:34.4717318Z Entering 'third_party/ideep' 2022-11-23T01:29:34.4736537Z http.https://github.com/.extraheader 2022-11-23T01:29:34.4763327Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:29:34.4781965Z http.https://github.com/.extraheader 2022-11-23T01:29:34.4809805Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:29:34.4829845Z http.https://github.com/.extraheader 2022-11-23T01:29:34.4863128Z Entering 'third_party/ios-cmake' 2022-11-23T01:29:34.4883211Z http.https://github.com/.extraheader 2022-11-23T01:29:34.4908329Z Entering 'third_party/ittapi' 2022-11-23T01:29:34.4929142Z http.https://github.com/.extraheader 2022-11-23T01:29:34.4955745Z Entering 'third_party/kineto' 2022-11-23T01:29:34.4975187Z http.https://github.com/.extraheader 2022-11-23T01:29:34.5001015Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:29:34.5020721Z http.https://github.com/.extraheader 2022-11-23T01:29:34.5046877Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:29:34.5066188Z http.https://github.com/.extraheader 2022-11-23T01:29:34.5094492Z Entering 'third_party/nccl/nccl' 2022-11-23T01:29:34.5115592Z http.https://github.com/.extraheader 2022-11-23T01:29:34.5141181Z Entering 'third_party/neon2sse' 2022-11-23T01:29:34.5161118Z http.https://github.com/.extraheader 2022-11-23T01:29:34.5187211Z Entering 'third_party/nlohmann' 2022-11-23T01:29:34.5206545Z http.https://github.com/.extraheader 2022-11-23T01:29:34.5234767Z Entering 'third_party/onnx' 2022-11-23T01:29:34.5254514Z http.https://github.com/.extraheader 2022-11-23T01:29:34.5292897Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:29:34.5311976Z http.https://github.com/.extraheader 2022-11-23T01:29:34.5338630Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:29:34.5358225Z http.https://github.com/.extraheader 2022-11-23T01:29:34.5386410Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:29:34.5406566Z http.https://github.com/.extraheader 2022-11-23T01:29:34.5431859Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:29:34.5450814Z http.https://github.com/.extraheader 2022-11-23T01:29:34.5482171Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:29:34.5501292Z http.https://github.com/.extraheader 2022-11-23T01:29:34.5527567Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:29:34.5547179Z http.https://github.com/.extraheader 2022-11-23T01:29:34.5572784Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:29:34.5591605Z http.https://github.com/.extraheader 2022-11-23T01:29:34.5621937Z Entering 'third_party/pocketfft' 2022-11-23T01:29:34.5641558Z http.https://github.com/.extraheader 2022-11-23T01:29:34.5667365Z Entering 'third_party/protobuf' 2022-11-23T01:29:34.5687809Z http.https://github.com/.extraheader 2022-11-23T01:29:34.5717306Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:29:34.5735989Z http.https://github.com/.extraheader 2022-11-23T01:29:34.5762236Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:29:34.5781403Z http.https://github.com/.extraheader 2022-11-23T01:29:34.5808825Z Entering 'third_party/psimd' 2022-11-23T01:29:34.5828460Z http.https://github.com/.extraheader 2022-11-23T01:29:34.5853606Z Entering 'third_party/pthreadpool' 2022-11-23T01:29:34.5873540Z http.https://github.com/.extraheader 2022-11-23T01:29:34.5898602Z Entering 'third_party/pybind11' 2022-11-23T01:29:34.5919524Z http.https://github.com/.extraheader 2022-11-23T01:29:34.5944967Z Entering 'third_party/python-enum' 2022-11-23T01:29:34.5964865Z http.https://github.com/.extraheader 2022-11-23T01:29:34.5991215Z Entering 'third_party/python-peachpy' 2022-11-23T01:29:34.6011505Z http.https://github.com/.extraheader 2022-11-23T01:29:34.6037688Z Entering 'third_party/python-six' 2022-11-23T01:29:34.6056990Z http.https://github.com/.extraheader 2022-11-23T01:29:34.6083660Z Entering 'third_party/sleef' 2022-11-23T01:29:34.6103079Z http.https://github.com/.extraheader 2022-11-23T01:29:34.6129114Z Entering 'third_party/tbb' 2022-11-23T01:29:34.6148616Z http.https://github.com/.extraheader 2022-11-23T01:29:34.6176554Z Entering 'third_party/tensorpipe' 2022-11-23T01:29:34.6196982Z http.https://github.com/.extraheader 2022-11-23T01:29:34.6223959Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:29:34.6243432Z http.https://github.com/.extraheader 2022-11-23T01:29:34.6269659Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:29:34.6289645Z http.https://github.com/.extraheader 2022-11-23T01:29:34.6315274Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:29:34.6334559Z http.https://github.com/.extraheader 2022-11-23T01:29:34.6360993Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:29:34.6380240Z http.https://github.com/.extraheader 2022-11-23T01:29:34.6405598Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:29:34.6424935Z http.https://github.com/.extraheader 2022-11-23T01:29:34.6453457Z Entering 'third_party/zstd' 2022-11-23T01:29:34.6473336Z http.https://github.com/.extraheader 2022-11-23T01:29:34.6708399Z Evaluate and set job outputs 2022-11-23T01:29:34.6718271Z Set output 'docker-image' 2022-11-23T01:29:34.6719492Z Cleaning up orphan processes